|
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 | APTROWS (LAST_AUTOTAB_LEFT_OP - FIRST_AUTOTAB_OP + 1) |
| #define | APTCOLS (LAST_AUTOTAB_RIGHT_OP - FIRST_AUTOTAB_OP + 1) |
Functions | |
| int PRIV | auto_possessify (PCRE2_UCHAR *code, const compile_block *cb) |
| #define APTCOLS (LAST_AUTOTAB_RIGHT_OP - FIRST_AUTOTAB_OP + 1) |
Definition at line 71 of file pcre2_auto_possess.c.
| #define APTROWS (LAST_AUTOTAB_LEFT_OP - FIRST_AUTOTAB_OP + 1) |
Definition at line 70 of file pcre2_auto_possess.c.
| int PRIV auto_possessify | ( | PCRE2_UCHAR * | code, |
| const compile_block * | cb ) |
Definition at line 1138 of file pcre2_auto_possess.c.