Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c1186 void *free_ptr; /* Address to free this struct via */ member
1207 ctx = (struct umac_ctx *)ctx->free_ptr; in umac_delete()
1231 ctx->free_ptr = octx; in umac_new()
/external/python/cpython3/Modules/
D_testcapimodule.c3802 void *free_ptr; member
3836 hook->free_ptr = ptr; in hook_free()
3916 if (hook.free_ptr != ptr2) { in test_setallocators()
3942 hook.free_ptr = NULL; in test_setallocators()
3951 if (hook.free_ptr != ptr) { in test_setallocators()