Lines Matching refs:temp
627 struct loadmaster_cbdata *temp = (struct loadmaster_cbdata *)udata;
628 char *defopts = temp->ptr1;
629 char **stack = temp->ptr2;
630 char ***stkptr = temp->ptr3;
786 struct loaddirect_cbdata *temp = (struct loaddirect_cbdata *)udata;
787 char *opts = temp->ptr1;
788 char *localmap = temp->ptr2;
789 char **stack = temp->ptr3;
790 char ***stkptr = temp->ptr4;
901 struct dir_cbdata *temp = (struct dir_cbdata *)udata;
902 struct dir_entry **list = temp->list;
903 struct dir_entry *last = temp->last;
961 temp->error = ENOMEM;
965 temp->last = last;
966 temp->error = 0;