Home
last modified time | relevance | path

Searched refs:ISBLANK (Results 1 - 25 of 28) sorted by relevance

12

/third_party/curl/lib/
H A Daltsvc.c229 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 Dcurl_ctype.h44 #define ISBLANK(x) (((x) == ' ') || ((x) == '\t')) macro
45 #define ISSPACE(x) (ISBLANK(x) || (((x) >= 0xa) && ((x) <= 0x0d)))
H A Dnoproxy.c181 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 Dheaders.c211 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 Dstrtoofft.c90 while(ISBLANK(end[0])) { in strtooff()
226 while(*str && ISBLANK(*str)) in curlx_strtoofft()
H A Dhttp_digest.c61 if(!checkprefix("Digest", header) || !ISBLANK(header[6])) in Curl_input_digest()
65 while(*header && ISBLANK(*header)) in Curl_input_digest()
H A Dhttp_aws_sigv4.c97 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 Dhsts.c165 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 Dcurl_range.c50 while(*ptr && (ISBLANK(*ptr) || (*ptr == '-'))) in Curl_range()
H A Dcookie.c528 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 Dhttp_negotiate.c87 while(*header && ISBLANK(*header)) in Curl_input_negotiate()
H A Ddynhds.c235 while(line_len && ISBLANK(line[0])) { in Curl_dynhds_h1_add_line()
257 if(!ISBLANK(*p)) in Curl_dynhds_h1_add_line()
H A Drtsp.c913 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 Dcurl_fnmatch.c328 found = ISBLANK(*s); in loop()
H A Dnetrc.c98 while(ISBLANK(*tok)) in parsenetrc()
H A Dftplistparser.c446 while(ISBLANK(*endptr)) in Curl_ftp_parselist()
918 if(!ISBLANK(c)) { in Curl_ftp_parselist()
H A Dhttp.c4332 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 Dopenldap.c1079 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 Dcontent_encoding.c983 while(ISBLANK(*enclist) || *enclist == ',') in Curl_build_unencoding_stack()
/third_party/curl/lib/vauth/
H A Ddigest_sspi.c264 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 Ddigest.c523 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 Dtool_msgs.c68 while(!ISBLANK(ptr[cut]) && cut) { in voutf()
H A Dtool_cb_hdr.c117 while(ISBLANK(*etag_h) && (etag_h < eot)) in tool_header_cb()
H A Dtool_urlglob.c280 while(*pattern && ISBLANK(*pattern)) in glob_range()
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h279 #define ISBLANK(x) \ macro

Completed in 24 milliseconds

12