Home
last modified time | relevance | path

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

/PHP-7.1/ext/pdo/
H A Dpdo_stmt.c184 ht = stmt->bound_columns; in dispatch_param_event()
237 if (stmt->bound_columns) { in pdo_stmt_describe_columns()
240 if ((param = zend_hash_find_ptr(stmt->bound_columns, in pdo_stmt_describe_columns()
296 hash = is_param ? stmt->bound_params : stmt->bound_columns; in really_register_bound_param()
305 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()
2314 if (stmt->bound_columns) { in php_pdo_free_statement()
2315 zend_hash_destroy(stmt->bound_columns); in php_pdo_free_statement()
2316 FREE_HASHTABLE(stmt->bound_columns); in php_pdo_free_statement()
[all …]
H A Dphp_pdo_driver.h591 HashTable *bound_columns; member
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_statement.c495 if (stmt->bound_columns && ( in pgsql_stmt_describe()
496 (param = zend_hash_index_find_ptr(stmt->bound_columns, colno)) != NULL || in pgsql_stmt_describe()
497 (param = zend_hash_find_ptr(stmt->bound_columns, cols[colno].name)) != NULL)) { in pgsql_stmt_describe()
/PHP-7.1/ext/pdo_oci/
H A Doci_statement.c68 HashTable *BC = stmt->bound_columns; in oci_stmt_dtor()
90 FREE_HASHTABLE(stmt->bound_columns); in oci_stmt_dtor()
91 stmt->bound_columns = NULL; in oci_stmt_dtor()

Completed in 29 milliseconds