Lines Matching defs:ID

3120     xmlChar * ExternalID; /* the external ID of the DTD, or NULL */
3161 xmlChar * ExternalID; /* the external ID of the DTD, or NULL */
4140 xmlChar * publicId; /* The public ID of the entity */
4142 xmlChar * systemId; /* The system ID of the entity */
4203 xmlChar * ExternalID; /* the external ID */
4205 xmlChar * SystemID; /* the SYSTEM ID (e.g. filename or URL) */
4676 xmlChar * ExternalID; /* the external ID */
4678 xmlChar * SystemID; /* the SYSTEM ID (e.g. filename or URL) */
4759 xmlChar * publicId; /* The public ID of the entity */
4761 xmlChar * systemId; /* The system ID of the entity */
4890 xmlChar * publicId; /* The public ID of the entity */
4892 xmlChar * systemId; /* The system ID of the entity */
5145 xmlChar * publicId; /* The public ID of the entity */
5147 xmlChar * systemId; /* The system ID of the entity */
5709 xmlChar * pubID; /* the public ID string */
5711 xmlChar * sysID; /* the system ID string */
5757 xmlChar * pubID; /* the public ID string */
5798 xmlChar * sysID; /* the system ID string */
6057 xmlChar * pubID; /* the public ID string */
6059 xmlChar * sysID; /* the system ID string */
6169 xmlChar * pubID; /* the public ID string */
6171 xmlChar * sysID; /* the system ID string */
6210 xmlChar * pubID; /* the public ID string */
6244 xmlChar * sysID; /* the system ID string */
9096 xmlChar * ExternalID; /* the entity external ID if available */
9098 xmlChar * SystemID; /* the entity system ID if available */
9163 xmlChar * ExternalID; /* the entity external ID if available */
9165 xmlChar * SystemID; /* the entity system ID if available */
13341 char * ID; /* the Public ID for the entity to load */
13351 ID = gen_const_char_ptr(n_ID, 1);
13354 ret_val = xmlLoadExternalEntity(URL, (const char *)ID, ctxt);
13358 des_const_char_ptr(n_ID, (const char *)ID, 1);
13683 xmlChar * ID; /* the System ID for the entity to load */
13695 ID = gen_const_xmlChar_ptr(n_ID, 2);
13698 ret_val = xmlParseCtxtExternalEntity(ctx, (const xmlChar *)URL, (const xmlChar *)ID, lst);
13703 des_const_xmlChar_ptr(n_ID, (const xmlChar *)ID, 2);
13734 xmlChar * ExternalID; /* a NAME* containing the External ID of the DTD */
13925 xmlChar * ID; /* the System ID for the entity to load */
13943 ID = gen_const_xmlChar_ptr(n_ID, 5);
13946 ret_val = xmlParseExternalEntity(doc, sax, user_data, depth, (const xmlChar *)URL, (const xmlChar *)ID, lst);
13954 des_const_xmlChar_ptr(n_ID, (const xmlChar *)ID, 5);
14668 xmlChar * ExternalID; /* a NAME* containing the External ID of the DTD */
15795 xmlChar * ID; /* the entity PUBLIC ID */
15805 ID = gen_const_xmlChar_ptr(n_ID, 1);
15808 ret_val = xmlCreateEntityParserCtxt((const xmlChar *)URL, (const xmlChar *)ID, (const xmlChar *)base);
15812 des_const_xmlChar_ptr(n_ID, (const xmlChar *)ID, 1);
19278 xmlChar * ExternalID; /* the external (PUBLIC) ID */
19280 xmlChar * SystemID; /* the system ID */
21223 xmlChar * ExternalID; /* the external ID */
21225 xmlChar * SystemID; /* the system ID */
25112 xmlChar * ID; /* the ID value */
25119 ID = gen_const_xmlChar_ptr(n_ID, 1);
25121 ret_val = xmlGetID(doc, (const xmlChar *)ID);
25125 des_const_xmlChar_ptr(n_ID, (const xmlChar *)ID, 1);
27826 char * ID; /* the System ID for the entity to load */
27836 ID = gen_const_char_ptr(n_ID, 1);
27839 ret_val = xmlNoNetExternalEntityLoader(URL, (const char *)ID, ctxt);
27843 des_const_char_ptr(n_ID, (const char *)ID, 1);