Searched defs:xmlIOHTTPCloseWrite (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c1888 xmlIOHTTPCloseWrite( void * context, const char * http_mthd ) { function
1924 (const xmlChar *) "xmlIOHTTPCloseWrite: %s '%s' %s '%s'.\n",
1996 (const xmlChar *) "xmlIOHTTPCloseWrite: HTTP '%s' of %d %s\n'%s' %s %d\n",
2025 return ( xmlIOHTTPCloseWrite( ctxt, "PUT" ) );
2039 return ( xmlIOHTTPCloseWrite( ctxt, "POST" ) );
/external/libxml2/
H A DxmlIO.c2021 xmlIOHTTPCloseWrite( void * context, const char * http_mthd ) { function
2057 (const xmlChar *) "xmlIOHTTPCloseWrite: %s '%s' %s '%s'.\n",
2129 (const xmlChar *) "xmlIOHTTPCloseWrite: HTTP '%s' of %d %s\n'%s' %s %d\n",
2158 return ( xmlIOHTTPCloseWrite( ctxt, "PUT" ) );
2172 return ( xmlIOHTTPCloseWrite( ctxt, "POST" ) );

Completed in 79 milliseconds