Searched defs:new_end_pos (Results 1 - 1 of 1) sorted by relevance

/external/dbus/dbus/
H A Ddbus-marshal-basic.c289 * @param new_end_pos place to store byte after the nul byte of the new value
299 int *new_end_pos)
320 if (new_end_pos)
321 *new_end_pos = pos + 4 + new_len + 1;
335 * @param new_end_pos place to store byte after the nul byte of the new value
345 int *new_end_pos)
363 if (new_end_pos)
364 *new_end_pos = pos + 1 + new_len + 1;
379 * @param new_end_pos location to store end position of the new value, or #NULL
389 int *new_end_pos)
294 set_string(DBusString *str, int pos, const char *value, int byte_order, int *old_end_pos, int *new_end_pos) argument
340 set_signature(DBusString *str, int pos, const char *value, int byte_order, int *old_end_pos, int *new_end_pos) argument
383 _dbus_marshal_set_basic(DBusString *str, int pos, int type, const void *value, int byte_order, int *old_end_pos, int *new_end_pos) argument
[all...]

Completed in 107 milliseconds