Home
last modified time | relevance | path

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

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