Searched refs:SPACE_OR_TAB (Results 1 – 1 of 1) sorted by relevance
10 #define SPACE_OR_TAB(x) ((x) == ' ' || (x) == '\t') macro59 while (*temp && SPACE_OR_TAB(*temp)) in http_header_str_val()106 while (*ret && SPACE_OR_TAB(*ret)) in http_get_url()