Home
last modified time | relevance | path

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

/external/libxml2/
Drngparser.c114 const xmlChar *key_notAllowed; member
229 (str == ctxt->key_notAllowed) || in xmlCRNGIsKeyword()
942 } else if (token->token == ctxt->key_notAllowed) { in xmlParseCRNG_primary()
1474 ctxt.key_notAllowed = xmlDictLookup(ctxt.dict, BAD_CAST "notAllowed", -1); in xmlConvertCRNG()