Lines Matching refs:memory_data
90 memctl->malloc(size, memctl->memory_data); in PRIV()
97 newmemctl->memory_data = NULL; in PRIV()
116 void (*private_free)(void *, void *), void *memory_data) in pcre2_general_context_create() argument
121 gcontext = private_malloc(sizeof(pcre2_real_general_context), memory_data); in pcre2_general_context_create()
125 gcontext->memctl.memory_data = memory_data; in pcre2_general_context_create()
236 gcontext->memctl.memory_data); in pcre2_general_context_copy()
248 ccontext->memctl.memory_data); in pcre2_compile_context_copy()
260 mcontext->memctl.memory_data); in pcre2_match_context_copy()
272 ccontext->memctl.memory_data); in pcre2_convert_context_copy()
287 gcontext->memctl.free(gcontext, gcontext->memctl.memory_data); in pcre2_general_context_free()
295 ccontext->memctl.free(ccontext, ccontext->memctl.memory_data); in pcre2_compile_context_free()
303 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
311 ccontext->memctl.free(ccontext, ccontext->memctl.memory_data); in pcre2_convert_context_free()