Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2916116
lmdb.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
657 B
Referenced Files
None
Subscribers
None
lmdb.h
View Options
#ifndef ANT_LMDB_MODULE_H
#define ANT_LMDB_MODULE_H
#include
"gc.h"
#include
"types.h"
typedef
struct
lmdb_env_handle
lmdb_env_handle_t
;
typedef
struct
lmdb_db_handle
lmdb_db_handle_t
;
typedef
struct
lmdb_txn_handle
lmdb_txn_handle_t
;
typedef
struct
lmdb_env_ref
lmdb_env_ref_t
;
typedef
struct
lmdb_db_ref
lmdb_db_ref_t
;
typedef
struct
lmdb_txn_ref
lmdb_txn_ref_t
;
typedef
struct
{
jsval_t
env_ctor
;
jsval_t
db_ctor
;
jsval_t
txn_ctor
;
jsval_t
env_proto
;
jsval_t
db_proto
;
jsval_t
txn_proto
;
bool
ready
;
}
lmdb_js_types_t
;
jsval_t
lmdb_library
(
ant_t
*
js
);
void
lmdb_gc_update_roots
(
GC_OP_VAL_ARGS
);
void
cleanup_lmdb_module
(
void
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Mar 26, 4:41 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
511844
Default Alt Text
lmdb.h (657 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment