Home
last modified time | relevance | path

Searched defs:dn (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/ldap/
H A Dldap.stub.php46 function ldap_bind(LDAP\Connection $ldap, ?string $dn = null, ?string $password = null): bool {}
106 function ldap_explode_dn(string $dn, int $with_attrib): array|false {}
108 function ldap_dn2ufn(string $dn): string|false {}
110 …function ldap_add(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): bool …
114 function ldap_delete(LDAP\Connection $ldap, string $dn, ?array $controls = null): bool {}
116 …function ldap_delete_ext(LDAP\Connection $ldap, string $dn, ?array $controls = null): LDAP\Result|…
120 …function ldap_mod_add(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): b…
124 …function ldap_mod_replace(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null…
127 …function ldap_modify(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): bo…
131 …function ldap_mod_del(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): b…
[all …]
H A Dldap.c1967 char *dn; in PHP_FUNCTION() local
2249 char *dn, **ldap_value; in PHP_FUNCTION() local
2280 char *dn, *ufn; in PHP_FUNCTION() local
2309 char *dn; in php_ldap_do_modify() local
2552 char *dn; in php_ldap_do_delete() local
2668 char *dn; in PHP_FUNCTION() local
3030 char *dn, *attr, *value; in PHP_FUNCTION() local
3690 char *dn, *newrdn, *newparent; in php_ldap_do_rename() local
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c81 #define DN4(dn) (freg_map[dn] << 16) argument
/PHP-8.1/ext/openssl/
H A Dopenssl.c2943 static int php_openssl_make_REQ(struct php_x509_request * req, X509_REQ * csr, zval * dn, zval * at… in php_openssl_make_REQ()
3418 zval *args = NULL, *dn, *attribs = NULL; in PHP_FUNCTION() local

Completed in 57 milliseconds