Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h114 HashTable *named_params; member
H A Dfirebird_driver.c166 S->named_params = np; in firebird_handle_preparer()
395 XSQLDA *out_sqlda, isc_stmt_handle *s, HashTable *named_params TSRMLS_DC) in firebird_alloc_prepare_stmt()
449 if (named_params) { in firebird_alloc_prepare_stmt()
450 zend_hash_update(named_params, pname, (unsigned int)(ppname-pname), 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()
470 if (SUCCESS == zend_hash_find(S->named_params, param->name, param->namelen+1, (void*)&index)) { in firebird_stmt_param_hook()

Completed in 26 milliseconds