Lines Matching refs:URI

1536     const char * filename; /* an optional file name or URI */
3145 xmlChar * URI; /* URI for the dtd, or NULL */
3153 URI = gen_const_xmlChar_ptr(n_URI, 0);
3156 ret_val = htmlNewDoc((const xmlChar *)URI, (const xmlChar *)ExternalID);
3159 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
3186 xmlChar * URI; /* URI for the dtd, or NULL */
3194 URI = gen_const_xmlChar_ptr(n_URI, 0);
3197 ret_val = htmlNewDocNoDtD((const xmlChar *)URI, (const xmlChar *)ExternalID);
3200 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
4116 xmlChar * URI; /* the element namespace name if available */
4127 URI = gen_const_xmlChar_ptr(n_URI, 3);
4129 xmlSAX2EndElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI);
4134 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 3);
5088 xmlChar * URI; /* the element namespace name if available */
5092 xmlChar ** namespaces; /* pointer to the array of prefix/URI pairs namespace definitions */
5098 xmlChar ** attributes; /* pointer to the array of (localname/prefix/URI/value/end) attribute values. */
5114 URI = gen_const_xmlChar_ptr(n_URI, 3);
5121 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes);
5126 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 3);
5866 xmlChar * URI; /* the URI */
5873 URI = gen_const_xmlChar_ptr(n_URI, 1);
5875 ret_val = xmlACatalogResolveURI(catal, (const xmlChar *)URI);
5879 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 1);
6132 xmlChar * URI; /* the URI */
6139 URI = gen_const_xmlChar_ptr(n_URI, 1);
6141 ret_val = xmlCatalogLocalResolveURI(catalogs, (const xmlChar *)URI);
6145 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 1);
6295 xmlChar * URI; /* the URI */
6300 URI = gen_const_xmlChar_ptr(n_URI, 0);
6302 ret_val = xmlCatalogResolveURI((const xmlChar *)URI);
6305 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
7991 char * dtd; /* the DTD URI (optional) */
12720 const char * filename; /* an optional file name or URI */
12989 const char * filename; /* an optional file name or URI */
15871 xmlChar * base; /* a possible base for the target URI */
20509 xmlChar * nameSpace; /* the URI of the namespace */
20594 xmlChar * nameSpace; /* the URI of the namespace */
21532 xmlChar * href; /* the URI associated */
22485 xmlChar * uri; /* the new base URI */
24170 xmlChar * URI; /* the URI reference under consideration */
24178 URI = gen_const_xmlChar_ptr(n_URI, 0);
24181 ret_val = xmlBuildRelativeURI((const xmlChar *)URI, (const xmlChar *)base);
24184 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
24209 xmlChar * URI; /* the URI instance found in the document */
24217 URI = gen_const_xmlChar_ptr(n_URI, 0);
24220 ret_val = xmlBuildURI((const xmlChar *)URI, (const xmlChar *)base);
24223 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
24349 xmlURIPtr uri; /* pointer to an URI structure */
24489 xmlChar * str; /* the string of the URI to escape */
27716 const char * filename; /* the URI for matching */
27748 const char * filename; /* the URI for matching */
27861 const char * filename; /* the URI for matching */
27895 const char * filename; /* the URI for matching */
28011 const char * filename; /* the URI for matching */
28045 const char * filename; /* the URI for matching */
28328 const char * URI; /* a C string containing the URI or filename */
28339 URI = gen_fileoutput(n_URI, 0);
28343 ret_val = xmlOutputBufferCreateFilename(URI, encoder, compression);
28346 des_fileoutput(n_URI, URI, 0);
28597 const char * URI; /* a C string containing the URI or filename */
28605 URI = gen_fileoutput(n_URI, 0);
28608 ret_val = xmlParserInputBufferCreateFilename(URI, enc);
28611 des_fileoutput(n_URI, URI, 0);
29763 const char * URI; /* the URI information for the source if available */
29770 URI = gen_filepath(n_URI, 1);
29772 ret_val = xmlNewTextReader(input, URI);
29776 des_filepath(n_URI, URI, 1);
29802 const char * URI; /* the URI of the resource to process */
29807 URI = gen_filepath(n_URI, 0);
29809 ret_val = xmlNewTextReaderFilename(URI);
29812 des_filepath(n_URI, URI, 0);
30967 xmlChar * namespaceURI; /* the namespace URI of the attribute. */
31528 xmlChar * prefix; /* the prefix whose namespace URI is to be resolved. To return the default namespace, specify NULL */
31653 xmlChar * namespaceURI; /* the namespace URI of the attribute. */
32076 xmlChar ** namespaces; /* the prefix definitions, array of [URI, prefix] or NULL */
34473 const char * filename; /* the URI of the instance */
35080 xmlChar * ns; /* the URI of the namespace usually "http://www.w3.org/2001/XMLSchema" */
42865 const char * uri; /* the URI of the resource for the output */
43574 xmlChar * namespaceURI; /* namespace URI or NULL */
43697 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
43978 xmlChar * namespaceURI; /* namespace URI or NULL */
44122 xmlChar * namespaceURI; /* namespace URI */
44376 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44536 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44612 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44677 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44789 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44892 xmlChar * namespaceURI; /* namespace URI */
49805 xmlChar * ns_uri; /* the variable namespace URI */
50599 xmlChar * ns_uri; /* the variable namespace URI */