Home
last modified time | relevance | path

Searched refs:publicId (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/expat/tests/
H A Dhandlers.h178 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 Dhandlers.c430 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 Ddummy.c94 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 Ddummy.h87 const XML_Char *systemId, const XML_Char *publicId,
94 const XML_Char *publicId);
130 const XML_Char *systemId, const XML_Char *publicId,
H A Dbasic_tests.c3699 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 Dxmlwf.c83 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 Dxmlfile.c160 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 Dxml_lpm_fuzzer.cpp301 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 Dexpat.h368 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 Dxmlparse.c324 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 Dunbound-anchor.c1552 const XML_Char *ATTR_UNUSED(publicId), in xml_entitydeclhandler() argument