/external/curl/src/ |
D | tool_formparse.c | 424 if(c == EOF || (!pos && !ISSPACE(c))) { in read_field_headers() 426 while(hdrlen && ISSPACE(hdrbuf[hdrlen - 1])) in read_field_headers() 499 while(ISSPACE(*p)) in get_param_part() 505 while(endpos > *pdata && ISSPACE(endpos[-1])) in get_param_part() 510 while(ISSPACE(*++p)) in get_param_part() 514 for(p += 5; ISSPACE(*p); p++) in get_param_part() 529 if(!ISSPACE(*p)) in get_param_part() 538 for(p += 9; ISSPACE(*p); p++) in get_param_part() 544 while(endpos > filename && ISSPACE(endpos[-1])) in get_param_part() 562 } while(ISSPACE(*p)); in get_param_part() [all …]
|
D | tool_parsecfg.c | 133 while(*line && ISSPACE(*line)) in parseconfig() 153 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option)) in parseconfig() 165 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option))) in parseconfig() 184 while(*line && !ISSPACE(*line)) in parseconfig() 193 while(*line && ISSPACE(*line)) in parseconfig()
|
D | tool_msgs.c | 59 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 | 64 while(*header && ISSPACE(*header)) in Curl_input_digest()
|
D | http_negotiate.c | 79 while(*header && ISSPACE(*header)) in Curl_input_negotiate()
|
D | http_ntlm.c | 78 while(*header && ISSPACE(*header)) in Curl_input_ntlm()
|
D | rtsp.c | 802 while(*start && ISSPACE(*start)) in Curl_rtsp_parseheader() 826 while(*end && *end != ';' && !ISSPACE(*end)) in Curl_rtsp_parseheader()
|
D | openldap.c | 596 if(ISSPACE(bvals[i].bv_val[0]) || in ldap_recv() 597 ISSPACE(bvals[i].bv_val[bvals[i].bv_len-1])) in ldap_recv()
|
D | http.c | 231 while(*start && ISSPACE(*start)) in Curl_copy_header_value() 245 while((end > start) && ISSPACE(*end)) in Curl_copy_header_value() 899 while(*auth && ISSPACE(*auth)) in Curl_http_input_auth() 903 while(*auth && ISSPACE(*auth)) in Curl_http_input_auth() 976 while(*auth && ISSPACE(*auth)) in Curl_http_input_auth() 1406 while(*start && ISSPACE(*start)) in Curl_compareheader() 1778 while(*ptr && ISSPACE(*ptr)) in Curl_add_custom_headers() 1806 while(*ptr && ISSPACE(*ptr)) in Curl_add_custom_headers()
|
D | curl_fnmatch.c | 329 found = ISSPACE(*s); in loop()
|
D | content_encoding.c | 950 while(ISSPACE(*enclist) || *enclist == ',') in Curl_build_unencoding_stack() 956 if(!ISSPACE(*enclist)) in Curl_build_unencoding_stack()
|
/external/curl/lib/vauth/ |
D | digest_sspi.c | 275 while(*chlg && ISSPACE(*chlg)) in Curl_override_sspi_http_realm() 308 while(*chlg && ISSPACE(*chlg)) in Curl_override_sspi_http_realm() 349 while(*p && ISSPACE(*p)) in Curl_auth_decode_digest_http_message() 361 while(*p && ISSPACE(*p)) in Curl_auth_decode_digest_http_message()
|
D | digest.c | 542 while(*chlg && ISSPACE(*chlg)) in Curl_auth_decode_digest_http_message() 640 while(*chlg && ISSPACE(*chlg)) in Curl_auth_decode_digest_http_message()
|
/external/epid-sdk/ext/argtable3/ |
D | argtable3.c | 41 #define ISSPACE _istspace macro 43 #define ISSPACE isspace macro 1169 if (ISSPACE(c)) { in arg_strptime() 1170 while (ISSPACE(*bp)) in arg_strptime() 1444 while (ISSPACE(*bp)) in arg_strptime() 2133 while (ISSPACE(*ptr)) in strtol0X() 2208 while (ISSPACE(*str)) in detectsuffix() 3344 case 's': return ISSPACE(c)?TRex_True:TRex_False; in trex_matchcclass() 3345 case 'S': return !ISSPACE(c)?TRex_True:TRex_False; in trex_matchcclass() 3505 if((str == exp->_bol && !ISSPACE(*str)) in trex_matchnode() [all …]
|
/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/python/cpython2/Include/ |
D | bytes_methods.h | 45 #define ISSPACE(c) Py_ISSPACE(c) macro
|
/external/harfbuzz_ng/src/ |
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-buffer-deserialize-text.rl | 105 while (p < pe && ISSPACE (*p))
|
D | hb-buffer-deserialize-json.rl | 111 while (p < pe && ISSPACE (*p))
|
/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()
|