Home
last modified time | relevance | path

Searched defs:msg_len (Results 1 – 5 of 5) sorted by last modified time

/unit/src/java/
H A Dnxt_jni_Response.c1066 jsize msg_len; in nxt_java_Response_log() local
1089 jsize msg_len; in nxt_java_Response_trace() local
H A Dnxt_jni_Request.c699 jint msg_len) in nxt_java_Request_log()
719 jint msg_len) in nxt_java_Request_trace()
H A Dnxt_jni_Context.c127 jint msg_len) in nxt_java_Context_log()
147 jint msg_len) in nxt_java_Context_trace()
/unit/go/
H A Dnxt_cgo_lib.c85 nxt_cgo_warn(const char *msg, uint32_t msg_len) in nxt_cgo_warn()
92 nxt_cgo_alert(const char *msg, uint32_t msg_len) in nxt_cgo_alert()
/unit/src/java/nginx/unit/
H A DRequest.java1265 public static native void log(long req_info_ptr, String msg, int msg_len); in log()
1274 public static native void trace(long req_info_ptr, String msg, int msg_len); in trace()