|
Process Hacker
|
Go to the source code of this file.
Macros | |
| #define | HAVE_CONFIG_H |
Functions | |
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION | pcre_get_stringnumber (const pcre *code, const char *stringname) |
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION | pcre_get_stringtable_entries (const pcre *code, const char *stringname, char **firstptr, char **lastptr) |
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION | pcre_copy_substring (const char *subject, int *ovector, int stringcount, int stringnumber, char *buffer, int size) |
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION | pcre_copy_named_substring (const pcre *code, const char *subject, int *ovector, int stringcount, const char *stringname, char *buffer, int size) |
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION | pcre_get_substring_list (const char *subject, int *ovector, int stringcount, const char ***listptr) |
| PCRE_EXP_DEFN void PCRE_CALL_CONVENTION | pcre_free_substring_list (const char **pointer) |
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION | pcre_get_substring (const char *subject, int *ovector, int stringcount, int stringnumber, const char **stringptr) |
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION | pcre_get_named_substring (const pcre *code, const char *subject, int *ovector, int stringcount, const char *stringname, const char **stringptr) |
| PCRE_EXP_DEFN void PCRE_CALL_CONVENTION | pcre_free_substring (const char *pointer) |
| #define HAVE_CONFIG_H |
Definition at line 46 of file pcre_get.c.
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION pcre_copy_named_substring | ( | const pcre * | code, |
| const char * | subject, | ||
| int * | ovector, | ||
| int | stringcount, | ||
| const char * | stringname, | ||
| char * | buffer, | ||
| int | size | ||
| ) |
Definition at line 281 of file pcre_get.c.
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION pcre_copy_substring | ( | const char * | subject, |
| int * | ovector, | ||
| int | stringcount, | ||
| int | stringnumber, | ||
| char * | buffer, | ||
| int | size | ||
| ) |
Definition at line 236 of file pcre_get.c.
| PCRE_EXP_DEFN void PCRE_CALL_CONVENTION pcre_free_substring | ( | const char * | pointer | ) |
Definition at line 461 of file pcre_get.c.
| PCRE_EXP_DEFN void PCRE_CALL_CONVENTION pcre_free_substring_list | ( | const char ** | pointer | ) |
Definition at line 358 of file pcre_get.c.
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION pcre_get_named_substring | ( | const pcre * | code, |
| const char * | subject, | ||
| int * | ovector, | ||
| int | stringcount, | ||
| const char * | stringname, | ||
| const char ** | stringptr | ||
| ) |
Definition at line 438 of file pcre_get.c.
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION pcre_get_stringnumber | ( | const pcre * | code, |
| const char * | stringname | ||
| ) |
Definition at line 70 of file pcre_get.c.
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION pcre_get_stringtable_entries | ( | const pcre * | code, |
| const char * | stringname, | ||
| char ** | firstptr, | ||
| char ** | lastptr | ||
| ) |
Definition at line 119 of file pcre_get.c.
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION pcre_get_substring | ( | const char * | subject, |
| int * | ovector, | ||
| int | stringcount, | ||
| int | stringnumber, | ||
| const char ** | stringptr | ||
| ) |
Definition at line 391 of file pcre_get.c.
| PCRE_EXP_DEFN int PCRE_CALL_CONVENTION pcre_get_substring_list | ( | const char * | subject, |
| int * | ovector, | ||
| int | stringcount, | ||
| const char *** | listptr | ||
| ) |
Definition at line 313 of file pcre_get.c.