/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
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() 204 while (*p && !ISSPACE(*p)) in ares__get_hostent() 207 while (*q && ISSPACE(*q)) in ares__get_hostent()
|
D | ares_search.c | 268 !ISSPACE(line[len])) in single_domain() 271 while (ISSPACE(*p)) in single_domain() 276 while (*q && !ISSPACE(*q)) in single_domain()
|
D | ares_init.c | 2007 while (*q && !ISSPACE(*q)) in config_domain() 2043 while (*p && !ISSPACE(*p) && (*p != ',')) in config_lookup() 2045 while (*p && (ISSPACE(*p) || (*p == ','))) in config_lookup() 2137 while (*p && (ISSPACE(*p) || (*p == ','))) in config_nameserver() 2147 while (*p && !ISSPACE(*p) && (*p != ',')) in config_nameserver() 2206 while (*q && *q != '/' && *q != ';' && !ISSPACE(*q)) in config_sortlist() 2214 while (*q && *q != ';' && !ISSPACE(*q)) in config_sortlist() 2272 while (*q && *q != ';' && !ISSPACE(*q)) in config_sortlist() 2276 while (ISSPACE(*str)) in config_sortlist() 2313 while (*q && !ISSPACE(*q)) in set_options() [all …]
|
/external/curl/src/ |
D | tool_formparse.c | 426 if(c == EOF || (!pos && !ISSPACE(c))) { in read_field_headers() 428 while(hdrlen && ISSPACE(hdrbuf[hdrlen - 1])) in read_field_headers() 501 while(ISSPACE(*p)) in get_param_part() 507 while(endpos > *pdata && ISSPACE(endpos[-1])) in get_param_part() 512 while(ISSPACE(*++p)) in get_param_part() 516 for(p += 5; ISSPACE(*p); p++) in get_param_part() 531 if(!ISSPACE(*p)) in get_param_part() 540 for(p += 9; ISSPACE(*p); p++) in get_param_part() 546 while(endpos > filename && ISSPACE(endpos[-1])) in get_param_part() 564 } while(ISSPACE(*p)); in get_param_part() [all …]
|
D | tool_parsecfg.c | 160 while(*line && ISSPACE(*line)) in parseconfig() 180 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option)) in parseconfig() 192 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option))) in parseconfig() 210 while(*line && !ISSPACE(*line)) in parseconfig() 219 while(*line && ISSPACE(*line)) in parseconfig()
|
D | tool_cb_hdr.c | 108 while(ISSPACE(*etag_h) && (etag_h < eot)) in tool_header_cb() 110 while(ISSPACE(*eot)) in tool_header_cb()
|
D | tool_msgs.c | 60 while(!ISSPACE(ptr[cut]) && cut) { in voutf()
|
/external/curl/lib/ |
D | curl_ctype.h | 39 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro 64 #define ISSPACE(x) (Curl_isspace((int) ((unsigned char)x))) macro
|
D | strtoofft.c | 88 while(ISSPACE(end[0])) { in strtooff() 223 while(*str && ISSPACE(*str)) in curlx_strtoofft()
|
D | curl_range.c | 49 while(*ptr && (ISSPACE(*ptr) || (*ptr == '-'))) in Curl_range()
|
D | http_digest.c | 65 while(*header && ISSPACE(*header)) in Curl_input_digest()
|
D | http_negotiate.c | 86 while(*header && ISSPACE(*header)) in Curl_input_negotiate()
|
D | http_ntlm.c | 78 while(*header && ISSPACE(*header)) in Curl_input_ntlm()
|
D | curl_fnmatch.c | 320 found = ISSPACE(*s); in loop()
|
/external/curl/lib/vauth/ |
D | digest_sspi.c | 284 while(*chlg && ISSPACE(*chlg)) in Curl_override_sspi_http_realm() 317 while(*chlg && ISSPACE(*chlg)) in Curl_override_sspi_http_realm() 358 while(*p && ISSPACE(*p)) in Curl_auth_decode_digest_http_message() 370 while(*p && ISSPACE(*p)) in Curl_auth_decode_digest_http_message()
|
/external/curl/tests/server/ |
D | getpart.c | 42 #define EAT_SPACE(p) while(*(p) && ISSPACE(*(p))) (p)++ 44 #define EAT_WORD(p) while(*(p) && !ISSPACE(*(p)) && ('>' != *(p))) (p)++
|
/external/harfbuzz_ng/src/ |
D | hb-number-parser.hh | 136 while (p < pe && ISSPACE (*p)) in strtod_rl()
|
D | hb-buffer-deserialize-json.hh | 453 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_json()
|
D | hb-buffer-deserialize-text.hh | 330 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_text()
|
D | hb-number-parser.rl | 109 while (p < pe && ISSPACE (*p))
|
D | hb-buffer-deserialize-text.rl | 105 while (p < pe && ISSPACE (*p))
|
D | hb-buffer-deserialize-json.rl | 111 while (p < pe && ISSPACE (*p))
|
/external/python/cpython2/Include/ |
D | bytes_methods.h | 45 #define ISSPACE(c) Py_ISSPACE(c) macro
|
/external/skqp/third_party/harfbuzz/ |
D | hb-buffer-deserialize-json.hh | 453 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_json()
|
D | hb-buffer-deserialize-text.hh | 330 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_text()
|