Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dhandlers.h177 const XML_Char *systemId,
183 const XML_Char *systemId,
196 const XML_Char *systemId,
200 const XML_Char *systemId, const XML_Char *publicId);
204 const XML_Char *systemId,
210 const XML_Char *systemId,
216 const XML_Char *systemId,
222 const XML_Char *systemId,
228 const XML_Char *systemId,
234 const XML_Char *systemId,
[all …]
H A Dhandlers.c429 const XML_Char *base, const XML_Char *systemId, in external_entity_optioner() argument
437 if (! xcstrcmp(systemId, options->system_id)) { in external_entity_optioner()
455 const XML_Char *base, const XML_Char *systemId, in external_entity_loader() argument
461 UNUSED_P(systemId); in external_entity_loader()
482 const XML_Char *base, const XML_Char *systemId, in external_entity_faulter() argument
488 UNUSED_P(systemId); in external_entity_faulter()
510 const XML_Char *base, const XML_Char *systemId, in external_entity_null_loader() argument
515 UNUSED_P(systemId); in external_entity_null_loader()
522 const XML_Char *base, const XML_Char *systemId, in external_entity_resetter() argument
529 UNUSED_P(systemId); in external_entity_resetter()
[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.c3698 const XML_Char *base, const XML_Char *systemId, in external_bom_checker() argument
3702 UNUSED_P(systemId); in external_bom_checker()
3709 if (! xcstrcmp(systemId, XCS("004-2.ent"))) { in external_bom_checker()
3720 } else if (! xcstrcmp(systemId, XCS("004-1.ent"))) { in external_bom_checker()
6132 const XML_Char *base, const XML_Char *systemId, in external_inherited_parser() argument
6135 UNUSED_P(systemId); in external_inherited_parser()
/freebsd/contrib/expat/xmlwf/
H A Dxmlfile.c131 resolveSystemId(const XML_Char *base, const XML_Char *systemId, in resolveSystemId() argument
135 if (! base || *systemId == T('/') in resolveSystemId()
137 || *systemId == T('\\') in resolveSystemId()
138 || (isAsciiLetter(systemId[0]) && systemId[1] == T(':')) in resolveSystemId()
141 return systemId; in resolveSystemId()
142 *toFree = malloc((tcslen(base) + tcslen(systemId) + 2) * sizeof(XML_Char)); in resolveSystemId()
144 return systemId; in resolveSystemId()
153 tcscpy(s, systemId); in resolveSystemId()
159 const XML_Char *base, const XML_Char *systemId, in externalEntityRefFilemap() argument
170 filename = resolveSystemId(base, systemId, &s); in externalEntityRefFilemap()
[all …]
H A Dxmlwf.c82 const XML_Char *systemId; member
342 free((void *)notationListHead->systemId); in freeNotations()
422 if (notations[i]->systemId != NULL) { in endDoctypeDecl()
425 fputts(notations[i]->systemId, data->fp); in endDoctypeDecl()
428 } else if (notations[i]->systemId != NULL) { in endDoctypeDecl()
430 fputts(notations[i]->systemId, data->fp); in endDoctypeDecl()
450 const XML_Char *systemId, const XML_Char *publicId) { in notationDecl() argument
466 if (systemId != NULL) { in notationDecl()
467 entry->systemId = xcsdup(systemId); in notationDecl()
468 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.h368 const XML_Char *systemId, const XML_Char *publicId,
385 const XML_Char *systemId, const XML_Char *publicId,
395 const XML_Char *systemId,
459 const XML_Char *systemId,
H A Dxmlparse.c322 const XML_Char *systemId; member
3379 entity->systemId, entity->publicId))
5359 entity->systemId, entity->publicId))
5399 entity->systemId, entity->publicId))
5631 parser->m_declEntity->systemId
5634 if (! parser->m_declEntity->systemId)
5662 parser->m_declEntity->systemId, parser->m_declEntity->publicId, 0);
5677 parser->m_declEntity->base, parser->m_declEntity->systemId,
5684 parser->m_declEntity->base, parser->m_declEntity->systemId,
5786 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, local
[all …]
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c1551 const XML_Char *ATTR_UNUSED(systemId), in xml_entitydeclhandler() argument