Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/test/
H A Dbind.test15 # focus of this script testing the sqlite_bind API.
38 sqlite_bind $VM 1 {test value 1} normal
46 sqlite_bind $VM 3 {'test value 2'} normal
55 sqlite_bind $VM 1 {} static
56 sqlite_bind $VM 2 {abcdefg} normal
57 sqlite_bind $VM 3 {} null
64 sqlite_bind $VM 1 {456} normal
/titanic_41/usr/src/lib/libsqlite/
H A Dmapfile-sqlite66 sqlite_bind;
/titanic_41/usr/src/lib/libsqlite/src/
H A Dtest1.c932 rc = sqlite_bind(vm, idx, 0, 0, 0); in test_bind()
934 rc = sqlite_bind(vm, idx, sqlite_static_bind_value, -1, 0); in test_bind()
936 rc = sqlite_bind(vm, idx, argv[3], -1, 1); in test_bind()
H A Dvdbeaux.c951 int sqlite_bind(sqlite_vm *pVm, int i, const char *zVal, int len, int copy){ in sqlite_bind() function
H A Dsqlite.h.in172 #define SQLITE_RANGE 25 /* 2nd parameter to sqlite_bind out of range */
759 int sqlite_bind(sqlite_vm*, int idx, const char *value, int len, int copy);