OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVL_FREE
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/openldap/dist/include/
ldap_avl.h
91
typedef void (*
AVL_FREE
) LDAP_P((void*));
94
ldap_avl_free LDAP_P(( Avlnode *root,
AVL_FREE
dfree ));
132
ldap_tavl_free LDAP_P(( TAvlnode *root,
AVL_FREE
dfree ));
/src/external/bsd/openldap/dist/servers/lloadd/
init.c
124
ldap_tavl_free( lload_control_actions, (
AVL_FREE
)lload_restriction_free );
125
ldap_tavl_free( lload_exop_actions, (
AVL_FREE
)lload_restriction_free );
upstream.c
1095
freed = ldap_tavl_free( root, (
AVL_FREE
)operation_lost_upstream );
1098
ldap_tavl_free( linked_root, (
AVL_FREE
)linked_upstream_lost );
client.c
701
freed = ldap_tavl_free( root, (
AVL_FREE
)operation_abandon );
config.c
1436
ldap_tavl_free( *root, (
AVL_FREE
)lload_restriction_free );
/src/external/bsd/openldap/dist/libraries/libldap/
tavl.c
432
ldap_tavl_free( TAvlnode *root,
AVL_FREE
dfree )
avl.c
507
ldap_avl_free( Avlnode *root,
AVL_FREE
dfree )
/src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c
1684
ldap_tavl_free( sl->sl_entries, (
AVL_FREE
)ch_free );
4224
ldap_tavl_free( sl->sl_entries, (
AVL_FREE
)ch_free );
Completed in 21 milliseconds
Indexes created Sun Aug 30 00:27:18 UTC 2026