Home
last modified time | relevance | path

Searched refs:ISBLANK (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/lib/
Daltsvc.c207 while(*lineptr && ISBLANK(*lineptr)) in altsvc_load()
374 while(*p && ISBLANK(*p)) in getalnum()
377 while(*p && !ISBLANK(*p) && (*p != ';') && (*p != '=')) in getalnum()
517 while(ISBLANK(*p)) in Curl_altsvc_parse()
529 while(*p && ISBLANK(*p)) in Curl_altsvc_parse()
534 while(*p && ISBLANK(*p)) in Curl_altsvc_parse()
551 while(*p && !ISBLANK(*p) && *p!= ';' && *p != ',') in Curl_altsvc_parse()
Dcookie.c521 while(*lineptr && ISBLANK(*lineptr)) in Curl_cookie_add()
561 if(ISBLANK(*endofn)) { in Curl_cookie_add()
563 while(*endofn && ISBLANK(*endofn) && nlen) { in Curl_cookie_add()
572 while(len && ISBLANK(what[len-1])) { in Curl_cookie_add()
579 while(*whatptr && ISBLANK(*whatptr)) in Curl_cookie_add()
747 while(*ptr && ISBLANK(*ptr)) in Curl_cookie_add()
1250 while(*lineptr && ISBLANK(*lineptr)) in Curl_cookie_init()
Dcurl_ctype.h78 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro
Dcurl_fnmatch.c326 found = ISBLANK(*s); in loop()
Dhsts.c494 while(*lineptr && ISBLANK(*lineptr)) in hsts_load()
/third_party/node/deps/cares/src/lib/
Dsetup_once.h286 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro
/third_party/curl/src/
Dtool_urlglob.c267 while(*pattern && ISBLANK(*pattern)) in glob_range()
/third_party/gettext/gnulib-local/lib/
DChangeLog.1200 (isblank): Renamed from ISBLANK.