Searched refs:sqlite3_bind_pointer (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | carray.c | 474 return sqlite3_bind_pointer(pStmt, idx, pNew, "carray-bind", carrayBindDel); in sqlite3_carray_bind()
|
| /sqlite-3.40.0/test/ |
| H A D | fuzzinvariants.c | 195 sqlite3_bind_pointer(pCk, 1, pStmt, "stmt-pointer", 0); in fuzz_invariant()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_test_mi.c | 78 sqlite3_bind_pointer(pStmt, 1, (void*)ppApi, "fts5_api_ptr", 0); in fts5_api_from_db()
|
| H A D | fts5_tcl.c | 109 sqlite3_bind_pointer(pStmt, 1, (void*)&pApi, "fts5_api_ptr", 0); in f5tDbAndApi()
|
| /sqlite-3.40.0/src/ |
| H A D | loadext.c | 432 sqlite3_bind_pointer,
|
| H A D | sqlite3ext.h | 625 #define sqlite3_bind_pointer sqlite3_api->bind_pointer macro
|
| H A D | vdbeapi.c | 1570 int sqlite3_bind_pointer( in sqlite3_bind_pointer() function
|
| H A D | sqlite.h.in | 4529 ** ^The sqlite3_bind_pointer(S,I,P,T,D) routine causes the I-th parameter in 4535 ** literal. The sqlite3_bind_pointer() routine is part of the 4571 int sqlite3_bind_pointer(sqlite3_stmt*, int, void*, const char*,void(*)(void*)); 5520 ** using [sqlite3_bind_pointer(S,I,P,X,D)] or [sqlite3_result_pointer(C,P,X,D)] 5523 ** sqlite3_value_pointer(V,Y) returns a NULL. The sqlite3_bind_pointer()
|