OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:determinist
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxml/src/
xmlregexp.c
263
int
determinist
;
member in struct:_xmlAutomata
276
int
determinist
;
member in struct:_xmlRegexp
308
int
determinist
; /* did we find an indeterministic behaviour */
member in struct:_xmlRegExecCtxt
442
ret->
determinist
= ctxt->
determinist
;
444
if (ret->
determinist
== -1) {
448
if ((ret->
determinist
!= 0) &&
587
* states then it means the automata is not
determinist
and
593
ret->
determinist
= 0;
622
ret->
determinist
= 1
[
all
...]
valid.c
848
"Content model of %s is not
determinist
: %s\n",
4775
int
determinist
= 1;
local
[
all
...]
/external/libxml2/
xmlregexp.c
263
int
determinist
;
member in struct:_xmlAutomata
276
int
determinist
;
member in struct:_xmlRegexp
308
int
determinist
; /* did we find an indeterministic behaviour */
member in struct:_xmlRegExecCtxt
442
ret->
determinist
= ctxt->
determinist
;
444
if (ret->
determinist
== -1) {
448
if ((ret->
determinist
!= 0) &&
587
* states then it means the automata is not
determinist
and
593
ret->
determinist
= 0;
622
ret->
determinist
= 1
[
all
...]
valid.c
848
"Content model of %s is not
determinist
: %s\n",
4775
int
determinist
= 1;
local
[
all
...]
Completed in 145 milliseconds