Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dhandlers.h167 const XML_Char *systemId,
173 const XML_Char *systemId,
186 const XML_Char *systemId,
190 const XML_Char *systemId, const XML_Char *publicId);
194 const XML_Char *systemId,
200 const XML_Char *systemId,
206 const XML_Char *systemId,
212 const XML_Char *systemId,
218 const XML_Char *systemId,
224 const XML_Char *systemId,
[all …]
H A Dhandlers.c412 const XML_Char *base, const XML_Char *systemId, in external_entity_optioner() argument
420 if (! xcstrcmp(systemId, options->system_id)) { in external_entity_optioner()
438 const XML_Char *base, const XML_Char *systemId, in external_entity_loader() argument
444 UNUSED_P(systemId); in external_entity_loader()
465 const XML_Char *base, const XML_Char *systemId, in external_entity_faulter() argument
471 UNUSED_P(systemId); in external_entity_faulter()
493 const XML_Char *base, const XML_Char *systemId, in external_entity_null_loader() argument
498 UNUSED_P(systemId); in external_entity_null_loader()
505 const XML_Char *base, const XML_Char *systemId, in external_entity_resetter() argument
512 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.c3262 const XML_Char *base, const XML_Char *systemId, in external_bom_checker() argument
3266 UNUSED_P(systemId); in external_bom_checker()
3273 if (! xcstrcmp(systemId, XCS("004-2.ent"))) { in external_bom_checker()
3285 } else if (! xcstrcmp(systemId, XCS("004-1.ent"))) { in external_bom_checker()
5474 const XML_Char *base, const XML_Char *systemId, in external_inherited_parser() argument
5477 UNUSED_P(systemId); in external_inherited_parser()
/freebsd/contrib/expat/xmlwf/
H A Dxmlfile.c120 resolveSystemId(const XML_Char *base, const XML_Char *systemId, in resolveSystemId() argument
124 if (! base || *systemId == T('/') in resolveSystemId()
126 || *systemId == T('\\') in resolveSystemId()
127 || (isAsciiLetter(systemId[0]) && systemId[1] == T(':')) in resolveSystemId()
130 return systemId; in resolveSystemId()
131 *toFree = (XML_Char *)malloc((tcslen(base) + tcslen(systemId) + 2) in resolveSystemId()
134 return systemId; in resolveSystemId()
143 tcscpy(s, systemId); in resolveSystemId()
149 const XML_Char *base, const XML_Char *systemId, in externalEntityRefFilemap() argument
160 filename = resolveSystemId(base, systemId, &s); in externalEntityRefFilemap()
[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()
426 fputts(notations[i]->systemId, data->fp); in endDoctypeDecl()
429 } else if (notations[i]->systemId != NULL) { in endDoctypeDecl()
431 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/lib/
H A Dexpat.h364 const XML_Char *systemId, const XML_Char *publicId,
381 const XML_Char *systemId, const XML_Char *publicId,
391 const XML_Char *systemId,
455 const XML_Char *systemId,
H A Dxmlparse.c322 const XML_Char *systemId; member
2971 entity->systemId, entity->publicId)) in doContent()
4922 entity->systemId, entity->publicId)) in doProlog()
4962 entity->systemId, entity->publicId)) in doProlog()
5194 parser->m_declEntity->systemId in doProlog()
5197 if (! parser->m_declEntity->systemId) in doProlog()
5225 parser->m_declEntity->systemId, parser->m_declEntity->publicId, 0); in doProlog()
5240 parser->m_declEntity->base, parser->m_declEntity->systemId, in doProlog()
5247 parser->m_declEntity->base, parser->m_declEntity->systemId, in doProlog()
5349 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog() local
[all …]
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c1545 const XML_Char *ATTR_UNUSED(systemId), in xml_entitydeclhandler() argument