Searched refs:checkprefixmax (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/ |
D | http.c | 3006 static bool checkprefixmax(const char *prefix, const char *buffer, size_t len) in checkprefixmax() function 3040 if(checkprefixmax(head->data, s, len)) { in checkhttpprefix() 3047 if((rc != STATUS_DONE) && (checkprefixmax("HTTP/", s, len))) in checkhttpprefix() 3075 else if(checkprefixmax("RTSP/", scratch, len)) in checkrtspprefix() 3080 if(checkprefixmax("RTSP/", s, len)) in checkrtspprefix()
|