Home
last modified time | relevance | path

Searched refs:nxt_java_Request_ctor (Results 1 – 1 of 1) sorted by last modified time

/unit/src/java/
H A Dnxt_jni_Request.c80 static jmethodID nxt_java_Request_ctor; variable
100 nxt_java_Request_ctor = (*env)->GetMethodID(env, cls, "<init>", "(Lnginx/unit/Context;JJ)V"); in nxt_java_initRequest()
101 if (nxt_java_Request_ctor == NULL) { in nxt_java_initRequest()
267 nxt_java_Request_ctor, ctx, nxt_ptr2jlong(req), in nxt_java_newRequest()