Searched refs:xmlRegNewAtom (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlregexp.c | 813 xmlRegNewAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomType type) { in xmlRegNewAtom() function 4891 ctxt->atom = xmlRegNewAtom(ctxt, type); in xmlFAParseCharProp() 4962 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_ANYCHAR); in xmlFAParseCharClassEsc() 5028 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL); in xmlFAParseCharClassEsc() 5106 ctxt->atom = xmlRegNewAtom(ctxt, type); in xmlFAParseCharClassEsc() 5279 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_RANGES); in xmlFAParseCharClass() 5407 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL); in xmlFAParseAtom() 5447 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_SUBREG); in xmlFAParseAtom() 5877 atom = xmlRegNewAtom(am, XML_REGEXP_STRING); in xmlAutomataNewTransition() 5915 atom = xmlRegNewAtom(am, XML_REGEXP_STRING); in xmlAutomataNewTransition2() [all …]
|