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

/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c1840 xmlIOHTTPCloseWrite( void * context, const char * http_mthd ) { function
1876 (const xmlChar *) "xmlIOHTTPCloseWrite: %s '%s' %s '%s'.\n",
1948 (const xmlChar *) "xmlIOHTTPCloseWrite: HTTP '%s' of %d %s\n'%s' %s %d\n",
1977 return ( xmlIOHTTPCloseWrite( ctxt, "PUT" ) );
1991 return ( xmlIOHTTPCloseWrite( ctxt, "POST" ) );

Completed in 55 milliseconds