Process Hacker
|
Go to the source code of this file.
Macros | |
#define | HAVE_CONFIG_H |
Functions | |
PCREPOSIX_EXP_DEFN size_t PCRE_CALL_CONVENTION | regerror (int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) |
PCREPOSIX_EXP_DEFN void PCRE_CALL_CONVENTION | regfree (regex_t *preg) |
PCREPOSIX_EXP_DEFN int PCRE_CALL_CONVENTION | regcomp (regex_t *preg, const char *pattern, int cflags) |
PCREPOSIX_EXP_DEFN int PCRE_CALL_CONVENTION | regexec (const regex_t *preg, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags) |
#define HAVE_CONFIG_H |
Definition at line 45 of file pcreposix.c.
PCREPOSIX_EXP_DEFN int PCRE_CALL_CONVENTION regcomp | ( | regex_t * | preg, |
const char * | pattern, | ||
int | cflags | ||
) |
Definition at line 247 of file pcreposix.c.
PCREPOSIX_EXP_DEFN size_t PCRE_CALL_CONVENTION regerror | ( | int | errcode, |
const regex_t * | preg, | ||
char * | errbuf, | ||
size_t | errbuf_size | ||
) |
Definition at line 189 of file pcreposix.c.
PCREPOSIX_EXP_DEFN int PCRE_CALL_CONVENTION regexec | ( | const regex_t * | preg, |
const char * | string, | ||
size_t | nmatch, | ||
regmatch_t | pmatch[], | ||
int | eflags | ||
) |
Definition at line 298 of file pcreposix.c.
PCREPOSIX_EXP_DEFN void PCRE_CALL_CONVENTION regfree | ( | regex_t * | preg | ) |
Definition at line 224 of file pcreposix.c.