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

/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 99 milliseconds