Home
last modified time | relevance | path

Searched refs:XML_TOK_INSTANCE_START (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmltok.h96 #define XML_TOK_INSTANCE_START 29 macro
H A Dxmlrole.c164 case XML_TOK_INSTANCE_START: in prolog0()
196 case XML_TOK_INSTANCE_START: in prolog1()
216 case XML_TOK_INSTANCE_START: in prolog2()
H A Dxmltok_impl.c1051 return XML_TOK_INSTANCE_START; in PREFIX()
H A Dxmlparse.c4725 else if (tok == XML_TOK_INSTANCE_START) { in entityValueInitProcessor()