Searched refs:STATUS_DONE (Results 1 – 1 of 1) sorted by relevance
3000 STATUS_DONE, /* a status line was read */ enumerator3023 statusline onmatch = len >= 5? STATUS_DONE : STATUS_UNKNOWN; in checkhttpprefix()3047 if((rc != STATUS_DONE) && (checkprefixmax("HTTP/", s, len))) in checkhttpprefix()3062 statusline onmatch = len >= 5? STATUS_DONE : STATUS_UNKNOWN; in checkrtspprefix()3647 if(checkhttpprefix(data, k->p, k->hbuflen) == STATUS_DONE) { in Curl_http_readwrite_headers()