Searched defs:lax (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c1456 * @lax:
1462 int lax) {
1468 if (lax)
3830 printf("testing all lax %d\n", trans->count);
6172 * @lax: allow to transition if not all all transitions have been activated
6183 xmlAutomataStatePtr to, int lax) {
6186 xmlFAGenerateAllTransition(am, from, to, lax);
1460 xmlFAGenerateAllTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int lax) argument
6182 xmlAutomataNewAllTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int lax) argument
/external/libxml2/
H A Dxmlregexp.c1460 * @lax:
1466 int lax) {
1472 if (lax)
3840 printf("testing all lax %d\n", trans->count);
6186 * @lax: allow to transition if not all all transitions have been activated
6197 xmlAutomataStatePtr to, int lax) {
6200 xmlFAGenerateAllTransition(am, from, to, lax);
1464 xmlFAGenerateAllTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int lax) argument
6196 xmlAutomataNewAllTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int lax) argument

Completed in 358 milliseconds