Searched refs:http_response_code (Results 1 – 5 of 5) sorted by relevance
118 PRUint16* http_response_code,231 PRUint16 http_response_code() const { in http_response_code() function in __anon3b4b4ea00111::OCSPRequestSession659 PRUint16* http_response_code, in OCSPSetResponse() argument676 << " response_code=" << req->http_response_code() in OCSPSetResponse()680 if (http_response_code) in OCSPSetResponse()681 *http_response_code = req->http_response_code(); in OCSPSetResponse()695 PRUint16* http_response_code, in OCSPTrySendAndReceive() argument722 if (!req->Wait() || req->http_response_code() == static_cast<PRUint16>(-1)) { in OCSPTrySendAndReceive()775 req, http_response_code, in OCSPTrySendAndReceive()
39 const int http_response_code, in CompleteFetch() argument44 http_response_code, in CompleteFetch()
51 const int http_response_code,
119 http_response_code(-1), in URLFetchState()208 *response_code = fetch_state_.http_response_code; in MakeSynchronousPost()282 fetch_state_.http_response_code = response_code; in OnURLFetchComplete()
189 int http_response_code; member