Searched refs:doctypeName (Results 1 – 5 of 5) sorted by relevance
/external/expat/xmlwf/ |
D | xmlwf.c | 436 const XML_Char *doctypeName, in metaStartDoctypeDecl() argument 443 ftprintf(fp, T("<startdoctype name=\"%s\""), doctypeName); in metaStartDoctypeDecl()
|
/external/expat/amiga/include/libraries/ |
D | expat.h | 223 const XML_Char *doctypeName,
|
/external/expat/lib/ |
D | expat.h | 300 const XML_Char *doctypeName,
|
D | xmlparse.c | 618 #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/ |
D | runtests.c | 90 const XML_Char *doctypeName, in dummy_start_doctype_handler() argument
|