Searched refs:xmlRegNewAtom (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c767 * xmlRegNewAtom:
776 xmlRegNewAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomType type) { function
4745 ctxt->atom = xmlRegNewAtom(ctxt, type);
4770 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_ANYCHAR);
4817 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL);
4877 ctxt->atom = xmlRegNewAtom(ctxt, type);
5116 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_RANGES);
5230 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_CHARVAL);
5264 ctxt->atom = xmlRegNewAtom(ctxt, XML_REGEXP_SUBREG);
5667 atom = xmlRegNewAtom(a
[all...]

Completed in 69 milliseconds