Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c1846 int http_rtn = 0; in xmlIOHTTPCloseWrite() local
1945 http_rtn = xmlNanoHTTPReturnCode( http_ctxt ); in xmlIOHTTPCloseWrite()
1946 if ( ( http_rtn >= 200 ) && ( http_rtn < 300 ) ) in xmlIOHTTPCloseWrite()
1954 "failed. HTTP return code:", http_rtn ); in xmlIOHTTPCloseWrite()