Home
last modified time | relevance | path

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

/PHP-5.6/ext/pdo_sqlite/
H A Dsqlite_statement.c168 if(SQLITE_OK == sqlite3_bind_text(S->stmt, param->paramno + 1, in pdo_sqlite_stmt_param_hook()
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h296 #define sqlite3_bind_text sqlite3_api->bind_text macro
H A Dsqlite3.h3547 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
H A Dsqlite3.c3754 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
70248 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text(
102151 #define sqlite3_bind_text sqlite3_api->bind_text
102499 sqlite3_bind_text,
140543 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
142118 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
142141 sqlite3_bind_text(pStmt, 1, zName, -1, SQLITE_STATIC);
144907 sqlite3_bind_text(pStmt, 5, zEnd, -1, sqlite3_free);
/PHP-5.6/ext/sqlite3/
H A Dsqlite3.c1612sqlite3_bind_text(stmt_obj->stmt, param->param_number, Z_STRVAL_P(param->parameter), Z_STRLEN_P(pa…

Completed in 325 milliseconds