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