Home
last modified time | relevance | path

Searched refs:php_sqlite3_bound_param (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/sqlite3/
H A Dphp_sqlite3_structs.h36 struct php_sqlite3_bound_param { struct
H A Dsqlite3.c1490 struct php_sqlite3_bound_param *param; in php_sqlite3_bind_params()
1635 static int register_bound_parameter_to_sqlite(struct php_sqlite3_bound_param *param, php_sqlite3_st… in register_bound_parameter_to_sqlite()
1673 zend_hash_update_mem(hash, param->name, param, sizeof(struct php_sqlite3_bound_param)); in register_bound_parameter_to_sqlite()
1675 …nd_hash_index_update_mem(hash, param->param_number, param, sizeof(struct php_sqlite3_bound_param)); in register_bound_parameter_to_sqlite()
1707 struct php_sqlite3_bound_param param = {0}; in sqlite3stmt_bind()
2333 struct php_sqlite3_bound_param *param = (struct php_sqlite3_bound_param*)Z_PTR_P(data); in sqlite3_param_dtor()

Completed in 21 milliseconds