HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_close_v2 (Results 1 - 6 of 6) sorted by null

  /external/sqlite/dist/orig/
sqlite3ext.h 457 #define sqlite3_close_v2 sqlite3_api->close_v2 macro
sqlite3.h 222 ** and [sqlite3_close_v2()] are its destructors. There are many other
270 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
272 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
279 ** ^If sqlite3_close_v2() is called with unfinalized prepared statements
283 ** finished. The sqlite3_close_v2() interface is intended for use with
291 ** sqlite3_close_v2() is called on a [database connection] that still has
300 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
305 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
309 SQLITE_API int sqlite3_close_v2(sqlite3*);
    [all...]
sqlite3.c 337 ** and [sqlite3_close_v2()] are its destructors. There are many other
385 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
387 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
394 ** ^If sqlite3_close_v2() is called with unfinalized prepared statements
398 ** finished. The sqlite3_close_v2() interface is intended for use with
406 ** sqlite3_close_v2() is called on a [database connection] that still has
415 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
420 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
424 SQLITE_API int sqlite3_close_v2(sqlite3*);
97428 #define sqlite3_close_v2 macro
123047 SQLITE_API int sqlite3_close_v2(sqlite3 *db){ return sqlite3Close(db,1); } function
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 457 #define sqlite3_close_v2 sqlite3_api->close_v2 macro
sqlite3.h 222 ** and [sqlite3_close_v2()] are its destructors. There are many other
270 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
272 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
279 ** ^If sqlite3_close_v2() is called with unfinalized prepared statements
283 ** finished. The sqlite3_close_v2() interface is intended for use with
291 ** sqlite3_close_v2() is called on a [database connection] that still has
300 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
305 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
309 SQLITE_API int sqlite3_close_v2(sqlite3*);
    [all...]
sqlite3.c 337 ** and [sqlite3_close_v2()] are its destructors. There are many other
385 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
387 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
394 ** ^If sqlite3_close_v2() is called with unfinalized prepared statements
398 ** finished. The sqlite3_close_v2() interface is intended for use with
406 ** sqlite3_close_v2() is called on a [database connection] that still has
415 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
420 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
424 SQLITE_API int sqlite3_close_v2(sqlite3*);
97448 #define sqlite3_close_v2 macro
123067 SQLITE_API int sqlite3_close_v2(sqlite3 *db){ return sqlite3Close(db,1); } function
    [all...]

Completed in 100 milliseconds