Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Doci8_statement.c811 php_oci_bind *bind = (php_oci_bind *) data; in php_oci_bind_pre_exec() local
873 php_oci_bind *bind = (php_oci_bind *) data; in php_oci_bind_post_exec() local
893 Z_STRVAL_P(bind->zval)[ Z_STRLEN_P(bind->zval) ] = '\0'; in php_oci_bind_post_exec() local
994 php_oci_bind bind, *old_bind, *bindp; in php_oci_bind_by_name() local
1409 php_oci_bind *bind, *bindp; in php_oci_bind_array_by_name() local
1508 php_oci_bind *bind; in php_oci_bind_array_helper_string() local
1577 php_oci_bind *bind; in php_oci_bind_array_helper_number() local
1615 php_oci_bind *bind; in php_oci_bind_array_helper_double() local
1653 php_oci_bind *bind; in php_oci_bind_array_helper_date() local
H A Doci8.c1531 php_oci_bind *bind = (php_oci_bind *) data; in php_oci_bind_hash_dtor() local
H A Dphp_oci8_int.h207 OCIBind *bind; /* bind handle */ member
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h236 #define mysqlnd_stmt_free_param_bind(stmt,bind) (stmt)->m->free_parameter_bind((stmt), (bind) TSRM… argument
237 #define mysqlnd_stmt_bind_param(stmt,bind) (stmt)->m->bind_parameters((stmt), (bind) TSRMLS_CC) argument
241 #define mysqlnd_stmt_free_result_bind(stmt,bind) (stmt)->m->free_result_bind((stmt), (bind) TSRMLS_… argument
242 #define mysqlnd_stmt_bind_result(stmt,bind) (stmt)->m->bind_result((stmt), (bind) TSRMLS_CC) argument
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c413 mssql_bind *bind= (mssql_bind *) data; in _mssql_bind_hash_dtor() local
1142 mssql_bind *bind; local
2021 mssql_bind bind,*bindp; local
/PHP-5.5/ext/pdo_oci/
H A Dphp_pdo_oci_int.h73 OCIBind *bind; /* allocated by OCI */ member
/PHP-5.5/Zend/
H A Dzend_closures.c81 ZEND_METHOD(Closure, bind) in ZEND_METHOD() argument
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c267 static void zend_hash_clone_zval(HashTable *ht, HashTable *source, int bind)
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c193 MYSQL_BIND *bind; in mysqli_stmt_bind_param_do_bind() local
392 MYSQL_BIND *bind; in mysqli_stmt_bind_result_do_bind() local
/PHP-5.5/ext/soap/
H A Dphp_sdl.c2867 static sdlBindingPtr make_persistent_sdl_binding(sdlBindingPtr bind, HashTable *ptr_map) in make_persistent_sdl_binding()

Completed in 59 milliseconds