Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h298 #define sqlite3_bind_value sqlite3_api->bind_value macro
H A Dsqlite3.h3551 SQLITE_API int SQLITE_STDCALL sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
H A Dsqlite3.c3758 SQLITE_API int SQLITE_STDCALL sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
70284 SQLITE_API int SQLITE_STDCALL sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *p…
102153 #define sqlite3_bind_value sqlite3_api->bind_value
102501 sqlite3_bind_value,
136240 rc = sqlite3_bind_value(pCsr->pStmt, 1, pCons);
143378 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
143959 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);

Completed in 334 milliseconds