Home
last modified time | relevance | path

Searched refs:sqlite_step (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dcrashme2.off25 sqlite_step $STMT
26 sqlite_step $STMT
27 sqlite_step $STMT
28 sqlite_step $STMT
29 sqlite_step $STMT
39 sqlite_step $STMT
40 sqlite_step $STMT
41 sqlite_step $STMT
42 sqlite_step $STMT
H A Dcapi2.test31 sqlite_step $VM N VALUES COLNAMES
46 sqlite_step $VM N VALUES COLNAMES
55 sqlite_step $VM N VALUES COLNAMES
80 set r [sqlite_step $VM n val colname]
84 set r [sqlite_step $VM n val colname]
97 set r [sqlite_step $VM n val colname]
150 list [sqlite_step $VM N VALUE COLNAME] [set N] [set VALUE] [set COLNAME]
165 list [sqlite_step $VM N VALUE COLNAME] [set N] [set VALUE] [set COLNAME]
177 list [sqlite_step $VM N VALUE COLNAME] [set N] [set VALUE] [set COLNAME]
466 # and all of the return pointers in sqlite_step can be null.
[all …]
H A Dbind.test29 sqlite_step $VM N VALUES COLNAMES
37 sqlite_step $VM N VALUES COLNAMES
45 sqlite_step $VM N VALUES COLNAMES
57 sqlite_step $VM N VALUES COLNAMES
63 sqlite_step $VM N VALUES COLNAMES
H A Dtester.tcl241 while {[sqlite_step $vm N VAL COL]=="SQLITE_ROW"} {
H A Dvacuum.test140 sqlite_step $VM N VALUES COLNAMES
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sqlite.h97 sqlite_step(sqlite_vm *pVm __unused, int *pN __unused, in sqlite_step() function
H A Dsmb_nic.c761 rc = sqlite_step(vm, &ncol, &values, NULL); in smb_nic_hlist_dbget()
H A Dsmb_lgrp.c904 rc = sqlite_step(iter->sgi_vm, &ncol, &values, NULL); in smb_lgrp_iterate()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in142 ** Return values for sqlite_exec() and sqlite_step()
171 #define SQLITE_ROW 100 /* sqlite_step() has another row ready */
172 #define SQLITE_DONE 101 /* sqlite_step() has finished executing */
662 ** error. sqlite_step() should not be called again for the same
669 ** can try again to open the database by calling sqlite_step() again.
679 ** Invoke sqlite_step() again to advance to the next row.
681 ** SQLITE_MISUSE is returned if sqlite_step() is called incorrectly.
682 ** For example, if you call sqlite_step() after the virtual machine
684 ** or if you call sqlite_step() with an incorrectly initialized virtual
688 int sqlite_step(
[all …]
H A Dtest4.c490 p->rc = sqlite_step(p->vm, &p->argc, &p->argv, &p->colv); in do_step()
H A Dtest1.c799 rc = sqlite_step(vm, argc>=3?&N:0, argc>=4?&azValue:0, argc==5?&azColName:0); in test_step()
H A Dmain.c654 rc = sqlite_step(pVm, &nArg, (const char***)&azArg,(const char***)&azCol); in sqlite_exec()
H A Dvdbe.c112 int sqlite_step( in sqlite_step() function
/illumos-gate/usr/src/lib/libsqlite/
H A Dmapfile-sqlite63 sqlite_step;
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c1103 r = sqlite_step(*vm, ncol, values, NULL); in sql_compile_n_step_once()
3158 r = sqlite_step(vm, &ncol, &values, NULL); in name_based_mapping_sid2pid()
4526 r = sqlite_step(vm, &ncol, &values, NULL); in name_based_mapping_pid2sid()