| /NextBSD/contrib/expat/xmlwf/ |
| HD | xmlfile.c | 101 resolveSystemId(const XML_Char *base, const XML_Char *systemId, in resolveSystemId() argument 107 || *systemId == T('/') in resolveSystemId() 109 || *systemId == T('\\') in resolveSystemId() 110 || (isAsciiLetter(systemId[0]) && systemId[1] == T(':')) in resolveSystemId() 113 return systemId; in resolveSystemId() 114 *toFree = (XML_Char *)malloc((tcslen(base) + tcslen(systemId) + 2) in resolveSystemId() 117 return systemId; in resolveSystemId() 126 tcscpy(s, systemId); in resolveSystemId() 134 const XML_Char *systemId, in externalEntityRefFilemap() argument 144 filename = resolveSystemId(base, systemId, &s); in externalEntityRefFilemap() [all …]
|
| HD | xmlwin32url.cxx | 36 const XML_Char *systemId, const XML_Char *publicId); 214 const XML_Char *systemId, in externalEntityRef() argument 218 XML_SetBase(entParser, systemId); in externalEntityRef() 219 int ret = processURL(entParser, baseMoniker_, systemId); in externalEntityRef() 250 const XML_Char *systemId, in externalEntityRef() argument 253 return ((Callback *)arg)->externalEntityRef(context, systemId, publicId); in externalEntityRef()
|
| HD | xmlwf.c | 462 const XML_Char *systemId, in metaNotationDecl() argument 470 if (systemId) { in metaNotationDecl() 472 characterData(fp, systemId, (int)tcslen(systemId)); in metaNotationDecl() 487 const XML_Char *systemId, in metaEntityDecl() argument 506 characterData(fp, systemId, (int)tcslen(systemId)); in metaEntityDecl() 517 characterData(fp, systemId, (int)tcslen(systemId)); in metaEntityDecl()
|
| /NextBSD/contrib/expat/lib/ |
| HD | expat.h | 336 const XML_Char *systemId, 357 const XML_Char *systemId, 369 const XML_Char *systemId, 436 const XML_Char *systemId,
|
| HD | xmlparse.c | 196 const XML_Char *systemId; member 2391 entity->systemId, in doContent() 3973 entity->systemId, in doProlog() 4016 entity->systemId, in doProlog() 4232 declEntity->systemId = poolStoreString(&dtd->pool, enc, in doProlog() 4235 if (!declEntity->systemId) in doProlog() 4251 declEntity->systemId, in doProlog() 4268 declEntity->systemId, in doProlog() 4279 declEntity->systemId, in doProlog() 4385 const XML_Char *systemId in doProlog() local [all …]
|
| /NextBSD/contrib/expat/tests/ |
| HD | runtests.c | 110 const XML_Char *systemId, in dummy_entity_decl_handler() argument 119 const XML_Char *systemId, in dummy_notation_decl_handler() argument 775 const XML_Char *systemId, in external_entity_loader_set_encoding() argument 855 const XML_Char *systemId, in external_entity_loader() argument 1255 const XML_Char *systemId, in external_entity_handler() argument
|
| /NextBSD/contrib/apr-util/xml/ |
| HD | apr_xml.c | 355 const XML_Char *systemId, const XML_Char *publicId, in entity_declaration() argument
|
| /NextBSD/contrib/unbound/smallapp/ |
| HD | unbound-anchor.c | 1519 const XML_Char *ATTR_UNUSED(systemId), in xml_entitydeclhandler() argument
|