| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | ldap_avl.h | 55 typedef struct tavlnode TAvlnode; typedef 132 ldap_tavl_free LDAP_P(( TAvlnode *root, AVL_FREE dfree )); 135 ldap_tavl_insert LDAP_P((TAvlnode **, void*, AVL_CMP, AVL_DUP)); 138 ldap_tavl_delete LDAP_P((TAvlnode **, void*, AVL_CMP)); 141 ldap_tavl_find LDAP_P((TAvlnode *, const void*, AVL_CMP)); 143 LDAP_AVL_F( TAvlnode* ) 144 ldap_tavl_find2 LDAP_P((TAvlnode *, const void*, AVL_CMP)); 146 LDAP_AVL_F( TAvlnode* ) 147 ldap_tavl_find3 LDAP_P((TAvlnode *, const void*, AVL_CMP, int *ret)); 152 LDAP_AVL_F( TAvlnode* ) [all …]
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | tavl.c | 68 ldap_tavl_insert( TAvlnode ** root, void *data, AVL_CMP fcmp, AVL_DUP fdup ) in ldap_tavl_insert() 70 TAvlnode *t, *p, *s, *q, *r; in ldap_tavl_insert() 74 if (( r = (TAvlnode *) ber_memalloc( sizeof( TAvlnode ))) == NULL ) { in ldap_tavl_insert() 99 if (( q = (TAvlnode *) ber_memalloc( sizeof( TAvlnode ))) == NULL ) { in ldap_tavl_insert() 195 ldap_tavl_delete( TAvlnode **root, void* data, AVL_CMP fcmp ) in ldap_tavl_delete() 197 TAvlnode *p, *q, *r, *top; in ldap_tavl_delete() 201 TAvlnode *pptr[MAX_TREE_DEPTH]; in ldap_tavl_delete() 432 ldap_tavl_free( TAvlnode *root, AVL_FREE dfree ) in ldap_tavl_free() 462 TAvlnode * 463 ldap_tavl_find3( TAvlnode *root, const void *data, AVL_CMP fcmp, int *ret ) in ldap_tavl_find3() [all …]
|
| H A D | testtavl.c | 47 static void ravl_print LDAP_P(( TAvlnode *root, int depth, int thread )); 48 static void myprint LDAP_P(( TAvlnode *root )); 54 TAvlnode *tree = NULL, *n; in main() 123 static void ravl_print( TAvlnode *root, int depth, int thread ) in ravl_print() 148 static void myprint( TAvlnode *root ) in myprint()
|
| H A D | request.c | 337 TAvlnode *node = ldap_tavl_end( ld->ld_requests, TAVL_DIR_RIGHT ); in ldap_send_server_request() 917 TAvlnode *node; in ldap_dump_requests_and_responses()
|
| H A D | ldap-int.h | 465 TAvlnode *ldc_requests; /* list of outstanding requests */
|
| H A D | result.c | 353 TAvlnode *node = ldap_tavl_end( ld->ld_requests, TAVL_DIR_RIGHT ); in wait4msg()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| H A D | distproc.c | 498 TAvlnode *edge; in distproc_cfadd() 514 TAvlnode *next = ldap_tavl_next( edge, TAVL_DIR_RIGHT ); in distproc_cfadd() 740 TAvlnode *edge = ldap_tavl_end( lc->lc_lai.lai_tree, TAVL_DIR_LEFT ); in ldap_distproc_db_func() 742 TAvlnode *next = ldap_tavl_next( edge, TAVL_DIR_RIGHT ); in ldap_distproc_db_func() 867 TAvlnode *edge; in ldap_distproc_connection_destroy() 873 TAvlnode *next = ldap_tavl_next( edge, TAVL_DIR_RIGHT ); in ldap_distproc_connection_destroy()
|
| H A D | chain.c | 1469 TAvlnode *edge; in chain_cfadd() 1478 TAvlnode *next = ldap_tavl_next( edge, TAVL_DIR_RIGHT ); in chain_cfadd() 1963 TAvlnode *edge = ldap_tavl_end( lc->lc_lai.lai_tree, TAVL_DIR_LEFT ); in ldap_chain_db_func() 1965 TAvlnode *next = ldap_tavl_next( edge, TAVL_DIR_RIGHT ); in ldap_chain_db_func() 2163 TAvlnode *edge; in ldap_chain_connection_destroy() 2170 TAvlnode *next = ldap_tavl_next( edge, TAVL_DIR_RIGHT ); in ldap_chain_connection_destroy()
|
| H A D | monitor.c | 548 TAvlnode *edge; in ldap_back_monitor_conn_create() 575 TAvlnode *next = ldap_tavl_next( edge, TAVL_DIR_RIGHT ); in ldap_back_monitor_conn_create()
|
| H A D | back-ldap.h | 185 TAvlnode *lai_tree;
|
| H A D | bind.c | 126 TAvlnode *edge = ldap_tavl_end( li->li_conninfo.lai_tree, TAVL_DIR_LEFT ); in ldap_back_print_conntree() 3087 TAvlnode *edge; in ldap_back_conn_prune() 3126 TAvlnode *next = ldap_tavl_next( edge, TAVL_DIR_RIGHT ); in ldap_back_conn_prune()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | dynlist.c | 341 TAvlnode *dy_subs; 342 TAvlnode *dy_sups; 383 dynlist_nested_memberOf( Entry *e, AttributeDescription *ad, TAvlnode *sups ) in dynlist_nested_memberOf() 385 TAvlnode *ptr; in dynlist_nested_memberOf() 413 TAvlnode *dm_groups; 443 dynlist_nested_member( Operation *op, dynlist_member_t *dm, TAvlnode *subs ) in dynlist_nested_member() 446 TAvlnode *ptr; in dynlist_nested_member() 1007 TAvlnode *ds_names; 1008 TAvlnode *ds_fnodes; 1271 TAvlnode *ptr; in dynlist_filter_group() [all …]
|
| H A D | sssvlv.c | 113 TAvlnode *so_tree; 416 TAvlnode *cur_node, *next_node; in free_sort_op() 454 TAvlnode *cur_node, *tmp_node; in send_list() 607 TAvlnode *cur_node = so->so_tree; in send_page() 608 TAvlnode *next_node = NULL; in send_page() 672 TAvlnode *start_node = ldap_tavl_end(so->so_tree, TAVL_DIR_LEFT); in send_entry()
|
| H A D | translucent.c | 781 TAvlnode *list; 1186 TAvlnode *av; in translucent_search()
|
| H A D | syncprov.c | 139 TAvlnode *sl_entries; 1711 TAvlnode *edge = ldap_tavl_end( sl->sl_entries, TAVL_DIR_LEFT ); in syncprov_add_slog() 1714 TAvlnode *next = ldap_tavl_next( edge, TAVL_DIR_RIGHT ); in syncprov_add_slog() 1999 TAvlnode *entry; in syncprov_play_sessionlog()
|
| H A D | pcache.c | 73 TAvlnode *scopes[4]; /* threaded AVL trees of cached queries */ 1283 find_filter( Operation *op, TAvlnode *root, Filter *inputf, Filter *first ) in find_filter() 1290 TAvlnode *ptr; in find_filter()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | back-mdb.h | 148 TAvlnode *ai_root; /* for tools */
|
| /netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
| H A D | lload.h | 397 TAvlnode *c_ops; /* Operations pending on the connection */
|
| H A D | connection.c | 543 TAvlnode *node = ldap_tavl_end( c->c_ops, TAVL_DIR_LEFT ); in lload_connection_close()
|
| H A D | client.c | 495 TAvlnode *root; in client_reset()
|
| H A D | operation.c | 527 TAvlnode *ops = NULL, *node, *next; in connection_timeout()
|
| H A D | upstream.c | 1003 TAvlnode *root; in upstream_unlink()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| H A D | conn.c | 168 meta_back_ravl_print( TAvlnode *root, int depth ) in meta_back_ravl_print()
|