Home
last modified time | relevance | path

Searched refs:sqlite3_bind_value (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h243 #define sqlite3_bind_value sqlite3_api->bind_value macro
H A Dsqlite3.h3043 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
H A Dsqlite3.c3590 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
61921 SQLITE_API int sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *pValue){
87271 #define sqlite3_bind_value sqlite3_api->bind_value
87574 sqlite3_bind_value,
114579 rc = sqlite3_bind_value(pCsr->pStmt, 1, apVal[0]);
119935 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
120430 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);

Completed in 324 milliseconds