Searched refs:sqlite_static_bind_value (Results 1 – 4 of 4) sorted by relevance
25 set sqlite_static_bind_value {0123456789}37 set sqlite_static_bind_value {0123456789}
56 set sqlite_static_bind_value two
79 set sqlite_static_bind_value 123
2891 static char *sqlite_static_bind_value = 0; variable2924 rc = sqlite3_bind_text(pStmt, idx, sqlite_static_bind_value, -1, 0); in test_bind()2926 rc = sqlite3_bind_text(pStmt, idx, sqlite_static_bind_value, in test_bind()8906 (char*)&sqlite_static_bind_value, TCL_LINK_STRING); in Sqlitetest1_Init()