Searched refs:http_mthd (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | xmlIO.c | 1971 xmlIOHTTPCloseWrite( void * context, const char * http_mthd ) { in xmlIOHTTPCloseWrite() argument 1983 if ( ( ctxt == NULL ) || ( http_mthd == NULL ) ) in xmlIOHTTPCloseWrite() 2009 http_mthd, "data to URI", ctxt->uri ); in xmlIOHTTPCloseWrite() 2015 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content, in xmlIOHTTPCloseWrite() 2030 http_mthd, ctxt->uri, in xmlIOHTTPCloseWrite() 2080 http_mthd, content_lgth, in xmlIOHTTPCloseWrite()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlIO.c | 1975 xmlIOHTTPCloseWrite( void * context, const char * http_mthd ) { in xmlIOHTTPCloseWrite() argument 1987 if ( ( ctxt == NULL ) || ( http_mthd == NULL ) ) in xmlIOHTTPCloseWrite() 2013 http_mthd, "data to URI", ctxt->uri ); in xmlIOHTTPCloseWrite() 2019 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content, in xmlIOHTTPCloseWrite() 2034 http_mthd, ctxt->uri, in xmlIOHTTPCloseWrite() 2084 http_mthd, content_lgth, in xmlIOHTTPCloseWrite()
|