Searched refs:offsetcount (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist/ |
D | pcre_dfa_exec.c | 404 int offsetcount, in internal_dfa_exec() argument 436 offsetcount &= (-2); in internal_dfa_exec() 790 if (match_count < 0) match_count = (offsetcount >= 2)? 1 : 0; in internal_dfa_exec() 791 else if (match_count > 0 && ++match_count * 2 > offsetcount) in internal_dfa_exec() 793 count = ((match_count == 0)? offsetcount : match_count * 2) - 2; in internal_dfa_exec() 795 if (offsetcount >= 2) in internal_dfa_exec() 3178 int offsetcount, int *workspace, int wscount) in pcre_dfa_exec() argument 3183 int offsetcount, int *workspace, int wscount) in pcre_dfa_exec() 3188 int offsetcount, int *workspace, int wscount) in pcre_dfa_exec() 3212 (offsets == NULL && offsetcount > 0)) return PCRE_ERROR_NULL; in pcre_dfa_exec() [all …]
|
D | pcre_exec.c | 6337 int offsetcount) in pcre_exec() argument 6342 int offsetcount) in pcre_exec() 6347 int offsetcount) in pcre_exec() 6399 if (re == NULL || subject == NULL || (offsets == NULL && offsetcount > 0)) in pcre_exec() 6401 if (offsetcount < 0) return PCRE_ERROR_BADCOUNT; in pcre_exec() 6435 if (offsetcount >= 2) in pcre_exec() 6472 start_offset, options, offsets, offsetcount); in pcre_exec() 6648 ocount = offsetcount - (offsetcount % 3); in pcre_exec() 7079 if (resetcount > offsetcount) resetcount = offsetcount; in pcre_exec() 7089 if (offsetcount < 2) rc = 0; else in pcre_exec() [all …]
|
D | pcregexp.pas | 368 offsetcount : integer ) : integer; external; 375 offsetcount : integer;
|