Lines Matching refs:sqlite3_bind_value
4827 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
85963 SQLITE_API int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){
127699 #define sqlite3_bind_value sqlite3_api->bind_value
128123 sqlite3_bind_value,
176041 rc = sqlite3_bind_value(pCsr->pStmt, 1, pCons);
183293 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
183878 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);
197296 sqlite3_bind_value(pUp, jj+2, aData[pRtree->nDim2+3+jj]);
200045 sqlite3_bind_value(pUp, 2, aData[2]);
200052 sqlite3_bind_value(pUp, jj+2, aData[jj+2]);
203986 rc = sqlite3_bind_value(p->objiter.pTmpInsert, i+1, apVal[i]);
205189 p->rc = sqlite3_bind_value(pWriter, i+1, pVal);
205208 p->rc = sqlite3_bind_value(pWriter, pIter->nCol+1, pVal);
205265 p->rc = sqlite3_bind_value(pUpdate, i+1, pVal);
205274 p->rc = sqlite3_bind_value(pUpdate, pIter->nCol+1, pVal);
205441 sqlite3_bind_value(pInsert, i+1, sqlite3_column_value(pSql, i));
212562 return sqlite3_bind_value(pStmt, i, pVal);
231119 sqlite3_bind_value(pCsr->pStmt, 1, pRowidEq);
233385 rc = sqlite3_bind_value(pInsert, i, apVal[i]);
233819 sqlite3_bind_value(pReplace, 2, pVal);