Searched refs:pcre_exec (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.c378 rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so),
H A Dpcre_exec.c40 /* This module contains pcre_exec(), the externally visible function that does
6347 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, function
6429 during "normal" pcre_exec() processing, not when the JIT support is in use,
7173 /* End of pcre_exec.c */
/barrelfish-2018-10-04/include/
H A Dpcre.h104 only recognized at matching time (i.e. by pcre_exec() or pcre_dfa_exec()) may
122 Options that can be set for pcre_exec() and/or pcre_dfa_exec() are flagged with
372 /* The structure for passing additional data to pcre_exec(). This is defined in
573 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
/barrelfish-2018-10-04/usr/skb/skb_simple/
H A Doctopus_stubs.c290 int rc = pcre_exec(reg, NULL, entry->name, strlen(entry->name),
298 OCT_DEBUG("%s:%s:%d: pcre_exec failed matching %s with rc = %d.\n",

Completed in 59 milliseconds