Lines Matching refs:sqlite3_bind_value
4890 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
89308 SQLITE_API int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){
132116 #define sqlite3_bind_value sqlite3_api->bind_value
132560 sqlite3_bind_value,
182835 rc = sqlite3_bind_value(pCsr->pStmt, 1, pCons);
190098 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
190683 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);
204084 sqlite3_bind_value(pUp, jj+2, aData[pRtree->nDim2+3+jj]);
206830 sqlite3_bind_value(pUp, 2, aData[2]);
206837 sqlite3_bind_value(pUp, jj+2, aData[jj+2]);
210802 rc = sqlite3_bind_value(p->objiter.pTmpInsert, i+1, apVal[i]);
211980 p->rc = sqlite3_bind_value(pWriter, i+1, pVal);
211999 p->rc = sqlite3_bind_value(pWriter, pIter->nCol+1, pVal);
212056 p->rc = sqlite3_bind_value(pUpdate, i+1, pVal);
212065 p->rc = sqlite3_bind_value(pUpdate, pIter->nCol+1, pVal);
212232 sqlite3_bind_value(pInsert, i+1, sqlite3_column_value(pSql, i));
219431 return sqlite3_bind_value(pStmt, i, pVal);
237994 sqlite3_bind_value(pCsr->pStmt, 1, pRowidEq);
240260 rc = sqlite3_bind_value(pInsert, i, apVal[i]);
240694 sqlite3_bind_value(pReplace, 2, pVal);