Home
last modified time | relevance | path

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

/curl/lib/
H A Dhttp.c2863 } statusline; typedef
2878 static statusline
2883 statusline rc = STATUS_BAD; in checkhttpprefix()
2884 statusline onmatch = len >= 5 ? STATUS_DONE : STATUS_UNKNOWN; in checkhttpprefix()
2901 static statusline
2905 statusline result = STATUS_BAD; in checkrtspprefix()
2906 statusline onmatch = len >= 5 ? STATUS_DONE : STATUS_UNKNOWN; in checkrtspprefix()
2915 static statusline
3900 statusline check = checkhttpprefix(data, hd, hdlen); in http_rw_hd()
4003 statusline st = in http_parse_headers()
[all …]

Completed in 13 milliseconds