Lines Matching refs:sqlite3_bind_value
4853 ** to [sqlite3_result_value()], [sqlite3_bind_value()], and
5025 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
5478 ** [sqlite3_bind_value()] and [sqlite3_result_value()].
92186 SQLITE_API int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){
136840 #define sqlite3_bind_value sqlite3_api->bind_value
137286 sqlite3_bind_value,
189558 rc = sqlite3_bind_value(pCsr->pStmt, 1, pCons);
196895 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
197480 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);
213527 sqlite3_bind_value(pUp, jj+2, aData[pRtree->nDim2+3+jj]);
216316 sqlite3_bind_value(pUp, 2, aData[2]);
216323 sqlite3_bind_value(pUp, jj+2, aData[jj+2]);
220326 rc = sqlite3_bind_value(p->objiter.pTmpInsert, i+1, apVal[i]);
221520 p->rc = sqlite3_bind_value(pWriter, i+1, pVal);
221539 p->rc = sqlite3_bind_value(pWriter, pIter->nCol+1, pVal);
221596 p->rc = sqlite3_bind_value(pUpdate, i+1, pVal);
221605 p->rc = sqlite3_bind_value(pUpdate, pIter->nCol+1, pVal);
221772 sqlite3_bind_value(pInsert, i+1, sqlite3_column_value(pSql, i));
229434 ** A wrapper around sqlite3_bind_value() that detects an extra problem.
229453 return sqlite3_bind_value(pStmt, i, pVal);
250999 sqlite3_bind_value(pCsr->pStmt, 1, pRowidEq);
253490 rc = sqlite3_bind_value(pInsert, i, apVal[i]);
253926 sqlite3_bind_value(pReplace, 2, pVal);