Lines Matching defs:value
111 char **values = (char**)(item->value.ptr);
124 item->value.ptr = NULL;
138 const char *value = NULL;
162 /* now read the value */
165 dbus_message_iter_get_basic(&dict_iter, &value);
172 values[0] = sss_sifp_strdup(ctx, value);
205 dbus_message_iter_get_basic(&array_iter, &value);
206 values[i] = sss_sifp_strdup(ctx, value);
486 * variant:value
526 * variant:value
565 * array of dict_entry(string:attr_name, variant:value)
611 /* now read the value */