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

/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c2845 int charcount = local_offsets[rc+1] - local_offsets[rc]; local
2851 while (p < pp) if (NOT_FIRSTCHAR(*p++)) charcount--;
2854 if (charcount > 0)
2856 ADD_NEW_DATA(-(state_offset + LINK_SIZE + 1), 0, (charcount - 1));
2875 int charcount, matched_count; local
2915 charcount = local_offsets[1] - local_offsets[0];
2916 if (charcount == 0) break;
2917 local_ptr += charcount; /* Advance temporary position ptr */
2949 charcount = (int)(pp - p);
2951 if (utf) while (p < pp) if (NOT_FIRSTCHAR(*p++)) charcount
2980 int charcount = local_offsets[1] - local_offsets[0]; local
[all...]

Completed in 35 milliseconds