Searched refs:jres (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava_md.winnt.c682 struct jvminfo *jres = NULL; local
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;
[all...]
H A Djava_md.unix.c917 struct jvminfo *jres = NULL; local
954 info->next = jres;
955 jres = info;
1001 info->next = jres;
1002 jres = info;
1079 info->next = jres;
1080 jres = info;
1144 while (jres && jres->next)
1147 if (jrefoundpath || strcmp(jres
[all...]

Completed in 30 milliseconds