Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/expat/tests/
H A Dhandlers.h178 const XML_Char *systemId,
191 const XML_Char *systemId,
195 const XML_Char *systemId, const XML_Char *publicId);
276 const XML_Char *systemId,
293 const XML_Char *systemId, const XML_Char *publicId);
298 const XML_Char *systemId,
316 const XML_Char *systemId,
409 const XML_Char *systemId,
414 const XML_Char *systemId, const XML_Char *publicId);
531 const XML_Char *systemId, const XML_Char *publicId,
[all …]
H A Dhandlers.c446 UNUSED_P(systemId); in external_entity_loader()
473 UNUSED_P(systemId); in external_entity_faulter()
500 UNUSED_P(systemId); in external_entity_null_loader()
514 UNUSED_P(systemId); in external_entity_resetter()
572 UNUSED_P(systemId); in external_entity_suspender()
610 UNUSED_P(systemId); in external_entity_suspend_xmldecl()
648 UNUSED_P(systemId); in external_entity_suspending_faulter()
683 UNUSED_P(systemId); in external_entity_failer__if_not_xml_ge()
700 UNUSED_P(systemId); in external_entity_cr_catcher()
721 UNUSED_P(systemId); in external_entity_bad_cr_catcher()
[all …]
H A Ddummy.c94 const XML_Char *systemId, const XML_Char *publicId, in dummy_entity_decl_handler() argument
102 UNUSED_P(systemId); in dummy_entity_decl_handler()
110 const XML_Char *base, const XML_Char *systemId, in dummy_notation_decl_handler() argument
115 UNUSED_P(systemId); in dummy_notation_decl_handler()
217 const XML_Char *systemId, in dummy_unparsed_entity_decl_handler() argument
223 UNUSED_P(systemId); in dummy_unparsed_entity_decl_handler()
H A Ddummy.h87 const XML_Char *systemId, const XML_Char *publicId,
93 const XML_Char *systemId,
130 const XML_Char *systemId, const XML_Char *publicId,
H A Dbasic_tests.c3393 const XML_Char *base, const XML_Char *systemId, in external_bom_checker() argument
3397 UNUSED_P(systemId); in external_bom_checker()
3404 if (! xcstrcmp(systemId, XCS("004-2.ent"))) { in external_bom_checker()
3416 } else if (! xcstrcmp(systemId, XCS("004-1.ent"))) { in external_bom_checker()
5788 const XML_Char *base, const XML_Char *systemId, in external_inherited_parser() argument
5791 UNUSED_P(systemId); in external_inherited_parser()
/freebsd-14.2/contrib/expat/xmlwf/
H A Dxmlfile.c122 resolveSystemId(const XML_Char *base, const XML_Char *systemId, in resolveSystemId() argument
126 if (! base || *systemId == T('/') in resolveSystemId()
128 || *systemId == T('\\') in resolveSystemId()
129 || (isAsciiLetter(systemId[0]) && systemId[1] == T(':')) in resolveSystemId()
132 return systemId; in resolveSystemId()
133 *toFree = (XML_Char *)malloc((tcslen(base) + tcslen(systemId) + 2) in resolveSystemId()
136 return systemId; in resolveSystemId()
145 tcscpy(s, systemId); in resolveSystemId()
162 filename = resolveSystemId(base, systemId, &s); in externalEntityRefFilemap()
229 const XML_Char *base, const XML_Char *systemId, in externalEntityRefStream() argument
[all …]
H A Dxmlwf.c80 const XML_Char *systemId; member
340 free((void *)notationListHead->systemId); in freeNotations()
423 if (notations[i]->systemId != NULL) { in endDoctypeDecl()
465 if (systemId != NULL) { in notationDecl()
466 entry->systemId = xcsdup(systemId); in notationDecl()
467 if (entry->systemId == NULL) { in notationDecl()
474 entry->systemId = NULL; in notationDecl()
722 if (systemId) { in metaNotationDecl()
724 characterData(data, systemId, (int)tcslen(systemId)); in metaNotationDecl()
753 characterData(data, systemId, (int)tcslen(systemId)); in metaEntityDecl()
[all …]
/freebsd-14.2/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-14.2/contrib/expat/lib/
H A Dexpat.h366 const XML_Char *systemId, const XML_Char *publicId,
383 const XML_Char *systemId, const XML_Char *publicId,
393 const XML_Char *systemId,
457 const XML_Char *systemId,
H A Dxmlparse.c323 const XML_Char *systemId; member
3093 entity->systemId, entity->publicId)) in doContent()
5063 entity->systemId, entity->publicId)) in doProlog()
5103 entity->systemId, entity->publicId)) in doProlog()
5335 parser->m_declEntity->systemId in doProlog()
5338 if (! parser->m_declEntity->systemId) in doProlog()
5493 if (! systemId) in doProlog()
5498 systemId, parser->m_declNotationPublicId); in doProlog()
6462 if (entity->systemId) { in storeEntityValue()
7384 if (oldE->systemId) { in copyEntityTable()
[all …]
/freebsd-14.2/contrib/unbound/smallapp/
H A Dunbound-anchor.c1545 const XML_Char *ATTR_UNUSED(systemId), in xml_entitydeclhandler() argument