Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:strbase
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H
A
D
tlsauthentication.c
124
const char *
strbase
= "Basic realm=";
in ask_for_authentication()
local
131
headervalue = malloc (strlen (
strbase
) + strlen (realm) + 1);
in ask_for_authentication()
135
strcpy (headervalue,
strbase
);
in ask_for_authentication()
159
const char *
strbase
= "Basic ";
in is_authenticated()
local
167
if (0 != strncmp (headervalue,
strbase
, strlen (
strbase
)))
in is_authenticated()
184
(strcmp (headervalue + strlen (
strbase
), expected_b64) == 0);
in is_authenticated()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H
A
D
f_config.c
191
if (id >= (devinfo->
strbase
+ gi->str_count) &&
in fconfig_mkstrdesc()
192
id < (devinfo->
strbase
+ devinfo->nstrings + gi->str_count))
in fconfig_mkstrdesc()
195
ret = com_dev->device[i].compdesc.mkstrdesc(id - devinfo->
strbase
- gi->str_count, buf);
in fconfig_mkstrdesc()
325
int func_strbase = priv->device[i].compdesc.devinfo.
strbase
;
in fconfig_mkcfgdesc()
H
A
D
usbd_config.c
53
int
strbase
;
member
740
info->devs[info->ndevices].devinfo.
strbase
= info->
strbase
;
in func_inst_init()
742
info->
strbase
+= info->devs[info->ndevices].devinfo.nstrings;
in func_inst_init()
768
info.
strbase
= 0;
in fconfig_composite_initialize()
H
A
D
f_generic.c
893
*
strbase
must be provided by board-specific logic
in generic_get_composite_devdesc()
1064
dev->devinfo.
strbase
= 0; /* Offset to String Numbers */
in usbdev_generic_initialize_sub()
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
usbdev.h
226
int
strbase
; /* Offset to String Numbers */
member
H
A
D
f_dfu.c
1226
dev->devinfo.
strbase
= 0; /* Offset to String Numbers */
in usbdev_dfu_initialize_sub()
H
A
D
f_hid.c
914
*
strbase
must be provided by board-specific logic
in hid_get_composite_devdesc()
1012
dev->devinfo.
strbase
= 0; /* Offset to String Numbers */
in usbdev_hid_initialize_sub()
H
A
D
f_uac.c
941
*
strbase
must be provided by board-specific logic
in uac_get_composite_devdesc()
1033
dev->devinfo.
strbase
= 0; /* Offset to String Numbers */
in usbdev_uac_initialize_sub()
H
A
D
cdcacm.c
1910
*
strbase
must be provided by board-specific logic
in cdcacm_get_composite_devdesc()
1945
dev->devinfo.
strbase
= 0; /* Offset to String Numbers */
in usbdev_cdcacm_initialize_sub()
H
A
D
rndis.c
2432
dev->devinfo.
strbase
= 0; /* Offset to String Numbers */
in usbdev_rndis_initialize_sub()
H
A
D
f_uvc.c
2806
*
strbase
must be provided by board-specific logic
in uvc_get_composite_devdesc()
2898
dev->devinfo.
strbase
= 0; /* Offset to String Numbers */
in usbdev_uvc_initialize_sub()
H
A
D
f_mass_storage.c
1909
*
strbase
must be provided by board-specific logic
in mass_get_composite_devdesc()
2003
dev->devinfo.
strbase
= 0; /* Offset to String Numbers */
in usbdev_mass_initialize_sub()
Completed in 19 milliseconds