Home
last modified time | relevance | path

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

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