Searched refs:STATUS_DONE (Results 1 – 1 of 1) sorted by relevance
2733 STATUS_DONE, /* a status line was read */ enumerator2756 statusline onmatch = len >= 5 ? STATUS_DONE : STATUS_UNKNOWN; in checkhttpprefix()2766 if((rc != STATUS_DONE) && (checkprefixmax("HTTP/", s, len))) in checkhttpprefix()2778 statusline onmatch = len >= 5 ? STATUS_DONE : STATUS_UNKNOWN; in checkrtspprefix()3769 if(check == STATUS_DONE) { in http_rw_hd()
Completed in 15 milliseconds