Home
last modified time | relevance | path

Searched refs:ISSPACE (Results 1 – 18 of 18) sorted by relevance

/curl/src/
H A Dtool_formparse.c365 if(!ISSPACE(*ptr)) in get_param_word()
411 if(c == EOF || (!pos && !ISSPACE(c))) { in read_field_headers()
485 while(ISSPACE(*p)) in get_param_part()
496 while(p++ && ISSPACE(*p)) in get_param_part()
500 for(p += 5; ISSPACE(*p); p++) in get_param_part()
515 if(!ISSPACE(*p)) in get_param_part()
524 for(p += 9; ISSPACE(*p); p++) in get_param_part()
548 } while(ISSPACE(*p)); in get_param_part()
574 while(ISSPACE(*p)) in get_param_part()
596 for(p += 8; ISSPACE(*p); p++) in get_param_part()
[all …]
H A Dtool_parsecfg.c111 while(*line && ISSPACE(*line)) in parseconfig()
131 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option)) in parseconfig()
143 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option))) in parseconfig()
161 while(*line && !ISSPACE(*line)) in parseconfig()
170 while(*line && ISSPACE(*line)) in parseconfig()
H A Dvar.c120 while(*c && ISSPACE(*c)) { in varfunc()
124 while(len && ISSPACE(c[len-1])) in varfunc()
H A Dtool_cb_hdr.c134 while(ISSPACE(*eot)) in tool_header_cb()
/curl/lib/
H A Dcurl_ctype.h45 #define ISSPACE(x) (ISBLANK(x) || (((x) >= 0xa) && ((x) <= 0x0d))) macro
H A Dstrtoofft.c223 if(('-' == *str) || (ISSPACE(*str))) { in curlx_strtoofft()
H A Dheaders.c218 while((end > header) && ISSPACE(*end)) in namevalue()
238 while(vlen && ISSPACE(value[vlen - 1])) in unfold_value()
H A Dnetrc.c113 while(!ISSPACE(*tok_end)) in parsenetrc()
H A Dhttp_ntlm.c81 while(*header && ISSPACE(*header)) in Curl_input_ntlm()
H A Dcurl_fnmatch.c322 found = ISSPACE(*s); in loop()
H A Dhttp.c237 while(*start && ISSPACE(*start)) in Curl_copy_header_value()
249 while((end > start) && ISSPACE(*end)) in Curl_copy_header_value()
992 while(*auth && ISSPACE(*auth)) in Curl_http_input_auth()
1103 while(*start && ISSPACE(*start)) in Curl_compareheader()
1305 while(*ptr && ISSPACE(*ptr)) in Curl_dynhds_add_custom()
1328 while(*ptr && ISSPACE(*ptr)) in Curl_dynhds_add_custom()
1451 while(*ptr && ISSPACE(*ptr)) in Curl_add_custom_headers()
1481 while(*ptr && ISSPACE(*ptr)) in Curl_add_custom_headers()
3735 if(ISSPACE(*p)) in http_rw_hd()
3755 if(!ISSPACE(*p)) in http_rw_hd()
[all …]
H A Dhttp_aws_sigv4.c250 for(ptr = sep + 1; ISSPACE(*ptr); ++ptr) in make_headers()
H A Dcontent_encoding.c990 if(!ISSPACE(*enclist)) in Curl_build_unencoding_stack()
H A Drtsp.c958 while(*end && *end != ';' && !ISSPACE(*end)) in Curl_rtsp_parseheader()
H A Durlapi.c137 #define urlchar_needs_escaping(c) (!(ISCNTRL(c) || ISSPACE(c) || ISGRAPH(c)))
/curl/tests/server/
H A Dgetpart.c36 #define EAT_SPACE(p) while(*(p) && ISSPACE(*(p))) (p)++
38 #define EAT_WORD(p) while(*(p) && !ISSPACE(*(p)) && ('>' != *(p))) (p)++
H A Dsws.c406 while(npath && ISSPACE(*httppath)) { in ProcessRequest()
411 while(npath && ISSPACE(httppath[npath - 1])) { in ProcessRequest()
628 while(*ptr && ISSPACE(*ptr)) in ProcessRequest()
633 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == errno)) { in ProcessRequest()
H A Drtspd.c475 while(*ptr && ISSPACE(*ptr)) in ProcessRequest()
480 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == errno)) { in ProcessRequest()

Completed in 66 milliseconds