Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dhandlers.h175 const XML_Char *systemId,
181 const XML_Char *systemId,
194 const XML_Char *systemId,
198 const XML_Char *systemId, const XML_Char *publicId);
202 const XML_Char *systemId,
208 const XML_Char *systemId,
214 const XML_Char *systemId,
220 const XML_Char *systemId,
226 const XML_Char *systemId,
232 const XML_Char *systemId,
[all …]
H A Dhandlers.c424 const XML_Char *base, const XML_Char *systemId, in external_entity_optioner() argument
432 if (! xcstrcmp(systemId, options->system_id)) { in external_entity_optioner()
450 const XML_Char *base, const XML_Char *systemId, in external_entity_loader() argument
456 UNUSED_P(systemId); in external_entity_loader()
477 const XML_Char *base, const XML_Char *systemId, in external_entity_faulter() argument
483 UNUSED_P(systemId); in external_entity_faulter()
505 const XML_Char *base, const XML_Char *systemId, in external_entity_null_loader() argument
510 UNUSED_P(systemId); in external_entity_null_loader()
517 const XML_Char *base, const XML_Char *systemId, in external_entity_resetter() argument
524 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.c3401 const XML_Char *base, const XML_Char *systemId, in external_bom_checker() argument
3405 UNUSED_P(systemId); in external_bom_checker()
3412 if (! xcstrcmp(systemId, XCS("004-2.ent"))) { in external_bom_checker()
3424 } else if (! xcstrcmp(systemId, XCS("004-1.ent"))) { in external_bom_checker()
5836 const XML_Char *base, const XML_Char *systemId, in external_inherited_parser() argument
5839 UNUSED_P(systemId); in external_inherited_parser()
/freebsd/contrib/expat/xmlwf/
H A Dxmlfile.c130 resolveSystemId(const XML_Char *base, const XML_Char *systemId, in resolveSystemId() argument
134 if (! base || *systemId == T('/') in resolveSystemId()
136 || *systemId == T('\\') in resolveSystemId()
137 || (isAsciiLetter(systemId[0]) && systemId[1] == T(':')) in resolveSystemId()
140 return systemId; in resolveSystemId()
141 *toFree = (XML_Char *)malloc((tcslen(base) + tcslen(systemId) + 2) 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.c81 const XML_Char *systemId; member
341 free((void *)notationListHead->systemId); in freeNotations()
421 if (notations[i]->systemId != NULL) { in endDoctypeDecl()
424 fputts(notations[i]->systemId, data->fp); in endDoctypeDecl()
427 } else if (notations[i]->systemId != NULL) { in endDoctypeDecl()
429 fputts(notations[i]->systemId, data->fp); in endDoctypeDecl()
449 const XML_Char *systemId, const XML_Char *publicId) { in notationDecl() argument
465 if (systemId != NULL) { in notationDecl()
466 entry->systemId = xcsdup(systemId); in notationDecl()
467 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.h367 const XML_Char *systemId, const XML_Char *publicId,
384 const XML_Char *systemId, const XML_Char *publicId,
394 const XML_Char *systemId,
458 const XML_Char *systemId,
H A Dxmlparse.c323 const XML_Char *systemId; member
3462 entity->systemId, entity->publicId))
5440 entity->systemId, entity->publicId))
5480 entity->systemId, entity->publicId))
5712 parser->m_declEntity->systemId
5715 if (! parser->m_declEntity->systemId)
5743 parser->m_declEntity->systemId, parser->m_declEntity->publicId, 0);
5758 parser->m_declEntity->base, parser->m_declEntity->systemId,
5765 parser->m_declEntity->base, parser->m_declEntity->systemId,
5867 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