Home
last modified time | relevance | path

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

/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.c32 typedef struct EJDB2Handle { struct
36 struct EJDB2Handle *next; argument
37 struct EJDB2Handle *prev; argument
38 } EJDB2Handle; typedef
42 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 …]