Searched defs:httpStatus (Results 1 – 3 of 3) sorted by relevance
98 Integer httpStatus = headers.get(HTTP2_STATUS); in transportHeadersReceived() local193 Integer httpStatus = trailers.get(HTTP2_STATUS); in statusFromTrailers() local211 Integer httpStatus = headers.get(HTTP2_STATUS); in validateInitialMetadata() local
175 CURLcode httpStatus; in rtsp_connect() local204 CURLcode httpStatus; in rtsp_done() local
1577 httpStatus(http_status_t status) /* I - HTTP status code */ in httpStatus() function