Home
last modified time | relevance | path

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

/PHP-8.1/ext/oci8/
H A Doci8_statement.c916 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 Doci8.c660 php_oci_bind *bind = (php_oci_bind *) Z_PTR_P(data); in php_oci_bind_hash_dtor() local
H A Dphp_oci8_int.h244 OCIBind *bind; /* bind handle */ member
/PHP-8.1/Zend/
H A Dzend_closures.stub.php13 public static function bind( function in Closure
H A Dzend_closures.c231 ZEND_METHOD(Closure, bind) in ZEND_METHOD() argument
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd.h225 #define mysqlnd_stmt_free_param_bind(stmt,bind) (stmt)->m->free_parameter_bind((stmt), (bind)) argument
226 #define mysqlnd_stmt_bind_param(stmt,bind) (stmt)->m->bind_parameters((stmt), (bind)) argument
230 #define mysqlnd_stmt_free_result_bind(stmt,bind) (stmt)->m->free_result_bind((stmt), (bind)) argument
231 #define mysqlnd_stmt_bind_result(stmt,bind) (stmt)->m->bind_result((stmt), (bind)) argument
/PHP-8.1/ext/pdo_oci/
H A Dphp_pdo_oci_int.h71 OCIBind *bind; /* allocated by OCI */ member
/PHP-8.1/ext/opcache/jit/
H A Dzend_elf.h100 #define ELFSYM_INFO(bind, type) (((bind) << 4) | (type)) argument
/PHP-8.1/ext/mysqli/
H A Dmysqli_api.c185 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.1/ext/soap/
H A Dphp_sdl.c2857 static sdlBindingPtr make_persistent_sdl_binding(sdlBindingPtr bind, HashTable *ptr_map) in make_persistent_sdl_binding()

Completed in 86 milliseconds