start_offset 1499 ext/pcre/pcrelib/pcre_exec.c mstart == md->start_subject + md->start_offset))) start_offset 2099 ext/pcre/pcrelib/pcre_exec.c if (eptr != md->start_subject + md->start_offset) RRETURN(MATCH_NOMATCH); start_offset 6346 ext/pcre/pcrelib/pcre_exec.c PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, start_offset 6351 ext/pcre/pcrelib/pcre_exec.c PCRE_SPTR16 subject, int length, int start_offset, int options, int *offsets, start_offset 6356 ext/pcre/pcrelib/pcre_exec.c PCRE_SPTR32 subject, int length, int start_offset, int options, int *offsets, start_offset 6377 ext/pcre/pcrelib/pcre_exec.c PCRE_PUCHAR start_match = (PCRE_PUCHAR)subject + start_offset; start_offset 6399 ext/pcre/pcrelib/pcre_exec.c start_offset == -999) start_offset 6413 ext/pcre/pcrelib/pcre_exec.c if (start_offset < 0 || start_offset > length) return PCRE_ERROR_BADOFFSET; start_offset 6462 ext/pcre/pcrelib/pcre_exec.c if (start_offset > 0 && start_offset < length && start_offset 6463 ext/pcre/pcrelib/pcre_exec.c NOT_FIRSTCHAR(((PCRE_PUCHAR)subject)[start_offset])) start_offset 6482 ext/pcre/pcrelib/pcre_exec.c start_offset, options, offsets, offsetcount); start_offset 6553 ext/pcre/pcrelib/pcre_exec.c md->start_offset = start_offset; start_offset 6796 ext/pcre/pcrelib/pcre_exec.c if (start_match > md->start_subject + start_offset) start_offset 7020 ext/pcre/pcrelib/pcre_exec.c if (start_match > (PCRE_PUCHAR)subject + start_offset && start_offset 2551 ext/pcre/pcrelib/pcre_internal.h int start_offset; /* The start offset value */ start_offset 2574 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 598 ext/pcre/php_pcre.c zend_long start_offset = 0; /* Where the new search starts */ start_offset 602 ext/pcre/php_pcre.c &subject, &subpats, &flags, &start_offset) == FAILURE) { start_offset 612 ext/pcre/php_pcre.c Z_PARAM_LONG(start_offset) start_offset 628 ext/pcre/php_pcre.c global, ZEND_NUM_ARGS() >= 4, flags, start_offset); start_offset 635 ext/pcre/php_pcre.c zval *subpats, int global, int use_flags, zend_long flags, zend_long start_offset) start_offset 689 ext/pcre/php_pcre.c if (start_offset < 0) { start_offset 690 ext/pcre/php_pcre.c start_offset = subject_len + start_offset; start_offset 691 ext/pcre/php_pcre.c if (start_offset < 0) { start_offset 692 ext/pcre/php_pcre.c start_offset = 0; start_offset 742 ext/pcre/php_pcre.c count = pcre_exec(pce->re, extra, subject, (int)subject_len, (int)start_offset, start_offset 893 ext/pcre/php_pcre.c if (g_notempty != 0 && start_offset < subject_len) { start_offset 894 ext/pcre/php_pcre.c int unit_len = calculate_unit_length(pce, subject + start_offset); start_offset 896 ext/pcre/php_pcre.c offsets[0] = (int)start_offset; start_offset 897 ext/pcre/php_pcre.c offsets[1] = (int)(start_offset + unit_len); start_offset 912 ext/pcre/php_pcre.c start_offset = offsets[1]; start_offset 1093 ext/pcre/php_pcre.c int start_offset; /* Where the new search starts */ start_offset 1155 ext/pcre/php_pcre.c start_offset = 0; start_offset 1165 ext/pcre/php_pcre.c count = pcre_exec(pce->re, extra, subject, subject_len, start_offset, start_offset 1177 ext/pcre/php_pcre.c piece = subject + start_offset; start_offset 1188 ext/pcre/php_pcre.c new_len = result_len + offsets[0] - start_offset; /* part before the match */ start_offset 1288 ext/pcre/php_pcre.c if (g_notempty != 0 && start_offset < subject_len) { start_offset 1291 ext/pcre/php_pcre.c offsets[0] = start_offset; start_offset 1292 ext/pcre/php_pcre.c offsets[1] = start_offset + unit_len; start_offset 1300 ext/pcre/php_pcre.c new_len = result_len + subject_len - start_offset; start_offset 1310 ext/pcre/php_pcre.c memcpy(ZSTR_VAL(result) + result_len, piece, subject_len - start_offset); start_offset 1311 ext/pcre/php_pcre.c result_len += subject_len - start_offset; start_offset 1332 ext/pcre/php_pcre.c start_offset = offsets[1]; start_offset 1739 ext/pcre/php_pcre.c int start_offset; /* Where the new search starts */ start_offset 1779 ext/pcre/php_pcre.c start_offset = 0; start_offset 1787 ext/pcre/php_pcre.c subject_len, start_offset, start_offset 1840 ext/pcre/php_pcre.c if (g_notempty != 0 && start_offset < subject_len) { start_offset 1841 ext/pcre/php_pcre.c offsets[0] = start_offset; start_offset 1842 ext/pcre/php_pcre.c offsets[1] = start_offset + calculate_unit_length(pce, subject + start_offset); start_offset 1858 ext/pcre/php_pcre.c start_offset = offsets[1]; start_offset 1862 ext/pcre/php_pcre.c start_offset = (int)(last_match - subject); /* the offset might have been incremented, but without further successful matches */ start_offset 1864 ext/pcre/php_pcre.c if (!no_empty || start_offset < subject_len) start_offset 1868 ext/pcre/php_pcre.c add_offset_pair(return_value, &subject[start_offset], subject_len - start_offset, start_offset, NULL); start_offset 63 ext/pcre/php_pcre.h zval *subpats, int global, int use_flags, zend_long flags, zend_long start_offset);