Searched refs:pcre_study (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/include/
H A Dpcre.h101 that pcre_study() has its own set of options. Originally, all the options
303 /* Request types for pcre_study(). Do not re-arrange, in order to remain
378 void *study_data; /* Opaque data from pcre_study() */
391 void *study_data; /* Opaque data from pcre_study() */
404 void *study_data; /* Opaque data from pcre_study() */
633 PCRE_EXP_DECL pcre_extra *pcre_study(const pcre *, int, const char **);
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c41 /* This module contains the external function pcre_study(), along with local
1452 pcre_study(const pcre *external_re, int options, const char **errorptr) function
1659 /* This function frees the memory that was obtained by pcre_study().
1686 /* End of pcre_study.c */

Completed in 39 milliseconds