HomeSort by relevance Sort by last modified time
    Searched full:spec_type (Results 1 - 1 of 1) sorted by null

  /external/dbus/dbus/
dbus-message.c 727 int spec_type, msg_type, i; local
734 spec_type = first_arg_type;
737 while (spec_type != DBUS_TYPE_INVALID)
741 if (msg_type != spec_type)
746 _dbus_type_to_string (spec_type),
752 if (spec_type == DBUS_TYPE_UNIX_FD)
783 else if (dbus_type_is_basic (spec_type))
794 else if (spec_type == DBUS_TYPE_ARRAY)
911 spec_type = va_arg (var_args, int);
912 if (!_dbus_type_reader_next (&real->u.reader) && spec_type != DBUS_TYPE_INVALID
    [all...]

Completed in 77 milliseconds