Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h236 #define sqlite3_bind_int64 sqlite3_api->bind_int64 macro
H A Dsqlite3.h3039 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
H A Dsqlite3.c61880 return sqlite3_bind_int64(p, i, (i64)iValue);
69224 sqlite3_bind_int64(pBlob->pStmt, 1, iRow);
87567 sqlite3_bind_int64,
119956 sqlite3_bind_int64(pStmt, 1, iDocid);
121284 sqlite3_bind_int64(pStmt, 1, iBlock);
121310 sqlite3_bind_int64(pStmt, 3, iStartBlock);
121311 sqlite3_bind_int64(pStmt, 4, iLeafEndBlock);
121312 sqlite3_bind_int64(pStmt, 5, iEndBlock);
122429 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
124871 sqlite3_bind_int64(pRtree->pReadNode, 1, iNode);
[all …]

Completed in 304 milliseconds