Home
last modified time | relevance | path

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

/third_party/glib/glib/pcre/
Dpcre.h303 #ifndef PCRE_SPTR
304 #define PCRE_SPTR const char * macro
345 PCRE_SPTR subject; /* The subject being matched */
443 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
Dpcre_dfa_exec.c2664 cb.subject = (PCRE_SPTR)start_subject; in internal_dfa_exec()
3013 cb.subject = (PCRE_SPTR)start_subject; in internal_dfa_exec()
Dpcre_exec.c1261 cb.subject = (PCRE_SPTR)md->start_subject; in match()
1684 cb.subject = (PCRE_SPTR)md->start_subject; in match()
6337 PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, in pcre_exec()