Lines Matching refs:sqlite3_bind_value
5226 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
93285 SQLITE_API int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){
138755 #define sqlite3_bind_value sqlite3_api->bind_value
139203 sqlite3_bind_value,
192447 rc = sqlite3_bind_value(pCsr->pStmt, 1, pCons);
199821 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
200406 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);
216642 sqlite3_bind_value(pUp, jj+2, aData[pRtree->nDim2+3+jj]);
219431 sqlite3_bind_value(pUp, 2, aData[2]);
219438 sqlite3_bind_value(pUp, jj+2, aData[jj+2]);
223462 rc = sqlite3_bind_value(p->objiter.pTmpInsert, i+1, apVal[i]);
224658 p->rc = sqlite3_bind_value(pWriter, i+1, pVal);
224677 p->rc = sqlite3_bind_value(pWriter, pIter->nCol+1, pVal);
224734 p->rc = sqlite3_bind_value(pUpdate, i+1, pVal);
224743 p->rc = sqlite3_bind_value(pUpdate, pIter->nCol+1, pVal);
224910 sqlite3_bind_value(pInsert, i+1, sqlite3_column_value(pSql, i));
232735 return sqlite3_bind_value(pStmt, i, pVal);
255279 sqlite3_bind_value(pCsr->pStmt, 1, pRowidEq);
258526 sqlite3_bind_value(pInsert, 1, apVal[1]);
258540 sqlite3_bind_value(pInsert, pConfig->nCol + i,
258563 rc = sqlite3_bind_value(pInsert, i, pVal);
259056 sqlite3_bind_value(pReplace, 2, pVal);