Home
last modified time | relevance | path

Searched refs:STATUS_DONE (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/
H A Dhttp.c3368 STATUS_DONE, /* a status line was read */ enumerator
3391 statusline onmatch = len >= 5? STATUS_DONE : STATUS_UNKNOWN; in checkhttpprefix()
3401 if((rc != STATUS_DONE) && (checkprefixmax("HTTP/", s, len))) in checkhttpprefix()
3413 statusline onmatch = len >= 5? STATUS_DONE : STATUS_UNKNOWN; in checkrtspprefix()
4417 if(check == STATUS_DONE) { in http_rw_headers()

Completed in 6 milliseconds