Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.h74 #ifndef SQLITE_API
75 # define SQLITE_API macro
427 SQLITE_API int sqlite3_exec(
2956 SQLITE_API int sqlite3_get_table(
3432 SQLITE_API int sqlite3_trace_v2(
3758 SQLITE_API int sqlite3_open(
3762 SQLITE_API int sqlite3_open16(
3766 SQLITE_API int sqlite3_open_v2(
4294 SQLITE_API int sqlite3_prepare(
4316 SQLITE_API int sqlite3_prepare16(
[all …]
H A Dsqlite3.c387 #ifndef SQLITE_API
388 # define SQLITE_API macro
740 SQLITE_API int sqlite3_exec(
3745 SQLITE_API int sqlite3_trace_v2(
4071 SQLITE_API int sqlite3_open(
4075 SQLITE_API int sqlite3_open16(
4079 SQLITE_API int sqlite3_open_v2(
4607 SQLITE_API int sqlite3_prepare(
136299 SQLITE_API int sqlite3_exec(
183365 SQLITE_API int sqlite3_open(
[all …]
H A Dshell.c27329 SQLITE_API extern void (SQLITE_CDECL *sqlite3IoTrace)(const char*, ...); in do_meta_command()