Searched refs:wscount (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist/ |
D | pcre_dfa_exec.c | 353 if (active_count++ < wscount) \ 363 if (active_count++ < wscount) \ 374 if (new_count++ < wscount) \ 384 if (new_count++ < wscount) \ 406 int wscount, in internal_dfa_exec() argument 438 wscount -= 2; in internal_dfa_exec() 439 wscount = (wscount - (wscount % (INTS_PER_STATEBLOCK * 2))) / in internal_dfa_exec() 453 next_new_state = new_states = active_states + wscount; in internal_dfa_exec() 3179 int offsetcount, int *workspace, int wscount) in pcre_dfa_exec() argument 3184 int offsetcount, int *workspace, int wscount) in pcre_dfa_exec() [all …]
|
D | pcregexp.pas | 377 wscount : integer ) : integer; external;
|
/external/pcre/dist/doc/ |
D | pcre.txt | 231 int *workspace, int wscount); 562 int *workspace, int wscount); 1612 int *workspace, int wscount); 4087 int *workspace, int wscount); 4168 it is set, the workspace and wscount options must reference the same
|