Home
last modified time | relevance | path

Searched refs:ccontext (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_context.c159 return ccontext; in pcre2_compile_context_create()
223 return ccontext; in pcre2_convert_context_create()
248 ccontext->memctl.memory_data); in pcre2_compile_context_copy()
272 ccontext->memctl.memory_data); in pcre2_convert_context_copy()
294 if (ccontext != NULL) in pcre2_compile_context_free()
295 ccontext->memctl.free(ccontext, ccontext->memctl.memory_data); in pcre2_compile_context_free()
310 if (ccontext != NULL) in pcre2_convert_context_free()
311 ccontext->memctl.free(ccontext, ccontext->memctl.memory_data); in pcre2_convert_context_free()
330 ccontext->tables = tables; in pcre2_set_character_tables()
407 ccontext->stack_guard = guard; in pcre2_set_compile_recursion_guard()
[all …]
H A Dpcre2_convert.c126 PCRE2_SIZE *bufflenptr, BOOL dummyrun, pcre2_convert_context *ccontext) in convert_posix() argument
142 (void)ccontext; /* Not currently used */ in convert_posix()
796 PCRE2_SIZE *bufflenptr, BOOL dummyrun, pcre2_convert_context *ccontext) in convert_glob() argument
801 PCRE2_UCHAR separator = ccontext->glob_separator; in convert_glob()
802 PCRE2_UCHAR escape = ccontext->glob_escape; in convert_glob()
1066 pcre2_convert_context *ccontext) in pcre2_pattern_convert() argument
1086 if (ccontext == NULL) ccontext = in pcre2_pattern_convert()
1131 use_buffer, use_length, bufflenptr, dummyrun, ccontext); in pcre2_pattern_convert()
1137 bufflenptr, dummyrun, ccontext); in pcre2_pattern_convert()
1154 (*bufflenptr + 1)*PCRE2_CODE_UNIT_WIDTH, (pcre2_memctl *)ccontext); in pcre2_pattern_convert()
H A Dpcre2_compile.c10198 if (ccontext == NULL) in pcre2_compile()
10228 if (patlen > ccontext->max_pattern_length) in pcre2_compile()
10240 tables = (ccontext->tables != NULL)? ccontext->tables : PRIV(default_tables); in pcre2_compile()
10249 cb.cx = ccontext; in pcre2_compile()
10501 if ((ccontext->extra_options & in pcre2_compile()
10541 cb.groupinfo = ccontext->memctl.malloc( in pcre2_compile()
10622 ccontext->memctl.malloc(re_blocksize, ccontext->memctl.memory_data); in pcre2_compile()
10636 re->memctl = ccontext->memctl; in pcre2_compile()
10969 ccontext->memctl.free(cb.parsed_pattern, ccontext->memctl.memory_data); in pcre2_compile()
10971 ccontext->memctl.free((void *)cb.named_groups, ccontext->memctl.memory_data); in pcre2_compile()
[all …]

Completed in 34 milliseconds