Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c196 ht = stmt->bound_columns; in dispatch_param_event()
249 if (stmt->bound_columns) { in pdo_stmt_describe_columns()
307 hash = is_param ? stmt->bound_params : stmt->bound_columns; in really_register_bound_param()
316 stmt->bound_columns = hash; in really_register_bound_param()
713 if (do_bind && stmt->bound_columns) { in do_fetch_common()
717 zend_hash_internal_pointer_reset(stmt->bound_columns); in do_fetch_common()
734 zend_hash_move_forward(stmt->bound_columns); in do_fetch_common()
2372 if (stmt->bound_columns) { in free_statement()
2373 zend_hash_destroy(stmt->bound_columns); in free_statement()
2374 FREE_HASHTABLE(stmt->bound_columns); in free_statement()
[all …]
H A Dphp_pdo_driver.h583 HashTable *bound_columns; member
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_statement.c455 if (stmt->bound_columns && ( in pgsql_stmt_describe()
456 SUCCESS == zend_hash_index_find(stmt->bound_columns, in pgsql_stmt_describe()
458 SUCCESS == zend_hash_find(stmt->bound_columns, in pgsql_stmt_describe()
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c59 HashTable *BC = stmt->bound_columns; in oci_stmt_dtor()
81 FREE_HASHTABLE(stmt->bound_columns); in oci_stmt_dtor()
82 stmt->bound_columns = NULL; in oci_stmt_dtor()

Completed in 25 milliseconds