Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 99) sorted by relevance

1234

/unit/src/
H A Dnxt_service.c63 nxt_uint_t n; in nxt_services_init() local
95 nxt_uint_t n; in nxt_service_add() local
133 nxt_uint_t n; in nxt_service_get() local
H A Dnxt_conn_read.c40 ssize_t n; in nxt_conn_io_read() local
134 ssize_t n; in nxt_conn_io_recvbuf() local
200 ssize_t n; in nxt_conn_io_recv() local
H A Dnxt_log_moderation.c17 nxt_uint_t n; in nxt_log_moderate_allow() local
78 nxt_atomic_uint_t n; in nxt_log_moderate_timer_handler() local
H A Dnxt_random.c54 ssize_t n; in nxt_random_stir() local
121 uint32_t n; in nxt_random_add() local
184 nxt_uint_t n; in nxt_random_test() local
H A Dnxt_linux_sendfile.c50 ssize_t n; in nxt_linux_event_conn_io_sendfile() local
145 ssize_t n; in nxt_linux_send() local
191 ssize_t n; in nxt_linux_sendmsg() local
H A Dnxt_upstream.c21 uint32_t i, n, next; in nxt_upstreams_create() local
78 uint32_t i, n; in nxt_upstream_find() local
105 uint32_t i, n; in nxt_upstreams_joint_create() local
H A Dnxt_errno.c40 size_t size, length, n; in nxt_strerror_start() local
143 nxt_uint_t n; in nxt_runtime_strerror() local
H A Dnxt_conn_write.c194 ssize_t n; in nxt_conn_io_sendfile() local
307 ssize_t n; in nxt_conn_io_writev() local
354 ssize_t n; in nxt_conn_io_send() local
463 ssize_t n; in nxt_event_conn_io_writev() local
508 ssize_t n; in nxt_event_conn_io_send() local
H A Dnxt_socketpair.c89 ssize_t n; in nxt_socketpair_send() local
144 ssize_t n; in nxt_socketpair_recv() local
H A Dnxt_lvlhsh.c50 #define nxt_lvlhsh_count_inc(n) \ argument
54 #define nxt_lvlhsh_count_dec(n) \ argument
107 #define nxt_lvlhsh_set_entry_value(e, n) \ argument
116 #define nxt_lvlhsh_set_entry_key(e, n) \ argument
129 #define nxt_lvlhsh_set_entry_value(e, n) \ argument
232 nxt_uint_t n; in nxt_lvlhsh_bucket_find() local
352 uintptr_t n; in nxt_lvlhsh_bucket_insert() local
556 uintptr_t n; in nxt_lvlhsh_bucket_convertion_insert() local
689 uintptr_t n; in nxt_lvlhsh_bucket_delete() local
786 nxt_uint_t n, level_shift; in nxt_lvlhsh_level_each() local
[all …]
H A Dnxt_upstream_round_robin.c48 uint32_t i, n, next, wt; in nxt_upstream_round_robin_create() local
127 uint32_t i, n; in nxt_upstream_round_robin_joint_create() local
168 uint32_t i, n; in nxt_upstream_round_robin_server_get() local
H A Dnxt_buf_pool.h65 #define nxt_buf_pool_reserve(bp, n) \ argument
71 #define nxt_buf_pool_release(bp, n) \ argument
H A Dnxt_spinlock.c65 nxt_uint_t n; in nxt_thread_spin_lock() local
H A Dnxt_recvbuf.c15 nxt_int_t n; in nxt_recvbuf_mem_coalesce() local
H A Dnxt_sendbuf.c23 nxt_uint_t n; in nxt_sendbuf_mem_coalesce0() local
93 nxt_uint_t n; in nxt_sendbuf_mem_coalesce() local
215 ssize_t n; in nxt_sendbuf_copy_coalesce() local
H A Dnxt_utf8.c98 size_t n; in nxt_utf8_decode2() local
181 int32_t n; in nxt_utf8_casecmp() local
H A Dnxt_socket_msg.c40 ssize_t n; in nxt_recvmsg() local
H A Dnxt_cyassl.c245 ssize_t n; in nxt_cyassl_io_recv() local
273 ssize_t n; in nxt_cyassl_io_send() local
298 nxt_int_t n; in nxt_cyassl_conn_handshake() local
344 nxt_int_t n; in nxt_cyassl_conn_io_read() local
413 nxt_int_t n; in nxt_cyassl_conn_io_send() local
/unit/test/python/delayed/
H A Dasgi.py16 def get_header(n, v=None): argument
27 async def sleep(n): argument
/unit/src/test/
H A Dnxt_rbtree1_test.c56 nxt_rbtree1_test(nxt_thread_t *thr, nxt_uint_t n) in nxt_rbtree1_test()
228 nxt_int_t n; in nxt_rbtree1_test_find() local
269 nxt_uint_t i, n; in nxt_rbtree1_mb_start() local
308 nxt_uint_t n; in nxt_rbtree1_mb_insert() local
326 nxt_uint_t n; in nxt_rbtree1_mb_delete() local
H A Dnxt_rbtree_test.c24 nxt_rbtree_test(nxt_thread_t *thr, nxt_uint_t n) in nxt_rbtree_test()
207 nxt_uint_t i, n; in nxt_rbtree_mb_start() local
246 nxt_uint_t n; in nxt_rbtree_mb_insert() local
264 nxt_uint_t n; in nxt_rbtree_mb_delete() local
H A Dnxt_mem_zone_test.c18 nxt_uint_t i, n; in nxt_mem_zone_test() local
/unit/test/python/variables/
H A Dasgi.py13 def get_header(n): argument
/unit/test/python/threads/
H A Dasgi.py10 def get_header(n, v=None): argument
/unit/src/java/nginx/unit/
H A DInputStream.java77 public long skip(long n) throws IOException { in skip()
81 private static native long skip(long req_info_ptr, long n); in skip()

1234