Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c1954 void * http_ctxt = NULL; in xmlIOHTTPCloseWrite() local
1988 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content, in xmlIOHTTPCloseWrite()
1992 if ( http_ctxt != NULL ) { in xmlIOHTTPCloseWrite()
2004 xmlNanoHTTPReturnCode( http_ctxt ) ); in xmlIOHTTPCloseWrite()
2033 while ( (avail = xmlNanoHTTPRead( http_ctxt, in xmlIOHTTPCloseWrite()
2046 http_rtn = xmlNanoHTTPReturnCode( http_ctxt ); in xmlIOHTTPCloseWrite()
2059 xmlNanoHTTPClose( http_ctxt ); in xmlIOHTTPCloseWrite()