Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_statement.c184 stmt->bound_params ? zend_hash_num_elements(stmt->bound_params) : 0, in pgsql_stmt_execute()
219 stmt->bound_params ? in pgsql_stmt_execute()
220 zend_hash_num_elements(stmt->bound_params) : in pgsql_stmt_execute()
229 stmt->bound_params ? zend_hash_num_elements(stmt->bound_params) : 0, in pgsql_stmt_execute()
/PHP-7.0/ext/sqlite3/
H A Dphp_sqlite3_structs.h132 HashTable *bound_params; member
H A Dsqlite3.c1353 if (stmt_obj->bound_params) {
1354 zend_hash_destroy(stmt_obj->bound_params);
1355 FREE_HASHTABLE(stmt_obj->bound_params);
1356 stmt_obj->bound_params = NULL;
1390 hash = stmt->bound_params;
1395 stmt->bound_params = hash;
1552 if (stmt_obj->bound_params) {
2149 if (intern->bound_params) {
2150 zend_hash_destroy(intern->bound_params);
2151 FREE_HASHTABLE(intern->bound_params);
[all …]
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c178 ht = stmt->bound_params; in dispatch_param_event()
234 if (stmt->bound_params) { in pdo_stmt_describe_columns()
309 stmt->bound_params = hash; in really_register_bound_param()
453 if (stmt->bound_params) { in PHP_METHOD()
455 FREE_HASHTABLE(stmt->bound_params); in PHP_METHOD()
456 stmt->bound_params = NULL; in PHP_METHOD()
2121 stmt->bound_params ? zend_hash_num_elements(stmt->bound_params) : 0); in PHP_METHOD()
2123 if (stmt->bound_params) { in PHP_METHOD()
2310 if (stmt->bound_params) { in php_pdo_free_statement()
2312 FREE_HASHTABLE(stmt->bound_params); in php_pdo_free_statement()
[all …]
H A Dpdo_sql_parser.c472 params = stmt->bound_params; in pdo_parse_params()
730 HashTable *params = stmt->bound_params;
H A Dphp_pdo_driver.h586 HashTable *bound_params; member
H A Dpdo_sql_parser.re158 params = stmt->bound_params;
416 HashTable *params = stmt->bound_params;
/PHP-7.0/ext/pdo_oci/
H A Doci_statement.c69 HashTable *BP = stmt->bound_params; in oci_stmt_dtor()
96 FREE_HASHTABLE(stmt->bound_params); in oci_stmt_dtor()
97 stmt->bound_params = NULL; in oci_stmt_dtor()

Completed in 38 milliseconds