• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:ID

3140     xmlChar * ExternalID; /* the external ID of the DTD, or NULL */
3181 xmlChar * ExternalID; /* the external ID of the DTD, or NULL */
4160 xmlChar * publicId; /* The public ID of the entity */
4162 xmlChar * systemId; /* The system ID of the entity */
4223 xmlChar * ExternalID; /* the external ID */
4225 xmlChar * SystemID; /* the SYSTEM ID (e.g. filename or URL) */
4696 xmlChar * ExternalID; /* the external ID */
4698 xmlChar * SystemID; /* the SYSTEM ID (e.g. filename or URL) */
4779 xmlChar * publicId; /* The public ID of the entity */
4781 xmlChar * systemId; /* The system ID of the entity */
4910 xmlChar * publicId; /* The public ID of the entity */
4912 xmlChar * systemId; /* The system ID of the entity */
5165 xmlChar * publicId; /* The public ID of the entity */
5167 xmlChar * systemId; /* The system ID of the entity */
5729 xmlChar * pubID; /* the public ID string */
5731 xmlChar * sysID; /* the system ID string */
5777 xmlChar * pubID; /* the public ID string */
5818 xmlChar * sysID; /* the system ID string */
6077 xmlChar * pubID; /* the public ID string */
6079 xmlChar * sysID; /* the system ID string */
6188 xmlChar * pubID; /* the public ID string */
6190 xmlChar * sysID; /* the system ID string */
6220 xmlChar * pubID; /* the public ID string */
6254 xmlChar * sysID; /* the system ID string */
9106 xmlChar * ExternalID; /* the entity external ID if available */
9108 xmlChar * SystemID; /* the entity system ID if available */
9173 xmlChar * ExternalID; /* the entity external ID if available */
9175 xmlChar * SystemID; /* the entity system ID if available */
9633 xmlChar * ExternalID; /* the entity external ID if available */
9635 xmlChar * SystemID; /* the entity system ID if available */
13408 char * ID; /* the Public ID for the entity to load */
13418 ID = gen_const_char_ptr(n_ID, 1);
13421 ret_val = xmlLoadExternalEntity(URL, (const char *)ID, ctxt);
13425 des_const_char_ptr(n_ID, (const char *)ID, 1);
13750 xmlChar * ID; /* the System ID for the entity to load */
13762 ID = gen_const_xmlChar_ptr(n_ID, 2);
13765 ret_val = xmlParseCtxtExternalEntity(ctx, (const xmlChar *)URL, (const xmlChar *)ID, lst);
13770 des_const_xmlChar_ptr(n_ID, (const xmlChar *)ID, 2);
13801 xmlChar * ExternalID; /* a NAME* containing the External ID of the DTD */
13992 xmlChar * ID; /* the System ID for the entity to load */
14010 ID = gen_const_xmlChar_ptr(n_ID, 5);
14013 ret_val = xmlParseExternalEntity(doc, sax, user_data, depth, (const xmlChar *)URL, (const xmlChar *)ID, lst);
14021 des_const_xmlChar_ptr(n_ID, (const xmlChar *)ID, 5);
14735 xmlChar * ExternalID; /* a NAME* containing the External ID of the DTD */
15862 xmlChar * ID; /* the entity PUBLIC ID */
15872 ID = gen_const_xmlChar_ptr(n_ID, 1);
15875 ret_val = xmlCreateEntityParserCtxt((const xmlChar *)URL, (const xmlChar *)ID, (const xmlChar *)base);
15879 des_const_xmlChar_ptr(n_ID, (const xmlChar *)ID, 1);
19359 xmlChar * ExternalID; /* the external (PUBLIC) ID */
19361 xmlChar * SystemID; /* the system ID */
21304 xmlChar * ExternalID; /* the external ID */
21306 xmlChar * SystemID; /* the system ID */
25193 xmlChar * ID; /* the ID value */
25200 ID = gen_const_xmlChar_ptr(n_ID, 1);
25202 ret_val = xmlGetID(doc, (const xmlChar *)ID);
25206 des_const_xmlChar_ptr(n_ID, (const xmlChar *)ID, 1);
27907 char * ID; /* the System ID for the entity to load */
27917 ID = gen_const_char_ptr(n_ID, 1);
27920 ret_val = xmlNoNetExternalEntityLoader(URL, (const char *)ID, ctxt);
27924 des_const_char_ptr(n_ID, (const char *)ID, 1);