Lines Matching refs:NULL
35 if (env->ExceptionCheck() || thisClass == NULL) { in OutputStream_setup()
40 if (NULL == fidNumber || env->ExceptionCheck()) { in OutputStream_setup()
88 if (env->ExceptionCheck() || thisClass == NULL) { in InputStream_setup()
91 jmethodID setMethod = NULL; in InputStream_setup()
94 if (dimens != NULL) { in InputStream_setup()
96 if (env->ExceptionCheck() || pointClass == NULL) { in InputStream_setup()
100 if (env->ExceptionCheck() || setMethod == NULL) { in InputStream_setup()
106 if (NULL == fidNumber || env->ExceptionCheck()) { in InputStream_setup()
131 if (dimens != NULL) { in InputStream_setup()
150 if (env->ExceptionCheck() || thisClass == NULL) { in getWPtr()
151 return NULL; in getWPtr()
154 if (NULL == fidNumber || env->ExceptionCheck()) { in getWPtr()
155 return NULL; in getWPtr()
159 return NULL; in getWPtr()
163 if (fid != NULL) { in getWPtr()
171 if (env->ExceptionCheck() || thisClass == NULL) { in getRPtr()
172 return NULL; in getRPtr()
175 if (NULL == fidNumber || env->ExceptionCheck()) { in getRPtr()
176 return NULL; in getRPtr()
180 return NULL; in getRPtr()
184 if (fid != NULL) { in getRPtr()
191 jfieldID fidNumber = NULL; in OutputStream_cleanup()
193 if (w_ptr == NULL) { in OutputStream_cleanup()
200 w_ptr = NULL; in OutputStream_cleanup()
206 jfieldID fidNumber = NULL; in InputStream_cleanup()
208 if (r_ptr == NULL) { in InputStream_cleanup()
215 r_ptr = NULL; in InputStream_cleanup()
222 JpegWriter* w_ptr = getWPtr(env, thiz, NULL); in OutputStream_writeInputBytes()
223 if (w_ptr == NULL) { in OutputStream_writeInputBytes()
228 if (env->ExceptionCheck() || in_buf == NULL) { in OutputStream_writeInputBytes()
248 JpegReader* r_ptr = getRPtr(env, thiz, NULL); in InputStream_readDecodedBytes()
249 if (r_ptr == NULL) { in InputStream_readDecodedBytes()
254 if (env->ExceptionCheck() || in_buf == NULL) { in InputStream_readDecodedBytes()
281 JpegReader* r_ptr = getRPtr(env, thiz, NULL); in InputStream_skipDecodedBytes()
282 if (r_ptr == NULL) { in InputStream_skipDecodedBytes()
290 skip = r_ptr->read(NULL, 0, bytes); in InputStream_skipDecodedBytes()
315 if (clazz == NULL) { in registerNativeMethods()
344 if (outCls == NULL) { in JNI_OnLoad()
349 if (cachedWriteFun == NULL) { in JNI_OnLoad()
357 if (inCls == NULL) { in JNI_OnLoad()
362 if (cachedReadFun == NULL) { in JNI_OnLoad()
367 if (cachedSkipFun == NULL) { in JNI_OnLoad()