Searched refs:named_params (Results 1 – 3 of 3) sorted by relevance
122 HashTable *named_params; member
117 S->named_params = np; in firebird_handle_preparer()363 XSQLDA *out_sqlda, isc_stmt_handle *s, HashTable *named_params) in firebird_alloc_prepare_stmt() argument417 if (named_params) { in firebird_alloc_prepare_stmt()420 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()537 if ((index = zend_hash_find(S->named_params, param->name)) != NULL) { in firebird_stmt_param_hook()
Completed in 10 milliseconds