php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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) |
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_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.