Searched defs:dn (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/ldap/ |
H A D | ldap.stub.php | 613 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive… 623 …function ldap_bind(LDAP\Connection $ldap, ?string $dn = null, #[\SensitiveParameter] ?string $pass…
|
H A D | ldap.c | 1771 char *dn; in PHP_FUNCTION() local 2053 char *dn, **ldap_value; in PHP_FUNCTION() local 2084 char *dn, *ufn; in PHP_FUNCTION() local 2113 char *dn; in php_ldap_do_modify() local 2354 char *dn; in php_ldap_do_delete() local 2470 char *dn; in PHP_FUNCTION() local 2846 char *dn, *attr, *value; in PHP_FUNCTION() local 3506 char *dn, *newrdn, *newparent; in php_ldap_do_rename() local
|
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 83 #define DN4(dn) ((sljit_ins)freg_map[dn] << 16) argument
|
/PHP-8.2/ext/openssl/ |
H A D | openssl.c | 2836 static int php_openssl_make_REQ(struct php_x509_request * req, X509_REQ * csr, zval * dn, zval * at… in php_openssl_make_REQ() 3319 zval *args = NULL, *dn, *attribs = NULL; in PHP_FUNCTION() local
|
Completed in 51 milliseconds