Searched defs:ldap (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/ext/ldap/ |
| H A D | ldap.c | 83 ZEND_DECLARE_MODULE_GLOBALS(ldap) 84 static PHP_GINIT_FUNCTION(ldap); 89 ZEND_GET_MODULE(ldap) 131 STD_PHP_INI_ENTRY_EX("ldap.max_links", "-1", PHP_INI_SYSTEM, OnUpdateLong, max_links, zend_ldap_globals, ldap_globals, display_link_numbers) 137 static PHP_GINIT_FUNCTION(ldap) 145 PHP_MINIT_FUNCTION(ldap) 198 le_link = zend_register_list_destructors_ex(_close_ldap_link, NULL, "ldap link", module_number); 199 le_result = zend_register_list_destructors_ex(_free_ldap_result, NULL, "ldap result", module_number); 200 le_result_entry = zend_register_list_destructors_ex(_free_ldap_result_entry, NULL, "ldap result entry", module_number); 210 PHP_MSHUTDOWN_FUNCTION(ldap) 294 LDAP *ldap; local 361 _get_lderrno(LDAP *ldap) argument 549 php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, int *old_timelimit, int *old_deref) argument 922 LDAP *ldap; local 1660 LDAP *ldap; local 2055 _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params) argument 2200 LDAP *ldap; local [all...] |
| H A D | php_ldap.h | 30 #include <ldap.h> 36 PHP_MINIT_FUNCTION(ldap); variable 37 PHP_MSHUTDOWN_FUNCTION(ldap); variable 38 PHP_MINFO_FUNCTION(ldap); variable 40 ZEND_BEGIN_MODULE_GLOBALS(ldap) 43 ZEND_END_MODULE_GLOBALS(ldap)
|
Completed in 6 milliseconds