Searched refs:nxt_http_static_mtypes_hash_add (Results 1 – 4 of 4) sorted by relevance
/unit/src/ |
H A D | nxt_http.h | 378 nxt_int_t nxt_http_static_mtypes_hash_add(nxt_mp_t *mp, nxt_lvlhsh_t *hash,
|
H A D | nxt_http_static.c | 999 ret = nxt_http_static_mtypes_hash_add(mp, hash, &exten, type); in nxt_http_static_mtypes_init() 1026 nxt_http_static_mtypes_hash_add(nxt_mp_t *mp, nxt_lvlhsh_t *hash, in nxt_http_static_mtypes_hash_add() function
|
H A D | nxt_conf_validation.c | 1451 return nxt_http_static_mtypes_hash_add(ctx->pool, &ctx->hash, &exten, in nxt_conf_vldt_mtypes_extension()
|
H A D | nxt_router.c | 2106 ret = nxt_http_static_mtypes_hash_add(mp, &rtcf->mtypes_hash, in nxt_router_conf_process_static() 2126 ret = nxt_http_static_mtypes_hash_add(mp, &rtcf->mtypes_hash, in nxt_router_conf_process_static()
|