Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c150 } server_info_t; typedef
167 static int getldap_destroy_serverInfo(server_info_t *head);
168 static void test_server_change(server_info_t *head);
170 static ns_server_status_t set_server_status(char *input, server_info_t *head);
454 sync_current_with_update_copy(server_info_t *info) in sync_current_with_update_copy()
524 server_info_t *serverInfo = (server_info_t *)arg; in getldap_get_rootDSE()
652 getldap_init_serverInfo(server_info_t **head) in getldap_init_serverInfo()
657 server_info_t *info, *tail = NULL; in getldap_init_serverInfo()
673 info = (server_info_t *)calloc(1, sizeof (server_info_t)); in getldap_init_serverInfo()
737 getldap_destroy_serverInfo(server_info_t *head) in getldap_destroy_serverInfo()
[all …]