Searched refs:ISBLANK (Results 1 – 8 of 8) sorted by relevance
207 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()
521 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()
78 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro
326 found = ISBLANK(*s); in loop()
494 while(*lineptr && ISBLANK(*lineptr)) in hsts_load()
286 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro
267 while(*pattern && ISBLANK(*pattern)) in glob_range()
200 (isblank): Renamed from ISBLANK.