Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c1853 void * http_ctxt = NULL; in xmlIOHTTPCloseWrite() local
1887 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content, in xmlIOHTTPCloseWrite()
1891 if ( http_ctxt != NULL ) { in xmlIOHTTPCloseWrite()
1903 xmlNanoHTTPReturnCode( http_ctxt ) ); in xmlIOHTTPCloseWrite()
1932 while ( (avail = xmlNanoHTTPRead( http_ctxt, in xmlIOHTTPCloseWrite()
1945 http_rtn = xmlNanoHTTPReturnCode( http_ctxt ); in xmlIOHTTPCloseWrite()
1958 xmlNanoHTTPClose( http_ctxt ); in xmlIOHTTPCloseWrite()