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()
233 gcontext->memctl.memory_data); in pcre2_general_context_copy()
245 ccontext->memctl.memory_data); in pcre2_compile_context_copy()
257 mcontext->memctl.memory_data); in pcre2_match_context_copy()
270 ccontext->memctl.memory_data); in pcre2_convert_context_copy()
285 gcontext->memctl.free(gcontext, gcontext->memctl.memory_data); in pcre2_general_context_free()
293 ccontext->memctl.free(ccontext, ccontext->memctl.memory_data); in pcre2_compile_context_free()
301 mcontext->memctl.free(mcontext, mcontext->memctl.memory_data); in pcre2_match_context_free()
309 ccontext->memctl.free(ccontext, ccontext->memctl.memory_data); in pcre2_convert_context_free()