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

/external/pcre/dist/
H A Dpcretest.c2993 int size_offsets_max; local
3387 size_offsets_max = size_offsets;
3388 offsets = (int *)malloc(size_offsets_max * sizeof(int));
3392 (int)(size_offsets_max * sizeof(int)));
4827 if (n > size_offsets_max)
4829 size_offsets_max = n;
4831 use_offsets = offsets = (int *)malloc(size_offsets_max * sizeof(int));
4835 (int)(size_offsets_max * sizeof(int)));
4842 else use_offsets = offsets + size_offsets_max - n; /* To catch overruns */

Completed in 1514 milliseconds