Home
last modified time | relevance | path

Searched refs:ldap_result_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
862 ldap_result_ce->default_object_handlers = &ldap_result_object_handlers; in PHP_MINIT_FUNCTION()
864 memcpy(&ldap_result_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
865 ldap_result_object_handlers.offset = XtOffsetOf(ldap_resultdata, std); in PHP_MINIT_FUNCTION()
866 ldap_result_object_handlers.free_obj = ldap_result_free_obj; in PHP_MINIT_FUNCTION()
867 ldap_result_object_handlers.get_constructor = ldap_result_get_constructor; in PHP_MINIT_FUNCTION()
868 ldap_result_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
869 ldap_result_object_handlers.compare = zend_objects_not_comparable; in PHP_MINIT_FUNCTION()

Completed in 13 milliseconds