size_offsets      600 ext/pcre/php_pcre.c 	int				 size_offsets;		/* Size of the offsets array */
size_offsets      664 ext/pcre/php_pcre.c 	size_offsets = num_subpats * 3;
size_offsets      676 ext/pcre/php_pcre.c 	offsets = (int *)safe_emalloc(size_offsets, sizeof(int), 0);
size_offsets      677 ext/pcre/php_pcre.c 	memset(offsets, 0, size_offsets*sizeof(int));
size_offsets      694 ext/pcre/php_pcre.c 						  exoptions|g_notempty, offsets, size_offsets);
size_offsets      702 ext/pcre/php_pcre.c 			count = size_offsets/3;
size_offsets     1076 ext/pcre/php_pcre.c 	int				 size_offsets;		/* Size of the offsets array */
size_offsets     1134 ext/pcre/php_pcre.c 	size_offsets = num_subpats * 3;
size_offsets     1146 ext/pcre/php_pcre.c 	offsets = (int *)safe_emalloc(size_offsets, sizeof(int), 0);
size_offsets     1160 ext/pcre/php_pcre.c 						  exoptions|g_notempty, offsets, size_offsets);
size_offsets     1168 ext/pcre/php_pcre.c 			count = size_offsets/3;
size_offsets     1566 ext/pcre/php_pcre.c 	int				 size_offsets;		/* Size of the offsets array */
size_offsets     1600 ext/pcre/php_pcre.c 	rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_CAPTURECOUNT, &size_offsets);
size_offsets     1605 ext/pcre/php_pcre.c 	size_offsets = (size_offsets + 1) * 3;
size_offsets     1606 ext/pcre/php_pcre.c 	offsets = (int *)safe_emalloc(size_offsets, sizeof(int), 0);
size_offsets     1618 ext/pcre/php_pcre.c 						  exoptions|g_notempty, offsets, size_offsets);
size_offsets     1626 ext/pcre/php_pcre.c 			count = size_offsets/3;
size_offsets     1682 ext/pcre/php_pcre.c 							  exoptions, offsets, size_offsets);
size_offsets     1848 ext/pcre/php_pcre.c 	int				 size_offsets;		/* Size of the offsets array */
size_offsets     1870 ext/pcre/php_pcre.c 	rc = pcre_fullinfo(pce->re, extra, PCRE_INFO_CAPTURECOUNT, &size_offsets);
size_offsets     1875 ext/pcre/php_pcre.c 	size_offsets = (size_offsets + 1) * 3;
size_offsets     1876 ext/pcre/php_pcre.c 	offsets = (int *)safe_emalloc(size_offsets, sizeof(int), 0);
size_offsets     1896 ext/pcre/php_pcre.c 						  0, offsets, size_offsets);
size_offsets     1901 ext/pcre/php_pcre.c 			count = size_offsets/3;