Home
last modified time | relevance | path

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

/third_party/openssl/crypto/objects/
Do_names.c373 static int free_type; variable
380 if (free_type < 0 || free_type == onp->type) in names_lh_free_doall()
396 free_type = type; in OBJ_NAME_cleanup()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.c173 …LLVMTypeRef free_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), &mem_ptr_type, 1… in lp_build_coro_declare_malloc_hooks() local
174 gallivm->coro_free_hook = LLVMAddFunction(gallivm->module, "coro_free", free_type); in lp_build_coro_declare_malloc_hooks()