HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_db_status (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 579 #define sqlite3_db_status sqlite3_api->db_status macro
sqlite3ext.h 579 #define sqlite3_db_status sqlite3_api->db_status macro
sqlite3.c 9263 ** See also: [sqlite3_db_status()]
9370 ** ^The sqlite3_db_status() routine returns SQLITE_OK on success and a
9374 ** way as sqlite3_db_status(D,O,C,H,R) routine except that the C and H
9378 ** sqlite3_db_status() will truncate the value whereas sqlite3_db_status64()
9383 SQLITE_API int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int resetFlg);
9391 ** the second argument to the [sqlite3_db_status()] interface.
9395 ** [sqlite3_db_status()] to make sure that the call worked.
9396 ** The [sqlite3_db_status()] interface will return a non-zero error code
9554 ** See also: [sqlite3_status()] and [sqlite3_db_status()].
25435 SQLITE_API int sqlite3_db_status( function
142799 #define sqlite3_db_status macro
    [all...]
sqlite3.c 9263 ** See also: [sqlite3_db_status()]
9370 ** ^The sqlite3_db_status() routine returns SQLITE_OK on success and a
9374 ** way as sqlite3_db_status(D,O,C,H,R) routine except that the C and H
9378 ** sqlite3_db_status() will truncate the value whereas sqlite3_db_status64()
9383 SQLITE_API int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int resetFlg);
9391 ** the second argument to the [sqlite3_db_status()] interface.
9395 ** [sqlite3_db_status()] to make sure that the call worked.
9396 ** The [sqlite3_db_status()] interface will return a non-zero error code
9554 ** See also: [sqlite3_status()] and [sqlite3_db_status()].
25435 SQLITE_API int sqlite3_db_status( function
142799 #define sqlite3_db_status macro
    [all...]

Completed in 191 milliseconds