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

/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c341 wscount size of same
353 if (active_count++ < wscount) \
363 if (active_count++ < wscount) \
374 if (new_count++ < wscount) \
384 if (new_count++ < wscount) \
406 int wscount,
438 wscount -= 2;
439 wscount = (wscount - (wscount
398 internal_dfa_exec( dfa_match_data *md, const pcre_uchar *this_start_code, const pcre_uchar *current_subject, int start_offset, int *offsets, int offsetcount, int *workspace, int wscount, int rlevel) argument
3176 pcre_dfa_exec(const pcre *argument_re, const pcre_extra *extra_data, const char *subject, int length, int start_offset, int options, int *offsets, int offsetcount, int *workspace, int wscount) argument
[all...]

Completed in 47 milliseconds