start_offset     1324 ext/imap/php_imap.c 	long start_offset = 0;				/* Start offset (not used) */
start_offset     1338 ext/imap/php_imap.c 			0, regex_flags, start_offset TSRMLS_CC);
start_offset     1501 ext/pcre/pcrelib/pcre_exec.c              mstart == md->start_subject + md->start_offset)))
start_offset     2101 ext/pcre/pcrelib/pcre_exec.c     if (eptr != md->start_subject + md->start_offset) RRETURN(MATCH_NOMATCH);
start_offset     6348 ext/pcre/pcrelib/pcre_exec.c   PCRE_SPTR subject, int length, int start_offset, int options, int *offsets,
start_offset     6353 ext/pcre/pcrelib/pcre_exec.c   PCRE_SPTR16 subject, int length, int start_offset, int options, int *offsets,
start_offset     6358 ext/pcre/pcrelib/pcre_exec.c   PCRE_SPTR32 subject, int length, int start_offset, int options, int *offsets,
start_offset     6379 ext/pcre/pcrelib/pcre_exec.c PCRE_PUCHAR start_match = (PCRE_PUCHAR)subject + start_offset;
start_offset     6401 ext/pcre/pcrelib/pcre_exec.c     start_offset == -999)
start_offset     6415 ext/pcre/pcrelib/pcre_exec.c if (start_offset < 0 || start_offset > length) return PCRE_ERROR_BADOFFSET;
start_offset     6464 ext/pcre/pcrelib/pcre_exec.c   if (start_offset > 0 && start_offset < length &&
start_offset     6465 ext/pcre/pcrelib/pcre_exec.c       NOT_FIRSTCHAR(((PCRE_PUCHAR)subject)[start_offset]))
start_offset     6484 ext/pcre/pcrelib/pcre_exec.c        start_offset, options, offsets, offsetcount);
start_offset     6555 ext/pcre/pcrelib/pcre_exec.c md->start_offset = start_offset;
start_offset     6798 ext/pcre/pcrelib/pcre_exec.c       if (start_match > md->start_subject + start_offset)
start_offset     7022 ext/pcre/pcrelib/pcre_exec.c   if (start_match > (PCRE_PUCHAR)subject + start_offset &&
start_offset     2555 ext/pcre/pcrelib/pcre_internal.h   int    start_offset;            /* The start offset value */
start_offset     2578 ext/pcre/pcrelib/pcre_internal.h   int   start_offset;               /* The start offset value */
start_offset     10412 ext/pcre/pcrelib/pcre_jit_compile.c   int length, int start_offset, int options, int *offsets, int offset_count)
start_offset     10433 ext/pcre/pcrelib/pcre_jit_compile.c arguments.str = subject + start_offset;
start_offset     10486 ext/pcre/pcrelib/pcre_jit_compile.c   PCRE_SPTR subject, int length, int start_offset, int options,
start_offset     10491 ext/pcre/pcrelib/pcre_jit_compile.c   PCRE_SPTR16 subject, int length, int start_offset, int options,
start_offset     10496 ext/pcre/pcrelib/pcre_jit_compile.c   PCRE_SPTR32 subject, int length, int start_offset, int options,
start_offset     10526 ext/pcre/pcrelib/pcre_jit_compile.c arguments.str = subject_ptr + start_offset;
start_offset      299 ext/pcre/pcrelib/pcredemo.c   int start_offset = ovector[1];   /* Start at end of previous match */
start_offset      318 ext/pcre/pcrelib/pcredemo.c     start_offset,         /* starting offset in the subject */
start_offset      339 ext/pcre/pcrelib/pcredemo.c     ovector[1] = start_offset + 1;              /* Advance one byte */
start_offset      341 ext/pcre/pcrelib/pcredemo.c         start_offset < subject_length - 1 &&    /* we are at CRLF, */
start_offset      342 ext/pcre/pcrelib/pcredemo.c         subject[start_offset] == '\r' &&
start_offset      343 ext/pcre/pcrelib/pcredemo.c         subject[start_offset + 1] == '\n')
start_offset      567 ext/pcre/php_pcre.c 	long			  start_offset = 0;	/* Where the new search starts */
start_offset      570 ext/pcre/php_pcre.c 							  &subject, &subject_len, &subpats, &flags, &start_offset) == FAILURE) {
start_offset      581 ext/pcre/php_pcre.c 		global, ZEND_NUM_ARGS() >= 4, flags, start_offset TSRMLS_CC);
start_offset      588 ext/pcre/php_pcre.c 	zval *subpats, int global, int use_flags, long flags, long start_offset TSRMLS_DC)
start_offset      639 ext/pcre/php_pcre.c 	if (start_offset < 0) {
start_offset      640 ext/pcre/php_pcre.c 		start_offset = subject_len + start_offset;
start_offset      641 ext/pcre/php_pcre.c 		if (start_offset < 0) {
start_offset      642 ext/pcre/php_pcre.c 			start_offset = 0;
start_offset      693 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject, subject_len, start_offset,
start_offset      806 ext/pcre/php_pcre.c 			if (g_notempty != 0 && start_offset < subject_len) {
start_offset      807 ext/pcre/php_pcre.c 				int unit_len = calculate_unit_length(pce, subject + start_offset);
start_offset      809 ext/pcre/php_pcre.c 				offsets[0] = start_offset;
start_offset      810 ext/pcre/php_pcre.c 				offsets[1] = start_offset + unit_len;
start_offset      825 ext/pcre/php_pcre.c 		start_offset = offsets[1];
start_offset     1084 ext/pcre/php_pcre.c 	int				 start_offset;		/* Where the new search starts */
start_offset     1154 ext/pcre/php_pcre.c 	start_offset = 0;
start_offset     1159 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, subject, subject_len, start_offset,
start_offset     1171 ext/pcre/php_pcre.c 		piece = subject + start_offset;
start_offset     1180 ext/pcre/php_pcre.c 			new_len = *result_len + offsets[0] - start_offset; /* part before the match */
start_offset     1268 ext/pcre/php_pcre.c 			if (g_notempty != 0 && start_offset < subject_len) {
start_offset     1271 ext/pcre/php_pcre.c 				offsets[0] = start_offset;
start_offset     1272 ext/pcre/php_pcre.c 				offsets[1] = start_offset + unit_len;
start_offset     1276 ext/pcre/php_pcre.c 				new_len = *result_len + subject_len - start_offset;
start_offset     1285 ext/pcre/php_pcre.c 				memcpy(&result[*result_len], piece, subject_len - start_offset);
start_offset     1286 ext/pcre/php_pcre.c 				*result_len += subject_len - start_offset;
start_offset     1304 ext/pcre/php_pcre.c 		start_offset = offsets[1];
start_offset     1569 ext/pcre/php_pcre.c 	int				 start_offset;		/* Where the new search starts */
start_offset     1609 ext/pcre/php_pcre.c 	start_offset = 0;
start_offset     1617 ext/pcre/php_pcre.c 						  subject_len, start_offset,
start_offset     1671 ext/pcre/php_pcre.c 			if (g_notempty != 0 && start_offset < subject_len) {
start_offset     1681 ext/pcre/php_pcre.c 							  subject_len, start_offset,
start_offset     1688 ext/pcre/php_pcre.c 					offsets[0] = start_offset;
start_offset     1689 ext/pcre/php_pcre.c 					offsets[1] = start_offset + 1;
start_offset     1705 ext/pcre/php_pcre.c 		start_offset = offsets[1];
start_offset     1709 ext/pcre/php_pcre.c 	start_offset = last_match - subject; /* the offset might have been incremented, but without further successful matches */
start_offset     1711 ext/pcre/php_pcre.c 	if (!no_empty || start_offset < subject_len)
start_offset     1715 ext/pcre/php_pcre.c 			add_offset_pair(return_value, &subject[start_offset], subject_len - start_offset, start_offset, NULL);
start_offset       58 ext/pcre/php_pcre.h 	zval *subpats, int global, int use_flags, long flags, long start_offset TSRMLS_DC);