Home
last modified time | relevance | path

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

/third_party/libxml2/
DxmlIO.c1981 void * http_ctxt = NULL; in xmlIOHTTPCloseWrite() local
2015 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content, in xmlIOHTTPCloseWrite()
2019 if ( http_ctxt != NULL ) { in xmlIOHTTPCloseWrite()
2031 xmlNanoHTTPReturnCode( http_ctxt ) ); in xmlIOHTTPCloseWrite()
2060 while ( (avail = xmlNanoHTTPRead( http_ctxt, in xmlIOHTTPCloseWrite()
2073 http_rtn = xmlNanoHTTPReturnCode( http_ctxt ); in xmlIOHTTPCloseWrite()
2086 xmlNanoHTTPClose( http_ctxt ); in xmlIOHTTPCloseWrite()
/third_party/gettext/gnulib-local/lib/libxml/
DxmlIO.c1985 void * http_ctxt = NULL; in xmlIOHTTPCloseWrite() local
2019 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content, in xmlIOHTTPCloseWrite()
2023 if ( http_ctxt != NULL ) { in xmlIOHTTPCloseWrite()
2035 xmlNanoHTTPReturnCode( http_ctxt ) ); in xmlIOHTTPCloseWrite()
2064 while ( (avail = xmlNanoHTTPRead( http_ctxt, in xmlIOHTTPCloseWrite()
2077 http_rtn = xmlNanoHTTPReturnCode( http_ctxt ); in xmlIOHTTPCloseWrite()
2090 xmlNanoHTTPClose( http_ctxt ); in xmlIOHTTPCloseWrite()