HomeSort by relevance Sort by last modified time
    Searched refs:HTTP_CHAR_TAB (Results 1 - 2 of 2) sorted by null

  /external/opencore/protocols/http_parcom/src/
http_parcom_internal.h 39 const char HTTP_CHAR_TAB = '\t';
http_parser.cpp 379 while ((*ptr == HTTP_CHAR_SPACE || *ptr == HTTP_CHAR_TAB) && len > 0)
386 while (!(*ptr == HTTP_CHAR_NULL || *ptr == HTTP_CHAR_SPACE || *ptr == HTTP_CHAR_TAB ||
    [all...]

Completed in 104 milliseconds