Home
last modified time | relevance | path

Searched refs:mtype (Results 1 – 1 of 1) sorted by path

/unit/src/
H A Dnxt_http_static.c329 mtype = NULL; in nxt_http_static_send_ready()
558 if (mtype == NULL) { in nxt_http_static_send_ready()
562 if (mtype->length != 0) { in nxt_http_static_send_ready()
1038 nxt_http_static_mtype_t *mtype; in nxt_http_static_mtypes_hash_add() local
1045 mtype->exten = *exten; in nxt_http_static_mtypes_hash_add()
1046 mtype->type = type; in nxt_http_static_mtypes_hash_add()
1051 lhq.value = mtype; in nxt_http_static_mtypes_hash_add()
1063 nxt_http_static_mtype_t *mtype; in nxt_http_static_mtype_get() local
1072 mtype = lhq.value; in nxt_http_static_mtype_get()
1073 return mtype->type; in nxt_http_static_mtype_get()
[all …]