Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Droot_dse.c56 typedef struct entry_info_t { struct
59 struct entry_info_t *next; argument
60 } entry_info_t; typedef
62 static entry_info_t *extra_info;
67 entry_info_t *ei = ch_calloc( 1, sizeof( entry_info_t ) ); in entry_info_register()
81 entry_info_t **eip; in entry_info_unregister()
85 entry_info_t *ei = *eip; in entry_info_unregister()
101 entry_info_t **eip; in entry_info_destroy()
104 entry_info_t *ei = *eip; in entry_info_destroy()
374 entry_info_t *ei = extra_info; in root_dse_info()