Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_context.c233 pcre2_general_context *newcontext = in pcre2_general_context_copy() local
236 if (newcontext == NULL) return NULL; in pcre2_general_context_copy()
238 return newcontext; in pcre2_general_context_copy()
245 pcre2_compile_context *newcontext = in pcre2_compile_context_copy() local
248 if (newcontext == NULL) return NULL; in pcre2_compile_context_copy()
250 return newcontext; in pcre2_compile_context_copy()
257 pcre2_match_context *newcontext = in pcre2_match_context_copy() local
260 if (newcontext == NULL) return NULL; in pcre2_match_context_copy()
262 return newcontext; in pcre2_match_context_copy()
269 pcre2_convert_context *newcontext = in pcre2_convert_context_copy() local
[all …]

Completed in 5 milliseconds