Searched refs:sqlite_compile (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | capi2.test | 29 set VM [sqlite_compile $DB {SELECT name, rowid FROM sqlite_master} TAIL] 67 # is returned by sqlite_compile. 75 set VM [sqlite_compile $DB $SQL SQL] 93 set VM [sqlite_compile $DB $SQL SQL] 106 set VM [sqlite_compile $DB $SQL SQL] 114 sqlite_compile $DB {select bogus from sqlite_master} TAIL 120 sqlite_compile $DB {select bogus from } TAIL 126 sqlite_compile $DB {;;;;select bogus from sqlite_master} TAIL 132 sqlite_compile $DB {select bogus from sqlite_master;x;} TAIL 138 sqlite_compile $DB {select bogus from sqlite_master;;;x;} TAIL [all …]
|
H A D | attach2.test | 130 set rc [catch {sqlite_compile $DB "ATTACH 'test2.db' AS t2" TAIL} VM] 136 set rc [catch {sqlite_compile $DB "DETACH t2" TAIL} VM]
|
H A D | crashme2.off | 28 set STMT [sqlite_compile $DB "SELECT a FROM t1" TAIL]
|
H A D | vacuum.test | 136 # Ticket #464. Make sure VACUUM works with the sqlite_compile() API. 141 set VM [sqlite_compile $DB {VACUUM} TAIL]
|
H A D | bind.test | 27 set VM [sqlite_compile $DB {INSERT INTO t1 VALUES(?,?,?)} TAIL]
|
H A D | tester.tcl | 239 if {[catch {sqlite_compile $dbptr $sql sqltail} vm]} {
|
/titanic_44/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_sqlite.h | 69 sqlite_compile(sqlite *db, const char *zSql, const char **pzTail, in sqlite_compile() function
|
H A D | smb_nic.c | 749 rc = sqlite_compile(db, sql, NULL, &vm, &errmsg); in smb_nic_hlist_dbget()
|
H A D | smb_lgrp.c | 823 rc = sqlite_compile(iter->sgi_db, sql, NULL, &iter->sgi_vm, &errmsg); in smb_lgrp_iteropen()
|
/titanic_44/usr/src/lib/libsqlite/ |
H A D | mapfile-sqlite | 62 sqlite_compile;
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | main.c | 643 rc = sqlite_compile(db, zSql, &zLeftover, &pVm, pzErrMsg); in sqlite_exec() 694 int sqlite_compile( in sqlite_compile() function
|
H A D | test4.c | 450 p->rc = sqlite_compile(p->db, p->zArg, 0, &p->vm, &p->zErr); in do_compile()
|
H A D | sqlite.h.in | 602 ** or sqlite_compile(). This function can be used (for example) to generate 642 int sqlite_compile( 733 ** If the SQL that was handed to sqlite_compile contains variables that 737 ** The first parameter is a virtual machine obtained from sqlite_compile(). 754 ** This routine can only be called immediately after sqlite_compile()
|
H A D | test1.c | 761 rc = sqlite_compile(db, argv[2], argc==4 ? &zTail : 0, &vm, &zErr); in test_compile()
|
/titanic_44/usr/src/cmd/idmap/idmapd/ |
H A D | dbutils.c | 1021 if ((r = sqlite_compile(db, sql, NULL, vm, &errmsg)) != SQLITE_OK) { in sql_compile_n_step_once() 3074 if (sqlite_compile(state->db, sql, NULL, &vm, &errmsg) != SQLITE_OK) { in name_based_mapping_sid2pid() 4441 if (sqlite_compile(state->db, sql, NULL, &vm, &errmsg) != SQLITE_OK) { in name_based_mapping_pid2sid()
|