Searched refs:use_size_offsets (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcretest.c | 2796 int start_offset, int options, int *use_offsets, int use_size_offsets, in check_match_limit() argument 2811 use_offsets, use_size_offsets); in check_match_limit() 4482 int use_size_offsets = size_offsets; in main() local 4843 use_size_offsets = n; in main() 5053 if (use_size_offsets > 0) in main() 5054 pmatch = (regmatch_t *)malloc(sizeof(regmatch_t) * use_size_offsets); in main() 5059 rc = regexec(&preg, (const char *)bptr, use_size_offsets, pmatch, eflags); in main() 5073 for (i = 0; i < (size_t)use_size_offsets; i++) in main() 5129 (options | g_notempty), use_offsets, use_size_offsets, in main() 5139 (options | g_notempty), use_offsets, use_size_offsets); in main() [all …]
|