Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasm.c704 #define StructBinder StructBinder_(CurrentStruct) in sqlite3_wasm_enum_json()
717 #define CurrentStruct sqlite3_vfs in sqlite3_wasm_enum_json() macro
742 #undef CurrentStruct in sqlite3_wasm_enum_json()
744 #define CurrentStruct sqlite3_io_methods in sqlite3_wasm_enum_json() macro
766 #undef CurrentStruct in sqlite3_wasm_enum_json()
768 #define CurrentStruct sqlite3_file in sqlite3_wasm_enum_json() macro
772 #undef CurrentStruct in sqlite3_wasm_enum_json()
774 #define CurrentStruct sqlite3_kvvfs_methods in sqlite3_wasm_enum_json() macro
781 #undef CurrentStruct in sqlite3_wasm_enum_json()
784 #define CurrentStruct WasmTestStruct in sqlite3_wasm_enum_json() macro
[all …]
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md972 // ^^^ extra indirection needed to expand CurrentStruct
973 #define StructBinder StructBinder_(CurrentStruct)
979 (int)offsetof(CurrentStruct,MEMBER), \
980 (int)sizeof(((CurrentStruct*)0)->MEMBER), \
990 #define CurrentStruct ExampleStruct
997 #undef CurrentStruct