Searched refs:php_oci_password_change (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/oci8/ |
H A D | php_oci8_int.h | 431 int php_oci_password_change(php_oci_connection *connection, char *user, int user_len, char *pass_ol…
|
H A D | oci8_interface.c | 2117 …if (php_oci_password_change(connection, user, (int) user_len, pass_old, (int) pass_old_len, pass_n… in PHP_FUNCTION()
|
H A D | oci8.c | 2388 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 29 milliseconds