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

/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c1843 int http_rtn = 0; local
1942 http_rtn = xmlNanoHTTPReturnCode( http_ctxt );
1943 if ( ( http_rtn >= 200 ) && ( http_rtn < 300 ) )
1951 "failed. HTTP return code:", http_rtn );

Completed in 37 milliseconds