Home
last modified time | relevance | path

Searched refs:start_used_ptr (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c459 eptr > md->start_used_ptr) \
466 if (md->partial != 0 && eptr > md->start_used_ptr) \
1691 if (eptr < md->start_used_ptr) md->start_used_ptr = eptr; in match()
2180 if (lastptr < md->start_used_ptr) md->start_used_ptr = lastptr; in match()
2231 if (eptr <= md->start_used_ptr) md->start_used_ptr = eptr - 1; in match()
2780 md->end_subject > md->start_used_ptr) in match()
6815 md->start_used_ptr = start_match; in pcre_exec()
6820 if (md->hitend && start_partial == NULL) start_partial = md->start_used_ptr; in pcre_exec()
H A Dpcre_internal.h2495 PCRE_PUCHAR start_used_ptr; /* Earliest consulted character */ member
2520 const pcre_uchar *start_used_ptr; /* Earliest consulted character */ member

Completed in 56 milliseconds