HomeSort by relevance Sort by last modified time
    Searched defs:_dbus_string_get_byte (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-string.h 66 #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 */
dbus-string.c 550 #ifndef _dbus_string_get_byte
561 _dbus_string_get_byte (const DBusString *str, function
570 #endif /* _dbus_string_get_byte */
    [all...]

Completed in 132 milliseconds