Home
last modified time | relevance | path

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

/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c238 stmt->bound_params ? zend_hash_num_elements(stmt->bound_params) : 0, in pgsql_stmt_execute()
279 stmt->bound_params ? in pgsql_stmt_execute()
280 zend_hash_num_elements(stmt->bound_params) : in pgsql_stmt_execute()
288 stmt->bound_params ? in pgsql_stmt_execute()
289 zend_hash_num_elements(stmt->bound_params) : in pgsql_stmt_execute()
300 stmt->bound_params ? zend_hash_num_elements(stmt->bound_params) : 0, in pgsql_stmt_execute()
308 stmt->bound_params ? zend_hash_num_elements(stmt->bound_params) : 0, in pgsql_stmt_execute()
/php-src/ext/sqlite3/
H A Dphp_sqlite3_structs.h128 HashTable *bound_params; member
H A Dsqlite3.c1464 if (stmt_obj->bound_params) { in PHP_METHOD()
1465 zend_hash_destroy(stmt_obj->bound_params); in PHP_METHOD()
1466 FREE_HASHTABLE(stmt_obj->bound_params); in PHP_METHOD()
1467 stmt_obj->bound_params = NULL; in PHP_METHOD()
1499 if (stmt_obj->bound_params) { in php_sqlite3_bind_params()
1644 hash = stmt->bound_params; in register_bound_parameter_to_sqlite()
1649 stmt->bound_params = hash; in register_bound_parameter_to_sqlite()
2286 if (intern->bound_params) { in php_sqlite3_stmt_object_free_storage()
2287 zend_hash_destroy(intern->bound_params); in php_sqlite3_stmt_object_free_storage()
2288 FREE_HASHTABLE(intern->bound_params); in php_sqlite3_stmt_object_free_storage()
[all …]
/php-src/ext/pdo/
H A Dpdo_stmt.c107 ht = stmt->bound_params; in dispatch_param_event()
260 stmt->bound_params = hash; in really_register_bound_param()
400 if (stmt->bound_params) { in PHP_METHOD()
401 zend_hash_destroy(stmt->bound_params); in PHP_METHOD()
402 FREE_HASHTABLE(stmt->bound_params); in PHP_METHOD()
403 stmt->bound_params = NULL; in PHP_METHOD()
1970 stmt->bound_params ? zend_hash_num_elements(stmt->bound_params) : 0); in PHP_METHOD()
1972 if (stmt->bound_params) { in PHP_METHOD()
2074 if (stmt->bound_params) { in php_pdo_free_statement()
2076 FREE_HASHTABLE(stmt->bound_params); in php_pdo_free_statement()
[all …]
H A Dphp_pdo_driver.h586 HashTable *bound_params; member
H A Dpdo_sql_parser.re160 params = stmt->bound_params;
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c319 stmt->bound_params ? zend_hash_num_elements(stmt->bound_params) : 0; in pdo_mysql_stmt_execute()

Completed in 48 milliseconds