Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h642 #define sqlite3_bind_pointer sqlite3_api->bind_pointer macro
H A Dsqlite3.h5019 SQLITE_API int sqlite3_bind_pointer(sqlite3_stmt*, int, void*, const char*,void(*)(void*));
H A Dshell.c3350 sqlite3_bind_pointer(pExplain, 1, pOrigStmt, "stmt-pointer", 0); in qrfScanStatusVm()
26362 sqlite3_bind_pointer(pStmt,i,azColorNames,"carray",0); in bind_prepared_stmt()
26365 sqlite3_bind_pointer(pStmt,i,aPrimes,"carray",0); in bind_prepared_stmt()
H A Dsqlite3.c5340 SQLITE_API int sqlite3_bind_pointer(sqlite3_stmt*, int, void*, const char*,void(*)(void*));
95336 SQLITE_API int sqlite3_bind_pointer( function
142875 #define sqlite3_bind_pointer sqlite3_api->bind_pointer macro
143388 sqlite3_bind_pointer,
233308 return sqlite3_bind_pointer(pStmt, idx, pNew, "carray-bind", carrayBindDel);