Lines Matching refs:nxt_conf_get_object_member

1748         action = nxt_conf_get_object_member(value, &actions[i].name, NULL);  in nxt_conf_vldt_action()
1802 value = nxt_conf_get_object_member(vldt->conf, &segments[0], NULL); in nxt_conf_vldt_pass()
1808 value = nxt_conf_get_object_member(value, &segments[1], NULL); in nxt_conf_vldt_pass()
1815 value = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_pass()
1821 value = nxt_conf_get_object_member(value, &segments[2], NULL); in nxt_conf_vldt_pass()
1837 value = nxt_conf_get_object_member(vldt->conf, &segments[0], NULL); in nxt_conf_vldt_pass()
1843 value = nxt_conf_get_object_member(value, &segments[1], NULL); in nxt_conf_vldt_pass()
1858 value = nxt_conf_get_object_member(vldt->conf, &segments[0], NULL); in nxt_conf_vldt_pass()
1876 value = nxt_conf_get_object_member(value, &segments[1], NULL); in nxt_conf_vldt_pass()
1987 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_python()
2611 apps = nxt_conf_get_object_member(vldt->conf, &apps_str, NULL); in nxt_conf_vldt_app_name()
2617 app = nxt_conf_get_object_member(apps, &name, NULL); in nxt_conf_vldt_app_name()
2642 client_ip = nxt_conf_get_object_member(value, &client_ip_str, NULL); in nxt_conf_vldt_forwarded()
2643 protocol = nxt_conf_get_object_member(value, &protocol_str, NULL); in nxt_conf_vldt_forwarded()
2688 type_value = nxt_conf_get_object_member(value, &type_str, NULL); in nxt_conf_vldt_app()
2741 member = nxt_conf_get_object_member(value, &vals->name, NULL); in nxt_conf_vldt_object()
3182 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_php()
3275 conf = nxt_conf_get_object_member(value, &servers, NULL); in nxt_conf_vldt_upstream()