Searched defs:_dbus_string_get_byte (Results 1 – 2 of 2) sorted by relevance
65 #define _dbus_string_get_byte(s, i) (((const unsigned char*)(((DBusString*)(s))->dummy1))[(i)]) macro
540 _dbus_string_get_byte (const DBusString *str, in _dbus_string_get_byte() function