Searched refs:countptr (Results 1 - 3 of 3) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_study.c | 88 countptr pointer to call count (to catch over complexity) 104 PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr, in find_minlength() 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() 103 find_minlength(const pcre2_real_code *re, PCRE2_SPTR code, PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr, int *backref_cache) find_minlength() argument
|
H A D | pcre2_compile.c | 5301 countptr where to put the count of duplicates 5310 int *countptr, int *errorcodeptr, compile_block *cb) in find_dupname_details() 5353 *countptr = count; in find_dupname_details() 5309 find_dupname_details(PCRE2_SPTR name, uint32_t length, int *indexptr, int *countptr, int *errorcodeptr, compile_block *cb) find_dupname_details() argument
|
/third_party/libsnd/src/ |
H A 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()
|
Completed in 15 milliseconds