php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pcre2_maketables.c File Reference
#include "pcre2_internal.h"

Go to the source code of this file.

Functions

PCRE2_EXP_DEFN const uint8_t *PCRE2_CALL_CONVENTION pcre2_maketables (pcre2_general_context *gcontext)
 
PCRE2_EXP_DEFN void PCRE2_CALL_CONVENTION pcre2_maketables_free (pcre2_general_context *gcontext, const uint8_t *tables)
 

Function Documentation

◆ pcre2_maketables()

PCRE2_EXP_DEFN const uint8_t *PCRE2_CALL_CONVENTION pcre2_maketables ( pcre2_general_context * gcontext)

Definition at line 80 of file pcre2_maketables.c.

◆ pcre2_maketables_free()

PCRE2_EXP_DEFN void PCRE2_CALL_CONVENTION pcre2_maketables_free ( pcre2_general_context * gcontext,
const uint8_t * tables )

Definition at line 156 of file pcre2_maketables.c.