Home
last modified time | relevance | path

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

/external/libxml2/
Drngparser.c121 const xmlChar *key_orequal; member
1114 (token->token == ctxt->key_orequal)) { in xmlParseCRNG_component()
1146 (tok2->token == ctxt->key_orequal)) { in xmlParseCRNG_component()
1232 (tok2->token == ctxt->key_orequal) || in xmlParseCRNG_topLevelBody()
1481 ctxt.key_orequal = xmlDictLookup(ctxt.dict, BAD_CAST "|=", 2); in xmlConvertCRNG()