Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_bind_value

3628 ** [sqlite3_result_value()] and [sqlite3_bind_value()].
3744 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
4141 ** may only be used with [sqlite3_bind_value()] and [sqlite3_result_value()].
63874 SQLITE_API int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){
91240 #define sqlite3_bind_value sqlite3_api->bind_value
91550 sqlite3_bind_value,
119637 rc = sqlite3_bind_value(pCsr->pStmt, 1, apVal[0]);
125379 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
125955 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);