Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dhttp.c3449 static bool checkprefixmax(const char *prefix, const char *buffer, size_t len) in checkprefixmax() function
3469 if(checkprefixmax(head->data, s, len)) { in checkhttpprefix()
3476 if((rc != STATUS_DONE) && (checkprefixmax("HTTP/", s, len))) in checkhttpprefix()
3490 if(checkprefixmax("RTSP/", s, len)) in checkrtspprefix()