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

  /external/libxml2/
xmlregexp.c 261 int determinist; member in struct:_xmlAutomata
273 int determinist; member in struct:_xmlRegexp
304 int determinist; /* did we find an indeterministic behaviour */ member in struct:_xmlRegExecCtxt
436 ret->determinist = ctxt->determinist;
437 if (ret->determinist == -1) {
441 if ((ret->determinist != 0) &&
580 * states then it means the automata is not determinist and
586 ret->determinist = 0;
615 ret->determinist = 1
    [all...]
valid.c 850 "Content model of %s is not determinist: %s\n",
4825 int determinist = 1; local
    [all...]

Completed in 137 milliseconds