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

/macosx-10.10.1/libxml2-26/libxml2/
H A DxmlIO.c2024 int http_rtn = 0; local
2123 http_rtn = xmlNanoHTTPReturnCode( http_ctxt );
2124 if ( ( http_rtn >= 200 ) && ( http_rtn < 300 ) )
2132 "failed. HTTP return code:", http_rtn );
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c1891 int http_rtn = 0; local
1990 http_rtn = xmlNanoHTTPReturnCode( http_ctxt );
1991 if ( ( http_rtn >= 200 ) && ( http_rtn < 300 ) )
1999 "failed. HTTP return code:", http_rtn );

Completed in 289 milliseconds