• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/libxml2-26/libxml2/

Lines Matching defs:URI

1532     const char * filename; /* an optional file name or URI */
3141 xmlChar * URI; /* URI for the dtd, or NULL */
3149 URI = gen_const_xmlChar_ptr(n_URI, 0);
3152 ret_val = htmlNewDoc((const xmlChar *)URI, (const xmlChar *)ExternalID);
3155 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
3182 xmlChar * URI; /* URI for the dtd, or NULL */
3190 URI = gen_const_xmlChar_ptr(n_URI, 0);
3193 ret_val = htmlNewDocNoDtD((const xmlChar *)URI, (const xmlChar *)ExternalID);
3196 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
4112 xmlChar * URI; /* the element namespace name if available */
4123 URI = gen_const_xmlChar_ptr(n_URI, 3);
4125 xmlSAX2EndElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI);
4130 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 3);
5084 xmlChar * URI; /* the element namespace name if available */
5088 xmlChar ** namespaces; /* pointer to the array of prefix/URI pairs namespace definitions */
5094 xmlChar ** attributes; /* pointer to the array of (localname/prefix/URI/value/end) attribute values. */
5110 URI = gen_const_xmlChar_ptr(n_URI, 3);
5117 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes);
5122 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 3);
5862 xmlChar * URI; /* the URI */
5869 URI = gen_const_xmlChar_ptr(n_URI, 1);
5871 ret_val = xmlACatalogResolveURI(catal, (const xmlChar *)URI);
5875 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 1);
6128 xmlChar * URI; /* the URI */
6135 URI = gen_const_xmlChar_ptr(n_URI, 1);
6137 ret_val = xmlCatalogLocalResolveURI(catalogs, (const xmlChar *)URI);
6141 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 1);
6291 xmlChar * URI; /* the URI */
6296 URI = gen_const_xmlChar_ptr(n_URI, 0);
6298 ret_val = xmlCatalogResolveURI((const xmlChar *)URI);
6301 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
7987 char * dtd; /* the DTD URI (optional) */
12709 const char * filename; /* an optional file name or URI */
12978 const char * filename; /* an optional file name or URI */
15860 xmlChar * base; /* a possible base for the target URI */
20677 xmlChar * nameSpace; /* the URI of the namespace */
20762 xmlChar * nameSpace; /* the URI of the namespace */
21700 xmlChar * href; /* the URI associated */
22653 xmlChar * uri; /* the new base URI */
24345 xmlChar * URI; /* the URI reference under consideration */
24353 URI = gen_const_xmlChar_ptr(n_URI, 0);
24356 ret_val = xmlBuildRelativeURI((const xmlChar *)URI, (const xmlChar *)base);
24359 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
24384 xmlChar * URI; /* the URI instance found in the document */
24392 URI = gen_const_xmlChar_ptr(n_URI, 0);
24395 ret_val = xmlBuildURI((const xmlChar *)URI, (const xmlChar *)base);
24398 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
24524 xmlURIPtr uri; /* pointer to an URI structure */
24664 xmlChar * str; /* the string of the URI to escape */
27891 const char * filename; /* the URI for matching */
27923 const char * filename; /* the URI for matching */
28036 const char * filename; /* the URI for matching */
28070 const char * filename; /* the URI for matching */
28186 const char * filename; /* the URI for matching */
28220 const char * filename; /* the URI for matching */
28503 const char * URI; /* a C string containing the URI or filename */
28514 URI = gen_fileoutput(n_URI, 0);
28518 ret_val = xmlOutputBufferCreateFilename(URI, encoder, compression);
28521 des_fileoutput(n_URI, URI, 0);
28816 const char * URI; /* a C string containing the URI or filename */
28824 URI = gen_fileoutput(n_URI, 0);
28827 ret_val = xmlParserInputBufferCreateFilename(URI, enc);
28830 des_fileoutput(n_URI, URI, 0);
29984 const char * URI; /* the URI information for the source if available */
29991 URI = gen_filepath(n_URI, 1);
29993 ret_val = xmlNewTextReader(input, URI);
29997 des_filepath(n_URI, URI, 1);
30023 const char * URI; /* the URI of the resource to process */
30028 URI = gen_filepath(n_URI, 0);
30030 ret_val = xmlNewTextReaderFilename(URI);
30033 des_filepath(n_URI, URI, 0);
31188 xmlChar * namespaceURI; /* the namespace URI of the attribute. */
31749 xmlChar * prefix; /* the prefix whose namespace URI is to be resolved. To return the default namespace, specify NULL */
31874 xmlChar * namespaceURI; /* the namespace URI of the attribute. */
32297 xmlChar ** namespaces; /* the prefix definitions, array of [URI, prefix] or NULL */
34743 const char * filename; /* the URI of the instance */
35401 xmlChar * ns; /* the URI of the namespace usually "http://www.w3.org/2001/XMLSchema" */
43186 const char * uri; /* the URI of the resource for the output */
43936 xmlChar * namespaceURI; /* namespace URI or NULL */
44059 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44340 xmlChar * namespaceURI; /* namespace URI or NULL */
44484 xmlChar * namespaceURI; /* namespace URI */
44738 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44898 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
44974 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
45039 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
45151 xmlChar * sysid; /* the system identifier, which is the URI of the DTD */
45254 xmlChar * namespaceURI; /* namespace URI */
50265 xmlChar * ns_uri; /* the variable namespace URI */
51059 xmlChar * ns_uri; /* the variable namespace URI */