php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pcre2_auto_possess.c File Reference
#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)
 

Macro Definition Documentation

◆ APTCOLS

Definition at line 71 of file pcre2_auto_possess.c.

◆ APTROWS

Definition at line 70 of file pcre2_auto_possess.c.

Function Documentation

◆ auto_possessify()

int PRIV auto_possessify ( PCRE2_UCHAR * code,
const compile_block * cb )

Definition at line 1138 of file pcre2_auto_possess.c.