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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile165 sqlite3_snapshot_free.3 \
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1960 void sqlite3_snapshot_free(sqlite3_snapshot *);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h10506 ** [sqlite3_snapshot_get()] must be freed using [sqlite3_snapshot_free()]
10571 ** ^The [sqlite3_snapshot_free(P)] interface destroys [sqlite3_snapshot] P.
10575 ** The [sqlite3_snapshot_free()] interface is only available when the
10578 SQLITE_API SQLITE_EXPERIMENTAL void sqlite3_snapshot_free(sqlite3_snapshot*);
H A Dsqlite3.c10819 ** [sqlite3_snapshot_get()] must be freed using [sqlite3_snapshot_free()]
10884 ** ^The [sqlite3_snapshot_free(P)] interface destroys [sqlite3_snapshot] P.
10888 ** The [sqlite3_snapshot_free()] interface is only available when the
10891 SQLITE_API SQLITE_EXPERIMENTAL void sqlite3_snapshot_free(sqlite3_snapshot*);
183194 SQLITE_API void sqlite3_snapshot_free(sqlite3_snapshot *pSnapshot){ function
[all...]

Completed in 690 milliseconds