Lines Matching refs:sqlite3_bind_value
5226 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
93286 SQLITE_API int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){
138780 #define sqlite3_bind_value sqlite3_api->bind_value
139228 sqlite3_bind_value,
192488 rc = sqlite3_bind_value(pCsr->pStmt, 1, pCons);
199862 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
200447 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);
216683 sqlite3_bind_value(pUp, jj+2, aData[pRtree->nDim2+3+jj]);
219472 sqlite3_bind_value(pUp, 2, aData[2]);
219479 sqlite3_bind_value(pUp, jj+2, aData[jj+2]);
223503 rc = sqlite3_bind_value(p->objiter.pTmpInsert, i+1, apVal[i]);
224699 p->rc = sqlite3_bind_value(pWriter, i+1, pVal);
224718 p->rc = sqlite3_bind_value(pWriter, pIter->nCol+1, pVal);
224775 p->rc = sqlite3_bind_value(pUpdate, i+1, pVal);
224784 p->rc = sqlite3_bind_value(pUpdate, pIter->nCol+1, pVal);
224951 sqlite3_bind_value(pInsert, i+1, sqlite3_column_value(pSql, i));
232776 return sqlite3_bind_value(pStmt, i, pVal);
255320 sqlite3_bind_value(pCsr->pStmt, 1, pRowidEq);
258567 sqlite3_bind_value(pInsert, 1, apVal[1]);
258581 sqlite3_bind_value(pInsert, pConfig->nCol + i,
258604 rc = sqlite3_bind_value(pInsert, i, pVal);
259097 sqlite3_bind_value(pReplace, 2, pVal);