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

/external/dbus/dbus/
H A Ddbus-string.h66 #define _dbus_string_get_byte(s, i) (((const unsigned char*)(((DBusString*)(s))->dummy1))[(i)]) macro
102 #ifndef _dbus_string_get_byte
103 unsigned char _dbus_string_get_byte (const DBusString *str,
105 #endif /* _dbus_string_get_byte */
H A Ddbus-string.c550 #ifndef _dbus_string_get_byte
561 _dbus_string_get_byte (const DBusString *str, function
570 #endif /* _dbus_string_get_byte */
2700 b = _dbus_string_get_byte (&result, len - 1);

Completed in 86 milliseconds