Lines Matching refs:value_p
432 char *value_p; in get_one_xattr() local
439 value_p = NULL; in get_one_xattr()
441 value_p = value; in get_one_xattr()
449 value_p = g_malloc (len+1); in get_one_xattr()
451 len = g_getxattr (path, xattr, value_p, len, follow_symlinks); in get_one_xattr()
455 g_free (value_p); in get_one_xattr()
463 value_p[len] = 0; in get_one_xattr()
465 escape_xattr (info, gio_attr, value_p, len); in get_one_xattr()
467 if (value_p != value) in get_one_xattr()
468 g_free (value_p); in get_one_xattr()
597 char *value_p; in get_one_xattr_from_fd() local
604 value_p = NULL; in get_one_xattr_from_fd()
606 value_p = value; in get_one_xattr_from_fd()
614 value_p = g_malloc (len + 1); in get_one_xattr_from_fd()
616 len = g_fgetxattr (fd, xattr, value_p, len); in get_one_xattr_from_fd()
620 g_free (value_p); in get_one_xattr_from_fd()
628 value_p[len] = 0; in get_one_xattr_from_fd()
630 escape_xattr (info, gio_attr, value_p, len); in get_one_xattr_from_fd()
632 if (value_p != value) in get_one_xattr_from_fd()
633 g_free (value_p); in get_one_xattr_from_fd()
2744 gpointer value_p, in _g_local_file_info_set_attribute() argument
2753 _g_file_attribute_value_set_from_pointer (&value, type, value_p, FALSE); in _g_local_file_info_set_attribute()
2803 value_p); in _g_local_file_info_set_attribute()