Searched refs:ptrs (Results 1 – 4 of 4) sorted by relevance
25 if (db->ptrs[n]) in handle_db_destroy()28 free(db->ptrs); in handle_db_destroy()29 db->ptrs = NULL; in handle_db_destroy()40 if (db->ptrs[n]) in handle_db_is_empty()58 if (!db->ptrs[n]) { in handle_get()59 db->ptrs[n] = ptr; in handle_get()72 db->ptrs = p; in handle_get()78 db->ptrs[n] = ptr; in handle_get()89 p = db->ptrs[handle]; in handle_put()90 db->ptrs[handle] = NULL; in handle_put()[all …]
28 TEE_Free(db->ptrs); in handle_db_destroy()29 db->ptrs = NULL; in handle_db_destroy()45 if (!db->ptrs[n]) { in handle_get()46 db->ptrs[n] = ptr; in handle_get()60 db->ptrs = p; in handle_get()61 TEE_MemFill(db->ptrs + db->max_ptrs, 0, in handle_get()66 db->ptrs[n] = ptr; in handle_get()77 p = db->ptrs[handle]; in handle_put()78 db->ptrs[handle] = NULL; in handle_put()87 return db->ptrs[handle]; in handle_lookup()[all …]
12 void **ptrs; member
13 void **ptrs; member
Completed in 6 milliseconds