/third_party/node/deps/cares/src/lib/ |
D | ares__get_hostent.c | 66 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()
|
D | ares__readaddrinfo.c | 82 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()
|
D | ares_init.c | 1717 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 …]
|
D | ares_search.c | 266 !ISSPACE(line[len])) in ares__single_domain() 269 while (ISSPACE(*p)) in ares__single_domain() 274 while (*q && !ISSPACE(*q)) in ares__single_domain()
|
D | setup_once.h | 275 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro
|
/third_party/curl/src/ |
D | tool_formparse.c | 367 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 …]
|
D | tool_parsecfg.c | 143 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()
|
D | var.c | 122 while(*c && ISSPACE(*c)) { in varfunc() 126 while(len && ISSPACE(c[len-1])) in varfunc()
|
D | tool_cb_hdr.c | 119 while(ISSPACE(*eot)) in tool_header_cb()
|
/third_party/cares/ |
D | backport-add-str-len-check-in-config_sortlist-to-avoid-stack-overflow.patch | 32 while (*q && *q != '/' && *q != ';' && !ISSPACE(*q)) 41 while (*q && *q != ';' && !ISSPACE(*q))
|
/third_party/curl/lib/ |
D | curl_ctype.h | 45 #define ISSPACE(x) (ISBLANK(x) || (((x) >= 0xa) && ((x) <= 0x0d))) macro
|
D | headers.c | 217 while((end > header) && ISSPACE(*end)) in namevalue() 237 while(vlen && ISSPACE(value[vlen - 1])) in unfold_value()
|
D | strtoofft.c | 228 if(('-' == *str) || (ISSPACE(*str))) { in curlx_strtoofft()
|
D | http.c | 313 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 …]
|
D | netrc.c | 110 while(!ISSPACE(*tok_end)) in parsenetrc()
|
D | http_ntlm.c | 82 while(*header && ISSPACE(*header)) in Curl_input_ntlm()
|
D | curl_fnmatch.c | 322 found = ISSPACE(*s); in loop()
|
/third_party/curl/tests/server/ |
D | getpart.c | 44 #define EAT_SPACE(p) while(*(p) && ISSPACE(*(p))) (p)++ 46 #define EAT_WORD(p) while(*(p) && !ISSPACE(*(p)) && ('>' != *(p))) (p)++
|
D | sws.c | 409 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/ |
D | hb-number-parser.hh | 133 while (p < pe && ISSPACE (*p)) in strtod_rl()
|
D | hb-buffer-deserialize-json.hh | 499 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_json()
|
D | hb-number-parser.rl | 106 while (p < pe && ISSPACE (*p))
|
D | hb-buffer-deserialize-text.rl | 128 while (p < pe && ISSPACE (*p))
|
D | hb-buffer-deserialize-json.rl | 122 while (p < pe && ISSPACE (*p))
|
D | hb-buffer-deserialize-text.hh | 419 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_text()
|