Lines Matching defs:sqlite3_bind_pointer
4849 ** ^The sqlite3_bind_pointer(S,I,P,T,D) routine causes the I-th parameter in
4855 ** literal. The sqlite3_bind_pointer() routine is part of the
4891 SQLITE_API int sqlite3_bind_pointer(sqlite3_stmt*, int, void*, const char*,void(*)(void*));
5843 ** using [sqlite3_bind_pointer(S,I,P,X,D)] or [sqlite3_result_pointer(C,P,X,D)]
5846 ** sqlite3_value_pointer(V,Y) returns a NULL. The sqlite3_bind_pointer()
22683 ** For a pointer type created using sqlite3_bind_pointer() or
80601 ** case) or it is a pointer set using sqlite3_bind_pointer() or
89471 SQLITE_API int sqlite3_bind_pointer(
132554 #define sqlite3_bind_pointer sqlite3_api->bind_pointer
133059 sqlite3_bind_pointer,