Home
last modified time | relevance | path

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

/PHP-8.3/ext/ldap/
H A Dldap.c98 static zend_object_handlers ldap_link_object_handlers, ldap_result_object_handlers, ldap_result_ent… variable
840 ldap_result_ce->default_object_handlers = &ldap_result_object_handlers; in PHP_MINIT_FUNCTION()
842 memcpy(&ldap_result_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
843 ldap_result_object_handlers.offset = XtOffsetOf(ldap_resultdata, std); in PHP_MINIT_FUNCTION()
844 ldap_result_object_handlers.free_obj = ldap_result_free_obj; in PHP_MINIT_FUNCTION()
845 ldap_result_object_handlers.get_constructor = ldap_result_get_constructor; in PHP_MINIT_FUNCTION()
846 ldap_result_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
847 ldap_result_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()

Completed in 33 milliseconds