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

/sssd/src/sbus/
H A Dsssd_dbus_request.c283 int arg_type; local
296 arg_type = first_arg_type;
297 while (arg_type != DBUS_TYPE_INVALID) {
299 if (arg_type == DBUS_TYPE_ARRAY) {
300 arg_type = va_arg(va, int); /* the array element type */
305 if (arg_type == DBUS_TYPE_STRING ||
306 arg_type == DBUS_TYPE_OBJECT_PATH ||
307 arg_type == DBUS_TYPE_SIGNATURE) {
326 arg_type = va_arg(va, int);

Completed in 1664 milliseconds