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

/external/libxml2/
H A DxmlIO.c2045 void * http_ctxt = NULL; local
2079 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content,
2083 if ( http_ctxt != NULL ) {
2095 xmlNanoHTTPReturnCode( http_ctxt ) );
2124 while ( (avail = xmlNanoHTTPRead( http_ctxt,
2137 http_rtn = xmlNanoHTTPReturnCode( http_ctxt );
2150 xmlNanoHTTPClose( http_ctxt );

Completed in 34 milliseconds