Home
last modified time | relevance | path

Searched refs:nxt_conf_json_length (Results 1 – 4 of 4) sorted by relevance

/unit/src/
H A Dnxt_conf.h110 size_t nxt_conf_json_length(nxt_conf_value_t *value,
H A Dnxt_conf.c2235 nxt_conf_json_length(nxt_conf_value_t *value, nxt_conf_json_pretty_t *pretty) in nxt_conf_json_length() function
2348 len += nxt_conf_json_length(&value[n], pretty); in nxt_conf_json_array_length()
2444 + nxt_conf_json_length(&member[n].value, pretty) + 1; in nxt_conf_json_object_length()
H A Dnxt_controller.c610 size = nxt_conf_json_length(conf, NULL); in nxt_controller_conf_send()
2440 size = nxt_conf_json_length(conf, NULL); in nxt_controller_conf_store()
2584 size = nxt_conf_json_length(value, &pretty) + 2; in nxt_controller_response()
H A Dnxt_router.c1698 size = nxt_conf_json_length(application, NULL); in nxt_router_conf_create()