Home
last modified time | relevance | path

Searched defs:size (Results 51 – 75 of 107) sorted by last modified time

12345

/unit/src/
H A Dnxt_thread_time.h24 size_t size; member
H A Dnxt_thread.h62 size_t size; member
H A Dnxt_malloc.h56 #define nxt_malloc_usable_size(p, size) \ argument
59 #define nxt_malloc_cutback(cutback, size) \ argument
81 #define nxt_malloc_usable_size(p, size) \ argument
84 #define nxt_malloc_cutback(cutback, size) argument
101 #define nxt_malloc_usable_size(p, size) \ argument
104 #define nxt_malloc_cutback(cutback, size) argument
108 #define nxt_malloc_usable_size(p, size) argument
110 #define nxt_malloc_cutback(cutback, size) argument
H A Dnxt_mem_zone.h17 #define nxt_mem_zone_alloc(zone, size) \ argument
H A Dnxt_list.h23 uint32_t size; member
26 uint16_t size; member
H A Dnxt_lvlhsh.c458 nxt_uint_t i, shift, size; in nxt_lvlhsh_convert_bucket_to_level() local
602 nxt_lvlhsh_free_level(nxt_lvlhsh_query_t *lhq, void **level, nxt_uint_t size) in nxt_lvlhsh_free_level()
H A Dnxt_fiber.c127 size_t size; in nxt_fiber_create_stack() local
162 size_t size; in nxt_fiber_create_stack() local
H A Dnxt_http_chunk_parse.c203 size_t size; in nxt_http_chunk_buffer() local
H A Dnxt_clang.h197 #define nxt_alloca(size) \ argument
H A Dnxt_array.h15 uint16_t size; member
22 nxt_array_init(nxt_array_t *array, nxt_mp_t *mp, size_t size) in nxt_array_init()
H A Dnxt_buf_pool.h28 uint32_t size; member
H A Dnxt_buf.h190 #define nxt_buf_mem_set_size(bm, size) \ argument
231 nxt_buf_chk_make_plain(nxt_mp_t *mp, nxt_buf_t *src, size_t size) in nxt_buf_chk_make_plain()
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()
H A Dnxt_malloc.c31 nxt_malloc(size_t size) in nxt_malloc()
50 nxt_zalloc(size_t size) in nxt_zalloc()
65 nxt_realloc(void *p, size_t size) in nxt_realloc()
94 nxt_lvlhsh_alloc(void *data, size_t size) in nxt_lvlhsh_alloc()
129 nxt_memalign(size_t alignment, size_t size) in nxt_memalign()
153 nxt_memalign(size_t alignment, size_t size) in nxt_memalign()
181 nxt_memalign(size_t alignment, size_t size) in nxt_memalign()
H A Dnxt_cert.c817 size_t size, alloc; in nxt_cert_store_load() local
H A Dnxt_external.c66 size_t size; in nxt_external_start() local
H A Dnxt_h1proto_websocket.c120 size_t size; in nxt_h1p_websocket_frame_start() local
219 size_t size, hsize, frame_size, max_frame_size; in nxt_h1p_conn_ws_frame_header_read() local
464 size_t size; in nxt_h1p_ws_io_read_handler() local
H A Dnxt_upstream.c20 size_t size; in nxt_upstreams_create() local
H A Dnxt_event_engine.c19 uint32_t size; member
560 size_t size) in nxt_event_engine_mem_alloc()
632 size_t size) in nxt_event_engine_mem_free()
680 nxt_event_engine_buf_mem_alloc(nxt_event_engine_t *engine, size_t size) in nxt_event_engine_buf_mem_alloc()
712 size_t size; in nxt_event_engine_buf_mem_free() local
H A Dnxt_buf.c21 nxt_buf_mem_init(nxt_buf_t *b, void *start, size_t size) in nxt_buf_mem_init()
31 nxt_buf_mem_alloc(nxt_mp_t *mp, size_t size, nxt_uint_t flags) in nxt_buf_mem_alloc()
57 nxt_buf_mem_ts_alloc(nxt_task_t *task, nxt_mp_t *mp, size_t size) in nxt_buf_mem_ts_alloc()
96 nxt_buf_file_alloc(nxt_mp_t *mp, size_t size, nxt_uint_t flags) in nxt_buf_file_alloc()
123 nxt_buf_mmap_alloc(nxt_mp_t *mp, size_t size) in nxt_buf_mmap_alloc()
302 nxt_buf_make_plain(nxt_mp_t *mp, nxt_buf_t *src, size_t size) in nxt_buf_make_plain()
H A Dnxt_http_proxy.c321 size_t size) in nxt_http_proxy_buf_mem_alloc()
H A Dnxt_pcre2.c98 nxt_pcre2_malloc(PCRE2_SIZE size, void *mp) in nxt_pcre2_malloc()
111 nxt_regex_match_create(nxt_mp_t *mp, size_t size) in nxt_regex_match_create()
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_work_queue.c121 size_t size; in nxt_work_queue_allocate() local
/unit/src/test/
H A Dnxt_mem_zone_test.c17 uint32_t size; in nxt_mem_zone_test() local

12345