Home
last modified time | relevance | path

Searched refs:ldap_result_entry_object_handlers (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/ldap/
H A Dldap.c98 …handlers ldap_link_object_handlers, ldap_result_object_handlers, ldap_result_entry_object_handlers; variable
851 ldap_result_entry_ce->default_object_handlers = &ldap_result_entry_object_handlers; in PHP_MINIT_FUNCTION()
853 memcpy(&ldap_result_entry_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
854 ldap_result_entry_object_handlers.offset = XtOffsetOf(ldap_result_entry, std); in PHP_MINIT_FUNCTION()
855 ldap_result_entry_object_handlers.free_obj = ldap_result_entry_free_obj; in PHP_MINIT_FUNCTION()
856 ldap_result_entry_object_handlers.get_constructor = ldap_result_entry_get_constructor; in PHP_MINIT_FUNCTION()
857 ldap_result_entry_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
858 ldap_result_entry_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()

Completed in 15 milliseconds