Home
last modified time | relevance | path

Searched refs:ISBLANK (Results 1 – 25 of 27) sorted by relevance

12

/curl/lib/
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.c180 while(*p && ISBLANK(*p)) in Curl_check_noproxy()
185 while(*p && !ISBLANK(*p) && (*p != ',')) { in Curl_check_noproxy()
250 while(ISBLANK(*p)) in Curl_check_noproxy()
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 Dstrtoofft.c89 while(ISBLANK(end[0])) { in strtooff()
221 while(*str && ISBLANK(*str)) in curlx_strtoofft()
H A Daltsvc.c229 while(*lineptr && ISBLANK(*lineptr)) in altsvc_load()
409 while(*p && ISBLANK(*p)) in getalnum()
412 while(*p && !ISBLANK(*p) && (*p != ';') && (*p != '=')) in getalnum()
589 while(ISBLANK(*p)) in Curl_altsvc_parse()
601 while(*p && ISBLANK(*p)) in Curl_altsvc_parse()
606 while(*p && ISBLANK(*p)) in Curl_altsvc_parse()
623 while(*p && !ISBLANK(*p) && *p!= ';' && *p != ',') in Curl_altsvc_parse()
H A Dheaders.c212 while(*header && ISBLANK(*header)) in namevalue()
242 while((vlen > 1) && ISBLANK(value[0]) && ISBLANK(value[1])) { in unfold_value()
307 while(hlen && ISBLANK(*header)) { in Curl_headers_push()
H A Dcurl_range.c50 while(*ptr && (ISBLANK(*ptr) || (*ptr == '-'))) in Curl_range()
H A Dhsts.c160 while(*p && ISBLANK(*p)) in Curl_hsts_parse()
171 while(*p && ISBLANK(*p)) in Curl_hsts_parse()
204 while(*p && ISBLANK(*p)) in Curl_hsts_parse()
524 while(*lineptr && ISBLANK(*lineptr)) in hsts_load()
H A Dhttp_aws_sigv4.c97 while(*value && ISBLANK(*value)) in trim_headers()
102 while(*value && ISBLANK(*value)) { in trim_headers()
285 while(ISBLANK(*value)) in make_headers()
370 while(*value && ISBLANK(*value)) in parse_content_sha_hdr()
374 while(len > 0 && ISBLANK(value[len-1])) in parse_content_sha_hdr()
H A Dcookie.c531 while(*ptr && ISBLANK(*ptr)) in Curl_cookie_add()
545 while(nlen && ISBLANK(namep[nlen - 1])) in Curl_cookie_add()
555 while(vlen && ISBLANK(valuep[vlen-1])) in Curl_cookie_add()
559 while(vlen && ISBLANK(*valuep)) { in Curl_cookie_add()
791 while(*ptr && ISBLANK(*ptr)) in Curl_cookie_add()
1261 while(*lineptr && ISBLANK(*lineptr)) in Curl_cookie_init()
H A Dnetrc.c101 while(ISBLANK(*tok)) in parsenetrc()
H A Dhttp_negotiate.c88 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 Dcurl_fnmatch.c328 found = ISBLANK(*s); in loop()
H A Drtsp.c924 while(ISBLANK(*p)) in Curl_rtsp_parseheader()
943 while(*start && ISBLANK(*start)) in Curl_rtsp_parseheader()
1002 while(*start && ISBLANK(*start) ) in rtsp_parse_transport()
H A Dftplistparser.c446 while(ISBLANK(*endptr)) in Curl_ftp_parselist()
918 if(!ISBLANK(c)) { in Curl_ftp_parselist()
H A Dopenldap.c1085 if(ISBLANK(bvals[i].bv_val[0]) || in oldap_recv()
1086 ISBLANK(bvals[i].bv_val[bvals[i].bv_len - 1])) in oldap_recv()
H A Dhttp.c3720 while(*p && ISBLANK(*p)) in http_rw_hd()
3728 if(ISBLANK(p[2])) { in http_rw_hd()
3747 if(!ISBLANK(p[1])) in http_rw_hd()
3780 while(*p && ISBLANK(*p)) in http_rw_hd()
3787 if(ISBLANK(p[2])) { in http_rw_hd()
4317 while(*scheme && ISBLANK(*scheme)) in Curl_http_req_to_h2()
H A Dcontent_encoding.c984 while(ISBLANK(*enclist) || *enclist == ',') in Curl_build_unencoding_stack()
/curl/lib/vauth/
H A Ddigest_sspi.c266 while(*chlg && ISBLANK(*chlg)) in Curl_override_sspi_http_realm()
299 while(*chlg && ISBLANK(*chlg)) in Curl_override_sspi_http_realm()
340 while(*p && ISBLANK(*p)) in Curl_auth_decode_digest_http_message()
352 while(*p && ISBLANK(*p)) in Curl_auth_decode_digest_http_message()
H A Ddigest.c524 while(*chlg && ISBLANK(*chlg)) in Curl_auth_decode_digest_http_message()
564 while(*token && ISBLANK(*token)) in Curl_auth_decode_digest_http_message()
635 while(*chlg && ISBLANK(*chlg)) in Curl_auth_decode_digest_http_message()
/curl/src/
H A Dtool_msgs.c68 while(!ISBLANK(ptr[cut]) && cut) { in voutf()
H A Dtool_cb_hdr.c132 while(ISBLANK(*etag_h) && (etag_h < eot)) in tool_header_cb()
H A Dtool_urlglob.c278 while(*pattern && ISBLANK(*pattern)) in glob_range()
/curl/lib/vssh/
H A Dlibssh.c1643 while(*ptr && (ISBLANK(*ptr) || (*ptr == '-'))) in myssh_statemach_act()

Completed in 60 milliseconds

12