Lines Matching refs:sqlite3_bind_pointer
4984 ** ^The sqlite3_bind_pointer(S,I,P,T,D) routine causes the I-th parameter in
4990 ** literal. The sqlite3_bind_pointer() routine is part of the
5026 SQLITE_API int sqlite3_bind_pointer(sqlite3_stmt*, int, void*, const char*,void(*)(void*));
6014 ** using [sqlite3_bind_pointer(S,I,P,X,D)] or [sqlite3_result_pointer(C,P,X,D)]
6017 ** sqlite3_value_pointer(V,Y) returns a NULL. The sqlite3_bind_pointer()
23393 ** For a pointer type created using sqlite3_bind_pointer() or
82835 ** case) or it is a pointer set using sqlite3_bind_pointer() or
92133 SQLITE_API int sqlite3_bind_pointer(
137065 #define sqlite3_bind_pointer sqlite3_api->bind_pointer
137568 sqlite3_bind_pointer,