Searched refs:php_sqlite3_bound_param (Results 1 – 2 of 2) sorted by relevance
36 struct php_sqlite3_bound_param { struct
1492 struct php_sqlite3_bound_param *param; in php_sqlite3_bind_params()1637 static int register_bound_parameter_to_sqlite(struct php_sqlite3_bound_param *param, php_sqlite3_st… in register_bound_parameter_to_sqlite()1675 zend_hash_update_mem(hash, param->name, param, sizeof(struct php_sqlite3_bound_param)); in register_bound_parameter_to_sqlite()1677 …nd_hash_index_update_mem(hash, param->param_number, param, sizeof(struct php_sqlite3_bound_param)); in register_bound_parameter_to_sqlite()1709 struct php_sqlite3_bound_param param = {0}; in sqlite3stmt_bind()2370 struct php_sqlite3_bound_param *param = (struct php_sqlite3_bound_param*)Z_PTR_P(data); in sqlite3_param_dtor()
Completed in 11 milliseconds