Home
last modified time | relevance | path

Searched refs:sqlite_bind (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbind.test13 # focus of this script testing the sqlite_bind API.
36 sqlite_bind $VM 1 {test value 1} normal
44 sqlite_bind $VM 3 {'test value 2'} normal
53 sqlite_bind $VM 1 {} static
54 sqlite_bind $VM 2 {abcdefg} normal
55 sqlite_bind $VM 3 {} null
62 sqlite_bind $VM 1 {456} normal
/illumos-gate/usr/src/lib/libsqlite/
H A Dmapfile-sqlite66 sqlite_bind;
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest1.c929 rc = sqlite_bind(vm, idx, 0, 0, 0); in test_bind()
931 rc = sqlite_bind(vm, idx, sqlite_static_bind_value, -1, 0); in test_bind()
933 rc = sqlite_bind(vm, idx, argv[3], -1, 1); in test_bind()
H A Dvdbeaux.c948 int sqlite_bind(sqlite_vm *pVm, int i, const char *zVal, int len, int copy){ in sqlite_bind() function
H A Dsqlite.h.in169 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite_bind out of range */
756 int sqlite_bind(sqlite_vm*, int idx, const char *value, int len, int copy);