Home
last modified time | relevance | path

Searched refs:use_size_offsets (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist/
Dpcretest.c2793 int start_offset, int options, int *use_offsets, int use_size_offsets, in check_match_limit() argument
2808 use_offsets, use_size_offsets); in check_match_limit()
4479 int use_size_offsets = size_offsets; in main() local
4840 use_size_offsets = n; in main()
5050 if (use_size_offsets > 0) in main()
5051 pmatch = (regmatch_t *)malloc(sizeof(regmatch_t) * use_size_offsets); in main()
5056 rc = regexec(&preg, (const char *)bptr, use_size_offsets, pmatch, eflags); in main()
5070 for (i = 0; i < (size_t)use_size_offsets; i++) in main()
5126 (options | g_notempty), use_offsets, use_size_offsets, in main()
5136 (options | g_notempty), use_offsets, use_size_offsets); in main()
[all …]