Home
last modified time | relevance | path

Searched refs:XML_TOK_NAME (Results 1 – 3 of 3) sorted by relevance

/external/expat/lib/
Dxmlrole.c226 case XML_TOK_NAME: in doctype0()
250 case XML_TOK_NAME: in doctype1()
450 case XML_TOK_NAME: in entity0()
467 case XML_TOK_NAME: in entity1()
484 case XML_TOK_NAME: in entity2()
549 case XML_TOK_NAME: in entity5()
569 case XML_TOK_NAME: in entity6()
587 case XML_TOK_NAME: in entity7()
666 case XML_TOK_NAME: in notation0()
683 case XML_TOK_NAME: in notation1()
[all …]
Dxmltok.h51 #define XML_TOK_NAME 18 macro
Dxmltok_impl.c1102 tok = XML_TOK_NAME; \ in PREFIX()
1116 tok = XML_TOK_NAME; in PREFIX()
1131 tok = XML_TOK_NAME; in PREFIX()
1156 case XML_TOK_NAME: in PREFIX()