Home
last modified time | relevance | path

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

/PHP-8.0/ext/ldap/
H A Dldap.stub.php23 function ldap_bind($ldap, ?string $dn = null, ?string $password = null): bool {}
121 function ldap_explode_dn(string $dn, int $with_attrib): array|false {}
123 function ldap_dn2ufn(string $dn): string|false {}
126 function ldap_add($ldap, string $dn, array $entry, ?array $controls = null): bool {}
132 function ldap_add_ext($ldap, string $dn, array $entry, ?array $controls = null) {}
135 function ldap_delete($ldap, string $dn, ?array $controls = null): bool {}
141 function ldap_delete_ext($ldap, string $dn, ?array $controls = null) {}
153 function ldap_mod_add_ext($ldap, string $dn, array $entry, ?array $controls = null) {}
162 function ldap_modify($ldap, string $dn, array $entry, ?array $controls = null): bool {}
177 function ldap_mod_del_ext($ldap, string $dn, array $entry, ?array $controls = null) {}
[all …]
H A Dldap.c1822 char *dn; in PHP_FUNCTION() local
2119 char *dn, **ldap_value; in PHP_FUNCTION() local
2150 char *dn, *ufn; in PHP_FUNCTION() local
2179 char *dn; in php_ldap_do_modify() local
2417 char *dn; in php_ldap_do_delete() local
2532 char *dn; in PHP_FUNCTION() local
2897 char *dn, *attr, *value; in PHP_FUNCTION() local
3568 char *dn, *newrdn, *newparent; in php_ldap_do_rename() local
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c81 #define DN4(dn) (freg_map[dn] << 16) argument
/PHP-8.0/ext/openssl/
H A Dopenssl.c2944 static int php_openssl_make_REQ(struct php_x509_request * req, X509_REQ * csr, zval * dn, zval * at… in php_openssl_make_REQ()
3419 zval *args = NULL, *dn, *attribs = NULL; in PHP_FUNCTION() local

Completed in 39 milliseconds