Home
last modified time | relevance | path

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

12

/third_party/node/deps/cares/src/lib/
Dares__get_hostent.c66 while ((q >= line) && ISSPACE(*q)) in ares__get_hostent()
72 while (*p && ISSPACE(*p)) in ares__get_hostent()
82 while (*p && !ISSPACE(*p)) in ares__get_hostent()
93 while (*p && ISSPACE(*p)) in ares__get_hostent()
103 while (*p && !ISSPACE(*p)) in ares__get_hostent()
111 while (*q && ISSPACE(*q)) in ares__get_hostent()
127 while (*p && !ISSPACE(*p)) in ares__get_hostent()
129 while (*p && ISSPACE(*p)) in ares__get_hostent()
203 while (*p && !ISSPACE(*p)) in ares__get_hostent()
206 while (*q && ISSPACE(*q)) in ares__get_hostent()
Dares__readaddrinfo.c82 while ((q >= line) && ISSPACE(*q)) in ares__readaddrinfo()
88 while (*p && ISSPACE(*p)) in ares__readaddrinfo()
98 while (*p && !ISSPACE(*p)) in ares__readaddrinfo()
109 while (*p && ISSPACE(*p)) in ares__readaddrinfo()
119 while (*p && !ISSPACE(*p)) in ares__readaddrinfo()
127 while (*q && ISSPACE(*q)) in ares__readaddrinfo()
146 while (*p && !ISSPACE(*p)) in ares__readaddrinfo()
149 while (*q && ISSPACE(*q)) in ares__readaddrinfo()
Dares_init.c1717 while (*q && !ISSPACE(*q)) in config_domain()
1756 while (*p && !ISSPACE(*p) && (*p != ',')) in config_lookup()
1758 while (*p && (ISSPACE(*p) || (*p == ','))) in config_lookup()
1852 while (*p && (ISSPACE(*p) || (*p == ','))) in config_nameserver()
1862 while (*p && !ISSPACE(*p) && (*p != ',')) in config_nameserver()
1921 while (*q && *q != '/' && *q != ';' && !ISSPACE(*q)) in config_sortlist()
1931 while (*q && *q != ';' && !ISSPACE(*q)) in config_sortlist()
1991 while (*q && *q != ';' && !ISSPACE(*q)) in config_sortlist()
1995 while (ISSPACE(*str)) in config_sortlist()
2032 while (*q && !ISSPACE(*q)) in set_options()
[all …]
Dares_search.c266 !ISSPACE(line[len])) in ares__single_domain()
269 while (ISSPACE(*p)) in ares__single_domain()
274 while (*q && !ISSPACE(*q)) in ares__single_domain()
Dsetup_once.h275 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro
/third_party/curl/src/
Dtool_formparse.c367 if(!ISSPACE(*ptr)) in get_param_word()
413 if(c == EOF || (!pos && !ISSPACE(c))) { in read_field_headers()
415 while(hdrlen && ISSPACE(hdrbuf[hdrlen - 1])) in read_field_headers()
487 while(ISSPACE(*p)) in get_param_part()
493 while(endpos > *pdata && ISSPACE(endpos[-1])) in get_param_part()
498 while(p++ && ISSPACE(*p)) in get_param_part()
502 for(p += 5; ISSPACE(*p); p++) in get_param_part()
517 if(!ISSPACE(*p)) in get_param_part()
526 for(p += 9; ISSPACE(*p); p++) in get_param_part()
532 while(endpos > filename && ISSPACE(endpos[-1])) in get_param_part()
[all …]
Dtool_parsecfg.c143 while(*line && ISSPACE(*line)) in parseconfig()
163 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option)) in parseconfig()
175 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option))) in parseconfig()
193 while(*line && !ISSPACE(*line)) in parseconfig()
202 while(*line && ISSPACE(*line)) in parseconfig()
Dvar.c122 while(*c && ISSPACE(*c)) { in varfunc()
126 while(len && ISSPACE(c[len-1])) in varfunc()
Dtool_cb_hdr.c119 while(ISSPACE(*eot)) in tool_header_cb()
/third_party/cares/
Dbackport-add-str-len-check-in-config_sortlist-to-avoid-stack-overflow.patch32 while (*q && *q != '/' && *q != ';' && !ISSPACE(*q))
41 while (*q && *q != ';' && !ISSPACE(*q))
/third_party/curl/lib/
Dcurl_ctype.h45 #define ISSPACE(x) (ISBLANK(x) || (((x) >= 0xa) && ((x) <= 0x0d))) macro
Dheaders.c217 while((end > header) && ISSPACE(*end)) in namevalue()
237 while(vlen && ISSPACE(value[vlen - 1])) in unfold_value()
Dstrtoofft.c228 if(('-' == *str) || (ISSPACE(*str))) { in curlx_strtoofft()
Dhttp.c313 while(*start && ISSPACE(*start)) in Curl_copy_header_value()
327 while((end > start) && ISSPACE(*end)) in Curl_copy_header_value()
981 return ch == '\0' || ch == ',' || ISSPACE(ch); in is_valid_auth_separator()
1151 while(*auth && ISSPACE(*auth)) in Curl_http_input_auth()
1536 while(*start && ISSPACE(*start)) in Curl_compareheader()
1821 while(*ptr && ISSPACE(*ptr)) in Curl_dynhds_add_custom()
1844 while(*ptr && ISSPACE(*ptr)) in Curl_dynhds_add_custom()
1967 while(*ptr && ISSPACE(*ptr)) in Curl_add_custom_headers()
1997 while(*ptr && ISSPACE(*ptr)) in Curl_add_custom_headers()
4440 if(ISSPACE(*p)) in Curl_http_readwrite_headers()
[all …]
Dnetrc.c110 while(!ISSPACE(*tok_end)) in parsenetrc()
Dhttp_ntlm.c82 while(*header && ISSPACE(*header)) in Curl_input_ntlm()
Dcurl_fnmatch.c322 found = ISSPACE(*s); in loop()
/third_party/curl/tests/server/
Dgetpart.c44 #define EAT_SPACE(p) while(*(p) && ISSPACE(*(p))) (p)++
46 #define EAT_WORD(p) while(*(p) && !ISSPACE(*(p)) && ('>' != *(p))) (p)++
Dsws.c409 while(npath && ISSPACE(*httppath)) { in ProcessRequest()
414 while(npath && ISSPACE(httppath[npath - 1])) { in ProcessRequest()
631 while(*ptr && ISSPACE(*ptr)) in ProcessRequest()
636 if((ptr == endptr) || !ISSPACE(*endptr) || (ERANGE == errno)) { in ProcessRequest()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-number-parser.hh133 while (p < pe && ISSPACE (*p)) in strtod_rl()
Dhb-buffer-deserialize-json.hh499 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_json()
Dhb-number-parser.rl106 while (p < pe && ISSPACE (*p))
Dhb-buffer-deserialize-text.rl128 while (p < pe && ISSPACE (*p))
Dhb-buffer-deserialize-json.rl122 while (p < pe && ISSPACE (*p))
Dhb-buffer-deserialize-text.hh419 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_text()

12