Searched refs:nxt_conf_json_length (Results 1 – 4 of 4) sorted by relevance
108 size_t nxt_conf_json_length(nxt_conf_value_t *value,
577 size = nxt_conf_json_length(conf, NULL); in nxt_controller_conf_send()1917 size = nxt_conf_json_length(conf, NULL); in nxt_controller_conf_store()2061 size = nxt_conf_json_length(value, &pretty) + 2; in nxt_controller_response()
2210 nxt_conf_json_length(nxt_conf_value_t *value, nxt_conf_json_pretty_t *pretty) in nxt_conf_json_length() function2323 len += nxt_conf_json_length(&value[n], pretty); in nxt_conf_json_array_length()2419 + nxt_conf_json_length(&member[n].value, pretty) + 1; in nxt_conf_json_object_length()
1564 size = nxt_conf_json_length(application, NULL); in nxt_router_conf_create()