Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.c97 static zend_object_handlers ldap_link_object_handlers, ldap_result_object_handlers, ldap_result_ent… variable
828 ldap_link_ce->default_object_handlers = &ldap_link_object_handlers; in PHP_MINIT_FUNCTION()
830 memcpy(&ldap_link_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
831 ldap_link_object_handlers.offset = XtOffsetOf(ldap_linkdata, std); in PHP_MINIT_FUNCTION()
832 ldap_link_object_handlers.free_obj = ldap_link_free_obj; in PHP_MINIT_FUNCTION()
833 ldap_link_object_handlers.get_constructor = ldap_link_get_constructor; in PHP_MINIT_FUNCTION()
834 ldap_link_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
835 ldap_link_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()

Completed in 14 milliseconds