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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c1337 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, function
1462 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, REGEXP_ALL_LAX_COUNTER);
1464 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, REGEXP_ALL_COUNTER);
1482 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, -1);
1501 xmlRegStateAddTrans(ctxt, from, NULL, to, counter, -1);
1520 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, counter);
1696 xmlRegStateAddTrans(ctxt, from, atom, to, -1, -1);
1706 xmlRegStateAddTrans(ctxt, to, atom, to, -1, -1);
1710 xmlRegStateAddTrans(ctxt, to, atom, to, -1, -1);
1772 xmlRegStateAddTrans(ctx
[all...]

Completed in 39 milliseconds