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

/external/libxml2/
H A DxmlIO.c1844 * @post_uri: The destination URI for the document
1854 xmlIOHTTPOpenW(const char *post_uri, int compression) argument
1859 if (post_uri == NULL)
1870 ctxt->uri = (char *) xmlStrdup((const xmlChar *)post_uri);
1908 * @post_uri: The destination URI for this document.
1917 xmlIOHTTPDfltOpenW( const char * post_uri ) {
1918 return ( xmlIOHTTPOpenW( post_uri, 0 ) );

Completed in 68 milliseconds