Lines Matching refs:jboolean
66 static jboolean vmInitialized;
68 static jboolean initComplete;
73 static jboolean isInAttach = JNI_FALSE;
79 static jboolean isServer = JNI_FALSE; /* Listens for connecting debuggers? */
80 static jboolean isStrict = JNI_FALSE; /* Unused */
81 static jboolean useStandardAlloc = JNI_FALSE; /* Use standard malloc/free? */
84 static jboolean initOnStartup = JNI_TRUE; /* init immediately */
86 static jboolean initOnUncaught = JNI_FALSE; /* init when uncaught exc thrown */
89 static jboolean suspendOnInit = JNI_TRUE; /* suspend all app threads after init */
90 static jboolean dopause = JNI_FALSE; /* pause for debugger attach */
91 static jboolean docoredump = JNI_FALSE; /* core dump on exit */
93 static jboolean directlog = JNI_FALSE; /* Don't add pid to logfile. */
117 static jboolean parseOptions(char *str);
182 static jboolean
216 jboolean found; in find_extension_functions()
646 jboolean isServer;
651 static jboolean
692 jboolean
923 jboolean
1040 static jboolean checkAddress(void *bagItem, void *arg) in checkAddress()
1077 static jboolean
1078 get_boolean(char **pstr, jboolean *answer) in get_boolean()
1103 static jboolean
1361 jboolean specified = bagEnumerateOver(transports, checkAddress, NULL); in parseOptions()