Lines Matching defs:URL

5939  * @URL:  the base URL to use for the document
5949 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding,
5963 if ((URL != NULL) && (ctxt->input != NULL) &&
5965 ctxt->input->filename = (char *) xmlStrdup((const xmlChar *) URL);
5982 * @URL: the base URL to use for the document
5991 htmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options)
6002 return (htmlDoRead(ctxt, URL, encoding, options, 0));
6007 * @filename: a file or URL
6031 * @URL: the base URL to use for the document
6040 htmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options)
6051 return (htmlDoRead(ctxt, URL, encoding, options, 0));
6057 * @URL: the base URL to use for the document
6066 htmlReadFd(int fd, const char *URL, const char *encoding, int options)
6091 return (htmlDoRead(ctxt, URL, encoding, options, 0));
6099 * @URL: the base URL to use for the document
6109 void *ioctx, const char *URL, const char *encoding, int options)
6135 return (htmlDoRead(ctxt, URL, encoding, options, 0));
6142 * @URL: the base URL to use for the document
6153 const char *URL, const char *encoding, int options)
6169 return (htmlDoRead(ctxt, URL, encoding, options, 1));
6175 * @filename: a file or URL
6210 * @URL: the base URL to use for the document
6221 const char *URL, const char *encoding, int options)
6245 return (htmlDoRead(ctxt, URL, encoding, options, 1));
6252 * @URL: the base URL to use for the document
6263 const char *URL, const char *encoding, int options)
6285 return (htmlDoRead(ctxt, URL, encoding, options, 1));
6294 * @URL: the base URL to use for the document
6306 const char *URL,
6329 return (htmlDoRead(ctxt, URL, encoding, options, 1));