Searched refs:bound_columns (Results 1 – 4 of 4) sorted by relevance
196 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()2356 if (stmt->bound_columns) { in free_statement()2357 zend_hash_destroy(stmt->bound_columns); in free_statement()2358 FREE_HASHTABLE(stmt->bound_columns); in free_statement()[all …]
593 HashTable *bound_columns; member
453 if (stmt->bound_columns && ( in pgsql_stmt_describe()454 SUCCESS == zend_hash_index_find(stmt->bound_columns, in pgsql_stmt_describe()456 SUCCESS == zend_hash_find(stmt->bound_columns, in pgsql_stmt_describe()
59 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 38 milliseconds