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 int PCRE2_CALL_CONVENTION | pcre2_pattern_info (const pcre2_code *code, uint32_t what, void *where) |
PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION | pcre2_callout_enumerate (const pcre2_code *code, int(*callback)(pcre2_callout_enumerate_block *, void *), void *callout_data) |
PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION pcre2_callout_enumerate | ( | const pcre2_code * | code, |
int(* | callback )(pcre2_callout_enumerate_block *, void *), | ||
void * | callout_data ) |
Definition at line 268 of file pcre2_pattern_info.c.
PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION pcre2_pattern_info | ( | const pcre2_code * | code, |
uint32_t | what, | ||
void * | where ) |
Definition at line 65 of file pcre2_pattern_info.c.