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

  /external/expat/lib/
xmlparse.c 630 #define _dtd (parser->m_dtd) macro
786 _dtd = dtd;
788 _dtd = dtdCreate(&parser->m_mem);
789 if (_dtd == NULL) {
956 dtdReset(_dtd, &parser->m_mem);
986 DTD *oldDtd = _dtd;
    [all...]

Completed in 202 milliseconds