Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c186 ht = stmt->bound_columns; in dispatch_param_event()
229 if (stmt->bound_columns) { in pdo_stmt_describe_columns()
232 if ((param = zend_hash_find_ptr(stmt->bound_columns, in pdo_stmt_describe_columns()
288 hash = is_param ? stmt->bound_params : stmt->bound_columns; in really_register_bound_param()
297 stmt->bound_columns = hash; in really_register_bound_param()
695 if (do_bind && stmt->bound_columns) { in do_fetch_common()
699 ZEND_HASH_FOREACH_PTR(stmt->bound_columns, param) { in do_fetch_common()
2266 if (stmt->bound_columns) { in php_pdo_free_statement()
2267 zend_hash_destroy(stmt->bound_columns); in php_pdo_free_statement()
2268 FREE_HASHTABLE(stmt->bound_columns); in php_pdo_free_statement()
[all …]
H A Dphp_pdo_driver.h598 HashTable *bound_columns; member
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c493 if (stmt->bound_columns && ( in pgsql_stmt_describe()
494 (param = zend_hash_index_find_ptr(stmt->bound_columns, colno)) != NULL || in pgsql_stmt_describe()
495 (param = zend_hash_find_ptr(stmt->bound_columns, cols[colno].name)) != NULL)) { in pgsql_stmt_describe()
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c66 HashTable *BC = stmt->bound_columns; in oci_stmt_dtor()
88 FREE_HASHTABLE(stmt->bound_columns); in oci_stmt_dtor()
89 stmt->bound_columns = NULL; in oci_stmt_dtor()

Completed in 20 milliseconds