Home
last modified time | relevance | path

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

/mOS-networking-stack/util/
H A Dhttp_parsing.c10 #define SPACE_OR_TAB(x) ((x) == ' ' || (x) == '\t') macro
59 while (*temp && SPACE_OR_TAB(*temp)) in http_header_str_val()
106 while (*ret && SPACE_OR_TAB(*ret)) in http_get_url()