Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 64) sorted by path

123

/unit/go/
H A Dnxt_cgo_lib.c52 const void *buf, size_t buf_size, const void *oob, size_t oob_size) in nxt_cgo_port_send()
61 void *buf, size_t buf_size, void *oob, size_t *oob_size) in nxt_cgo_port_recv()
/unit/src/java/nginx/unit/
H A DRequest.java1284 private void processWsFrame(ByteBuffer buf, byte opCode, boolean last) in processWsFrame()
1319 ByteBuffer buf, int pos, int len, byte opCode, boolean last); in sendWsFrame()
H A DResponse.java112 StringBuilder buf = new StringBuilder(); in addSetRFC6265Cookie() local
/unit/src/java/nginx/unit/websocket/
H A DWsSession.java815 public void processFrame(ByteBuffer buf, byte opCode, boolean last) in processFrame()
930 private void onMessage(CharBuffer buf, boolean last) throws IOException { in onMessage()
942 private void updateRawFragments(ByteBuffer buf, boolean last) { in updateRawFragments()
972 public void onMessage(ByteBuffer buf, boolean last) in onMessage()
/unit/src/java/
H A Dnxt_jni.h38 nxt_unit_buf_t *buf; member
H A Dnxt_jni_InputStream.c167 nxt_unit_buf_t *buf; in nxt_java_InputStream_skip() local
H A Dnxt_jni_OutputStream.c84 nxt_unit_buf_t *buf; in nxt_java_OutputStream_writeByte() local
151 nxt_unit_buf_t *buf; in nxt_java_OutputStream_req_buf() local
181 nxt_unit_buf_t *buf; in nxt_java_OutputStream_write() local
H A Dnxt_jni_Request.c754 jlong req_info_ptr, jobject buf, jint pos, jint len, jbyte opCode, jboolean last) in nxt_java_Request_sendWsFrameBuf()
H A Dnxt_jni_Response.c309 nxt_unit_buf_t *buf; in nxt_java_get_response_info() local
916 nxt_unit_buf_t *buf; in nxt_java_Response_reset() local
/unit/src/nodejs/unit-http/
H A Dunit.cpp938 nxt_unit_buf_t *buf; in response_write() local
/unit/src/
H A Dnxt_app_log.c112 nxt_log_error_time(u_char *buf, nxt_realtime_t *now, struct tm *tm, size_t size, in nxt_log_error_time()
132 nxt_log_debug_time(u_char *buf, nxt_realtime_t *now, struct tm *tm, size_t size, in nxt_log_debug_time()
H A Dnxt_cert.c503 u_char buf[256]; in nxt_cert_details() local
661 u_char buf[256]; in nxt_cert_name_details() local
818 u_char *buf, *p; in nxt_cert_store_load() local
H A Dnxt_cgroup.c96 char *buf, *ptr; in nxt_mk_cgpath_relative() local
H A Dnxt_clone.c76 u_char buf[256]; in nxt_clone_credential_map_write() local
H A Dnxt_conf.c98 u_char buf[NXT_CONF_MAX_TOKEN_LEN]; member
H A Dnxt_conf_validation.c1421 u_char buf[nxt_length(NXT_CONF_VLDT_ANY_TYPE_STR)]; in nxt_conf_vldt_type() local
H A Dnxt_conn_read.c198 nxt_conn_io_recv(nxt_conn_t *c, void *buf, size_t size, nxt_uint_t flags) in nxt_conn_io_recv()
H A Dnxt_conn_write.c345 nxt_conn_io_send(nxt_task_t *task, nxt_sendbuf_t *sb, void *buf, size_t size) in nxt_conn_io_send()
499 nxt_event_conn_io_send(nxt_conn_t *c, void *buf, size_t size) in nxt_event_conn_io_send()
H A Dnxt_controller.c2651 nxt_controller_date(u_char *buf, nxt_realtime_t *now, struct tm *tm, in nxt_controller_date()
H A Dnxt_cyassl.c243 nxt_cyassl_io_recv(CYASSL *ssl, char *buf, int size, void *data) in nxt_cyassl_io_recv()
271 nxt_cyassl_io_send(CYASSL *ssl, char *buf, int size, void *data) in nxt_cyassl_io_send()
409 nxt_cyassl_conn_io_send(nxt_event_conn_t *c, void *buf, size_t size) in nxt_cyassl_conn_io_send()
H A Dnxt_event_engine.c269 u_char buf; in nxt_event_engine_signal() local
295 u_char buf[128]; in nxt_event_engine_signal_pipe() local
H A Dnxt_external.c63 u_char buf[256]; in nxt_external_start() local
H A Dnxt_file.c102 nxt_file_write(nxt_file_t *file, const u_char *buf, size_t size, in nxt_file_write()
131 nxt_file_read(nxt_file_t *file, u_char *buf, size_t size, nxt_off_t offset) in nxt_file_read()
166 u_char buf; in nxt_file_read_ahead() local
228 u_char buf; in nxt_file_read_ahead() local
248 u_char buf; in nxt_file_read_ahead() local
448 nxt_fd_write(nxt_fd_t fd, u_char *buf, size_t size) in nxt_fd_write()
468 nxt_fd_read(nxt_fd_t fd, u_char *buf, size_t size) in nxt_fd_read()
686 nxt_dir_current(char *buf, size_t len) in nxt_dir_current()
H A Dnxt_file.h203 #define nxt_write_console(fd, buf, size) \ argument
H A Dnxt_gnutls.c352 nxt_gnutls_pull(gnutls_transport_ptr_t data, void *buf, size_t size) in nxt_gnutls_pull()
373 nxt_gnutls_push(gnutls_transport_ptr_t data, const void *buf, size_t size) in nxt_gnutls_push()
540 nxt_gnutls_conn_io_send(nxt_event_conn_t *c, void *buf, size_t size) in nxt_gnutls_conn_io_send()

123