php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "pcre2_internal.h"
Go to the source code of this file.
Data Structures | |
struct | stateblock |
struct | RWS_anchor |
Typedefs | |
typedef struct stateblock | stateblock |
typedef struct RWS_anchor | RWS_anchor |
Functions | |
PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION | pcre2_dfa_match (const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext, int *workspace, PCRE2_SIZE wscount) |
#define ADD_ACTIVE | ( | x, | |
y ) |
Definition at line 483 of file pcre2_dfa_match.c.
#define ADD_ACTIVE_DATA | ( | x, | |
y, | |||
z ) |
Definition at line 492 of file pcre2_dfa_match.c.
#define ADD_NEW | ( | x, | |
y ) |
Definition at line 502 of file pcre2_dfa_match.c.
#define ADD_NEW_DATA | ( | x, | |
y, | |||
z ) |
Definition at line 511 of file pcre2_dfa_match.c.
#define INTS_PER_STATEBLOCK (int)(sizeof(stateblock)/sizeof(int)) |
Definition at line 303 of file pcre2_dfa_match.c.
#define NLBLOCK mb /* Block containing newline information */ |
Definition at line 79 of file pcre2_dfa_match.c.
#define OP_ANYNL_EXTRA 340 |
Definition at line 103 of file pcre2_dfa_match.c.
#define OP_EXTUNI_EXTRA 320 |
Definition at line 102 of file pcre2_dfa_match.c.
#define OP_HSPACE_EXTRA 360 |
Definition at line 104 of file pcre2_dfa_match.c.
#define OP_PROP_EXTRA 300 |
Definition at line 101 of file pcre2_dfa_match.c.
#define OP_VSPACE_EXTRA 380 |
Definition at line 105 of file pcre2_dfa_match.c.
#define OVEC_UNIT (sizeof(PCRE2_SIZE)/sizeof(int)) |
Definition at line 317 of file pcre2_dfa_match.c.
Definition at line 81 of file pcre2_dfa_match.c.
Definition at line 80 of file pcre2_dfa_match.c.
#define PUBLIC_DFA_MATCH_OPTIONS |
Definition at line 85 of file pcre2_dfa_match.c.
#define RWS_ANCHOR_SIZE (sizeof(RWS_anchor)/sizeof(int)) |
Definition at line 332 of file pcre2_dfa_match.c.
#define RWS_BASE_SIZE (DFA_START_RWS_SIZE/sizeof(int)) /* Stack vector */ |
Definition at line 319 of file pcre2_dfa_match.c.
Definition at line 322 of file pcre2_dfa_match.c.
Definition at line 321 of file pcre2_dfa_match.c.
Definition at line 320 of file pcre2_dfa_match.c.
typedef struct RWS_anchor RWS_anchor |
typedef struct stateblock stateblock |
PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION pcre2_dfa_match | ( | const pcre2_code * | code, |
PCRE2_SPTR | subject, | ||
PCRE2_SIZE | length, | ||
PCRE2_SIZE | start_offset, | ||
uint32_t | options, | ||
pcre2_match_data * | match_data, | ||
pcre2_match_context * | mcontext, | ||
int * | workspace, | ||
PCRE2_SIZE | wscount ) |
Definition at line 3349 of file pcre2_dfa_match.c.