HomeSort by relevance Sort by last modified time
    Searched refs:xmlAutomataNewEpsilon (Results 1 - 8 of 8) sorted by null

  /external/libxml2/include/libxml/
xmlautomata.h 116 xmlAutomataNewEpsilon (xmlAutomataPtr am,
  /external/libxml2/
testAutomata.c 118 xmlAutomataNewEpsilon(am, states[from], states[to]);
valid.c 694 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state);
703 ctxt->state = xmlAutomataNewEpsilon(ctxt->am,
723 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldstate, NULL);
733 ctxt->state = xmlAutomataNewEpsilon(ctxt->am, oldend, NULL);
738 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state);
741 xmlAutomataNewEpsilon(ctxt->am, oldstate, ctxt->state);
742 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate);
745 xmlAutomataNewEpsilon(ctxt->am, oldend, oldstate);
757 ctxt->state = xmlAutomataNewEpsilon(ctxt->am,
770 xmlAutomataNewEpsilon(ctxt->am, ctxt->state, oldend)
    [all...]
xmlschemas.c     [all...]
libxml2.syms 405 xmlAutomataNewEpsilon;
    [all...]
relaxng.c     [all...]
elfgcchack.h     [all...]
xmlregexp.c     [all...]

Completed in 189 milliseconds