Home
last modified time | relevance | path

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

/unit/src/java/
H A Dnxt_jni_Context.c22 jlong ctx_ptr, jstring msg, jint msg_len);
24 jlong ctx_ptr, jstring msg, jint msg_len);
126 nxt_java_Context_log(JNIEnv *env, jclass cls, jlong ctx_ptr, jstring msg, in nxt_java_Context_log() argument
132 ctx = nxt_jlong2ptr(ctx_ptr); in nxt_java_Context_log()
146 nxt_java_Context_trace(JNIEnv *env, jclass cls, jlong ctx_ptr, jstring msg, in nxt_java_Context_trace() argument
153 ctx = nxt_jlong2ptr(ctx_ptr); in nxt_java_Context_trace()
/unit/src/java/nginx/unit/
H A DContext.java3012 private static native void log(long ctx_ptr, String msg, int msg_len);
3021 private static native void trace(long ctx_ptr, String msg, int msg_len);