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 65 #define _dbus_string_get_byte(s, i) (((const unsigned char*)(((DBusString*)(s))->dummy1))[(i)]) macro
101 #ifndef _dbus_string_get_byte
102 unsigned char _dbus_string_get_byte (const DBusString *str,
104 #endif /* _dbus_string_get_byte */
dbus-string.c 529 #ifndef _dbus_string_get_byte
540 _dbus_string_get_byte (const DBusString *str, function
549 #endif /* _dbus_string_get_byte */
    [all...]

Completed in 3261 milliseconds