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

Function Documentation

◆ pcre2_callout_enumerate()

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_pattern_info()

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.