HomeSort by relevance Sort by last modified time
    Searched refs:value_p (Results 1 - 12 of 12) sorted by null

  /external/dbus/tools/
dbus-uuidgen.c 54 const char **value_p)
76 *value_p = fn;
  /external/bluetooth/glib/gio/
gfileattribute.c 616 gpointer value_p,
626 value->u.string = g_strdup (value_p);
628 value->u.string = value_p;
633 value->u.obj = g_object_ref (value_p);
635 value->u.obj = value_p;
639 value->u.boolean = *(gboolean *)value_p;
643 value->u.uint32 = *(guint32 *)value_p;
647 value->u.int32 = *(gint32 *)value_p;
651 value->u.uint64 = *(guint64 *)value_p;
655 value->u.int64 = *(gint64 *)value_p;
    [all...]
gfileattribute-priv.h 66 gpointer value_p,
glocalfileinfo.h 69 gpointer value_p,
glocalfileinfo.c 401 char *value_p; local
406 value_p = NULL;
408 value_p = value;
416 value_p = g_malloc (len+1);
418 len = g_getxattr (path, xattr, value_p, len, follow_symlinks);
422 g_free (value_p);
430 value_p[len] = 0;
432 escape_xattr (info, gio_attr, value_p, len);
434 if (value_p != value)
435 g_free (value_p);
558 char *value_p; local
    [all...]
gfileinfo.h 756 gpointer value_p);
    [all...]
gfile.h 254 gpointer value_p,
    [all...]
gfileinfo.c 917 * @value_p: pointer to the value
925 gpointer value_p)
935 _g_file_attribute_value_set_from_pointer (value, type, value_p, TRUE);
    [all...]
glocalfile.c 1233 gpointer value_p,
1243 value_p,
    [all...]
gfile.c     [all...]
  /external/bluetooth/glib/glib/
gslice.c     [all...]
  /external/dbus/dbus/
dbus-message.c 1573 const char ***value_p; local
    [all...]

Completed in 187 milliseconds