Searched refs:xmlRegNewAtom (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlregexp.c | 787 xmlRegNewAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomType type) { in xmlRegNewAtom() function 4823 ctxt->atom = xmlRegNewAtom(ctxt, type); in xmlFAParseCharProp() 4848 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_ANYCHAR); in xmlFAParseCharClassEsc() 4895 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL); in xmlFAParseCharClassEsc() 4966 ctxt->atom = xmlRegNewAtom(ctxt, type); in xmlFAParseCharClassEsc() 5142 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_RANGES); in xmlFAParseCharClass() 5256 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL); in xmlFAParseAtom() 5290 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_SUBREG); in xmlFAParseAtom() 5714 atom = xmlRegNewAtom(am, XML_REGEXP_STRING); in xmlAutomataNewTransition() 5752 atom = xmlRegNewAtom(am, XML_REGEXP_STRING); in xmlAutomataNewTransition2() [all …]
|