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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile163 sqlite3_snapshot.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h10447 ** KEYWORDS: {snapshot} {sqlite3_snapshot}
10460 ** The sqlite3_snapshot object records state information about an historical
10465 typedef struct sqlite3_snapshot { struct
10467 } sqlite3_snapshot; typedef in typeref:struct:sqlite3_snapshot
10471 ** CONSTRUCTOR: sqlite3_snapshot
10474 ** new [sqlite3_snapshot] object that records the current state of
10477 ** created [sqlite3_snapshot] object into *P and returns SQLITE_OK.
10505 ** The [sqlite3_snapshot] object returned from a successful call to
10515 sqlite3_snapshot **ppSnapshot
10520 ** METHOD: sqlite3_snapshot
[all...]
H A Dsqlite3.c10760 ** KEYWORDS: {snapshot} {sqlite3_snapshot}
10773 ** The sqlite3_snapshot object records state information about an historical
10778 typedef struct sqlite3_snapshot { struct
10780 } sqlite3_snapshot; typedef in typeref:struct:sqlite3_snapshot
10784 ** CONSTRUCTOR: sqlite3_snapshot
10787 ** new [sqlite3_snapshot] object that records the current state of
10790 ** created [sqlite3_snapshot] object into *P and returns SQLITE_OK.
10818 ** The [sqlite3_snapshot] object returned from a successful call to
10828 sqlite3_snapshot **ppSnapshot
10833 ** METHOD: sqlite3_snapshot
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1945 struct sqlite3_snapshot;
1950 int sqlite3_snapshot_get(sqlite3 *db, char *zSchema, sqlite3_snapshot **ppSnapshot);
1955 int sqlite3_snapshot_open(sqlite3 *db, char *zSchema, sqlite3_snapshot *pSnapshot);
1960 void sqlite3_snapshot_free(sqlite3_snapshot *);

Completed in 620 milliseconds