Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
int | fn_step |
int | fn_finalize |
int | udata |
sdb * | db |
char | aggregate |
sdb_func * | next |
Definition at line 78 of file lsqlite3.c.
char sdb_func::aggregate |
Definition at line 85 of file lsqlite3.c.
Referenced by db_register_function(), db_sql_normal_function(), and lcontext_check_aggregate().
sdb* sdb_func::db |
Definition at line 84 of file lsqlite3.c.
Referenced by db_register_function(), db_sql_finalize_function(), and db_sql_normal_function().
int sdb_func::fn_finalize |
Definition at line 81 of file lsqlite3.c.
Referenced by cleanupdb(), db_register_function(), and db_sql_finalize_function().
int sdb_func::fn_step |
Definition at line 80 of file lsqlite3.c.
Referenced by cleanupdb(), db_register_function(), and db_sql_normal_function().
sdb_func* sdb_func::next |
Definition at line 87 of file lsqlite3.c.
Referenced by cleanupdb(), and db_register_function().
int sdb_func::udata |
Definition at line 82 of file lsqlite3.c.
Referenced by cleanupdb(), db_register_function(), and lcontext_user_data().