Home
last modified time | relevance | path

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

/PHP-8.1/ext/ldap/
H A Dldap.c96 …handlers ldap_link_object_handlers, ldap_result_object_handlers, ldap_result_entry_object_handlers; variable
200 intern->std.handlers = &ldap_result_entry_object_handlers; in ldap_result_entry_create_object()
850 memcpy(&ldap_result_entry_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
851 ldap_result_entry_object_handlers.offset = XtOffsetOf(ldap_result_entry, std); in PHP_MINIT_FUNCTION()
852 ldap_result_entry_object_handlers.free_obj = ldap_result_entry_free_obj; in PHP_MINIT_FUNCTION()
853 ldap_result_entry_object_handlers.get_constructor = ldap_result_entry_get_constructor; in PHP_MINIT_FUNCTION()
854 ldap_result_entry_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
855 ldap_result_entry_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()

Completed in 12 milliseconds