Home
last modified time | relevance | path

Searched refs:fixmsg (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/native/
DDeflater.c82 static void throwInternalErrorHelper(JNIEnv *env, z_stream *strm, const char *fixmsg) { in throwInternalErrorHelper() argument
84 msg = (strm->msg != NULL) ? strm->msg : fixmsg; in throwInternalErrorHelper()