Lines Matching refs:sqlite3_bind_int
578 sqlite3_bind_int(s->dcred, 1, s->cid); in scc_initialize()
596 sqlite3_bind_int(s->ucachep, 2, s->cid); in scc_initialize()
640 sqlite3_bind_int(s->dcache, 1, s->cid); in scc_destroy()
726 sqlite3_bind_int(s->icred, 1, s->cid); in scc_store_cred()
744 sqlite3_bind_int(s->icred, 2, kvno); in scc_store_cred()
745 sqlite3_bind_int(s->icred, 3, etype); in scc_store_cred()
750 sqlite3_bind_int(s->icred, 5, time(NULL)); in scc_store_cred()
771 sqlite3_bind_int(s->iprincipal, 2, 1); in scc_store_cred()
772 sqlite3_bind_int(s->iprincipal, 3, credid); in scc_store_cred()
789 sqlite3_bind_int(s->iprincipal, 2, 0); in scc_store_cred()
790 sqlite3_bind_int(s->iprincipal, 3, credid); in scc_store_cred()
831 sqlite3_bind_int(s->scache, 1, s->cid); in scc_get_principal()
1007 sqlite3_bind_int(ctx->credstmt, 1, oid); in scc_get_next()
1073 sqlite3_bind_int(stmt, 1, s->cid); in scc_remove_cred()
1123 sqlite3_bind_int(stmt, 1, credid); in scc_remove_cred()
1319 sqlite3_bind_int(sfrom->dcache, 1, sto->cid); in scc_move()
1333 sqlite3_bind_int(sfrom->ucachen, 2, sfrom->cid); in scc_move()