HomeSort by relevance Sort by last modified time
    Searched full:_dtd (Results 1 - 1 of 1) sorted by null

  /external/expat/lib/
xmlparse.c 619 #define _dtd (parser->m_dtd) macro
749 _dtd = dtd;
751 _dtd = dtdCreate(&parser->m_mem);
752 if (_dtd == NULL) {
915 dtdReset(_dtd, &parser->m_mem);
945 DTD *oldDtd = _dtd;
    [all...]

Completed in 89 milliseconds