Searched refs:n_elements (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dlist.h64 int n_elements; member in struct:hash
133 return hash->n_elements;
179 ++hash->n_elements;
H A Dlist.c136 --hash->n_elements;
204 --hash->n_elements;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-recursive.h116 int *n_elements);
165 int n_elements);
H A Ddbus-marshal-basic.c918 int n_elements,
925 _dbus_string_init_const_len (&value_str, value, n_elements);
929 if (!_dbus_string_copy_len (&value_str, 0, n_elements,
933 pos += n_elements;
945 * @param n_elements number of elements
950 int n_elements,
962 end = d + (n_elements * alignment);
999 int n_elements,
1011 n_elements, alignment);
1019 int n_elements,
915 marshal_1_octets_array(DBusString *str, int insert_at, const unsigned char *value, int n_elements, int byte_order, int *pos_after) argument
949 _dbus_swap_array(unsigned char *data, int n_elements, int alignment) argument
997 swap_array(DBusString *str, int array_start, int n_elements, int byte_order, int alignment) argument
1016 marshal_fixed_multi(DBusString *str, int insert_at, const DBusBasicValue *value, int n_elements, int byte_order, int alignment, int *pos_after) argument
1085 _dbus_marshal_write_fixed_multi(DBusString *str, int insert_at, int element_type, const void *value, int n_elements, int byte_order, int *pos_after) argument
1527 _dbus_marshal_read_fixed_multi(const DBusString *str, int pos, int element_type, void *value, int n_elements, int byte_order, int *new_pos) argument
[all...]
H A Ddbus-marshal-basic.h191 int n_elements,
204 int n_elements,
234 int n_elements,
H A Ddbus-message.c897 int n_elements; local
909 n_elements = 0;
912 ++n_elements;
916 str_array = dbus_new0 (char*, n_elements + 1);
927 while (i < n_elements)
944 _dbus_assert (i == n_elements);
948 _dbus_assert (i == n_elements);
952 *n_elements_p = n_elements;
1701 * address_of_array" and "int n_elements"
1791 int n_elements; local
1808 int n_elements; local
2313 dbus_message_iter_get_fixed_array(DBusMessageIter *iter, void *value, int *n_elements) argument
2713 dbus_message_iter_append_fixed_array(DBusMessageIter *iter, int element_type, const void *value, int n_elements) argument
[all...]
H A Ddbus-message.h239 int *n_elements);
253 int n_elements);
H A Ddbus-marshal-recursive-util.c1297 int n_elements; local
1301 n_elements = 0;
1304 n_elements += 1;
1318 _dbus_assert (n_elements > 0);
1321 if (elem == 3 || elem >= n_elements) /* end of array */
1322 elem = n_elements - 1;
1325 elem, n_elements, _dbus_type_to_string (elem_type),
1337 n_elements -= 1;
2182 int n_elements; local
2189 &n_elements);
2319 int n_elements; local
[all...]
H A Ddbus-marshal-recursive.c920 * @param n_elements place to return number of array elements
925 int *n_elements)
965 *n_elements = remaining_len / alignment;
2352 * @param n_elements number of elements in the array
2359 int n_elements)
2364 _dbus_assert (n_elements >= 0);
2367 _dbus_verbose (" type writer %p entering fixed multi type_pos = %d value_pos = %d n_elements %d\n",
2368 writer, writer->type_pos, writer->value_pos, n_elements);
2380 n_elements,
2387 _dbus_verbose (" type writer %p fixed multi written new type_pos = %d new value_pos = %d n_elements
923 _dbus_type_reader_read_fixed_multi(const DBusTypeReader *reader, void *value, int *n_elements) argument
2356 _dbus_type_writer_write_fixed_multi(DBusTypeWriter *writer, int element_type, const void *value, int n_elements) argument
[all...]

Completed in 60 milliseconds