Searched refs:sqlite3_database_file_object (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile96 sqlite3_database_file_object.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h672 #define sqlite3_database_file_object sqlite3_api->database_file_object macro
H A Dsqlite3.h3861 ** sqlite3_database_file_object(X) returns a pointer to the [sqlite3_file]
3873 SQLITE_API sqlite3_file *sqlite3_database_file_object(const char*);
H A Dsqlite3.c4174 ** sqlite3_database_file_object(X) returns a pointer to the [sqlite3_file]
4186 SQLITE_API sqlite3_file *sqlite3_database_file_object(const char*);
61811 SQLITE_API sqlite3_file *sqlite3_database_file_object(const char *zName){ function
136144 #define sqlite3_database_file_object macro
[all...]

Completed in 801 milliseconds