Searched defs:m (Results 1 – 17 of 17) sorted by path
/unit/go/ |
H A D | port.go | 34 m map[port_key]*port member
|
H A D | unit.go | 102 m map[uintptr]*http.Handler member
|
/unit/src/java/nginx/unit/websocket/ |
H A D | Authenticator.java | 55 Matcher m = pattern.matcher(WWWAuthenticate); in parseWWWAuthenticateHeader() local
|
H A D | Util.java | 419 Method m = getOnMessageMethod(listener); in getMessageHandlers() local
|
/unit/src/java/nginx/unit/websocket/pojo/ |
H A D | PojoMethodMapping.java | 191 private void checkPublic(Method m) throws DeploymentException { in checkPublic() 276 private static PojoPathParam[] getPathParams(Method m, in getPathParams() 368 private final Method m; field in PojoMethodMapping.MessageHandlerInfo 384 public MessageHandlerInfo(Method m, List<DecoderEntry> decoderEntries) { in MessageHandlerInfo()
|
/unit/src/ |
H A D | nxt_clone.c | 249 nxt_clone_map_entry_t m; in nxt_clone_vldt_credential_uidmap() local 303 nxt_clone_map_entry_t m; in nxt_clone_vldt_credential_gidmap() local
|
H A D | nxt_h1proto.c | 651 u_char *m; in nxt_h1p_header_process() local
|
H A D | nxt_http_route.c | 364 nxt_http_route_match_t *match, **m; in nxt_http_route_create() local
|
H A D | nxt_murmur_hash.c | 15 const uint32_t m = 0x5BD1E995; in nxt_murmur_hash2() local 64 const uint32_t m = 0x5BD1E995; in nxt_murmur_hash2_uint32() local
|
H A D | nxt_port_memory.c | 806 nxt_port_method_t m; in nxt_port_mmap_get_method() local
|
H A D | nxt_port_memory_int.h | 90 #define nxt_port_mmap_get_chunk_busy(m, c) \ argument 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 D | nxt_port_socket.c | 335 nxt_port_msg_alloc(const nxt_port_send_msg_t *m) in nxt_port_msg_alloc() 377 nxt_port_method_t m; in nxt_port_write_handler() local
|
H A D | nxt_router.c | 5718 nxt_free_map_t *m; in nxt_router_oosm_handler() local
|
H A D | nxt_thread_time.c | 156 nxt_nsec_t m, u; in nxt_thread_time_shared() local
|
H A D | nxt_unit.c | 2635 } m; in nxt_unit_mmap_buf_send() local 4319 } m; in nxt_unit_get_mmap() local 5355 } m; in nxt_unit_send_port() local 5767 } nxt_packed m; in nxt_unit_quit() local 5876 } m; in nxt_unit_get_port() local 6280 } nxt_packed m; in nxt_unit_app_queue_recv() local
|
/unit/src/test/ |
H A D | nxt_cq_test.c | 344 double *stats, m, c; in main() local
|
H A D | nxt_utf8_test.c | 88 nxt_uint_t i, k, l, m; in nxt_utf8_test() local
|