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

/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c1431 int ncount = 0; local
1444 ncount++;
1449 ADD_NEW_DATA(-state_offset, count, ncount);
1462 int ncount = 0; local
1476 if (ptr + 1 < end_subject && UCHAR21TEST(ptr + 1) == CHAR_LF) ncount = 1;
1487 ADD_NEW_DATA(-state_offset, count, ncount);
1692 int ncount = 0; local
1706 ncount++;
1710 ADD_NEW_DATA(-(state_offset + count), 0, ncount);
1731 int ncount local
1964 int ncount = 0; local
2001 int ncount = 0; local
2166 int ncount = 0; local
[all...]

Completed in 34 milliseconds