Home
last modified time | relevance | path

Searched refs:bound_params (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_statement.c183 stmt->bound_params ? zend_hash_num_elements(stmt->bound_params) : 0, in pgsql_stmt_execute()
218 stmt->bound_params ? in pgsql_stmt_execute()
219 zend_hash_num_elements(stmt->bound_params) : in pgsql_stmt_execute()
228 stmt->bound_params ? zend_hash_num_elements(stmt->bound_params) : 0, in pgsql_stmt_execute()
/PHP-8.0/ext/sqlite3/
H A Dphp_sqlite3_structs.h129 HashTable *bound_params; member
H A Dsqlite3.c1467 if (stmt_obj->bound_params) { in PHP_METHOD()
1468 zend_hash_destroy(stmt_obj->bound_params); in PHP_METHOD()
1469 FREE_HASHTABLE(stmt_obj->bound_params); in PHP_METHOD()
1470 stmt_obj->bound_params = NULL; in PHP_METHOD()
1504 if (stmt_obj->bound_params) { in php_sqlite3_bind_params()
1648 hash = stmt->bound_params; in register_bound_parameter_to_sqlite()
1653 stmt->bound_params = hash; in register_bound_parameter_to_sqlite()
2229 if (intern->bound_params) { in php_sqlite3_stmt_object_free_storage()
2230 zend_hash_destroy(intern->bound_params); in php_sqlite3_stmt_object_free_storage()
2231 FREE_HASHTABLE(intern->bound_params); in php_sqlite3_stmt_object_free_storage()
[all …]
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c107 ht = stmt->bound_params; in dispatch_param_event()
266 stmt->bound_params = hash; in really_register_bound_param()
407 if (stmt->bound_params) { in PHP_METHOD()
408 zend_hash_destroy(stmt->bound_params); in PHP_METHOD()
409 FREE_HASHTABLE(stmt->bound_params); in PHP_METHOD()
410 stmt->bound_params = NULL; in PHP_METHOD()
2051 stmt->bound_params ? zend_hash_num_elements(stmt->bound_params) : 0); in PHP_METHOD()
2053 if (stmt->bound_params) { in PHP_METHOD()
2158 if (stmt->bound_params) { in php_pdo_free_statement()
2160 FREE_HASHTABLE(stmt->bound_params); in php_pdo_free_statement()
[all …]
H A Dphp_pdo_driver.h591 HashTable *bound_params; member
H A Dpdo_sql_parser.re154 params = stmt->bound_params;
/PHP-8.0/ext/pdo_oci/
H A Doci_statement.c65 HashTable *BP = stmt->bound_params; in oci_stmt_dtor()
92 FREE_HASHTABLE(stmt->bound_params); in oci_stmt_dtor()
93 stmt->bound_params = NULL; in oci_stmt_dtor()
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_statement.c405 if (zend_hash_num_elements(stmt->bound_params) < (unsigned int) S->num_params) { in pdo_mysql_stmt_param_hook()

Completed in 66 milliseconds