Lines Matching refs:head
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);
652 getldap_init_serverInfo(server_info_t **head)
659 *head = NULL;
681 *head = info;
728 if (head && *head) {
729 (void) getldap_destroy_serverInfo(*head);
730 *head = NULL;
737 getldap_destroy_serverInfo(server_info_t *head)
745 if (head == NULL) {
751 for (info = head; info; info = next) {
775 getldap_set_serverInfo(server_info_t *head, int reset_bindtime, info_op_t op)
789 if (head == NULL) {
810 for (info = head; info; info = info->next)
826 for (info = head, i = 0; info; info = info->next, i++) {
849 test_server_change(head);
888 getldap_get_serverInfo(server_info_t *head, char *input,
915 if (head == NULL) {
942 (head->sinfo[0].info_status == INFO_STATUS_NEW))
944 for (info = head; info; info = info->next) {
1159 getldap_get_server_stat(server_info_t *head, char **output,
1179 if (head == NULL) {
1202 for (info = head; info; info = info->next) {
1443 getldap_set_refresh_ttl(server_info_t *head, int *refresh_ttl,
1468 if (!head || !refresh_ttl || !no_gd_server) {
1469 logit("getldap_set_refresh_ttl: head is "
1536 for (info = head; info; info = info->next) {
2741 test_server_change(server_info_t *head)
2750 for (info = head; info; info = info->next) {
2779 for (info = head; info; info = info->next) {
2926 set_server_status(char *input, server_info_t *head)
2932 for (info = head; info != NULL; info = info->next) {