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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c1344 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, function
1469 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, REGEXP_ALL_LAX_COUNTER);
1471 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, REGEXP_ALL_COUNTER);
1489 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, -1);
1508 xmlRegStateAddTrans(ctxt, from, NULL, to, counter, -1);
1527 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, counter);
1729 xmlRegStateAddTrans(ctxt, from, atom, to, -1, -1);
1739 xmlRegStateAddTrans(ctxt, to, atom, to, -1, -1);
1743 xmlRegStateAddTrans(ctxt, to, atom, to, -1, -1);
1805 xmlRegStateAddTrans(ctx
[all...]
/external/libxml2/
H A Dxmlregexp.c1348 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, function
1473 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, REGEXP_ALL_LAX_COUNTER);
1475 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, REGEXP_ALL_COUNTER);
1493 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, -1);
1512 xmlRegStateAddTrans(ctxt, from, NULL, to, counter, -1);
1531 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, counter);
1733 xmlRegStateAddTrans(ctxt, from, atom, to, -1, -1);
1743 xmlRegStateAddTrans(ctxt, to, atom, to, -1, -1);
1747 xmlRegStateAddTrans(ctxt, to, atom, to, -1, -1);
1809 xmlRegStateAddTrans(ctx
[all...]

Completed in 41 milliseconds