| /freebsd/contrib/expat/tests/ |
| H A D | handlers.h | 178 const XML_Char *publicId); 184 const XML_Char *publicId); 197 const XML_Char *publicId); 200 const XML_Char *systemId, const XML_Char *publicId); 205 const XML_Char *publicId); 211 const XML_Char *publicId); 217 const XML_Char *publicId); 223 const XML_Char *publicId); 229 const XML_Char *publicId); 235 const XML_Char *publicId); [all …]
|
| H A D | handlers.c | 430 const XML_Char *publicId) { in external_entity_optioner() argument 435 UNUSED_P(publicId); in external_entity_optioner() 456 const XML_Char *publicId) { in external_entity_loader() argument 462 UNUSED_P(publicId); in external_entity_loader() 483 const XML_Char *publicId) { in external_entity_faulter() argument 489 UNUSED_P(publicId); in external_entity_faulter() 511 const XML_Char *publicId) { in external_entity_null_loader() argument 516 UNUSED_P(publicId); in external_entity_null_loader() 523 const XML_Char *publicId) { in external_entity_resetter() argument 530 UNUSED_P(publicId); in external_entity_resetter() [all …]
|
| H A D | dummy.c | 94 const XML_Char *systemId, const XML_Char *publicId, in dummy_entity_decl_handler() argument 103 UNUSED_P(publicId); in dummy_entity_decl_handler() 111 const XML_Char *publicId) { in dummy_notation_decl_handler() argument 116 UNUSED_P(publicId); in dummy_notation_decl_handler() 218 const XML_Char *publicId, in dummy_unparsed_entity_decl_handler() argument 224 UNUSED_P(publicId); in dummy_unparsed_entity_decl_handler()
|
| H A D | dummy.h | 87 const XML_Char *systemId, const XML_Char *publicId, 94 const XML_Char *publicId); 130 const XML_Char *systemId, const XML_Char *publicId,
|
| H A D | basic_tests.c | 3699 const XML_Char *publicId) { in external_bom_checker() argument 3703 UNUSED_P(publicId); in external_bom_checker() 6133 const XML_Char *publicId) { in external_inherited_parser() argument 6136 UNUSED_P(publicId); in external_inherited_parser()
|
| /freebsd/contrib/expat/xmlwf/ |
| H A D | xmlwf.c | 83 const XML_Char *publicId; member 343 free((void *)notationListHead->publicId); in freeNotations() 418 if (notations[i]->publicId != NULL) { in endDoctypeDecl() 420 fputts(notations[i]->publicId, data->fp); in endDoctypeDecl() 450 const XML_Char *systemId, const XML_Char *publicId) { in notationDecl() argument 477 if (publicId != NULL) { in notationDecl() 478 entry->publicId = xcsdup(publicId); in notationDecl() 479 if (entry->publicId == NULL) { in notationDecl() 487 entry->publicId = NULL; in notationDecl() 713 const XML_Char *publicId) { in metaNotationDecl() argument [all …]
|
| H A D | xmlfile.c | 160 const XML_Char *publicId) { in externalEntityRefFilemap() argument 167 UNUSED_P(publicId); in externalEntityRefFilemap() 237 const XML_Char *publicId) { in externalEntityRefStream() argument 242 UNUSED_P(publicId); in externalEntityRefStream()
|
| /freebsd/contrib/expat/fuzz/ |
| H A D | xml_lpm_fuzzer.cpp | 301 const XML_Char *systemId, const XML_Char *publicId, in EntityDeclHandler() argument 309 TouchString(publicId); in EntityDeclHandler() 316 const XML_Char *publicId) { in NotationDeclHandler() argument 321 TouchString(publicId); in NotationDeclHandler() 347 const XML_Char *publicId) { in ExternalEntityRefHandler() argument 352 TouchString(publicId); in ExternalEntityRefHandler()
|
| /freebsd/contrib/expat/lib/ |
| H A D | expat.h | 368 const XML_Char *systemId, const XML_Char *publicId, 385 const XML_Char *systemId, const XML_Char *publicId, 396 const XML_Char *publicId); 460 const XML_Char *publicId);
|
| H A D | xmlparse.c | 324 const XML_Char *publicId; member 3379 entity->systemId, entity->publicId)) 5312 parser->m_declEntity->publicId = tem; 5359 entity->systemId, entity->publicId)) 5399 entity->systemId, entity->publicId)) 5625 parser->m_declEntity->publicId = NULL; 5662 parser->m_declEntity->systemId, parser->m_declEntity->publicId, 0); 5678 parser->m_declEntity->publicId, parser->m_declEntity->notation); 5685 parser->m_declEntity->publicId, parser->m_declEntity->notation); 5708 parser->m_declEntity->publicId = NULL; [all …]
|
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-anchor.c | 1552 const XML_Char *ATTR_UNUSED(publicId), in xml_entitydeclhandler() argument
|