Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c190 ht = stmt->bound_columns; in dispatch_param_event()
243 if (stmt->bound_columns) { in pdo_stmt_describe_columns()
246 if ((param = zend_hash_find_ptr(stmt->bound_columns, in pdo_stmt_describe_columns()
302 hash = is_param ? stmt->bound_params : stmt->bound_columns; in really_register_bound_param()
311 stmt->bound_columns = hash; in really_register_bound_param()
701 if (do_bind && stmt->bound_columns) { in do_fetch_common()
705 ZEND_HASH_FOREACH_PTR(stmt->bound_columns, param) { in do_fetch_common()
2320 if (stmt->bound_columns) { in php_pdo_free_statement()
2321 zend_hash_destroy(stmt->bound_columns); in php_pdo_free_statement()
2322 FREE_HASHTABLE(stmt->bound_columns); in php_pdo_free_statement()
[all …]
H A Dphp_pdo_driver.h591 HashTable *bound_columns; member
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_statement.c489 if (stmt->bound_columns && ( in pgsql_stmt_describe()
490 (param = zend_hash_index_find_ptr(stmt->bound_columns, colno)) != NULL || in pgsql_stmt_describe()
491 (param = zend_hash_find_ptr(stmt->bound_columns, cols[colno].name)) != NULL)) { in pgsql_stmt_describe()
/PHP-7.0/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 18 milliseconds