Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.stub.php627 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive… argument
629 …function ldap_connect_wallet(?string $uri = null, string $wallet, #[\SensitiveParameter] string $p…
H A Dldap_arginfo.h8 ZEND_ARG_TYPE_INFO(0, wallet, IS_STRING, 0)
17 ZEND_ARG_TYPE_INFO(0, wallet, IS_STRING, 0)
H A Dldap.c943 char *wallet = NULL, *walletpasswd = NULL; in PHP_FUNCTION() local
963 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!lssl", &host, &hostlen, &port, &wallet, &walletlen,… in PHP_FUNCTION()
1030 if (ldap_init_SSL(&ldap->ld_sb, wallet, walletpasswd, authmode)) { in PHP_FUNCTION()
1048 char *wallet = NULL, *walletpasswd = NULL; in PHP_FUNCTION() local
1057 &host, &hostlen, &wallet, &walletlen, &walletpasswd, &walletpasswdlen, &authmode) != SUCCESS in PHP_FUNCTION()
1101 if (ldap_init_SSL(&ldap->ld_sb, wallet, walletpasswd, authmode)) { in PHP_FUNCTION()

Completed in 24 milliseconds