Home
last modified time | relevance | path

Searched refs:value_length (Results 1 – 25 of 35) sorted by relevance

12

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
Dstatic_policy.h15 .value_length = 0xa,
23 .value_length = 0xb,
31 .value_length = 0x15,
39 .value_length = 0xd,
47 .value_length = 0x0,
55 .value_length = 0x0,
63 .value_length = 0x0,
71 .value_length = 0x0,
/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c681 u32 value_length; in ntfs_dump_attr_standard_information() local
706 value_length = le32_to_cpu(attr->value_length); in ntfs_dump_attr_standard_information()
707 if (value_length == 48) { in ntfs_dump_attr_standard_information()
709 } else if (value_length == 72) { in ntfs_dump_attr_standard_information()
735 "wrong...\n", (unsigned int)value_length, in ntfs_dump_attr_standard_information()
736 (unsigned)value_length); in ntfs_dump_attr_standard_information()
936 u32 value_length; in ntfs_dump_attr_object_id() local
939 value_length = le32_to_cpu(attr->value_length); in ntfs_dump_attr_object_id()
946 if ((value_length > sizeof(GUID)) && !ntfs_guid_is_zero( in ntfs_dump_attr_object_id()
955 if ((value_length > sizeof(GUID)) && !ntfs_guid_is_zero( in ntfs_dump_attr_object_id()
[all …]
Dntfsck.c530 u32 value_length = le32_to_cpu(attr_rec->value_length); in check_attr_record() local
546 if (value_length+value_offset > length) { in check_attr_record()
547 …e_length(%d)+value_offset(%d)>length(%d) for attribute 0x%x.\n", (int)value_length, (int)value_off… in check_attr_record()
Dntfswipe.c1786 le32_to_cpu(ctx->attr->value_length), in destroy_record()
1811 &(ctx->attr->value_length), sizeof(u32), in destroy_record()
1827 ctx->attr->value_length = const_cpu_to_le32(0); in destroy_record()
1858 le32_to_cpu(ctx->attr->value_length), in destroy_record()
1879 &(ctx->attr->value_length), in destroy_record()
1895 ctx->attr->value_length = const_cpu_to_le32(0); in destroy_record()
Dntfstruncate.c462 i = le32_to_cpu(a->value_length); in dump_resident_attr()
475 le32_to_cpu(a->value_length)); in dump_resident_attr()
Dntfsfix.c269 if ((char*)c + le32_to_cpu(a->value_length) > in OLD_ntfs_volume_set_flags()
272 le32_to_cpu(a->value_length) > le32_to_cpu(a->length)) { in OLD_ntfs_volume_set_flags()
907 length = le32_to_cpu(a->value_length); in attrlist_selfloc_condition()
Dmkntfs.c1307 le32_to_cpu(a->value_length))); in mkntfs_attr_find()
1314 avl = le32_to_cpu(a->value_length); in mkntfs_attr_find()
1896 a->value_length = cpu_to_le32(val_len); in insert_resident_attr_in_mft_record()
2468 re_end = (char*)r + le32_to_cpu(a->value_length); in upgrade_to_large_index()
2813 a->value_length = cpu_to_le32(le32_to_cpu(a->value_length) + idx_size); in insert_index_entry_in_res_dir_index()
4529 le32_to_cpu(a->value_length)); in mkntfs_create_root_structures()
/third_party/ntfs-3g/libntfs-3g/
Dea.c274 + le16_to_cpu(p_ea->value_length)) in ntfs_set_ntfs_ea()
278 + le16_to_cpu(p_ea->value_length)) in ntfs_set_ntfs_ea()
292 + le16_to_cpu(p_ea->value_length); in ntfs_set_ntfs_ea()
451 && (p_ea->value_length in ntfs_ea_check_wsldev()
500 attr.mod.base.value_length = const_cpu_to_le16(sizeof(mode)); in ntfs_ea_set_wsl_not_symlink()
512 attr.dev.base.value_length = const_cpu_to_le16(sizeof(device)); in ntfs_ea_set_wsl_not_symlink()
Dattrib.c135 return (s64)le32_to_cpu(a->value_length); in GenNAttrIno()
176 if (le32_to_cpu(a->value_length) + le16_to_cpu(a->value_offset) in ntfs_get_attribute_value()
182 le32_to_cpu(a->value_length)); in ntfs_get_attribute_value()
184 return (s64)le32_to_cpu(a->value_length); in ntfs_get_attribute_value()
489 && (a->non_resident ? !a->initialized_size : !a->value_length)) { in ntfs_attr_open()
562 s64 l = le32_to_cpu(a->value_length); in ntfs_attr_open()
1059 le32_to_cpu(ctx->attr->value_length) > in ntfs_attr_pread_i()
1976 le32_to_cpu(ctx->attr->value_length) >
2942 le32_to_cpu(a->value_length)));
2949 avl = le32_to_cpu(a->value_length);
[all …]
Dvolume.c1168 if ((char*)vinf + le32_to_cpu(a->value_length) > (char*)ctx->mrec + in ntfs_device_mount()
1171 a->value_length) > le32_to_cpu(a->length)) { in ntfs_device_mount()
1212 u = le32_to_cpu(a->value_length) / 2; in ntfs_device_mount()
1771 if ((char*)c + le32_to_cpu(a->value_length) > (char*)ctx->mrec + in ntfs_volume_write_flags()
1774 le32_to_cpu(a->value_length) > le32_to_cpu(a->length)) { in ntfs_volume_write_flags()
Dattrlist.c156 0 : le32_to_cpu(attr->value_length), ctx)) { in ntfs_attrlist_entry_add()
Dinode.c192 lthle = ctx->attr->value_length; in ntfs_inode_real_open()
274 ni->data_size = le32_to_cpu(ctx->attr->value_length); in ntfs_inode_real_open()
769 lthle = ctx->attr->value_length; in ntfs_inode_sync_standard_information()
/third_party/gn/src/base/
Denvironment.cc60 DWORD value_length = ::GetEnvironmentVariable( in GetVarImpl() local
63 if (value_length == 0) in GetVarImpl()
66 std::unique_ptr<char16_t[]> value(new char16_t[value_length]); in GetVarImpl()
69 reinterpret_cast<LPWSTR>(value.get()), value_length); in GetVarImpl()
/third_party/pulseaudio/src/pulse/
Dproplist.c104 …_setn(pa_proplist *p, const char *key, size_t key_length, const char *value, size_t value_length) { in proplist_setn() argument
114 v = pa_xstrndup(value, value_length); in proplist_setn()
155 …ethex(pa_proplist *p, const char *key, size_t key_length, const char *value, size_t value_length) { in proplist_sethex() argument
173 v = pa_xstrndup(value, value_length); in proplist_sethex()
174 d = pa_xmalloc(value_length*2+1); in proplist_sethex()
176 if ((dn = pa_parsehex(v, d, value_length*2)) == (size_t) -1) { in proplist_sethex()
/third_party/skia/third_party/externals/brotli/
DCMakeLists.txt355 string(LENGTH "${value}" value_length)
357 if(path_length EQUAL value_length AND path STREQUAL value)
360 elseif(path_length GREATER value_length)
366 string(SUBSTRING "${path}" ${value_length} 1 sep)
368 string(SUBSTRING "${path}" 0 ${value_length} s)
370 string(SUBSTRING "${path}" "${value_length}" -1 suffix)
/third_party/python/PC/
Dwinreg.c1704 Py_ssize_t value_length; in winreg_SetValue_impl() local
1715 const wchar_t *value = PyUnicode_AsUnicodeAndSize(value_obj, &value_length); in winreg_SetValue_impl()
1718 wchar_t *value = PyUnicode_AsWideCharString(value_obj, &value_length); in winreg_SetValue_impl()
1723 if ((Py_ssize_t)(DWORD)value_length != value_length) { in winreg_SetValue_impl()
1733 value, value_length) < 0) { in winreg_SetValue_impl()
1741 rc = RegSetValueW(key, sub_key, REG_SZ, value, (DWORD)(value_length + 1)); in winreg_SetValue_impl()
/third_party/pulseaudio/src/pulsecore/
Ddbus-util.c734 int value_length = 0; in pa_dbus_get_proplist_arg() local
760 dbus_message_iter_get_fixed_array(&dict_entry_iter, &value, &value_length); in pa_dbus_get_proplist_arg()
762 pa_assert(value_length >= 0); in pa_dbus_get_proplist_arg()
764 pa_assert_se(pa_proplist_set(proplist, key, value, value_length) >= 0); in pa_dbus_get_proplist_arg()
/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h205 uint8_t value_length; /* only valid if set by policy */ member
/third_party/skia/src/xml/
DSkXMLParser.cpp121 int value_length, in entity_decl_handler() argument
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h748 /* 16 */ le32 value_length; /* Byte size of attribute value. */ member
2513 le16 value_length; /* Byte size of the EA's value. */ member
/third_party/jerryscript/jerry-debugger/
Djerry_client_main.py1204 value_length = ord(self.scope_vars[buff_pos:buff_pos + 1])
1206 value = self.scope_vars[buff_pos: buff_pos + value_length]
1207 buff_pos += value_length
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c368 polmd->value_length); in lws_extract_metadata()
391 polmd->value_length) < 0) { in lws_extract_metadata()
/third_party/python/Modules/expat/
Dexpat.h346 const XML_Char *value, int value_length, const XML_Char *base,
/third_party/skia/third_party/externals/expat/expat/lib/
Dexpat.h347 const XML_Char *value, int value_length, const XML_Char *base,
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmlwf.c731 const XML_Char *value, int value_length, const XML_Char *base, in metaEntityDecl() argument
744 characterData(data, value, value_length); in metaEntityDecl()

12