Lines Matching full:sqlite3_bind_value
3240 ** [sqlite3_result_value()] and [sqlite3_bind_value()].
3349 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
3732 ** may only be used with [sqlite3_bind_value()] and [sqlite3_result_value()].
59564 SQLITE_API int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){
84663 #define sqlite3_bind_value sqlite3_api->bind_value
84961 sqlite3_bind_value,
111299 rc = sqlite3_bind_value(pCsr->pStmt, 1, apVal[0]);
114834 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
115254 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);