Home
last modified time | relevance | path

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

/external/cronet/third_party/libxml/src/
DxmlIO.c1947 int http_rtn = 0; in xmlIOHTTPCloseWrite() local
2045 http_rtn = xmlNanoHTTPReturnCode( http_ctxt ); in xmlIOHTTPCloseWrite()
2046 if ( ( http_rtn >= 200 ) && ( http_rtn < 300 ) ) in xmlIOHTTPCloseWrite()
2054 "failed. HTTP return code:", http_rtn ); in xmlIOHTTPCloseWrite()
/external/libxml2/
DxmlIO.c1947 int http_rtn = 0; in xmlIOHTTPCloseWrite() local
2045 http_rtn = xmlNanoHTTPReturnCode( http_ctxt ); in xmlIOHTTPCloseWrite()
2046 if ( ( http_rtn >= 200 ) && ( http_rtn < 300 ) ) in xmlIOHTTPCloseWrite()
2054 "failed. HTTP return code:", http_rtn ); in xmlIOHTTPCloseWrite()