Home
last modified time | relevance | path

Searched refs:named_params (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h122 HashTable *named_params; member
H A Dfirebird_driver.c117 S->named_params = np; in firebird_handle_preparer()
363 XSQLDA *out_sqlda, isc_stmt_handle *s, HashTable *named_params) in firebird_alloc_prepare_stmt() argument
417 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()
H A Dfirebird_statement.c70 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 8 milliseconds