OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sqlite3_close_v2
(Results
1 - 6
of
6
) sorted by null
/external/sqlite/dist/orig/
sqlite3ext.h
474
#define
sqlite3_close_v2
sqlite3_api->close_v2
macro
sqlite3.c
433
** and [
sqlite3_close_v2
()] are its destructors. There are many other
482
** ^The sqlite3_close() and
sqlite3_close_v2
() routines are destructors
484
** ^Calls to sqlite3_close() and
sqlite3_close_v2
() return [SQLITE_OK] if
491
** ^If
sqlite3_close_v2
() is called with unfinalized prepared statements
495
** finished. The
sqlite3_close_v2
() interface is intended for use with
503
**
sqlite3_close_v2
() is called on a [database connection] that still has
512
** The C parameter to [sqlite3_close(C)] and [
sqlite3_close_v2
(C)]
517
** ^Calling sqlite3_close() or
sqlite3_close_v2
() with a NULL pointer
521
SQLITE_API int SQLITE_STDCALL
sqlite3_close_v2
(sqlite3*);
102329
#define
sqlite3_close_v2
macro
129017
SQLITE_API int SQLITE_STDCALL
sqlite3_close_v2
(sqlite3 *db){ return sqlite3Close(db,1); }
function
[
all
...]
sqlite3.h
226
** and [
sqlite3_close_v2
()] are its destructors. There are many other
275
** ^The sqlite3_close() and
sqlite3_close_v2
() routines are destructors
277
** ^Calls to sqlite3_close() and
sqlite3_close_v2
() return [SQLITE_OK] if
284
** ^If
sqlite3_close_v2
() is called with unfinalized prepared statements
288
** finished. The
sqlite3_close_v2
() interface is intended for use with
296
**
sqlite3_close_v2
() is called on a [database connection] that still has
305
** The C parameter to [sqlite3_close(C)] and [
sqlite3_close_v2
(C)]
310
** ^Calling sqlite3_close() or
sqlite3_close_v2
() with a NULL pointer
314
SQLITE_API int SQLITE_STDCALL
sqlite3_close_v2
(sqlite3*);
[
all
...]
/external/sqlite/dist/
sqlite3ext.h
474
#define
sqlite3_close_v2
sqlite3_api->close_v2
macro
sqlite3.c
433
** and [
sqlite3_close_v2
()] are its destructors. There are many other
482
** ^The sqlite3_close() and
sqlite3_close_v2
() routines are destructors
484
** ^Calls to sqlite3_close() and
sqlite3_close_v2
() return [SQLITE_OK] if
491
** ^If
sqlite3_close_v2
() is called with unfinalized prepared statements
495
** finished. The
sqlite3_close_v2
() interface is intended for use with
503
**
sqlite3_close_v2
() is called on a [database connection] that still has
512
** The C parameter to [sqlite3_close(C)] and [
sqlite3_close_v2
(C)]
517
** ^Calling sqlite3_close() or
sqlite3_close_v2
() with a NULL pointer
521
SQLITE_API int SQLITE_STDCALL
sqlite3_close_v2
(sqlite3*);
102347
#define
sqlite3_close_v2
macro
129035
SQLITE_API int SQLITE_STDCALL
sqlite3_close_v2
(sqlite3 *db){ return sqlite3Close(db,1); }
function
[
all
...]
sqlite3.h
226
** and [
sqlite3_close_v2
()] are its destructors. There are many other
275
** ^The sqlite3_close() and
sqlite3_close_v2
() routines are destructors
277
** ^Calls to sqlite3_close() and
sqlite3_close_v2
() return [SQLITE_OK] if
284
** ^If
sqlite3_close_v2
() is called with unfinalized prepared statements
288
** finished. The
sqlite3_close_v2
() interface is intended for use with
296
**
sqlite3_close_v2
() is called on a [database connection] that still has
305
** The C parameter to [sqlite3_close(C)] and [
sqlite3_close_v2
(C)]
310
** ^Calling sqlite3_close() or
sqlite3_close_v2
() with a NULL pointer
314
SQLITE_API int SQLITE_STDCALL
sqlite3_close_v2
(sqlite3*);
[
all
...]
Completed in 376 milliseconds