Searched defs:bind (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/oci8/ |
H A D | oci8_statement.c | 916 php_oci_bind *bind = (php_oci_bind *) Z_PTR_P(data); in php_oci_bind_pre_exec() local 977 php_oci_bind *bind = (php_oci_bind *) Z_PTR_P(data); in php_oci_bind_post_exec() local 1600 php_oci_bind *bind; in php_oci_bind_array_by_name() local 1722 php_oci_bind *bind; in php_oci_bind_array_helper_string() local 1811 php_oci_bind *bind; in php_oci_bind_array_helper_number() local 1852 php_oci_bind *bind; in php_oci_bind_array_helper_double() local 1893 php_oci_bind *bind; in php_oci_bind_array_helper_date() local
|
H A D | oci8.c | 654 php_oci_bind *bind = (php_oci_bind *) Z_PTR_P(data); in php_oci_bind_hash_dtor() local
|
H A D | php_oci8_int.h | 244 OCIBind *bind; /* bind handle */ member
|
/PHP-8.0/Zend/ |
H A D | zend_closures.stub.php | 9 public static function bind( function in Closure
|
H A D | zend_closures.c | 234 ZEND_METHOD(Closure, bind) in ZEND_METHOD() argument
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd.h | 229 #define mysqlnd_stmt_free_param_bind(stmt,bind) (stmt)->m->free_parameter_bind((stmt), (bind)) argument 230 #define mysqlnd_stmt_bind_param(stmt,bind) (stmt)->m->bind_parameters((stmt), (bind)) argument 234 #define mysqlnd_stmt_free_result_bind(stmt,bind) (stmt)->m->free_result_bind((stmt), (bind)) argument 235 #define mysqlnd_stmt_bind_result(stmt,bind) (stmt)->m->bind_result((stmt), (bind)) argument
|
/PHP-8.0/ext/pdo_oci/ |
H A D | php_pdo_oci_int.h | 71 OCIBind *bind; /* allocated by OCI */ member
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_elf.h | 100 #define ELFSYM_INFO(bind, type) (((bind) << 4) | (type)) argument
|
/PHP-8.0/ext/mysqli/ |
H A D | mysqli_api.c | 185 MYSQL_BIND *bind; in mysqli_stmt_bind_param_do_bind() local 357 MYSQL_BIND *bind; in mysqli_stmt_bind_result_do_bind() local
|
/PHP-8.0/ext/soap/ |
H A D | php_sdl.c | 2846 static sdlBindingPtr make_persistent_sdl_binding(sdlBindingPtr bind, HashTable *ptr_map) in make_persistent_sdl_binding()
|
Completed in 39 milliseconds