Lines Matching refs:sqlite3_bind_value
4718 ** to [sqlite3_result_value()], [sqlite3_bind_value()], and
4890 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
5346 ** [sqlite3_bind_value()] and [sqlite3_result_value()].
89521 SQLITE_API int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){
132329 #define sqlite3_bind_value sqlite3_api->bind_value
132773 sqlite3_bind_value,
183048 rc = sqlite3_bind_value(pCsr->pStmt, 1, pCons);
190311 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
190896 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);
204297 sqlite3_bind_value(pUp, jj+2, aData[pRtree->nDim2+3+jj]);
207043 sqlite3_bind_value(pUp, 2, aData[2]);
207050 sqlite3_bind_value(pUp, jj+2, aData[jj+2]);
211015 rc = sqlite3_bind_value(p->objiter.pTmpInsert, i+1, apVal[i]);
212193 p->rc = sqlite3_bind_value(pWriter, i+1, pVal);
212212 p->rc = sqlite3_bind_value(pWriter, pIter->nCol+1, pVal);
212269 p->rc = sqlite3_bind_value(pUpdate, i+1, pVal);
212278 p->rc = sqlite3_bind_value(pUpdate, pIter->nCol+1, pVal);
212445 sqlite3_bind_value(pInsert, i+1, sqlite3_column_value(pSql, i));
219625 ** A wrapper around sqlite3_bind_value() that detects an extra problem.
219644 return sqlite3_bind_value(pStmt, i, pVal);
238207 sqlite3_bind_value(pCsr->pStmt, 1, pRowidEq);
240473 rc = sqlite3_bind_value(pInsert, i, apVal[i]);
240907 sqlite3_bind_value(pReplace, 2, pVal);