Lines Matching refs:jres
682 struct jvminfo *jres = NULL;
747 info->next = jres;
748 jres = info;
811 info->next = jres;
812 jres = info;
880 while (jres && jres->next)
883 if (jrefoundpath || strcmp(jres->next->version, jres->version) > 0)
885 info = jres;
886 jres = jres->next;
890 info = jres->next;
891 jres->next = jres->next->next;
898 if (jres)
901 jrefoundpath = jres->path;
903 free(jres->path);
904 free(jres->version);
905 free(jres);
906 jres = NULL;