OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetno
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
xmlregexp.c
557
int stateno, atomno,
targetno
, prev;
local
584
targetno
= stateRemap[trans->to];
592
if (prev !=
targetno
+ 1) {
596
i, j, trans->atom->no, trans->to, atomno,
targetno
);
612
i, j, trans->atom->no, trans->to, atomno,
targetno
);
615
targetno
+ 1; /* to avoid 0 */
[
all
...]
/external/libxml2/
xmlregexp.c
561
int stateno, atomno,
targetno
, prev;
local
588
targetno
= stateRemap[trans->to];
596
if (prev !=
targetno
+ 1) {
600
i, j, trans->atom->no, trans->to, atomno,
targetno
);
616
i, j, trans->atom->no, trans->to, atomno,
targetno
);
619
targetno
+ 1; /* to avoid 0 */
[
all
...]
Completed in 872 milliseconds