Searched refs:http_ctxt (Results 1 – 1 of 1) sorted by relevance
2020 void * http_ctxt = NULL; in xmlIOHTTPCloseWrite() local2054 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content, in xmlIOHTTPCloseWrite()2058 if ( http_ctxt != NULL ) { in xmlIOHTTPCloseWrite()2070 xmlNanoHTTPReturnCode( http_ctxt ) ); in xmlIOHTTPCloseWrite()2099 while ( (avail = xmlNanoHTTPRead( http_ctxt, in xmlIOHTTPCloseWrite()2112 http_rtn = xmlNanoHTTPReturnCode( http_ctxt ); in xmlIOHTTPCloseWrite()2125 xmlNanoHTTPClose( http_ctxt ); in xmlIOHTTPCloseWrite()