Searched refs:systemId (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/lib/libexpat/xmlwf/ |
| D | xmlfile.c | 100 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 nlen = (tcslen(base) + tcslen(systemId) + 2) * sizeof(XML_Char); in resolveSystemId() 117 return systemId; in resolveSystemId() 126 tcscpy(s, systemId, nlen - (s - *toFree)); in resolveSystemId() 134 const XML_Char *systemId, in externalEntityRefFilemap() argument 144 filename = resolveSystemId(base, systemId, &s); in externalEntityRefFilemap() [all …]
|
| D | xmlwf.c | 462 const XML_Char *systemId, in metaNotationDecl() argument 470 if (systemId) { in metaNotationDecl() 472 characterData(fp, systemId, tcslen(systemId)); in metaNotationDecl() 487 const XML_Char *systemId, in metaEntityDecl() argument 506 characterData(fp, systemId, tcslen(systemId)); in metaEntityDecl() 517 characterData(fp, systemId, tcslen(systemId)); in metaEntityDecl()
|
| /mirbsd/src/lib/libexpat/lib/ |
| D | expat.h | 336 const XML_Char *systemId, 357 const XML_Char *systemId, 369 const XML_Char *systemId, 436 const XML_Char *systemId,
|
| D | xmlparse.c | 190 const XML_Char *systemId; member 2280 entity->systemId, in doContent() 3820 entity->systemId, in doProlog() 3863 entity->systemId, in doProlog() 4078 declEntity->systemId = poolStoreString(&dtd->pool, enc, in doProlog() 4081 if (!declEntity->systemId) in doProlog() 4097 declEntity->systemId, in doProlog() 4114 declEntity->systemId, in doProlog() 4125 declEntity->systemId, in doProlog() 4231 const XML_Char *systemId in doProlog() local [all …]
|