Searched defs:ldap (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/ldap/ |
H A D | ldap.stub.php | 14 function ldap_unbind($ldap): bool {} 20 function ldap_close($ldap): bool {} 55 function ldap_free_result($ldap): bool {} 62 function ldap_count_entries($ldap, $result): int {} 69 function ldap_first_entry($ldap, $result) {} 76 function ldap_next_entry($ldap, $entry) {} 180 function ldap_errno($ldap): int {} 183 function ldap_error($ldap): string {} 224 function ldap_first_reference($ldap, $result) {} 231 function ldap_next_reference($ldap, $entry) {} [all …]
|
H A D | ldap.c | 95 ZEND_GET_MODULE(ldap) in ZEND_GET_MODULE() argument 719 PHP_MINIT_FUNCTION(ldap) in PHP_MINIT_FUNCTION() argument 939 PHP_MSHUTDOWN_FUNCTION(ldap) in PHP_MSHUTDOWN_FUNCTION() argument 947 PHP_MINFO_FUNCTION(ldap) in PHP_MINFO_FUNCTION() argument 997 LDAP *ldap = NULL; in PHP_FUNCTION() local 1087 static int _get_lderrno(LDAP *ldap) in _get_lderrno() 1102 static void _set_lderrno(LDAP *ldap, int lderr) in _set_lderrno() 1386 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, i… in php_set_opts() 1816 LDAP *ldap; in PHP_FUNCTION() local 3121 LDAP *ldap; in PHP_FUNCTION() local [all …]
|
Completed in 18 milliseconds