php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "pcre2_internal.h"
Go to the source code of this file.
Macros | |
#define | MAX_CACHE_BACKREF 128 |
#define | SET_BIT(c) |
Enumerations | |
enum | { SSB_FAIL , SSB_DONE , SSB_CONTINUE , SSB_UNKNOWN , SSB_TOODEEP } |
Functions | |
int PRIV | study (pcre2_real_code *re) |
#define MAX_CACHE_BACKREF 128 |
Definition at line 53 of file pcre2_study.c.
#define SET_BIT | ( | c | ) |
Definition at line 57 of file pcre2_study.c.
anonymous enum |
Enumerator | |
---|---|
SSB_FAIL | |
SSB_DONE | |
SSB_CONTINUE | |
SSB_UNKNOWN | |
SSB_TOODEEP |
Definition at line 61 of file pcre2_study.c.
int PRIV study | ( | pcre2_real_code * | re | ) |
Definition at line 1762 of file pcre2_study.c.