Searched refs:countptr (Results 1 – 3 of 3) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_study.c | 104 PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr, in find_minlength() argument 130 if ((*countptr)++ > 1000) return -1; in find_minlength() 186 d = find_minlength(re, cc, startcode, utf, recurses, countptr, in find_minlength() 207 prev_cap_d = find_minlength(re, cc, startcode, utf, recurses, countptr, in find_minlength() 522 countptr, backref_cache); in find_minlength() 580 d = find_minlength(re, cs, startcode, utf, &this_recurse, countptr, in find_minlength() 665 countptr, backref_cache); in find_minlength()
|
D | pcre2_compile.c | 5310 int *countptr, int *errorcodeptr, compile_block *cb) in find_dupname_details() argument 5353 *countptr = count; in find_dupname_details()
|
/third_party/libsnd/src/ |
D | common.c | 984 sf_count_t *countptr, countdata ; in psf_binheader_readf() local 1073 countptr = va_arg (argptr, sf_count_t *) ; in psf_binheader_readf() 1074 *countptr = 0 ; in psf_binheader_readf() 1080 *countptr = countdata ; in psf_binheader_readf()
|