Searched defs:username (Results 1 – 5 of 5) sorted by relevance
/PHP-5.5/ext/oci8/ |
H A D | oci8.c | 1730 char *username, *password; in php_oci_do_connect() local 1759 php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char *password, int pas… in php_oci_do_connect_ex() 2707 static php_oci_spool *php_oci_create_spool(char *username, int username_len, char *password, int pa… in php_oci_create_spool() 2836 static php_oci_spool *php_oci_get_spool(char *username, int username_len, char *password, int passw… in php_oci_get_spool() 2943 …ession(php_oci_connection *connection, char *dbname, int dbname_len, char *username, int username_… in php_oci_old_create_session() 3116 …nnection, php_oci_spool *session_pool, char *dbname, int dbname_len, char *username, int username_… in php_oci_create_session()
|
/PHP-5.5/ext/interbase/ |
H A D | ibase_service.c | 33 char *username; member
|
/PHP-5.5/ext/mysqli/ |
H A D | mysqli_nonapi.c | 65 char *hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL; local
|
/PHP-5.5/ext/pdo/ |
H A D | pdo_dbh.c | 209 char *username=NULL, *password=NULL; in PHP_METHOD() local
|
H A D | php_pdo_driver.h | 442 char *username, *password; member
|
Completed in 25 milliseconds