Searched refs:sqlite3_bind_value (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3ext.h | 281 #define sqlite3_bind_value sqlite3_api->bind_value macro
|
| H A D | sqlite3.h | 3396 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
|
| H A D | sqlite3.c | 3424 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*); 65900 SQLITE_API int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){ 95357 #define sqlite3_bind_value sqlite3_api->bind_value 95693 sqlite3_bind_value, 127235 rc = sqlite3_bind_value(pCsr->pStmt, 1, pCons); 134286 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]); 134867 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);
|