HomeSort by: relevance | last modified time | path
    Searched defs:systemId (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/expat/dist/xmlwf/
xmlwf.c 80 const XML_Char *systemId;
340 free((void *)notationListHead->systemId);
423 if (notations[i]->systemId != NULL) {
426 fputts(notations[i]->systemId, data->fp);
429 } else if (notations[i]->systemId != NULL) {
431 fputts(notations[i]->systemId, data->fp);
449 const XML_Char *systemId, const XML_Char *publicId) {
465 if (systemId != NULL) {
466 entry->systemId = xcsdup(systemId);
    [all...]
  /src/external/mit/expat/dist/lib/
xmlparse.c 323 const XML_Char *systemId;
3093 entity->systemId, entity->publicId))
5063 entity->systemId, entity->publicId))
5103 entity->systemId, entity->publicId))
5335 parser->m_declEntity->systemId
5338 if (! parser->m_declEntity->systemId)
5366 parser->m_declEntity->systemId, parser->m_declEntity->publicId, 0);
5381 parser->m_declEntity->base, parser->m_declEntity->systemId,
5388 parser->m_declEntity->base, parser->m_declEntity->systemId,
5490 const XML_Char *systemId = poolStoreString(&parser->m_tempPool, enc
    [all...]

Completed in 29 milliseconds