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.h5021 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()
26400 sqlite3_bind_pointer(pStmt,i,azColorNames,"carray",0); in bind_prepared_stmt()
26403 sqlite3_bind_pointer(pStmt,i,aPrimes,"carray",0); in bind_prepared_stmt()
H A Dsqlite3.c5342 SQLITE_API int sqlite3_bind_pointer(sqlite3_stmt*, int, void*, const char*,void(*)(void*));
95494 SQLITE_API int sqlite3_bind_pointer( function
143096 #define sqlite3_bind_pointer sqlite3_api->bind_pointer macro
143609 sqlite3_bind_pointer,
233703 return sqlite3_bind_pointer(pStmt, idx, pNew, "carray-bind", carrayBindDel);