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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c2846 int charcount = local_offsets[rc+1] - local_offsets[rc]; local
2852 while (p < pp) if (NOT_FIRSTCHAR(*p++)) charcount--;
2855 if (charcount > 0)
2857 ADD_NEW_DATA(-(state_offset + LINK_SIZE + 1), 0, (charcount - 1));
2876 int charcount, matched_count; local
2916 charcount = local_offsets[1] - local_offsets[0];
2917 if (charcount == 0) break;
2918 local_ptr += charcount; /* Advance temporary position ptr */
2950 charcount = (int)(pp - p);
2952 if (utf) while (p < pp) if (NOT_FIRSTCHAR(*p++)) charcount
2981 int charcount = local_offsets[1] - local_offsets[0]; local
[all...]

Completed in 83 milliseconds