Searched refs:StringToHttpResponseCode (Results 1 – 3 of 3) sorted by relevance
58 HttpResponseCode StringToHttpResponseCode(const char *s);
66 HttpResponseCode StringToHttpResponseCode(const char *s) { in StringToHttpResponseCode() function
386 HttpResponseCode code = StringToHttpResponseCode(url.c_str()); in HandleRedirect()