/unit/src/java/ |
H A D | nxt_jni_Request.c | 86 nxt_java_initRequest(JNIEnv *env, jobject cl) in nxt_java_initRequest() 273 nxt_java_Request_getHeader(JNIEnv *env, jclass cls, jlong req_ptr, in nxt_java_Request_getHeader() 312 nxt_java_Request_getHeaders(JNIEnv *env, jclass cls, jlong req_ptr, in nxt_java_Request_getHeaders() 382 nxt_java_Request_getMethod(JNIEnv *env, jclass cls, jlong req_ptr) in nxt_java_Request_getMethod() 517 nxt_java_Request_getProtocol(JNIEnv *env, jclass cls, jlong req_ptr) in nxt_java_Request_getProtocol() 587 nxt_java_Request_getScheme(JNIEnv *env, jclass cls, jlong req_ptr) in nxt_java_Request_getScheme() 661 nxt_java_Request_isSecure(JNIEnv *env, jclass cls, jlong req_ptr) in nxt_java_Request_isSecure() 753 nxt_java_Request_sendWsFrameBuf(JNIEnv *env, jclass cls, in nxt_java_Request_sendWsFrameBuf() 771 nxt_java_Request_sendWsFrameArr(JNIEnv *env, jclass cls, in nxt_java_Request_sendWsFrameArr() 812 nxt_java_Request_websocket(JNIEnv *env, jobject jreq, jobject jbuf, in nxt_java_Request_websocket() [all …]
|
H A D | nxt_jni_Context.c | 28 nxt_java_initContext(JNIEnv *env, jobject cl) in nxt_java_initContext() 96 nxt_java_startContext(JNIEnv *env, const char *webapp, jobject classpaths) in nxt_java_startContext() 112 nxt_java_service(JNIEnv *env, jobject ctx, jobject jreq, jobject jresp) in nxt_java_service() 119 nxt_java_stopContext(JNIEnv *env, jobject ctx) in nxt_java_stopContext() 126 nxt_java_Context_log(JNIEnv *env, jclass cls, jlong ctx_ptr, jstring msg, in nxt_java_Context_log() 146 nxt_java_Context_trace(JNIEnv *env, jclass cls, jlong ctx_ptr, jstring msg, in nxt_java_Context_trace()
|
H A D | nxt_jni_OutputStream.c | 32 nxt_java_initOutputStream(JNIEnv *env, jobject cl) in nxt_java_initOutputStream() 81 nxt_java_OutputStream_writeByte(JNIEnv *env, jclass cls, jlong req_info_ptr, in nxt_java_OutputStream_writeByte() 105 nxt_java_OutputStream_flush_buf(JNIEnv *env, nxt_unit_request_info_t *req) in nxt_java_OutputStream_flush_buf() 148 nxt_java_OutputStream_req_buf(JNIEnv *env, nxt_unit_request_info_t *req) in nxt_java_OutputStream_req_buf() 175 nxt_java_OutputStream_write(JNIEnv *env, jclass cls, jlong req_info_ptr, in nxt_java_OutputStream_write() 218 nxt_java_OutputStream_flush(JNIEnv *env, jclass cls, jlong req_info_ptr) in nxt_java_OutputStream_flush() 233 nxt_java_OutputStream_close(JNIEnv *env, jclass cls, jlong req_info_ptr) in nxt_java_OutputStream_close()
|
H A D | nxt_jni_URLClassLoader.c | 23 nxt_java_initURLClassLoader(JNIEnv *env) in nxt_java_initURLClassLoader() 92 nxt_java_newURLClassLoader(JNIEnv *env, int url_count, char **urls) in nxt_java_newURLClassLoader() 107 nxt_java_newURLClassLoader_parent(JNIEnv *env, int url_count, char **urls, in nxt_java_newURLClassLoader_parent() 124 nxt_java_newURLs(JNIEnv *env, int url_count, char **urls) in nxt_java_newURLs() 156 nxt_java_loadClass(JNIEnv *env, jobject cl, const char *name) in nxt_java_loadClass() 171 nxt_java_addURL(JNIEnv *env, jobject cl, const char *url) in nxt_java_addURL()
|
H A D | nxt_jni_Response.c | 113 nxt_java_initResponse(JNIEnv *env, jobject cl) in nxt_java_initResponse() 253 nxt_java_newResponse(JNIEnv *env, nxt_unit_request_info_t *req) in nxt_java_newResponse() 261 nxt_java_Response_addHeader(JNIEnv *env, jclass cls, jlong req_info_ptr, in nxt_java_Response_addHeader() 419 nxt_java_Response_containsHeader(JNIEnv *env, in nxt_java_Response_containsHeader() 527 nxt_java_Response_getHeaders(JNIEnv *env, jclass cls, in nxt_java_Response_getHeaders() 607 nxt_java_Response_commit(JNIEnv *env, jclass cls, jlong req_info_ptr) in nxt_java_Response_commit() 618 nxt_java_Response_sendRedirect(JNIEnv *env, jclass cls, in nxt_java_Response_sendRedirect() 723 nxt_java_Response_setHeader(JNIEnv *env, jclass cls, in nxt_java_Response_setHeader() 763 nxt_java_Response_removeHeader(JNIEnv *env, jclass cls, in nxt_java_Response_removeHeader() 823 nxt_java_Response_setIntHeader(JNIEnv *env, jclass cls, in nxt_java_Response_setIntHeader() [all …]
|
H A D | nxt_jni_Thread.c | 19 nxt_java_initThread(JNIEnv *env) in nxt_java_initThread() 65 nxt_java_setContextClassLoader(JNIEnv *env, jobject cl) in nxt_java_setContextClassLoader() 81 nxt_java_getContextClassLoader(JNIEnv *env) in nxt_java_getContextClassLoader()
|
H A D | nxt_jni_InputStream.c | 35 nxt_java_initInputStream(JNIEnv *env, jobject cl) in nxt_java_initInputStream() 90 nxt_java_InputStream_readLine(JNIEnv *env, jclass cls, in nxt_java_InputStream_readLine() 116 nxt_java_InputStream_isFinished(JNIEnv *env, jclass cls, jlong req_info_ptr) in nxt_java_InputStream_isFinished() 127 nxt_java_InputStream_readByte(JNIEnv *env, jclass cls, jlong req_info_ptr) in nxt_java_InputStream_readByte() 142 nxt_java_InputStream_read(JNIEnv *env, jclass cls, jlong req_info_ptr, in nxt_java_InputStream_read() 164 nxt_java_InputStream_skip(JNIEnv *env, jclass cls, jlong req_info_ptr, jlong n) in nxt_java_InputStream_skip() 203 nxt_java_InputStream_available(JNIEnv *env, jclass cls, jlong req_info_ptr) in nxt_java_InputStream_available()
|
H A D | nxt_jni.c | 25 nxt_java_jni_init(JNIEnv *env) in nxt_java_jni_init() 86 nxt_java_throw_NoSuchElementException(JNIEnv *env, const char *msg) in nxt_java_throw_NoSuchElementException() 93 nxt_java_throw_IOException(JNIEnv *env, const char *msg) in nxt_java_throw_IOException() 100 nxt_java_throw_IllegalStateException(JNIEnv *env, const char *msg) in nxt_java_throw_IllegalStateException() 157 nxt_java_newString(JNIEnv *env, char *str, uint32_t len) in nxt_java_newString()
|
H A D | nxt_jni_HeaderNamesEnumeration.c | 29 nxt_java_initHeaderNamesEnumeration(JNIEnv *env, jobject cl) in nxt_java_initHeaderNamesEnumeration() 77 nxt_java_newHeaderNamesEnumeration(JNIEnv *env, nxt_unit_field_t *f, in nxt_java_newHeaderNamesEnumeration() 88 nxt_java_HeaderNamesEnumeration_nextElementPos(JNIEnv *env, jclass cls, in nxt_java_HeaderNamesEnumeration_nextElementPos() 113 nxt_java_HeaderNamesEnumeration_nextElement(JNIEnv *env, jclass cls, in nxt_java_HeaderNamesEnumeration_nextElement()
|
H A D | nxt_jni_HeadersEnumeration.c | 30 nxt_java_initHeadersEnumeration(JNIEnv *env, jobject cl) in nxt_java_initHeadersEnumeration() 77 nxt_java_newHeadersEnumeration(JNIEnv *env, nxt_unit_field_t *f, in nxt_java_newHeadersEnumeration() 88 nxt_java_HeadersEnumeration_nextElementPos(JNIEnv *env, jclass cls, in nxt_java_HeadersEnumeration_nextElementPos() 121 nxt_java_HeadersEnumeration_nextElement(JNIEnv *env, jclass cls, in nxt_java_HeadersEnumeration_nextElement()
|
/unit/test/python/targets/ |
H A D | wsgi.py | 1 def wsgi_target_a(env, start_response): argument 6 def wsgi_target_b(env, start_response): argument 11 def wsgi_target_prefix(env, start_response): argument
|
/unit/test/python/callable/ |
H A D | wsgi.py | 1 def application(env, start_response): argument 6 def app(env, start_response): argument
|
/unit/src/nodejs/unit-http/ |
H A D | addon.cpp | 10 Init(napi_env env, napi_value exports) in Init()
|
/unit/test/python/start_response_exit/ |
H A D | wsgi.py | 1 def application(env, start_response): argument
|
/unit/test/python/syntax_error/ |
H A D | wsgi.py | 1 def application(env, start_response) argument
|
/unit/test/python/write/ |
H A D | wsgi.py | 1 def application(env, start_response): argument
|
/unit/test/python/empty/ |
H A D | wsgi.py | 1 def application(env, start_response): argument
|
/unit/test/python/body_array/ |
H A D | wsgi.py | 1 def application(env, start_response): argument
|
/unit/test/python/body_io_file/ |
H A D | wsgi.py | 1 def application(env, start_response): argument
|
/unit/test/python/host/ |
H A D | wsgi.py | 1 def application(env, start_response): argument
|
/unit/test/python/body_io/ |
H A D | wsgi.py | 4 def application(env, start_response): argument
|
/unit/test/python/body_generate/ |
H A D | wsgi.py | 1 def application(env, start_response): argument
|
/unit/test/python/client_ip/ |
H A D | wsgi.py | 1 def application(env, start_response): argument
|
/unit/test/python/forwarded_header/ |
H A D | wsgi.py | 1 def application(env, start_response): argument
|
/unit/test/python/environment/ |
H A D | wsgi.py | 4 def application(env, start_response): argument
|