Lines Matching refs:URI

854  * @filename:  the URI for matching
867 * @filename: the URI for matching
925 * @filename: the URI for matching
952 * @filename: the URI for matching
1122 * @filename: the URI for matching
1135 * @filename: the URI for matching
1182 * @filename: the URI for matching
1206 * @filename: the URI for matching
1693 * @filename: the URI for matching
1695 * check if the URI matches an HTTP one
1708 * @filename: the URI for matching
1722 * @post_uri: The destination URI for the document
1750 xmlIOErrMemory("copying URI");
1786 * @post_uri: The destination URI for this document.
1854 "Error sending document to URI",
1926 http_mthd, "data to URI", ctxt->uri );
1998 "bytes to URI", ctxt->uri,
2053 * @filename: the URI for matching
2055 * check if the URI matches an FTP one
2068 * @filename: the URI for matching
2481 __xmlParserInputBufferCreateFilename(const char *URI, xmlCharEncoding enc) {
2489 if (URI == NULL) return(NULL);
2498 (xmlInputCallbackTable[i].matchcallback(URI) != 0)) {
2499 context = xmlInputCallbackTable[i].opencallback(URI);
2520 (strcmp(URI, "-") != 0)) {
2547 * @URI: a C string containing the URI or filename
2559 xmlParserInputBufferCreateFilename(const char *URI, xmlCharEncoding enc) {
2561 return xmlParserInputBufferCreateFilenameValue(URI, enc);
2563 return __xmlParserInputBufferCreateFilename(URI, enc);
2568 __xmlOutputBufferCreateFilename(const char *URI,
2583 if (URI == NULL) return(NULL);
2585 puri = xmlParseURI(URI);
2593 * try to limit the damages of the URI unescaping code.
2597 unescaped = xmlURIUnescapeString(URI, 0, NULL);
2604 * try with an unescaped version of the URI
2640 * If this failed try with a non-escaped URI this may be a strange
2646 context = xmlGzfileOpenW(URI, compression);
2660 (xmlOutputCallbackTable[i].matchcallback(URI) != 0)) {
2664 context = xmlIOHTTPOpenW(URI, compression);
2667 context = xmlOutputCallbackTable[i].opencallback(URI);
2692 * @URI: a C string containing the URI or filename
2706 xmlOutputBufferCreateFilename(const char *URI,
2710 return xmlOutputBufferCreateFilenameValue(URI, encoder, compression);
2712 return __xmlOutputBufferCreateFilename(URI, encoder, compression);
2999 * Registers a callback for URI input file handling
3019 * Registers a callback for URI output file handling
3815 * TODO: do an URI lookup on the reference