Searched refs:pcre2_match_context (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_context.c | 163 const pcre2_match_context PRIV(default_match_context) = { 181 PCRE2_EXP_DEFN pcre2_match_context * PCRE2_CALL_CONVENTION 184 pcre2_match_context *mcontext = PRIV(memctl_malloc)( in pcre2_match_context_create() 252 PCRE2_EXP_DEFN pcre2_match_context * PCRE2_CALL_CONVENTION 253 pcre2_match_context_copy(pcre2_match_context *mcontext) in pcre2_match_context_copy() 255 pcre2_match_context *new = in pcre2_match_context_copy() 298 pcre2_match_context_free(pcre2_match_context *mcontext) in pcre2_match_context_free() 400 pcre2_set_callout(pcre2_match_context *mcontext, in pcre2_set_callout() 409 pcre2_set_substitute_callout(pcre2_match_context *mcontext, in pcre2_set_substitute_callout() 419 pcre2_set_heap_limit(pcre2_match_context *mcontext, uint32_t limit) in pcre2_set_heap_limit() [all …]
|
H A D | pcre2.h | 607 PCRE2_EXP_DECL pcre2_match_context PCRE2_CALL_CONVENTION \ 608 *pcre2_match_context_copy(pcre2_match_context *); \ 609 PCRE2_EXP_DECL pcre2_match_context PCRE2_CALL_CONVENTION \ 612 pcre2_match_context_free(pcre2_match_context *); \ 614 pcre2_set_callout(pcre2_match_context *, \ 617 pcre2_set_substitute_callout(pcre2_match_context *, \ 620 pcre2_set_depth_limit(pcre2_match_context *, uint32_t); \ 622 pcre2_set_heap_limit(pcre2_match_context *, uint32_t); \ 624 pcre2_set_match_limit(pcre2_match_context *, uint32_t); \ 683 uint32_t, pcre2_match_data *, pcre2_match_context *); \ [all …]
|
H A D | pcre2_jit_misc.c | 166 pcre2_jit_stack_assign(pcre2_match_context *mcontext, pcre2_jit_callback callback, in pcre2_jit_stack_assign()
|
H A D | pcre2_jit_match.c | 87 pcre2_match_context *mcontext) in pcre2_jit_match()
|
H A D | pcre2_substitute.c | 222 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute()
|
H A D | pcre2_internal.h | 1942 extern const pcre2_match_context PRIV(default_match_context);
|
H A D | pcre2_match.c | 6313 pcre2_match_context *mcontext) in pcre2_match() 6716 mcontext = (pcre2_match_context *)(&PRIV(default_match_context)); in pcre2_match()
|
H A D | pcre2_dfa_match.c | 3299 pcre2_match_context *mcontext, int *workspace, PCRE2_SIZE wscount) in pcre2_dfa_match()
|
/PHP-8.3/ext/pcre/ |
H A D | php_pcre.h | 64 PHPAPI pcre2_match_context *php_pcre_mctx(void);
|
H A D | php_pcre.c | 77 ZEND_TLS pcre2_match_context *mctx = NULL; 2996 PHPAPI pcre2_match_context *php_pcre_mctx(void) in ZEND_GET_MODULE()
|
/PHP-8.3/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 353 pcre2_match_context *mctx = php_pcre_mctx();
|
/PHP-8.3/ext/zip/ |
H A D | php_zip.c | 732 pcre2_match_context *mctx = php_pcre_mctx(); in php_zip_pcre()
|
Completed in 75 milliseconds