Searched refs:http_mthd (Results 1 – 2 of 2) sorted by relevance
/external/cronet/third_party/libxml/src/ |
D | xmlIO.c | 1944 xmlIOHTTPCloseWrite( void * context, const char * http_mthd ) { in xmlIOHTTPCloseWrite() argument 1956 if ( ( ctxt == NULL ) || ( http_mthd == NULL ) ) in xmlIOHTTPCloseWrite() 1982 http_mthd, "data to URI", ctxt->uri ); in xmlIOHTTPCloseWrite() 1988 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content, in xmlIOHTTPCloseWrite() 2003 http_mthd, ctxt->uri, in xmlIOHTTPCloseWrite() 2052 http_mthd, content_lgth, in xmlIOHTTPCloseWrite()
|
/external/libxml2/ |
D | xmlIO.c | 1944 xmlIOHTTPCloseWrite( void * context, const char * http_mthd ) { in xmlIOHTTPCloseWrite() argument 1956 if ( ( ctxt == NULL ) || ( http_mthd == NULL ) ) in xmlIOHTTPCloseWrite() 1982 http_mthd, "data to URI", ctxt->uri ); in xmlIOHTTPCloseWrite() 1988 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content, in xmlIOHTTPCloseWrite() 2003 http_mthd, ctxt->uri, in xmlIOHTTPCloseWrite() 2052 http_mthd, content_lgth, in xmlIOHTTPCloseWrite()
|