Home | History | Annotate | Download | only in libxml2

Lines Matching defs:URI

185 #include <libxml/uri.h>
1179 #include <libxml/uri.h>
1536 const char * filename; /* an optional file name or URI */
3157 xmlChar * URI; /* URI for the dtd, or NULL */
3165 URI = gen_const_xmlChar_ptr(n_URI, 0);
3168 ret_val = htmlNewDoc((const xmlChar *)URI, (const xmlChar *)ExternalID);
3171 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
3198 xmlChar * URI; /* URI for the dtd, or NULL */
3206 URI = gen_const_xmlChar_ptr(n_URI, 0);
3209 ret_val = htmlNewDocNoDtD((const xmlChar *)URI, (const xmlChar *)ExternalID);
3212 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
4134 xmlChar * URI; /* the element namespace name if available */
4145 URI = gen_const_xmlChar_ptr(n_URI, 3);
4147 xmlSAX2EndElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI);
4152 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 3);
5109 xmlChar * URI; /* the element namespace name if available */
5113 xmlChar ** namespaces; /* pointer to the array of prefix/URI pairs namespace definitions */
5119 xmlChar ** attributes; /* pointer to the array of (localname/prefix/URI/value/end) attribute values. */
5135 URI = gen_const_xmlChar_ptr(n_URI, 3);
5142 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes);
5147 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 3);
5887 xmlChar * URI; /* the URI */
5894 URI = gen_const_xmlChar_ptr(n_URI, 1);
5896 ret_val = xmlACatalogResolveURI(catal, (const xmlChar *)URI);
5900 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 1);
6153 xmlChar * URI; /* the URI */
6160 URI = gen_const_xmlChar_ptr(n_URI, 1);
6162 ret_val = xmlCatalogLocalResolveURI(catalogs, (const xmlChar *)URI);
6166 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 1);
6316 xmlChar * URI; /* the URI */
6321 URI = gen_const_xmlChar_ptr(n_URI, 0);
6323 ret_val = xmlCatalogResolveURI((const xmlChar *)URI);
6326 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
8012 char * dtd; /* the DTD URI (optional) */
12785 const char * filename; /* an optional file name or URI */
13060 const char * filename; /* an optional file name or URI */
15966 xmlChar * base; /* a possible base for the target URI */
20818 xmlChar * nameSpace; /* the URI of the namespace */
20903 xmlChar * nameSpace; /* the URI of the namespace */
21847 xmlChar * href; /* the URI associated */
22806 xmlChar * uri; /* the new base URI */
22813 uri = gen_const_xmlChar_ptr(n_uri, 1);
22815 xmlNodeSetBase(cur, (const xmlChar *)uri);
22818 des_const_xmlChar_ptr(n_uri, (const xmlChar *)uri, 1);
24507 xmlChar * URI; /* the URI reference under consideration */
24515 URI = gen_const_xmlChar_ptr(n_URI, 0);
24518 ret_val = xmlBuildRelativeURI((const xmlChar *)URI, (const xmlChar *)base);
24521 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
24546 xmlChar * URI; /* the URI instance found in the document */
24554 URI = gen_const_xmlChar_ptr(n_URI, 0);
24557 ret_val = xmlBuildURI((const xmlChar *)URI, (const xmlChar *)base);
24560 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
24686 xmlURIPtr uri; /* pointer to an URI structure */
24694 uri = gen_xmlURIPtr(n_uri, 0);
24697 ret_val = xmlParseURIReference(uri, (const char *)str);
24700 des_xmlURIPtr(n_uri, uri, 0);
24758 xmlURIPtr uri; /* pointer to an xmlURI */
24765 uri = gen_xmlURIPtr(n_uri, 1);
24767 xmlPrintURI(stream, uri);
24770 uri, 1);
24794 xmlURIPtr uri; /* pointer to an xmlURI */
24799 uri = gen_xmlURIPtr(n_uri, 0);
24801 ret_val = xmlSaveUri(uri);
24804 des_xmlURIPtr(n_uri, uri, 0);
24826 xmlChar * str; /* the string of the URI to escape */
24904 if (quiet == 0) printf("Testing uri : 10 of 15 functions ...\n");
24921 printf("Module uri: %d errors\n", test_ret);
28056 const char * filename; /* the URI for matching */
28088 const char * filename; /* the URI for matching */
28201 const char * filename; /* the URI for matching */
28235 const char * filename; /* the URI for matching */
28351 const char * filename; /* the URI for matching */
28385 const char * filename; /* the URI for matching */
28668 const char * URI; /* a C string containing the URI or filename */
28679 URI = gen_fileoutput(n_URI, 0);
28683 ret_val = xmlOutputBufferCreateFilename(URI, encoder, compression);
28686 des_fileoutput(n_URI, URI, 0);
28984 const char * URI; /* a C string containing the URI or filename */
28992 URI = gen_fileoutput(n_URI, 0);
28995 ret_val = xmlParserInputBufferCreateFilename(URI, enc);
28998 des_fileoutput(n_URI, URI, 0);
30161 const char * URI; /* the URI information for the source if available */
30168 URI = gen_filepath(n_URI, 1);
30170 ret_val = xmlNewTextReader(input, URI);
30174 des_filepath(n_URI, URI, 1);
30200 const char * URI; /* the URI of the resource to process */
30205 URI = gen_filepath(n_URI, 0);
30207 ret_val = xmlNewTextReaderFilename(URI);
30210 des_filepath(n_URI, URI, 0);
31371 xmlChar * namespaceURI; /* the namespace URI of the attribute. */
31932 xmlChar * prefix; /* the prefix whose namespace URI is to be resolved. To return the default namespace, specify NULL */
32057 xmlChar * namespaceURI; /* the namespace URI of the attribute. */
32480 xmlChar ** namespaces; /* the prefix definitions, array of [URI, prefix] or NULL */
34929 const char * filename; /* the URI of the instance */
35587 xmlChar * ns; /* the URI of the namespace usually "http://www.w3.org/2001/XMLSchema" */
43405 const char * uri; /* the URI of the resource for the output */
43413 uri = gen_fileoutput(n_uri, 0);
43416 ret_val = xmlNewTextWriterFilename(uri, compression);
43419 des_fileoutput(n_uri, uri, 0);
44155 xmlChar * namespaceURI; /* namespace URI or NULL */
44278 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44559 xmlChar * namespaceURI; /* namespace URI or NULL */
44703 xmlChar * namespaceURI; /* namespace URI */
44969 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
45129 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
45205 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
45270 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
45382 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
45485 xmlChar * namespaceURI; /* namespace URI */
50499 URI */
51293 xmlChar * ns_uri; /* the variable namespace URI */
52366 if (!strcmp(module, "uri")) return(test_uri());