Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c1944 xmlIOHTTPCloseWrite( void * context, const char * http_mthd ) { in xmlIOHTTPCloseWrite() function
2081 return ( xmlIOHTTPCloseWrite( ctxt, "PUT" ) ); in xmlIOHTTPClosePut()
2095 return ( xmlIOHTTPCloseWrite( ctxt, "POST" ) ); in xmlIOHTTPClosePost()