|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "pcre2_internal.h"Go to the source code of this file.
Macros | |
| #define | PTR_STACK_SIZE 20 |
| #define | SUBSTITUTE_OPTIONS |
| #define | CHECKMEMCPY(from, length) |
Functions | |
| PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION | pcre2_substitute (const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, PCRE2_SIZE start_offset, uint32_t options, pcre2_match_data *match_data, pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, PCRE2_UCHAR *buffer, PCRE2_SIZE *blength) |
| #define CHECKMEMCPY | ( | from, | |
| length ) |
Definition at line 197 of file pcre2_substitute.c.
| #define PTR_STACK_SIZE 20 |
Definition at line 48 of file pcre2_substitute.c.
| #define SUBSTITUTE_OPTIONS |
Definition at line 50 of file pcre2_substitute.c.
| PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION pcre2_substitute | ( | const pcre2_code * | code, |
| PCRE2_SPTR | subject, | ||
| PCRE2_SIZE | length, | ||
| PCRE2_SIZE | start_offset, | ||
| uint32_t | options, | ||
| pcre2_match_data * | match_data, | ||
| pcre2_match_context * | mcontext, | ||
| PCRE2_SPTR | replacement, | ||
| PCRE2_SIZE | rlength, | ||
| PCRE2_UCHAR * | buffer, | ||
| PCRE2_SIZE * | blength ) |
Definition at line 220 of file pcre2_substitute.c.