Searched refs:sqlite3_bind_pointer (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h603 #define sqlite3_bind_pointer sqlite3_api->bind_pointer macro
H A Dsqlite3.h4380 ** ^The sqlite3_bind_pointer(S,I,P,T,D) routine causes the I-th parameter in
4386 ** literal. The sqlite3_bind_pointer() routine is part of the
4422 SQLITE_API int sqlite3_bind_pointer(sqlite3_stmt*, int, void*, const char*,void(*)(void*));
5369 ** using [sqlite3_bind_pointer(S,I,P,X,D)] or [sqlite3_result_pointer(C,P,X,D)]
5372 ** sqlite3_value_pointer(V,Y) returns a NULL. The sqlite3_bind_pointer()
H A Dsqlite3.c5443 ** ^The sqlite3_bind_pointer(S,I,P,T,D) routine causes the I-th parameter in
5449 ** literal. The sqlite3_bind_pointer() routine is part of the
5485 SQLITE_API int sqlite3_bind_pointer(sqlite3_stmt*, int, void*, const char*,void(*)(void*));
6432 ** using [sqlite3_bind_pointer(S,I,P,X,D)] or [sqlite3_result_pointer(C,P,X,D)]
6435 ** sqlite3_value_pointer(V,Y) returns a NULL. The sqlite3_bind_pointer()
21222 ** For a pointer type created using sqlite3_bind_pointer() or
85094 SQLITE_API int sqlite3_bind_pointer( function
125993 #define sqlite3_bind_pointer macro
[all...]

Completed in 578 milliseconds