Searched refs:value_p (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gfileattribute.c | 616 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()
|
D | glocalfileinfo.c | 401 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 …]
|
D | glocalfileinfo.h | 69 gpointer value_p,
|
D | gfileattribute-priv.h | 66 gpointer value_p,
|
D | gfileinfo.h | 756 gpointer value_p);
|
D | gfile.h | 254 gpointer value_p, 643 gpointer value_p,
|
D | gfileinfo.c | 925 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()
|
D | glocalfile.c | 1233 gpointer value_p, in g_local_file_set_attribute() argument 1243 value_p, in g_local_file_set_attribute()
|
D | gfile.c | 3245 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/ |
D | dbus-uuidgen.c | 54 const char **value_p) in get_arg() argument 76 *value_p = fn; in get_arg()
|
/external/bluetooth/glib/glib/ |
D | gslice.c | 1211 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/ |
D | dbus-message.c | 1736 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()
|