Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_statement.c122 if (SQLITE_OK == sqlite3_bind_int64(S->stmt, param->paramno + 1, Z_LVAL_P(parameter))) { in pdo_sqlite_stmt_param_hook()
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h316 #define sqlite3_bind_int64 sqlite3_api->bind_int64 macro
H A Dsqlite3.h3771 SQLITE_API int sqlite3_bind_int64(sqlite3_stmt*, int, sqlite3_int64);
H A Dsqlite3.c109521 sqlite3_bind_int64,
152446 sqlite3_bind_int64(pStmt, 2,
152973 sqlite3_bind_int64(
154277 sqlite3_bind_int64(pStmt, 2,
154306 sqlite3_bind_int64(pStmt, 2,
154378 sqlite3_bind_int64(pDelete, 2,
154385 sqlite3_bind_int64(
155980 sqlite3_bind_int64(pCheck, 1, iEnd);
194566 sqlite3_bind_int64(pSeek, 1, iDel);
194693 sqlite3_bind_int64(pDel, 1, iDel);
[all …]
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c1572 sqlite3_bind_int64(stmt_obj->stmt, param->param_number, Z_LVAL_P(parameter));

Completed in 406 milliseconds