Home
last modified time | relevance | path

Searched refs:sqlite3_bind_pointer (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dcarray.c474 return sqlite3_bind_pointer(pStmt, idx, pNew, "carray-bind", carrayBindDel); in sqlite3_carray_bind()
/sqlite-3.40.0/test/
H A Dfuzzinvariants.c195 sqlite3_bind_pointer(pCk, 1, pStmt, "stmt-pointer", 0); in fuzz_invariant()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_test_mi.c78 sqlite3_bind_pointer(pStmt, 1, (void*)ppApi, "fts5_api_ptr", 0); in fts5_api_from_db()
H A Dfts5_tcl.c109 sqlite3_bind_pointer(pStmt, 1, (void*)&pApi, "fts5_api_ptr", 0); in f5tDbAndApi()
/sqlite-3.40.0/src/
H A Dloadext.c432 sqlite3_bind_pointer,
H A Dsqlite3ext.h625 #define sqlite3_bind_pointer sqlite3_api->bind_pointer macro
H A Dvdbeapi.c1570 int sqlite3_bind_pointer( in sqlite3_bind_pointer() function
H A Dsqlite.h.in4529 ** ^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()