Searched defs:offsetcount (Results 1 - 2 of 2) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_dfa_exec.c | 339 offsetcount size of same 404 int offsetcount, 436 offsetcount &= (-2); 790 if (match_count < 0) match_count = (offsetcount >= 2)? 1 : 0; 791 else if (match_count > 0 && ++match_count * 2 > offsetcount) 793 count = ((match_count == 0)? offsetcount : match_count * 2) - 2; 795 if (offsetcount >= 2) 3164 offsetcount size of same 3178 int offsetcount, int *workspace, int wscount) 3183 int offsetcount, in 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...] |
H A D | pcre_exec.c | 6325 offsetcount the number of elements in the vector 6337 int offsetcount) 6342 int offsetcount) 6347 int offsetcount) 6399 if (re == NULL || subject == NULL || (offsets == NULL && offsetcount > 0)) 6401 if (offsetcount < 0) return PCRE_ERROR_BADCOUNT; 6435 if (offsetcount >= 2) 6472 start_offset, options, offsets, offsetcount); 6648 ocount = offsetcount - (offsetcount 6335 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, int offsetcount) argument [all...] |
Completed in 100 milliseconds