Home
last modified time | relevance | path

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

/external/pcre/
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,
/external/pcre/dist/
Dpcre.h.in368 #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,
Dpcre.h.generic368 #ifndef PCRE_SPTR
369 #define PCRE_SPTR const char *
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,
Dpcre_dfa_exec.c2709 cb.subject = (PCRE_SPTR)start_subject; in internal_dfa_exec()
3062 cb.subject = (PCRE_SPTR)start_subject; in internal_dfa_exec()
Dpcre_exec.c1315 cb.subject = (PCRE_SPTR)md->start_subject; in match()
1710 cb.subject = (PCRE_SPTR)md->start_subject; in match()
6336 PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, in pcre_exec()
Dpcre_jit_compile.c6325 callout_block->subject = (PCRE_SPTR)begin; in do_callout()
10456 PCRE_SPTR subject, int length, int start_offset, int options, in pcre_jit_exec()