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

/external/dbus/dbus/
H A Ddbus-marshal-basic.c332 * @param new_end_pos place to store byte after the nul byte of the new value
342 int *new_end_pos)
363 if (new_end_pos)
364 *new_end_pos = pos + 4 + new_len + 1;
378 * @param new_end_pos place to store byte after the nul byte of the new value
388 int *new_end_pos)
406 if (new_end_pos)
407 *new_end_pos = pos + 1 + new_len + 1;
422 * @param new_end_pos location to store end position of the new value, or #NULL
432 int *new_end_pos)
337 set_string(DBusString *str, int pos, const char *value, int byte_order, int *old_end_pos, int *new_end_pos) argument
383 set_signature(DBusString *str, int pos, const char *value, int byte_order, int *old_end_pos, int *new_end_pos) argument
426 _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 2048 milliseconds