Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
DxmlIO.c1888 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/
DxmlIO.c2010 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()