Home
last modified time | relevance | path

Searched refs:PCRE_SPTR (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre.h368 #ifndef PCRE_SPTR
369 #define PCRE_SPTR const char * macro
423 PCRE_SPTR subject; /* The subject being matched */
573 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
580 PCRE_SPTR, int, int, int, int *, int,
H A Dpcre_exec.c1303 cb.subject = (PCRE_SPTR)md->start_subject; in match()
1713 cb.subject = (PCRE_SPTR)md->start_subject; in match()
6348 PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, in pcre_exec()
H A Dpcre_jit_compile.c6377 callout_block->subject = (PCRE_SPTR)begin; in do_callout()
10486 PCRE_SPTR subject, int length, int start_offset, int options, in pcre_jit_exec()

Completed in 54 milliseconds