Searched refs:named_params (Results 1 – 3 of 3) sorted by relevance
120 HashTable *named_params; member
164 S->named_params = np; in firebird_handle_preparer()401 XSQLDA *out_sqlda, isc_stmt_handle *s, HashTable *named_params) in firebird_alloc_prepare_stmt() argument455 if (named_params) { in firebird_alloc_prepare_stmt()458 zend_hash_str_update(named_params, pname, (unsigned int)(ppname - pname - 1), &tmp); in firebird_alloc_prepare_stmt()
70 zend_hash_destroy(S->named_params); in firebird_stmt_dtor()71 FREE_HASHTABLE(S->named_params); in firebird_stmt_dtor()509 if ((index = zend_hash_find(S->named_params, param->name)) != NULL) { in firebird_stmt_param_hook()
Completed in 13 milliseconds