Process Hacker
|
Go to the source code of this file.
Macros | |
#define | HAVE_CONFIG_H |
#define | SET_BIT(c) start_bits[c/8] |= (1 << (c&7)) |
Enumerations | |
enum | { SSB_FAIL, SSB_DONE, SSB_CONTINUE } |
Functions | |
PCRE_EXP_DEFN pcre_extra *PCRE_CALL_CONVENTION | pcre_study (const pcre *external_re, int options, const char **errorptr) |
#define HAVE_CONFIG_H |
Definition at line 45 of file pcre_study.c.
#define SET_BIT | ( | c | ) | start_bits[c/8] |= (1 << (c&7)) |
Definition at line 52 of file pcre_study.c.
anonymous enum |
Definition at line 56 of file pcre_study.c.
PCRE_EXP_DEFN pcre_extra* PCRE_CALL_CONVENTION pcre_study | ( | const pcre * | external_re, |
int | options, | ||
const char ** | errorptr | ||
) |
Definition at line 1028 of file pcre_study.c.