HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_snapshot_free (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 172 sqlite3_snapshot_free.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3.h 11000 ** [sqlite3_snapshot_get()] must be freed using [sqlite3_snapshot_free()]
11065 ** ^The [sqlite3_snapshot_free(P)] interface destroys [sqlite3_snapshot] P.
11069 ** The [sqlite3_snapshot_free()] interface is only available when the
11072 SQLITE_API void sqlite3_snapshot_free(sqlite3_snapshot*);
sqlite3.c 11321 ** [sqlite3_snapshot_get()] must be freed using [sqlite3_snapshot_free()]
11386 ** ^The [sqlite3_snapshot_free(P)] interface destroys [sqlite3_snapshot] P.
11390 ** The [sqlite3_snapshot_free()] interface is only available when the
11393 SQLITE_API void sqlite3_snapshot_free(sqlite3_snapshot*);
192247 SQLITE_API void sqlite3_snapshot_free(sqlite3_snapshot *pSnapshot){ function
    [all...]

Completed in 142 milliseconds