Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dhandlers.h180 const XML_Char *systemId,
186 const XML_Char *systemId,
199 const XML_Char *systemId,
203 const XML_Char *systemId, const XML_Char *publicId);
207 const XML_Char *systemId,
213 const XML_Char *systemId,
219 const XML_Char *systemId,
225 const XML_Char *systemId,
231 const XML_Char *systemId,
237 const XML_Char *systemId,
[all …]
H A Dhandlers.c432 const XML_Char *base, const XML_Char *systemId, in external_entity_optioner() argument
440 if (! xcstrcmp(systemId, options->system_id)) { in external_entity_optioner()
458 const XML_Char *base, const XML_Char *systemId, in external_entity_loader() argument
464 UNUSED_P(systemId); in external_entity_loader()
485 const XML_Char *base, const XML_Char *systemId, in external_entity_faulter() argument
491 UNUSED_P(systemId); in external_entity_faulter()
513 const XML_Char *base, const XML_Char *systemId, in external_entity_null_loader() argument
518 UNUSED_P(systemId); in external_entity_null_loader()
525 const XML_Char *base, const XML_Char *systemId, in external_entity_resetter() argument
532 UNUSED_P(systemId); in external_entity_resetter()
[all …]
H A Ddummy.c96 const XML_Char *systemId, const XML_Char *publicId, in dummy_entity_decl_handler() argument
104 UNUSED_P(systemId); in dummy_entity_decl_handler()
112 const XML_Char *base, const XML_Char *systemId, in dummy_notation_decl_handler() argument
117 UNUSED_P(systemId); in dummy_notation_decl_handler()
219 const XML_Char *systemId, in dummy_unparsed_entity_decl_handler() argument
225 UNUSED_P(systemId); in dummy_unparsed_entity_decl_handler()
H A Ddummy.h89 const XML_Char *systemId, const XML_Char *publicId,
95 const XML_Char *systemId,
132 const XML_Char *systemId, const XML_Char *publicId,
H A Dbasic_tests.c2834 const XML_Char *base, const XML_Char *systemId, in external_entity_attr_checker() argument
2838 UNUSED_P(systemId); in external_entity_attr_checker()
3801 const XML_Char *base, const XML_Char *systemId, in external_bom_checker() argument
3805 UNUSED_P(systemId); in external_bom_checker()
3812 if (! xcstrcmp(systemId, XCS("004-2.ent"))) { in external_bom_checker()
3823 } else if (! xcstrcmp(systemId, XCS("004-1.ent"))) { in external_bom_checker()
6266 const XML_Char *base, const XML_Char *systemId, in external_inherited_parser() argument
6269 UNUSED_P(systemId); in external_inherited_parser()
/freebsd/contrib/expat/xmlwf/
H A Dxmlfile.c134 resolveSystemId(const XML_Char *base, const XML_Char *systemId, in resolveSystemId() argument
138 if (! base || *systemId == T('/') in resolveSystemId()
140 || *systemId == T('\\') in resolveSystemId()
141 || (isAsciiLetter(systemId[0]) && systemId[1] == T(':')) in resolveSystemId()
144 return systemId; in resolveSystemId()
147 const size_t systemIdLen = tcslen(systemId); in resolveSystemId()
152 return systemId; in resolveSystemId()
158 return systemId; in resolveSystemId()
162 return systemId; in resolveSystemId()
171 tcscpy(s, systemId); in resolveSystemId()
[all …]
H A Dxmlwf.c89 const XML_Char *systemId; member
347 free((void *)notationListHead->systemId); in freeNotations()
445 if (notations[i]->systemId != NULL) { in endDoctypeDecl()
447 writeLiteral(data->fp, notations[i]->systemId); in endDoctypeDecl()
449 } else if (notations[i]->systemId != NULL) { in endDoctypeDecl()
451 writeLiteral(data->fp, notations[i]->systemId); in endDoctypeDecl()
470 const XML_Char *systemId, const XML_Char *publicId) { in notationDecl() argument
486 if (systemId != NULL) { in notationDecl()
487 entry->systemId = xcsdup(systemId); in notationDecl()
488 if (entry->systemId == NULL) { in notationDecl()
[all …]
/freebsd/contrib/expat/fuzz/
H A Dxml_lpm_fuzzer.cpp301 const XML_Char *systemId, const XML_Char *publicId, in EntityDeclHandler() argument
308 TouchString(systemId); in EntityDeclHandler()
315 const XML_Char *base, const XML_Char *systemId, in NotationDeclHandler() argument
320 TouchString(systemId); in NotationDeclHandler()
346 const XML_Char *base, const XML_Char *systemId, in ExternalEntityRefHandler() argument
351 TouchString(systemId); in ExternalEntityRefHandler()
/freebsd/contrib/expat/lib/
H A Dexpat.h370 const XML_Char *systemId, const XML_Char *publicId,
387 const XML_Char *systemId, const XML_Char *publicId,
397 const XML_Char *systemId,
461 const XML_Char *systemId,
H A Dxmlparse.c332 const XML_Char *systemId; member
3464 entity->systemId, entity->publicId);
5486 entity->systemId, entity->publicId);
5536 entity->systemId, entity->publicId);
5791 parser->m_declEntity->systemId
5794 if (! parser->m_declEntity->systemId)
5823 parser->m_declEntity->systemId, parser->m_declEntity->publicId, 0);
5840 parser->m_declEntity->base, parser->m_declEntity->systemId,
5849 parser->m_declEntity->base, parser->m_declEntity->systemId,
5952 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, local
[all …]
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c1585 const XML_Char *ATTR_UNUSED(systemId), in xml_entitydeclhandler() argument