Searched refs:size_offsets_max (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/pcre-7/pcre/
H A Dpcretest.c832 int size_offsets_max; local
985 size_offsets_max = size_offsets;
986 offsets = (int *)malloc(size_offsets_max * sizeof(int));
990 (int)(size_offsets_max * sizeof(int)));
1987 if (n > size_offsets_max)
1989 size_offsets_max = n;
1991 use_offsets = offsets = (int *)malloc(size_offsets_max * sizeof(int));
1995 (int)(size_offsets_max * sizeof(int)));

Completed in 64 milliseconds