Lines Matching full:sqlite3_bind_value
3247 ** [sqlite3_result_value()] and [sqlite3_bind_value()].
3356 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
3739 ** may only be used with [sqlite3_bind_value()] and [sqlite3_result_value()].
59571 SQLITE_API int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){
84670 #define sqlite3_bind_value sqlite3_api->bind_value
84968 sqlite3_bind_value,
111327 rc = sqlite3_bind_value(pCsr->pStmt, 1, apVal[0]);
114865 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
115285 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);