Home
last modified time | relevance | path

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

/unit/src/java/
H A Dnxt_jni_OutputStream.c115 nxt_java_throw_IOException(env, "Failed to allocate response"); in nxt_java_OutputStream_flush_buf()
124 nxt_java_throw_IOException(env, "Failed to send response headers"); in nxt_java_OutputStream_flush_buf()
133 nxt_java_throw_IOException(env, "Failed to send buffer"); in nxt_java_OutputStream_flush_buf()
162 nxt_java_throw_IOException(env, "Failed to allocate buffer"); in nxt_java_OutputStream_req_buf()
H A Dnxt_jni_HeadersEnumeration.c131 nxt_java_throw_IOException(env, "pos >= size"); in nxt_java_HeadersEnumeration_nextElement()
141 nxt_java_throw_IOException(env, "f->hash != hash"); in nxt_java_HeadersEnumeration_nextElement()
H A Dnxt_jni.h18 void nxt_java_throw_IOException(JNIEnv *env, const char *msg);
H A Dnxt_jni.c93 nxt_java_throw_IOException(JNIEnv *env, const char *msg) in nxt_java_throw_IOException() function