Searched refs:http_mthd (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/libxml/src/ |
D | xmlIO.c | 1888 xmlIOHTTPCloseWrite( void * context, const char * http_mthd ) { in xmlIOHTTPCloseWrite() argument 1900 if ( ( ctxt == NULL ) || ( http_mthd == NULL ) ) in xmlIOHTTPCloseWrite() 1926 http_mthd, "data to URI", ctxt->uri ); in xmlIOHTTPCloseWrite() 1932 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content, in xmlIOHTTPCloseWrite() 1947 http_mthd, ctxt->uri, in xmlIOHTTPCloseWrite() 1997 http_mthd, content_lgth, in xmlIOHTTPCloseWrite()
|
/external/libxml2/ |
D | xmlIO.c | 2010 xmlIOHTTPCloseWrite( void * context, const char * http_mthd ) { in xmlIOHTTPCloseWrite() argument 2022 if ( ( ctxt == NULL ) || ( http_mthd == NULL ) ) in xmlIOHTTPCloseWrite() 2048 http_mthd, "data to URI", ctxt->uri ); in xmlIOHTTPCloseWrite() 2054 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content, in xmlIOHTTPCloseWrite() 2069 http_mthd, ctxt->uri, in xmlIOHTTPCloseWrite() 2119 http_mthd, content_lgth, in xmlIOHTTPCloseWrite()
|