Searched defs:http_ctxt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c1898 void * http_ctxt = NULL; local
1932 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content,
1936 if ( http_ctxt != NULL ) {
1948 xmlNanoHTTPReturnCode( http_ctxt ) );
1977 while ( (avail = xmlNanoHTTPRead( http_ctxt,
1990 http_rtn = xmlNanoHTTPReturnCode( http_ctxt );
2003 xmlNanoHTTPClose( http_ctxt );
/external/libxml2/
H A DxmlIO.c2031 void * http_ctxt = NULL; local
2065 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content,
2069 if ( http_ctxt != NULL ) {
2081 xmlNanoHTTPReturnCode( http_ctxt ) );
2110 while ( (avail = xmlNanoHTTPRead( http_ctxt,
2123 http_rtn = xmlNanoHTTPReturnCode( http_ctxt );
2136 xmlNanoHTTPClose( http_ctxt );

Completed in 186 milliseconds