Searched refs:sqlite3_bind_int (Results 1 – 6 of 6) sorted by relevance
| /minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | scache.c | 580 sqlite3_bind_int(s->dcred, 1, s->cid); in scc_initialize() 598 sqlite3_bind_int(s->ucachep, 2, s->cid); in scc_initialize() 642 sqlite3_bind_int(s->dcache, 1, s->cid); in scc_destroy() 728 sqlite3_bind_int(s->icred, 1, s->cid); in scc_store_cred() 746 sqlite3_bind_int(s->icred, 2, kvno); in scc_store_cred() 747 sqlite3_bind_int(s->icred, 3, etype); in scc_store_cred() 752 sqlite3_bind_int(s->icred, 5, time(NULL)); in scc_store_cred() 773 sqlite3_bind_int(s->iprincipal, 2, 1); in scc_store_cred() 774 sqlite3_bind_int(s->iprincipal, 3, credid); in scc_store_cred() 791 sqlite3_bind_int(s->iprincipal, 2, 0); in scc_store_cred() [all …]
|
| /minix3/external/bsd/kyua-cli/dist/utils/sqlite/ |
| H A D | statement.cpp | 519 const int error = ::sqlite3_bind_int(_pimpl->stmt, index, value); in bind()
|
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3ext.h | 273 #define sqlite3_bind_int sqlite3_api->bind_int macro
|
| H A D | sqlite3.h | 3391 SQLITE_API int sqlite3_bind_int(sqlite3_stmt*, int, int);
|
| H A D | sqlite3.c | 3419 SQLITE_API int sqlite3_bind_int(sqlite3_stmt*, int, int); 65858 SQLITE_API int sqlite3_bind_int(sqlite3_stmt *p, int i, int iValue){ 95349 #define sqlite3_bind_int sqlite3_api->bind_int 95685 sqlite3_bind_int, 134327 sqlite3_bind_int(pStmt, 1, FTS_STAT_DOCTOTAL); 134843 rc = sqlite3_bind_int( 135803 sqlite3_bind_int(pStmt, 2, iIdx); 136942 sqlite3_bind_int(pStmt, 1, FTS_STAT_AUTOINCRMERGE); 137064 sqlite3_bind_int(pStmt, 1, FTS_STAT_DOCTOTAL); 137099 sqlite3_bind_int(pStmt, 1, FTS_STAT_DOCTOTAL); [all …]
|
| /minix3/external/bsd/mdocml/dist/ |
| H A D | mandocdb.c | 59 if (SQLITE_OK != sqlite3_bind_int \
|