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

/external/libxml2/
H A DxmlIO.c2038 int http_rtn = 0; local
2137 http_rtn = xmlNanoHTTPReturnCode( http_ctxt );
2138 if ( ( http_rtn >= 200 ) && ( http_rtn < 300 ) )
2146 "failed. HTTP return code:", http_rtn );

Completed in 37 milliseconds