Searched refs:php_oci_password_change (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/oci8/ |
H A D | php_oci8_int.h | 436 int php_oci_password_change(php_oci_connection *connection, char *user, int user_len, char *pass_ol…
|
H A D | oci8_interface.c | 1916 …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 | 1480 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 17 milliseconds