Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/ext/oci8/
H A Doci8_statement.c934 php_oci_bind *bind = (php_oci_bind *) Z_PTR_P(data); in php_oci_bind_pre_exec() local
995 php_oci_bind *bind = (php_oci_bind *) Z_PTR_P(data); in php_oci_bind_post_exec() local
1612 php_oci_bind *bind; in php_oci_bind_array_by_name() local
1734 php_oci_bind *bind; in php_oci_bind_array_helper_string() local
1823 php_oci_bind *bind; in php_oci_bind_array_helper_number() local
1864 php_oci_bind *bind; in php_oci_bind_array_helper_double() local
1905 php_oci_bind *bind; in php_oci_bind_array_helper_date() local
H A Doci8.c538 php_oci_bind *bind = (php_oci_bind *) Z_PTR_P(data); in php_oci_bind_hash_dtor() local
H A Dphp_oci8_int.h251 OCIBind *bind; /* bind handle */ member
/PHP-8.3/Zend/
H A Dzend_closures.stub.php13 public static function bind( function in Closure
H A Dzend_closures.c253 ZEND_METHOD(Closure, bind) in ZEND_METHOD() argument
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd.h223 #define mysqlnd_stmt_free_param_bind(stmt,bind) (stmt)->m->free_parameter_bind((stmt), (bind)) argument
224 #define mysqlnd_stmt_bind_param(stmt,bind) (stmt)->m->bind_parameters((stmt), (bind)) argument
228 #define mysqlnd_stmt_free_result_bind(stmt,bind) (stmt)->m->free_result_bind((stmt), (bind)) argument
229 #define mysqlnd_stmt_bind_result(stmt,bind) (stmt)->m->bind_result((stmt), (bind)) argument
/PHP-8.3/ext/pdo_oci/
H A Dphp_pdo_oci_int.h78 OCIBind *bind; /* allocated by OCI */ member
/PHP-8.3/ext/opcache/jit/
H A Dzend_elf.h100 #define ELFSYM_INFO(bind, type) (((bind) << 4) | (type)) argument
/PHP-8.3/ext/soap/
H A Dphp_sdl.c2861 static sdlBindingPtr make_persistent_sdl_binding(sdlBindingPtr bind, HashTable *ptr_map) in make_persistent_sdl_binding()

Completed in 50 milliseconds