Home
last modified time | relevance | path

Searched refs:value_p (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/glib/gio/
Dgfileattribute.c616 gpointer value_p, in _g_file_attribute_value_set_from_pointer() argument
626 value->u.string = g_strdup (value_p); in _g_file_attribute_value_set_from_pointer()
628 value->u.string = value_p; in _g_file_attribute_value_set_from_pointer()
633 value->u.obj = g_object_ref (value_p); in _g_file_attribute_value_set_from_pointer()
635 value->u.obj = value_p; in _g_file_attribute_value_set_from_pointer()
639 value->u.boolean = *(gboolean *)value_p; in _g_file_attribute_value_set_from_pointer()
643 value->u.uint32 = *(guint32 *)value_p; in _g_file_attribute_value_set_from_pointer()
647 value->u.int32 = *(gint32 *)value_p; in _g_file_attribute_value_set_from_pointer()
651 value->u.uint64 = *(guint64 *)value_p; in _g_file_attribute_value_set_from_pointer()
655 value->u.int64 = *(gint64 *)value_p; in _g_file_attribute_value_set_from_pointer()
Dglocalfileinfo.c401 char *value_p; in get_one_xattr() local
406 value_p = NULL; in get_one_xattr()
408 value_p = value; in get_one_xattr()
416 value_p = g_malloc (len+1); in get_one_xattr()
418 len = g_getxattr (path, xattr, value_p, len, follow_symlinks); in get_one_xattr()
422 g_free (value_p); in get_one_xattr()
430 value_p[len] = 0; in get_one_xattr()
432 escape_xattr (info, gio_attr, value_p, len); in get_one_xattr()
434 if (value_p != value) in get_one_xattr()
435 g_free (value_p); in get_one_xattr()
[all …]
Dglocalfileinfo.h69 gpointer value_p,
Dgfileattribute-priv.h66 gpointer value_p,
Dgfileinfo.h756 gpointer value_p);
Dgfile.h254 gpointer value_p,
643 gpointer value_p,
Dgfileinfo.c925 gpointer value_p) in g_file_info_set_attribute() argument
935 _g_file_attribute_value_set_from_pointer (value, type, value_p, TRUE); in g_file_info_set_attribute()
Dglocalfile.c1233 gpointer value_p, in g_local_file_set_attribute() argument
1243 value_p, in g_local_file_set_attribute()
Dgfile.c3245 gpointer value_p, in g_file_set_attribute() argument
3268 return (* iface->set_attribute) (file, attribute, type, value_p, flags, cancellable, error); in g_file_set_attribute()
/external/dbus/tools/
Ddbus-uuidgen.c54 const char **value_p) in get_arg() argument
76 *value_p = fn; in get_arg()
/external/bluetooth/glib/glib/
Dgslice.c1211 SmcVType *value_p);
1362 SmcVType *value_p) in smc_tree_lookup() argument
1367 *value_p = 0; in smc_tree_lookup()
1377 *value_p = entry->value; in smc_tree_lookup()
/external/dbus/dbus/
Ddbus-message.c1736 const char ***value_p; in dbus_message_append_args_valist() local
1741 value_p = va_arg (var_args, const char***); in dbus_message_append_args_valist()
1744 value = *value_p; in dbus_message_append_args_valist()