Home
last modified time | relevance | path

Searched refs:nxt_conf_create_object (Results 1 – 6 of 6) sorted by relevance

/unit/src/
H A Dnxt_status.c32 status = nxt_conf_create_object(mp, 3); in nxt_status_get()
37 obj = nxt_conf_create_object(mp, 4); in nxt_status_get()
51 obj = nxt_conf_create_object(mp, 1); in nxt_status_get()
60 apps = nxt_conf_create_object(mp, report->apps_count); in nxt_status_get()
70 app_obj = nxt_conf_create_object(mp, 2); in nxt_status_get()
83 obj = nxt_conf_create_object(mp, 3); in nxt_status_get()
94 obj = nxt_conf_create_object(mp, 1); in nxt_status_get()
H A Dnxt_cert.c466 all = nxt_conf_create_object(mp, i); in nxt_cert_info_get_all()
513 object = nxt_conf_create_object(mp, 2); in nxt_cert_details()
562 element = nxt_conf_create_object(mp, 3); in nxt_cert_details()
583 value = nxt_conf_create_object(mp, 2); in nxt_cert_details()
707 object = nxt_conf_create_object(mp, count); in nxt_cert_name_details()
H A Dnxt_conf.h130 nxt_conf_value_t *nxt_conf_create_object(nxt_mp_t *mp, nxt_uint_t count);
H A Dnxt_script.c284 all = nxt_conf_create_object(mp, i); in nxt_script_info_get_all()
310 value = nxt_conf_create_object(mp, 0); in nxt_script_details()
H A Dnxt_controller.c1204 value = nxt_conf_create_object(c->mem_pool, count); in nxt_controller_process_request()
2537 value = nxt_conf_create_object(c->mem_pool, n); in nxt_controller_response()
2565 location = nxt_conf_create_object(c->mem_pool, in nxt_controller_response()
H A Dnxt_conf.c255 nxt_conf_create_object(nxt_mp_t *mp, nxt_uint_t count) in nxt_conf_create_object() function