Lines Matching refs:sqlite3_bind_value
5444 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
84299 SQLITE_API int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){
123567 #define sqlite3_bind_value sqlite3_api->bind_value
123984 sqlite3_bind_value,
169438 rc = sqlite3_bind_value(pCsr->pStmt, 1, pCons);
176659 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
177244 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);
190487 sqlite3_bind_value(pUp, jj+2, aData[pRtree->nDim2+3+jj]);
193226 sqlite3_bind_value(pUp, 2, aData[2]);
193233 sqlite3_bind_value(pUp, jj+2, aData[jj+2]);
197153 rc = sqlite3_bind_value(p->objiter.pTmpInsert, i+1, apVal[i]);
198320 p->rc = sqlite3_bind_value(pWriter, i+1, pVal);
198339 p->rc = sqlite3_bind_value(pWriter, pIter->nCol+1, pVal);
198396 p->rc = sqlite3_bind_value(pUpdate, i+1, pVal);
198405 p->rc = sqlite3_bind_value(pUpdate, pIter->nCol+1, pVal);
198572 sqlite3_bind_value(pInsert, i+1, sqlite3_column_value(pSql, i));
205317 return sqlite3_bind_value(pStmt, i, pVal);
223421 sqlite3_bind_value(pCsr->pStmt, 1, pRowidEq);
225665 rc = sqlite3_bind_value(pInsert, i, apVal[i]);
226090 sqlite3_bind_value(pReplace, 2, pVal);