Home
last modified time | relevance | path

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

/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c119 ht = stmt->bound_columns; in dispatch_param_event()
161 if (stmt->bound_columns) { in pdo_stmt_describe_columns()
164 if ((param = zend_hash_find_ptr(stmt->bound_columns, in pdo_stmt_describe_columns()
259 hash = is_param ? stmt->bound_params : stmt->bound_columns; in really_register_bound_param()
268 stmt->bound_columns = hash; in really_register_bound_param()
591 if (stmt->bound_columns) { in do_fetch_common()
595 ZEND_HASH_FOREACH_PTR(stmt->bound_columns, param) { in do_fetch_common()
2095 if (stmt->bound_columns) { in php_pdo_free_statement()
2096 zend_hash_destroy(stmt->bound_columns); in php_pdo_free_statement()
2097 FREE_HASHTABLE(stmt->bound_columns); in php_pdo_free_statement()
[all …]
H A Dphp_pdo_driver.h586 HashTable *bound_columns; member
/PHP-8.1/ext/pdo_oci/
H A Doci_statement.c64 HashTable *BC = stmt->bound_columns; in oci_stmt_dtor()
86 FREE_HASHTABLE(stmt->bound_columns); in oci_stmt_dtor()
87 stmt->bound_columns = NULL; in oci_stmt_dtor()

Completed in 22 milliseconds