Searched defs:numProps (Results 1 - 3 of 3) sorted by relevance
/glassfish-3.1.2/installer/src/cpp/share/launcher/ |
H A D | java.c | 62 static int numProps = 0; variable 784 ret = ExecuteJava(jrepath, numOptions, options, numProps, props); 992 if (numProps >= maxProps) 1004 memcpy(tmp, props, numProps * sizeof(JavaPropsOption)); 1009 props[numProps++].propsString = str;
|
H A D | java_md.winnt.c | 1472 ExecuteJava(const char *jrepath, int numOptions, const JavaVMOption *options,int numProps, const JavaPropsOption *props) argument 1526 for (i = 0; i < numProps; i++) 1550 for (i = 0; i < numProps; i++)
|
H A D | java_md.unix.c | 1909 ExecuteJava(const char *jrepath, int numOptions, const JavaVMOption *options,int numProps, const JavaPropsOption *props) argument 1964 for (i = 0; i < numProps; i++) {
|
Completed in 18 milliseconds