Searched defs:dn (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/ldap/ |
H A D | ldap.stub.php | 627 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive… 640 …function ldap_bind(LDAP\Connection $ldap, ?string $dn = null, #[\SensitiveParameter] ?string $pass…
|
H A D | ldap.c | 1886 char *dn; in PHP_FUNCTION() local 2168 char *dn, **ldap_value; in PHP_FUNCTION() local 2194 char *dn, *ufn; in PHP_FUNCTION() local 2222 char *dn; in php_ldap_do_modify() local 2483 char *dn; in php_ldap_do_delete() local 2554 char *dn; in PHP_FUNCTION() local 2878 char *dn, *attr; in PHP_FUNCTION() local 3563 char *dn, *newrdn, *newparent; in php_ldap_do_rename() local
|
/php-src/ext/openssl/ |
H A D | openssl.c | 2919 static zend_result php_openssl_csr_make(struct php_x509_request * req, X509_REQ * csr, zval * dn, z… in php_openssl_csr_make() 3417 zval *args = NULL, *dn, *attribs = NULL; in PHP_FUNCTION() local
|
Completed in 54 milliseconds