php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "pcre2_internal.h"
Go to the source code of this file.
PCRE2_EXP_DEFN PCRE2_SPTR PCRE2_CALL_CONVENTION pcre2_get_mark | ( | pcre2_match_data * | match_data | ) |
Definition at line 119 of file pcre2_match_data.c.
PCRE2_EXP_DEFN PCRE2_SIZE PCRE2_CALL_CONVENTION pcre2_get_match_data_heapframes_size | ( | pcre2_match_data * | match_data | ) |
Definition at line 180 of file pcre2_match_data.c.
PCRE2_EXP_DEFN PCRE2_SIZE PCRE2_CALL_CONVENTION pcre2_get_match_data_size | ( | pcre2_match_data * | match_data | ) |
Definition at line 167 of file pcre2_match_data.c.
PCRE2_EXP_DEFN uint32_t PCRE2_CALL_CONVENTION pcre2_get_ovector_count | ( | pcre2_match_data * | match_data | ) |
Definition at line 143 of file pcre2_match_data.c.
PCRE2_EXP_DEFN PCRE2_SIZE *PCRE2_CALL_CONVENTION pcre2_get_ovector_pointer | ( | pcre2_match_data * | match_data | ) |
Definition at line 131 of file pcre2_match_data.c.
PCRE2_EXP_DEFN PCRE2_SIZE PCRE2_CALL_CONVENTION pcre2_get_startchar | ( | pcre2_match_data * | match_data | ) |
Definition at line 155 of file pcre2_match_data.c.
PCRE2_EXP_DEFN pcre2_match_data *PCRE2_CALL_CONVENTION pcre2_match_data_create | ( | uint32_t | oveccount, |
pcre2_general_context * | gcontext ) |
Definition at line 58 of file pcre2_match_data.c.
PCRE2_EXP_DEFN pcre2_match_data *PCRE2_CALL_CONVENTION pcre2_match_data_create_from_pattern | ( | const pcre2_code * | code, |
pcre2_general_context * | gcontext ) |
Definition at line 83 of file pcre2_match_data.c.
PCRE2_EXP_DEFN void PCRE2_CALL_CONVENTION pcre2_match_data_free | ( | pcre2_match_data * | match_data | ) |
Definition at line 98 of file pcre2_match_data.c.