Home
last modified time | relevance | path

Searched defs:username (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/oci8/
H A Doci8.c1627 char *username, *password; in php_oci_do_connect() local
1675 php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char *password, int pas… in php_oci_do_connect_ex()
2755 static php_oci_spool *php_oci_create_spool(char *username, int username_len, char *password, int pa… in php_oci_create_spool()
2892 static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int passw… in php_oci_get_spool()
3009 …ession(php_oci_connection *connection, char *dbname, int dbname_len, char *username, int username_… in php_oci_old_create_session()
3199 …nnection, php_oci_spool *session_pool, char *dbname, int dbname_len, char *username, int username_… in php_oci_create_session()
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c57 char *hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL, local
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c231 char *username=NULL, *password=NULL; in PHP_METHOD() local
H A Dphp_pdo_driver.h441 char *username, *password; member
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c2680 MYSQLND_CSTRING username = { user, user? strlen(user) : 0 }; local
H A Dmysqlnd_structs.h927 MYSQLND_STRING username; member

Completed in 50 milliseconds