offsets          6348 ext/pcre/pcrelib/pcre_exec.c   PCRE_SPTR subject, int length, int start_offset, int options, int *offsets,
offsets          6353 ext/pcre/pcrelib/pcre_exec.c   PCRE_SPTR16 subject, int length, int start_offset, int options, int *offsets,
offsets          6358 ext/pcre/pcrelib/pcre_exec.c   PCRE_SPTR32 subject, int length, int start_offset, int options, int *offsets,
offsets          6411 ext/pcre/pcrelib/pcre_exec.c if (re == NULL || subject == NULL || (offsets == NULL && offsetcount > 0))
offsets          6449 ext/pcre/pcrelib/pcre_exec.c       offsets[0] = erroroffset;
offsets          6450 ext/pcre/pcrelib/pcre_exec.c       offsets[1] = errorcode;
offsets          6484 ext/pcre/pcrelib/pcre_exec.c        start_offset, options, offsets, offsetcount);
offsets          6671 ext/pcre/pcrelib/pcre_exec.c else md->offset_vector = offsets;
offsets          7063 ext/pcre/pcrelib/pcre_exec.c       memcpy(offsets + 2, md->offset_vector + 2,
offsets          7088 ext/pcre/pcrelib/pcre_exec.c   if (md->end_offset_top/2 <= re->top_bracket && offsets != NULL)
offsets          7093 ext/pcre/pcrelib/pcre_exec.c     iptr = offsets + md->end_offset_top;
offsets          7094 ext/pcre/pcrelib/pcre_exec.c     iend = offsets + resetcount;
offsets          7104 ext/pcre/pcrelib/pcre_exec.c     offsets[0] = (int)(md->start_match_ptr - md->start_subject);
offsets          7105 ext/pcre/pcrelib/pcre_exec.c     offsets[1] = (int)(md->end_match_ptr - md->start_subject);
offsets          7147 ext/pcre/pcrelib/pcre_exec.c     offsets[0] = (int)(start_partial - (PCRE_PUCHAR)subject);
offsets          7148 ext/pcre/pcrelib/pcre_exec.c     offsets[1] = (int)(end_subject - (PCRE_PUCHAR)subject);
offsets          7150 ext/pcre/pcrelib/pcre_exec.c       offsets[2] = (int)(match_partial - (PCRE_PUCHAR)subject);
offsets           166 ext/pcre/pcrelib/pcre_jit_compile.c   int *offsets;
offsets          2268 ext/pcre/pcrelib/pcre_jit_compile.c OP2(SLJIT_SUB, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, offsets), SLJIT_IMM, sizeof(int));
offsets          2318 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV, SLJIT_R1, 0, SLJIT_MEM1(SLJIT_R1), SLJIT_OFFSETOF(jit_arguments, offsets));
offsets          3581 ext/pcre/pcrelib/pcre_jit_compile.c int offsets[3];
offsets          3659 ext/pcre/pcrelib/pcre_jit_compile.c offsets[0] = -1;
offsets          3663 ext/pcre/pcrelib/pcre_jit_compile.c     offsets[0] = i;
offsets          3667 ext/pcre/pcrelib/pcre_jit_compile.c if (offsets[0] < 0 && range_right < 0)
offsets          3670 ext/pcre/pcrelib/pcre_jit_compile.c if (offsets[0] >= 0)
offsets          3673 ext/pcre/pcrelib/pcre_jit_compile.c   offsets[1] = -1;
offsets          3674 ext/pcre/pcrelib/pcre_jit_compile.c   for (i = max - 1; i > offsets[0]; i--)
offsets          3677 ext/pcre/pcrelib/pcre_jit_compile.c       offsets[1] = i;
offsets          3682 ext/pcre/pcrelib/pcre_jit_compile.c   if (offsets[1] == -1 && offsets[0] == 0 && range_right < 0)
offsets          3685 ext/pcre/pcrelib/pcre_jit_compile.c   offsets[2] = -1;
offsets          3687 ext/pcre/pcrelib/pcre_jit_compile.c   if (offsets[1] >= 0 && range_right == -1)
offsets          3690 ext/pcre/pcrelib/pcre_jit_compile.c     for (i = (offsets[0] + offsets[1]) / 2 + 1; i < offsets[1]; i++)
offsets          3693 ext/pcre/pcrelib/pcre_jit_compile.c         offsets[2] = i;
offsets          3697 ext/pcre/pcrelib/pcre_jit_compile.c     if (offsets[2] == -1)
offsets          3699 ext/pcre/pcrelib/pcre_jit_compile.c       for (i = (offsets[0] + offsets[1]) / 2; i > offsets[0]; i--)
offsets          3702 ext/pcre/pcrelib/pcre_jit_compile.c           offsets[2] = i;
offsets          3708 ext/pcre/pcrelib/pcre_jit_compile.c   SLJIT_ASSERT(offsets[1] == -1 || (offsets[0] < offsets[1]));
offsets          3709 ext/pcre/pcrelib/pcre_jit_compile.c   SLJIT_ASSERT(offsets[2] == -1 || (offsets[0] < offsets[2] && offsets[1] > offsets[2]));
offsets          3711 ext/pcre/pcrelib/pcre_jit_compile.c   chars[0] = chars[offsets[0] << 1];
offsets          3712 ext/pcre/pcrelib/pcre_jit_compile.c   chars[1] = chars[(offsets[0] << 1) + 1];
offsets          3713 ext/pcre/pcrelib/pcre_jit_compile.c   if (offsets[2] >= 0)
offsets          3715 ext/pcre/pcrelib/pcre_jit_compile.c     chars[2] = chars[offsets[2] << 1];
offsets          3716 ext/pcre/pcrelib/pcre_jit_compile.c     chars[3] = chars[(offsets[2] << 1) + 1];
offsets          3718 ext/pcre/pcrelib/pcre_jit_compile.c   if (offsets[1] >= 0)
offsets          3720 ext/pcre/pcrelib/pcre_jit_compile.c     chars[4] = chars[offsets[1] << 1];
offsets          3721 ext/pcre/pcrelib/pcre_jit_compile.c     chars[5] = chars[(offsets[1] << 1) + 1];
offsets          3747 ext/pcre/pcrelib/pcre_jit_compile.c SLJIT_ASSERT(range_right >= 0 || offsets[0] >= 0);
offsets          3766 ext/pcre/pcrelib/pcre_jit_compile.c if (offsets[0] >= 0)
offsets          3768 ext/pcre/pcrelib/pcre_jit_compile.c   OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(offsets[0]));
offsets          3769 ext/pcre/pcrelib/pcre_jit_compile.c   if (offsets[1] >= 0)
offsets          3770 ext/pcre/pcrelib/pcre_jit_compile.c     OP1(MOV_UCHAR, TMP2, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(offsets[1]));
offsets          3776 ext/pcre/pcrelib/pcre_jit_compile.c   if (offsets[2] >= 0)
offsets          3777 ext/pcre/pcrelib/pcre_jit_compile.c     OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(offsets[2] - 1));
offsets          3779 ext/pcre/pcrelib/pcre_jit_compile.c   if (offsets[1] >= 0)
offsets          3786 ext/pcre/pcrelib/pcre_jit_compile.c   if (offsets[2] >= 0)
offsets          6362 ext/pcre/pcrelib/pcre_jit_compile.c int *offset_vector = arguments->offsets;
offsets          10412 ext/pcre/pcrelib/pcre_jit_compile.c   int length, int start_offset, int options, int *offsets, int offset_count)
offsets          10445 ext/pcre/pcrelib/pcre_jit_compile.c arguments.offsets = offsets;
offsets          10487 ext/pcre/pcrelib/pcre_jit_compile.c   int *offsets, int offset_count, pcre_jit_stack *stack)
offsets          10492 ext/pcre/pcrelib/pcre_jit_compile.c   int *offsets, int offset_count, pcre16_jit_stack *stack)
offsets          10497 ext/pcre/pcrelib/pcre_jit_compile.c   int *offsets, int offset_count, pcre32_jit_stack *stack)
offsets          10538 ext/pcre/pcrelib/pcre_jit_compile.c arguments.offsets = offsets;
offsets           598 ext/pcre/php_pcre.c 	int				*offsets;			/* Array of subpattern offsets */
offsets           676 ext/pcre/php_pcre.c 	offsets = (int *)safe_emalloc(size_offsets, sizeof(int), 0);
offsets           677 ext/pcre/php_pcre.c 	memset(offsets, 0, size_offsets*sizeof(int));
offsets           694 ext/pcre/php_pcre.c 						  exoptions|g_notempty, offsets, size_offsets);
offsets           712 ext/pcre/php_pcre.c 				if ((offsets[1] - offsets[0] < 0) || pcre_get_substring_list(subject, offsets, count, &stringlist) < 0) {
offsets           714 ext/pcre/php_pcre.c 					efree(offsets);
offsets           726 ext/pcre/php_pcre.c 												offsets[(i<<1)+1] - offsets[i<<1], offsets[i<<1], NULL);
offsets           729 ext/pcre/php_pcre.c 													   offsets[(i<<1)+1] - offsets[i<<1], 1);
offsets           760 ext/pcre/php_pcre.c 												offsets[(i<<1)+1] - offsets[i<<1], offsets[i<<1], subpat_names[i]);
offsets           764 ext/pcre/php_pcre.c 														   offsets[(i<<1)+1] - offsets[i<<1], 1);
offsets           767 ext/pcre/php_pcre.c 													   offsets[(i<<1)+1] - offsets[i<<1], 1);
offsets           782 ext/pcre/php_pcre.c 											offsets[(i<<1)+1] - offsets[i<<1],
offsets           783 ext/pcre/php_pcre.c 											offsets[i<<1], subpat_names[i]);
offsets           787 ext/pcre/php_pcre.c 												  offsets[(i<<1)+1] - offsets[i<<1], 1);
offsets           790 ext/pcre/php_pcre.c 												   offsets[(i<<1)+1] - offsets[i<<1], 1);
offsets           809 ext/pcre/php_pcre.c 				offsets[0] = start_offset;
offsets           810 ext/pcre/php_pcre.c 				offsets[1] = start_offset + unit_len;
offsets           822 ext/pcre/php_pcre.c 		g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED : 0;
offsets           825 ext/pcre/php_pcre.c 		start_offset = offsets[1];
offsets           845 ext/pcre/php_pcre.c 	efree(offsets);
offsets           914 ext/pcre/php_pcre.c static int preg_do_repl_func(zval *function, char *subject, int *offsets, char **subpat_names, int count, unsigned char *mark, char **result TSRMLS_DC)
offsets           926 ext/pcre/php_pcre.c 			add_assoc_stringl(subpats, subpat_names[i], &subject[offsets[i<<1]] , offsets[(i<<1)+1] - offsets[i<<1], 1);
offsets           928 ext/pcre/php_pcre.c 		add_next_index_stringl(subpats, &subject[offsets[i<<1]], offsets[(i<<1)+1] - offsets[i<<1], 1);
offsets           944 ext/pcre/php_pcre.c 		result_len = offsets[1] - offsets[0];
offsets           945 ext/pcre/php_pcre.c 		*result = estrndup(&subject[offsets[0]], result_len);
offsets           957 ext/pcre/php_pcre.c 						int *offsets, int count, char **result TSRMLS_DC)
offsets           992 ext/pcre/php_pcre.c 					match = subject + offsets[backref<<1];
offsets           993 ext/pcre/php_pcre.c 					match_len = offsets[(backref<<1)+1] - offsets[backref<<1];
offsets          1073 ext/pcre/php_pcre.c 	int				*offsets;			/* Array of subpattern offsets */
offsets          1146 ext/pcre/php_pcre.c 	offsets = (int *)safe_emalloc(size_offsets, sizeof(int), 0);
offsets          1160 ext/pcre/php_pcre.c 						  exoptions|g_notempty, offsets, size_offsets);
offsets          1173 ext/pcre/php_pcre.c 		if (count > 0 && (offsets[1] - offsets[0] >= 0) && (limit == -1 || limit > 0)) {
offsets          1178 ext/pcre/php_pcre.c 			match = subject + offsets[0];
offsets          1180 ext/pcre/php_pcre.c 			new_len = *result_len + offsets[0] - start_offset; /* part before the match */
offsets          1185 ext/pcre/php_pcre.c 											   offsets, count, &eval_result TSRMLS_CC);
offsets          1189 ext/pcre/php_pcre.c 				eval_result_len = preg_do_repl_func(replace_val, subject, offsets, subpat_names, count, mark, &eval_result TSRMLS_CC);
offsets          1203 ext/pcre/php_pcre.c 								new_len += offsets[(backref<<1)+1] - offsets[backref<<1];
offsets          1245 ext/pcre/php_pcre.c 								match_len = offsets[(backref<<1)+1] - offsets[backref<<1];
offsets          1246 ext/pcre/php_pcre.c 								memcpy(walkbuf, subject + offsets[backref<<1], match_len);
offsets          1271 ext/pcre/php_pcre.c 				offsets[0] = start_offset;
offsets          1272 ext/pcre/php_pcre.c 				offsets[1] = start_offset + unit_len;
offsets          1301 ext/pcre/php_pcre.c 		g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED : 0;
offsets          1304 ext/pcre/php_pcre.c 		start_offset = offsets[1];
offsets          1307 ext/pcre/php_pcre.c 	efree(offsets);
offsets          1565 ext/pcre/php_pcre.c 	int				*offsets;			/* Array of subpattern offsets */
offsets          1606 ext/pcre/php_pcre.c 	offsets = (int *)safe_emalloc(size_offsets, sizeof(int), 0);
offsets          1618 ext/pcre/php_pcre.c 						  exoptions|g_notempty, offsets, size_offsets);
offsets          1630 ext/pcre/php_pcre.c 		if (count > 0 && (offsets[1] - offsets[0] >= 0)) {
offsets          1631 ext/pcre/php_pcre.c 			if (!no_empty || &subject[offsets[0]] != last_match) {
offsets          1635 ext/pcre/php_pcre.c 					add_offset_pair(return_value, last_match, &subject[offsets[0]]-last_match, next_offset, NULL);
offsets          1639 ext/pcre/php_pcre.c 								   	   &subject[offsets[0]]-last_match, 1);
offsets          1647 ext/pcre/php_pcre.c 			last_match = &subject[offsets[1]];
offsets          1648 ext/pcre/php_pcre.c 			next_offset = offsets[1];
offsets          1653 ext/pcre/php_pcre.c 					match_len = offsets[(i<<1)+1] - offsets[i<<1];
offsets          1657 ext/pcre/php_pcre.c 							add_offset_pair(return_value, &subject[offsets[i<<1]], match_len, offsets[i<<1], NULL);
offsets          1660 ext/pcre/php_pcre.c 												   &subject[offsets[i<<1]],
offsets          1682 ext/pcre/php_pcre.c 							  exoptions, offsets, size_offsets);
offsets          1688 ext/pcre/php_pcre.c 					offsets[0] = start_offset;
offsets          1689 ext/pcre/php_pcre.c 					offsets[1] = start_offset + 1;
offsets          1702 ext/pcre/php_pcre.c 		g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED : 0;
offsets          1705 ext/pcre/php_pcre.c 		start_offset = offsets[1];
offsets          1724 ext/pcre/php_pcre.c 	efree(offsets);
offsets          1847 ext/pcre/php_pcre.c 	int				*offsets;			/* Array of subpattern offsets */
offsets          1876 ext/pcre/php_pcre.c 	offsets = (int *)safe_emalloc(size_offsets, sizeof(int), 0);
offsets          1896 ext/pcre/php_pcre.c 						  0, offsets, size_offsets);
offsets          1935 ext/pcre/php_pcre.c 	efree(offsets);