Home
last modified time | relevance | path

Searched defs:c (Results 26 – 50 of 65) sorted by last modified time

123

/unit/src/
H A Dnxt_http_route_addr.c319 nxt_valid_ipv6_blocks(u_char *c, size_t len) in nxt_valid_ipv6_blocks()
H A Dnxt_port.c617 int c; in nxt_port_use() local
H A Dnxt_conn.h176 #define nxt_conn_timer_init(ev, c, wq) \ argument
194 #define nxt_conn_tcp_nodelay_on(task, c) \ argument
209 #define nxt_conn_tcp_nodelay_on(task, c) \ argument
271 #define nxt_conn_connect(engine, c) \ argument
276 #define nxt_conn_read(engine, c) \ argument
287 #define nxt_conn_write(engine, c) \ argument
298 #define nxt_conn_idle(engine, c) \ argument
309 #define nxt_conn_active(engine, c) \ argument
H A Dnxt_conn_close.c19 nxt_conn_close(nxt_event_engine_t *engine, nxt_conn_t *c) in nxt_conn_close()
77 nxt_conn_t *c; in nxt_conn_shutdown_handler() local
98 nxt_conn_t *c; in nxt_conn_close_handler() local
144 nxt_conn_t *c; in nxt_conn_close_timer_handler() local
H A Dnxt_conn_accept.c89 nxt_conn_t *c; in nxt_conn_accept_alloc() local
139 nxt_conn_t *c; in nxt_conn_io_accept() local
188 nxt_conn_accept(nxt_task_t *task, nxt_listen_event_t *lev, nxt_conn_t *c) in nxt_conn_accept()
237 nxt_conn_t *c; in nxt_conn_accept_next() local
275 nxt_conn_t *c; in nxt_conn_accept_close_idle_handler() local
359 nxt_conn_t *c; in nxt_conn_listen_timer_handler() local
H A Dnxt_time_parse.c19 u_char c; in nxt_time_parse() local
313 u_char c, ch; in nxt_term_parse() local
H A Dnxt_port_memory_int.h90 #define nxt_port_mmap_get_chunk_busy(m, c) \ argument
114 nxt_port_mmap_chunk_start(nxt_port_mmap_header_t *hdr, nxt_chunk_id_t c) in nxt_port_mmap_chunk_start()
125 nxt_port_mmap_get_free_chunk(nxt_free_map_t *m, nxt_chunk_id_t *c) in nxt_port_mmap_get_free_chunk()
161 nxt_port_mmap_set_chunk_busy(nxt_free_map_t *m, nxt_chunk_id_t c) in nxt_port_mmap_set_chunk_busy()
168 nxt_port_mmap_chk_set_chunk_busy(nxt_free_map_t *m, nxt_chunk_id_t c) in nxt_port_mmap_chk_set_chunk_busy()
190 nxt_port_mmap_set_chunk_free(nxt_free_map_t *m, nxt_chunk_id_t c) in nxt_port_mmap_set_chunk_free()
H A Dnxt_port_memory.c27 int c; in nxt_port_mmap_handler_use() local
124 nxt_chunk_id_t c; in nxt_port_mmap_buf_completion() local
445 nxt_port_mmap_get(nxt_task_t *task, nxt_port_mmaps_t *mmaps, nxt_chunk_id_t *c, in nxt_port_mmap_get()
548 nxt_chunk_id_t c; in nxt_port_mmap_get_buf() local
602 nxt_chunk_id_t c, start; in nxt_port_mmap_increase_buf() local
H A Dnxt_log.h118 #define nxt_assert(c) \ argument
133 #define nxt_assert(c) argument
H A Dnxt_http_chunk_parse.c31 u_char c, ch; in nxt_http_chunk_parse() local
H A Dnxt_clang.h31 #define nxt_expect(c, x) \ argument
43 #define nxt_expect(c, x) \ argument
H A Dnxt_gnutls.c255 nxt_event_conn_t *c) in nxt_gnutls_conn_init()
356 nxt_event_conn_t *c; in nxt_gnutls_pull() local
377 nxt_event_conn_t *c; in nxt_gnutls_push() local
403 nxt_event_conn_t *c; in nxt_gnutls_vec_push() local
430 nxt_event_conn_t *c; in nxt_gnutls_conn_handshake() local
474 nxt_event_conn_t *c; in nxt_gnutls_conn_io_read() local
526 nxt_gnutls_conn_io_write_chunk(nxt_thread_t *thr, nxt_event_conn_t *c, in nxt_gnutls_conn_io_write_chunk()
540 nxt_gnutls_conn_io_send(nxt_event_conn_t *c, void *buf, size_t size) in nxt_gnutls_conn_io_send()
575 nxt_event_conn_t *c; in nxt_gnutls_conn_io_shutdown() local
681 nxt_gnutls_conn_log_error(nxt_event_conn_t *c, ssize_t err, in nxt_gnutls_conn_log_error()
[all …]
H A Dnxt_external.c74 nxt_external_app_conf_t *c; in nxt_external_start() local
H A Dnxt_java.c207 nxt_java_app_conf_t *c; in nxt_java_start() local
616 nxt_java_app_conf_t *c; in nxt_java_ready_handler() local
688 nxt_java_init_threads(nxt_java_app_conf_t *c) in nxt_java_init_threads()
732 nxt_java_join_threads(nxt_unit_ctx_t *ctx, nxt_java_app_conf_t *c) in nxt_java_join_threads()
H A Dnxt_h1proto_websocket.c76 nxt_conn_t *c; in nxt_h1p_websocket_first_frame_start() local
122 nxt_conn_t *c; in nxt_h1p_websocket_frame_start() local
221 nxt_conn_t *c; in nxt_h1p_conn_ws_frame_header_read() local
399 nxt_h1p_conn_ws_frame_process(nxt_task_t *task, nxt_conn_t *c, in nxt_h1p_conn_ws_frame_process()
462 nxt_h1p_ws_io_read_handler(nxt_task_t *task, nxt_conn_t *c) in nxt_h1p_ws_io_read_handler()
498 nxt_conn_t *c; in nxt_h1p_conn_ws_timeout() local
544 nxt_conn_t *c; in nxt_h1p_conn_ws_frame_payload_read() local
H A Dnxt_utf8.h34 u_char c; in nxt_utf8_next() local
H A Dnxt_sendbuf.c211 nxt_sendbuf_copy_coalesce(nxt_conn_t *c, nxt_buf_mem_t *bm, nxt_buf_t *b, in nxt_sendbuf_copy_coalesce()
H A Dnxt_sha1.c125 #define F1(b, c, d) (((b) & (c)) | ((~(b)) & (d))) argument
126 #define F2(b, c, d) ((b) ^ (c) ^ (d)) argument
127 #define F3(b, c, d) (((b) & (c)) | ((b) & (d)) | ((c) & (d))) argument
129 #define STEP(f, a, b, c, d, e, w, t) \ argument
158 uint32_t a, b, c, d, e, temp; in nxt_sha1_body() local
H A Dnxt_utf8.c97 u_char c; in nxt_utf8_decode2() local
H A Dnxt_sha1.h14 uint32_t a, b, c, d, e; member
H A Dnxt_solaris_sendfilev.c25 nxt_solaris_event_conn_io_sendfilev(nxt_event_conn_t *c, nxt_buf_t *b, in nxt_solaris_event_conn_io_sendfilev()
H A Dnxt_parse.c18 u_char c; in nxt_int_parse() local
64 u_char c; in nxt_size_t_parse() local
169 u_char c; in nxt_off_t_parse() local
215 u_char c, *p; in nxt_str_int_parse() local
268 u_char c; in nxt_number_parse() local
H A Dnxt_polarssl.c95 nxt_event_conn_t *c) in nxt_polarssl_conn_init()
H A Dnxt_macosx_sendfile.c29 nxt_macosx_event_conn_io_sendfile(nxt_conn_t *c, nxt_buf_t *b, size_t limit) in nxt_macosx_event_conn_io_sendfile()
/unit/src/test/
H A Dnxt_cq_test.c137 uint32_t c; in cas_worker() local
344 double *stats, m, c; in main() local

123