Searched refs:m_curBase (Results 1 – 3 of 3) sorted by relevance
/external/expat/lib/ |
D | xmlparse.c | 619 const XML_Char *m_curBase; member 1044 parser->m_curBase = NULL; in parserInit() 1496 parser->m_curBase = p; in XML_SetBase() 1499 parser->m_curBase = NULL; in XML_SetBase() 1508 return parser->m_curBase; in XML_GetBase() 4512 entity->base = parser->m_curBase; in doProlog() 4555 entity->base = parser->m_curBase; in doProlog() 4723 parser->m_curBase, 0, 0, 0); in doProlog() 4781 parser->m_declEntity->base = parser->m_curBase; in doProlog() 4941 parser->m_curBase, in doProlog() [all …]
|
/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 619 const XML_Char *m_curBase; member 1044 parser->m_curBase = NULL; in parserInit() 1496 parser->m_curBase = p; in XML_SetBase() 1499 parser->m_curBase = NULL; in XML_SetBase() 1508 return parser->m_curBase; in XML_GetBase() 4512 entity->base = parser->m_curBase; in doProlog() 4555 entity->base = parser->m_curBase; in doProlog() 4723 parser->m_curBase, 0, 0, 0); in doProlog() 4781 parser->m_declEntity->base = parser->m_curBase; in doProlog() 4941 parser->m_curBase, in doProlog() [all …]
|
/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 619 const XML_Char *m_curBase; member 1044 parser->m_curBase = NULL; in parserInit() 1496 parser->m_curBase = p; in XML_SetBase() 1499 parser->m_curBase = NULL; in XML_SetBase() 1508 return parser->m_curBase; in XML_GetBase() 4512 entity->base = parser->m_curBase; in doProlog() 4555 entity->base = parser->m_curBase; in doProlog() 4723 parser->m_curBase, 0, 0, 0); in doProlog() 4781 parser->m_declEntity->base = parser->m_curBase; in doProlog() 4941 parser->m_curBase, in doProlog() [all …]
|