Home
last modified time | relevance | path

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

/external/curl/lib/
Drtsp.h31 CURLcode Curl_rtsp_parseheader(struct Curl_easy *data, const char *header);
35 #define Curl_rtsp_parseheader(x,y) CURLE_NOT_BUILT_IN macro
Drtsp.c925 CURLcode Curl_rtsp_parseheader(struct Curl_easy *data, const char *header) in Curl_rtsp_parseheader() function
Dhttp.c3307 result = Curl_rtsp_parseheader(data, hd); in http_header()