Searched refs:sqlite3_bind_pointer (Results 1 – 4 of 4) sorted by relevance
| /freebsd-src/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 632 #define sqlite3_bind_pointer sqlite3_api->bind_pointer macro
|
| H A D | sqlite3.h | 4671 ** ^The sqlite3_bind_pointer(S,I,P,T,D) routine causes the I-th parameter in 4677 ** literal. The sqlite3_bind_pointer() routine is part of the 4713 SQLITE_API int sqlite3_bind_pointer(sqlite3_stmt*, int, void*, const char*,void(*)(void*)); 5701 ** using [sqlite3_bind_pointer(S,I,P,X,D)] or [sqlite3_result_pointer(C,P,X,D)] 5704 ** sqlite3_value_pointer(V,Y) returns a NULL. The sqlite3_bind_pointer()
|
| H A D | shell.c | 21549 sqlite3_bind_pointer(pStmt, 1, pSave, "stmt-pointer", 0); in display_scanstats()
|
| H A D | sqlite3.c | 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() [all...] |