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:ISBLANK
(Results
1 - 25
of
28
) sorted by relevance
1
2
/third_party/curl/lib/
H
A
D
altsvc.c
229
while(*lineptr &&
ISBLANK
(*lineptr))
in altsvc_load()
415
while(*p &&
ISBLANK
(*p))
in getalnum()
418
while(*p && !
ISBLANK
(*p) && (*p != ';') && (*p != '='))
in getalnum()
595
while(
ISBLANK
(*p))
in Curl_altsvc_parse()
607
while(*p &&
ISBLANK
(*p))
in Curl_altsvc_parse()
612
while(*p &&
ISBLANK
(*p))
in Curl_altsvc_parse()
629
while(*p && !
ISBLANK
(*p) && *p!= ';' && *p != ',')
in Curl_altsvc_parse()
H
A
D
curl_ctype.h
44
#define
ISBLANK
(x) (((x) == ' ') || ((x) == '\t'))
macro
45
#define ISSPACE(x) (
ISBLANK
(x) || (((x) >= 0xa) && ((x) <= 0x0d)))
H
A
D
noproxy.c
181
while(*p &&
ISBLANK
(*p))
in Curl_check_noproxy()
186
while(*p && !
ISBLANK
(*p) && (*p != ',')) {
in Curl_check_noproxy()
249
while(
ISBLANK
(*p))
in Curl_check_noproxy()
H
A
D
headers.c
211
while(*header &&
ISBLANK
(*header))
in namevalue()
241
while((vlen > 1) &&
ISBLANK
(value[0]) &&
ISBLANK
(value[1])) {
in unfold_value()
307
while(hlen &&
ISBLANK
(*header)) {
in Curl_headers_push()
H
A
D
strtoofft.c
90
while(
ISBLANK
(end[0])) {
in strtooff()
226
while(*str &&
ISBLANK
(*str))
in curlx_strtoofft()
H
A
D
http_digest.c
61
if(!checkprefix("Digest", header) || !
ISBLANK
(header[6]))
in Curl_input_digest()
65
while(*header &&
ISBLANK
(*header))
in Curl_input_digest()
H
A
D
http_aws_sigv4.c
97
while(*value &&
ISBLANK
(*value))
in trim_headers()
102
while(*value &&
ISBLANK
(*value)) {
in trim_headers()
257
while(
ISBLANK
(*value))
in make_headers()
342
while(*value &&
ISBLANK
(*value))
in parse_content_sha_hdr()
346
while(len > 0 &&
ISBLANK
(value[len-1]))
in parse_content_sha_hdr()
H
A
D
hsts.c
165
while(*p &&
ISBLANK
(*p))
in Curl_hsts_parse()
176
while(*p &&
ISBLANK
(*p))
in Curl_hsts_parse()
209
while(*p &&
ISBLANK
(*p))
in Curl_hsts_parse()
531
while(*lineptr &&
ISBLANK
(*lineptr))
in hsts_load()
H
A
D
curl_range.c
50
while(*ptr && (
ISBLANK
(*ptr) || (*ptr == '-')))
in Curl_range()
H
A
D
cookie.c
528
while(*ptr &&
ISBLANK
(*ptr))
in Curl_cookie_add()
542
while(nlen &&
ISBLANK
(namep[nlen - 1]))
in Curl_cookie_add()
552
while(vlen &&
ISBLANK
(valuep[vlen-1]))
in Curl_cookie_add()
556
while(vlen &&
ISBLANK
(*valuep)) {
in Curl_cookie_add()
788
while(*ptr &&
ISBLANK
(*ptr))
in Curl_cookie_add()
1255
while(*lineptr &&
ISBLANK
(*lineptr))
in Curl_cookie_init()
H
A
D
http_negotiate.c
87
while(*header &&
ISBLANK
(*header))
in Curl_input_negotiate()
H
A
D
dynhds.c
235
while(line_len &&
ISBLANK
(line[0])) {
in Curl_dynhds_h1_add_line()
257
if(!
ISBLANK
(*p))
in Curl_dynhds_h1_add_line()
H
A
D
rtsp.c
913
while(
ISBLANK
(*p))
in Curl_rtsp_parseheader()
933
while(*start &&
ISBLANK
(*start))
in Curl_rtsp_parseheader()
993
while(*start &&
ISBLANK
(*start) )
in rtsp_parse_transport()
H
A
D
curl_fnmatch.c
328
found =
ISBLANK
(*s);
in loop()
H
A
D
netrc.c
98
while(
ISBLANK
(*tok))
in parsenetrc()
H
A
D
ftplistparser.c
446
while(
ISBLANK
(*endptr))
in Curl_ftp_parselist()
918
if(!
ISBLANK
(c)) {
in Curl_ftp_parselist()
H
A
D
http.c
4332
while(*p &&
ISBLANK
(*p))
in http_rw_headers()
4340
if(
ISBLANK
(p[2])) {
in http_rw_headers()
4359
if(!
ISBLANK
(p[1]))
in http_rw_headers()
4426
while(*p &&
ISBLANK
(*p))
in http_rw_headers()
4433
if(
ISBLANK
(p[2])) {
in http_rw_headers()
4855
while(*scheme &&
ISBLANK
(*scheme))
in Curl_http_req_to_h2()
H
A
D
openldap.c
1079
if(
ISBLANK
(bvals[i].bv_val[0]) ||
in oldap_recv()
1080
ISBLANK
(bvals[i].bv_val[bvals[i].bv_len - 1]))
in oldap_recv()
H
A
D
content_encoding.c
983
while(
ISBLANK
(*enclist) || *enclist == ',')
in Curl_build_unencoding_stack()
/third_party/curl/lib/vauth/
H
A
D
digest_sspi.c
264
while(*chlg &&
ISBLANK
(*chlg))
in Curl_override_sspi_http_realm()
297
while(*chlg &&
ISBLANK
(*chlg))
in Curl_override_sspi_http_realm()
338
while(*p &&
ISBLANK
(*p))
in Curl_auth_decode_digest_http_message()
350
while(*p &&
ISBLANK
(*p))
in Curl_auth_decode_digest_http_message()
H
A
D
digest.c
523
while(*chlg &&
ISBLANK
(*chlg))
in Curl_auth_decode_digest_http_message()
563
while(*token &&
ISBLANK
(*token))
in Curl_auth_decode_digest_http_message()
624
while(*chlg &&
ISBLANK
(*chlg))
in Curl_auth_decode_digest_http_message()
/third_party/curl/src/
H
A
D
tool_msgs.c
68
while(!
ISBLANK
(ptr[cut]) && cut) {
in voutf()
H
A
D
tool_cb_hdr.c
117
while(
ISBLANK
(*etag_h) && (etag_h < eot))
in tool_header_cb()
H
A
D
tool_urlglob.c
280
while(*pattern &&
ISBLANK
(*pattern))
in glob_range()
/third_party/node/deps/cares/src/lib/
H
A
D
setup_once.h
279
#define
ISBLANK
(x) \
macro
Completed in 24 milliseconds
1
2