Home
last modified time | relevance | path

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

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

Completed in 31 milliseconds