Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/xmlwf/
H A Dxmlfile.c124 resolveSystemId(const XML_Char *base, const XML_Char *systemId, in resolveSystemId() argument
128 if (! base || *systemId == T('/') in resolveSystemId()
130 || *systemId == T('\\') in resolveSystemId()
131 || (isAsciiLetter(systemId[0]) && systemId[1] == T(':')) in resolveSystemId()
134 return systemId; in resolveSystemId()
135 *toFree = (XML_Char *)malloc((tcslen(base) + tcslen(systemId) + 2) in resolveSystemId()
138 return systemId; in resolveSystemId()
147 tcscpy(s, systemId); in resolveSystemId()
153 const XML_Char *base, const XML_Char *systemId, in externalEntityRefFilemap() argument
164 filename = resolveSystemId(base, systemId, &s); in externalEntityRefFilemap()
[all …]
H A Dxmlwf.c78 const XML_Char *systemId; member
338 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()
447 const XML_Char *systemId, const XML_Char *publicId) { in notationDecl() argument
463 if (systemId != NULL) { in notationDecl()
464 entry->systemId = xcsdup(systemId); in notationDecl()
465 if (entry->systemId == NULL) { in notationDecl()
[all …]
/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c236 const XML_Char *systemId, const XML_Char *publicId, in dummy_entity_decl_handler() argument
244 UNUSED_P(systemId); in dummy_entity_decl_handler()
252 const XML_Char *base, const XML_Char *systemId, in dummy_notation_decl_handler() argument
257 UNUSED_P(systemId); in dummy_notation_decl_handler()
359 const XML_Char *systemId, in dummy_unparsed_entity_decl_handler() argument
365 UNUSED_P(systemId); in dummy_unparsed_entity_decl_handler()
413 const XML_Char *base, const XML_Char *systemId, in external_entity_optioner() argument
421 if (! xcstrcmp(systemId, options->system_id)) { in external_entity_optioner()
451 const XML_Char *systemId, const XML_Char *publicId, in param_entity_match_handler() argument
455 UNUSED_P(systemId); in param_entity_match_handler()
[all …]
/netbsd-src/external/mit/expat/dist/lib/
H A Dexpat.h347 const XML_Char *systemId, const XML_Char *publicId,
364 const XML_Char *systemId, const XML_Char *publicId,
374 const XML_Char *systemId,
438 const XML_Char *systemId,
H A Dxmlparse.c298 const XML_Char *systemId; member
2885 entity->systemId, entity->publicId)) in doContent()
4709 entity->systemId, entity->publicId)) in doProlog()
4749 entity->systemId, entity->publicId)) in doProlog()
4959 parser->m_declEntity->systemId in doProlog()
4962 if (! parser->m_declEntity->systemId) in doProlog()
4980 parser->m_declEntity->systemId, parser->m_declEntity->publicId, 0); in doProlog()
4995 parser->m_declEntity->base, parser->m_declEntity->systemId, in doProlog()
5002 parser->m_declEntity->base, parser->m_declEntity->systemId, in doProlog()
5104 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc, in doProlog() local
[all …]
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-anchor.c1546 const XML_Char *ATTR_UNUSED(systemId), in xml_entitydeclhandler() argument