Searched refs:xmlRegNewAtom (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlregexp.c | 819 xmlRegNewAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomType type) { in xmlRegNewAtom() function 4894 ctxt->atom = xmlRegNewAtom(ctxt, type); in xmlFAParseCharProp() 4919 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_ANYCHAR); in xmlFAParseCharClassEsc() 4967 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL); in xmlFAParseCharClassEsc() 5038 ctxt->atom = xmlRegNewAtom(ctxt, type); in xmlFAParseCharClassEsc() 5211 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_RANGES); in xmlFAParseCharClass() 5339 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL); in xmlFAParseAtom() 5379 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_SUBREG); in xmlFAParseAtom() 5805 atom = xmlRegNewAtom(am, XML_REGEXP_STRING); in xmlAutomataNewTransition() 5843 atom = xmlRegNewAtom(am, XML_REGEXP_STRING); in xmlAutomataNewTransition2() [all …]
|