Lines Matching refs:sqlite3_bind_value
5006 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
91682 SQLITE_API int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){
135879 #define sqlite3_bind_value sqlite3_api->bind_value
136325 sqlite3_bind_value,
187942 rc = sqlite3_bind_value(pCsr->pStmt, 1, pCons);
195277 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
195862 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);
211722 sqlite3_bind_value(pUp, jj+2, aData[pRtree->nDim2+3+jj]);
214508 sqlite3_bind_value(pUp, 2, aData[2]);
214515 sqlite3_bind_value(pUp, jj+2, aData[jj+2]);
218483 rc = sqlite3_bind_value(p->objiter.pTmpInsert, i+1, apVal[i]);
219677 p->rc = sqlite3_bind_value(pWriter, i+1, pVal);
219696 p->rc = sqlite3_bind_value(pWriter, pIter->nCol+1, pVal);
219753 p->rc = sqlite3_bind_value(pUpdate, i+1, pVal);
219762 p->rc = sqlite3_bind_value(pUpdate, pIter->nCol+1, pVal);
219929 sqlite3_bind_value(pInsert, i+1, sqlite3_column_value(pSql, i));
227610 return sqlite3_bind_value(pStmt, i, pVal);
249063 sqlite3_bind_value(pCsr->pStmt, 1, pRowidEq);
251544 rc = sqlite3_bind_value(pInsert, i, apVal[i]);
251980 sqlite3_bind_value(pReplace, 2, pVal);