Searched refs:EJDB2Handle (Results 1 – 1 of 1) sorted by relevance
32 typedef struct EJDB2Handle { struct36 struct EJDB2Handle *next; argument37 struct EJDB2Handle *prev; argument38 } EJDB2Handle; typedef42 EJDB2Handle *dbh;52 static EJDB2Handle *k_head_handle;863 static iwrc ejdb2_isolate_shared_open(const EJDB_OPTS *opts, EJDB2Handle **hptr) { in ejdb2_isolate_shared_open()871 EJDB2Handle *h = k_head_handle; in ejdb2_isolate_shared_open()917 static iwrc ejdb2_isolate_shared_release(EJDB2Handle **hp) { in ejdb2_isolate_shared_release()923 EJDB2Handle *h = *hp; in ejdb2_isolate_shared_release()[all …]