Home
last modified time | relevance | path

Searched refs:wallet (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/ldap/
H A Dldap.stub.php7 function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, string $passw… argument
H A Dldap_arginfo.h8 ZEND_ARG_TYPE_INFO(0, wallet, IS_STRING, 0)
H A Dldap.c991 char *wallet = NULL, *walletpasswd = NULL; in PHP_FUNCTION() local
1004 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!lssl", &host, &hostlen, &port, &wallet, &walletlen,… in PHP_FUNCTION()
1071 if (ldap_init_SSL(&ldap->ld_sb, wallet, walletpasswd, authmode)) { in PHP_FUNCTION()

Completed in 24 milliseconds