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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h632 #define sqlite3_bind_pointer sqlite3_api->bind_pointer macro
H A Dsqlite3.h4652 ** ^The sqlite3_bind_pointer(S,I,P,T,D) routine causes the I-th parameter in
4658 ** literal. The sqlite3_bind_pointer() routine is part of the
4694 SQLITE_API int sqlite3_bind_pointer(sqlite3_stmt*, int, void*, const char*,void(*)(void*));
5682 ** using [sqlite3_bind_pointer(S,I,P,X,D)] or [sqlite3_result_pointer(C,P,X,D)]
5685 ** sqlite3_value_pointer(V,Y) returns a NULL. The sqlite3_bind_pointer()
H A Dshell.c20286 sqlite3_bind_pointer(pStmt, 1, pSave, "stmt-pointer", 0);
H A Dsqlite3.c4965 ** ^The sqlite3_bind_pointer(S,I,P,T,D) routine causes the I-th parameter in
4971 ** literal. The sqlite3_bind_pointer() routine is part of the
5007 SQLITE_API int sqlite3_bind_pointer(sqlite3_stmt*, int, void*, const char*,void(*)(void*));
5995 ** using [sqlite3_bind_pointer(S,I,P,X,D)] or [sqlite3_result_pointer(C,P,X,D)]
5998 ** sqlite3_value_pointer(V,Y) returns a NULL. The sqlite3_bind_pointer()
91629 SQLITE_API int sqlite3_bind_pointer( function
136104 #define sqlite3_bind_pointer macro
[all...]

Completed in 786 milliseconds