Lines Matching refs:xmlRegParserCtxtPtr

234 typedef xmlRegParserCtxt *xmlRegParserCtxtPtr;
352 static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
374 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra)
394 xmlRegexpErrCompile(xmlRegParserCtxtPtr ctxt, const char *extra)
416 static int xmlFAComputesDeterminism(xmlRegParserCtxtPtr ctxt);
426 xmlRegEpxFromParse(xmlRegParserCtxtPtr ctxt) {
680 static xmlRegParserCtxtPtr
682 xmlRegParserCtxtPtr ret;
684 ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt));
711 xmlRegNewRange(xmlRegParserCtxtPtr ctxt,
752 xmlRegCopyRange(xmlRegParserCtxtPtr ctxt, xmlRegRangePtr range) {
783 xmlRegNewAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomType type) {
835 xmlRegCopyAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) {
872 xmlRegNewState(xmlRegParserCtxtPtr ctxt) {
911 xmlRegFreeParserCtxt(xmlRegParserCtxtPtr ctxt) {
1166 xmlRegPrintCtxt(FILE *output, xmlRegParserCtxtPtr ctxt) {
1213 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom,
1256 xmlRegGetCounter(xmlRegParserCtxtPtr ctxt) {
1284 xmlRegAtomPush(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) {
1316 xmlRegStateAddTransTo(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr target,
1344 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state,
1423 xmlRegStatePush(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state) {
1460 xmlFAGenerateAllTransition(xmlRegParserCtxtPtr ctxt,
1482 xmlFAGenerateEpsilonTransition(xmlRegParserCtxtPtr ctxt,
1501 xmlFAGenerateCountedEpsilonTransition(xmlRegParserCtxtPtr ctxt,
1520 xmlFAGenerateCountedTransition(xmlRegParserCtxtPtr ctxt,
1540 xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from,
1767 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr,
1856 xmlFAEliminateSimpleEpsilonTransitions(xmlRegParserCtxtPtr ctxt) {
1920 xmlFAEliminateEpsilonTransitions(xmlRegParserCtxtPtr ctxt) {
2579 xmlFARecurseDeterminism(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state,
2634 xmlFAComputesDeterminism(xmlRegParserCtxtPtr ctxt) {
4579 xmlFAIsChar(xmlRegParserCtxtPtr ctxt) {
4609 xmlFAParseCharProp(xmlRegParserCtxtPtr ctxt) {
4826 xmlFAParseCharClassEsc(xmlRegParserCtxtPtr ctxt) {
4970 xmlFAParseCharRange(xmlRegParserCtxtPtr ctxt) {
5061 xmlFAParsePosCharGroup(xmlRegParserCtxtPtr ctxt) {
5082 xmlFAParseCharGroup(xmlRegParserCtxtPtr ctxt) {
5121 xmlFAParseCharClass(xmlRegParserCtxtPtr ctxt) {
5147 xmlFAParseQuantExact(xmlRegParserCtxtPtr ctxt) {
5173 xmlFAParseQuantifier(xmlRegParserCtxtPtr ctxt) {
5233 xmlFAParseAtom(xmlRegParserCtxtPtr ctxt) {
5294 xmlFAParsePiece(xmlRegParserCtxtPtr ctxt) {
5319 xmlFAParseBranch(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr to) {
5353 xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top) {
5439 xmlRegParserCtxtPtr ctxt;