Searched refs:post_uri (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxmlIO.h329 xmlIOHTTPOpenW (const char * post_uri,
/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c1674 * @post_uri: The destination URI for the document
1684 xmlIOHTTPOpenW(const char *post_uri, int compression) argument
1689 if (post_uri == NULL)
1700 ctxt->uri = (char *) xmlStrdup((const xmlChar *)post_uri);
1738 * @post_uri: The destination URI for this document.
1747 xmlIOHTTPDfltOpenW( const char * post_uri ) {
1748 return ( xmlIOHTTPOpenW( post_uri, 0 ) );

Completed in 84 milliseconds