Searched refs:php_oci_password_change (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/oci8/ |
H A D | php_oci8_int.h | 388 int php_oci_password_change(php_oci_connection *, char *, int, char *, int, char *, int TSRMLS_DC);
|
H A D | oci8_interface.c | 1937 …if (php_oci_password_change(connection, user, user_len, pass_old, pass_old_len, pass_new, pass_new…
|
H A D | oci8.c | 2428 int php_oci_password_change(php_oci_connection *connection, char *user, int user_len, char *pass_ol… in php_oci_password_change() function
|
Completed in 27 milliseconds