Searched refs:elements (Results 1 – 2 of 2) sorted by relevance
71 nxt_conf_value_t elements[]; member372 array->u.array->elements[index] = *value; in nxt_conf_set_element()382 element = &array->u.array->elements[index]; in nxt_conf_set_element_string_dup()756 return &array->elements[index]; in nxt_conf_get_array_element()775 return &array->elements[index]; in nxt_conf_get_array_element_or_itself()1044 rc = nxt_conf_copy_value(mp, pass_op, &dst->u.array->elements[d], in nxt_conf_copy_array()1068 dst->u.array->elements[d] = *value; in nxt_conf_copy_array()1075 dst->u.array->elements[d] = *value; in nxt_conf_copy_array()1786 element = array->elements; in nxt_conf_json_parse_array()2320 value = array->elements; in nxt_conf_json_array_length()[all …]
541 *) Feature: POST operation for appending elements to arrays in553 *) Bugfix: PUT and DELETE operations on array elements in configuration