Home
last modified time | relevance | path

Searched refs:doctypeName (Results 1 – 5 of 5) sorted by relevance

/external/expat/xmlwf/
Dxmlwf.c436 const XML_Char *doctypeName, in metaStartDoctypeDecl() argument
443 ftprintf(fp, T("<startdoctype name=\"%s\""), doctypeName); in metaStartDoctypeDecl()
/external/expat/amiga/include/libraries/
Dexpat.h223 const XML_Char *doctypeName,
/external/expat/lib/
Dexpat.h300 const XML_Char *doctypeName,
Dxmlparse.c618 #define doctypeName (parser->m_doctypeName) macro
834 doctypeName = NULL; in parserInit()
3722 doctypeName = poolStoreString(&tempPool, enc, s, next); in doProlog()
3723 if (!doctypeName) in doProlog()
3733 startDoctypeDeclHandler(handlerArg, doctypeName, doctypeSysid, in doProlog()
3735 doctypeName = NULL; in doProlog()
3794 if (doctypeName) { in doProlog()
3795 startDoctypeDeclHandler(handlerArg, doctypeName, in doProlog()
/external/expat/tests/
Druntests.c90 const XML_Char *doctypeName, in dummy_start_doctype_handler() argument