OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_stmt_status
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
584
#define
sqlite3_stmt_status
sqlite3_api->stmt_status
macro
sqlite3.c
9381
** See also: [sqlite3_status()] and [
sqlite3_stmt_status
()].
9556
SQLITE_API int
sqlite3_stmt_status
(sqlite3_stmt*, int op,int resetFlg);
9563
** values associated with the [
sqlite3_stmt_status
()] interface.
9618
** a counter, and so the resetFlg parameter to
sqlite3_stmt_status
()
95634
SQLITE_API int
sqlite3_stmt_status
(sqlite3_stmt *pStmt, int op, int resetFlag){
function
142804
#define
sqlite3_stmt_status
macro
[
all
...]
Completed in 91 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026