Searched refs:val_len (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c521 * taking the data from @val. Take @val_len bytes from @val and pad the
534 const u8 *val, const s64 val_len, s64 *inited_size,
543 return val_len;
561 if (total + length > val_len) {
563 length = val_len - total;
789 * @val_len: attribute value length
837 * If @val is not present (NULL), @val_len is ignored.
854 const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx)
945 min(val_len,
954 if (val_len
533 ntfs_rlwrite(struct ntfs_device *dev, const runlist *rl, const u8 *val, const s64 val_len, s64 *inited_size, WRITE_TYPE write_type) argument
852 mkntfs_attr_find(const ATTR_TYPES type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) argument
1037 mkntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const VCN lowest_vcn __attribute__((unused)), const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) argument
1068 insert_positioned_attr_in_mft_record(MFT_RECORD *m, const ATTR_TYPES type, const char *name, u32 name_len, const IGNORE_CASE_BOOL ic, const ATTR_FLAGS flags, const runlist *rl, const u8 *val, const s64 val_len) argument
1258 insert_non_resident_attr_in_mft_record(MFT_RECORD *m, const ATTR_TYPES type, const char *name, u32 name_len, const IGNORE_CASE_BOOL ic, const ATTR_FLAGS flags, const u8 *val, const s64 val_len, WRITE_TYPE write_type) argument
1448 insert_resident_attr_in_mft_record(MFT_RECORD *m, const ATTR_TYPES type, const char *name, u32 name_len, const IGNORE_CASE_BOOL ic, const ATTR_FLAGS flags, const RESIDENT_ATTR_FLAGS res_flags, const u8 *val, const u32 val_len) argument
1784 add_attr_data(MFT_RECORD *m, const char *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const ATTR_FLAGS flags, const u8 *val, const s64 val_len) argument
1825 add_attr_data_positioned(MFT_RECORD *m, const char *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const ATTR_FLAGS flags, const runlist *rl, const u8 *val, const s64 val_len) argument
1913 int err, val_len; local
[all...]
/haiku-fatelf/src/tests/apps/miniterminal/
H A DMiniView.cpp52 const int val_len = strlen (value); local
58 environ[envindex] = (char *)malloc ((unsigned)len + val_len + 2);
65 environ [envindex] = (char *) malloc ((unsigned)len + val_len + 2);
/haiku-fatelf/src/apps/terminal/
H A DShell.cpp89 const int val_len = strlen (value); local
95 environ[envindex] = (char *)malloc((unsigned)len + val_len + 2);
103 environ[envindex] = (char *)malloc((unsigned)len + val_len + 2);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.h103 const VCN lowest_vcn, const u8 *val, const u32 val_len,
H A Dattrib.c2642 * @val_len: attribute value length
2690 * If @val is not present (NULL), @val_len is ignored.
2707 const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx)
2800 min(val_len,
2809 if (val_len == avl)
2811 if (val_len < avl) {
2860 * @val_len: attribute value length
2924 const VCN lowest_vcn, const u8 *val, const u32 val_len,
2989 if (name || name_len || val || val_len || lowest_vcn) {
3178 le32_to_cpu(a->value_length) == val_len
2705 ntfs_attr_find(const ATTR_TYPES type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) argument
2922 ntfs_external_attr_find(ATTR_TYPES type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const VCN lowest_vcn, const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) argument
3313 ntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const VCN lowest_vcn, const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) argument
[all...]
/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2504 size_t val_len; member in struct:mime_entry
2539 enc_tab[i].val_len = strlen( enc_tab[i].val );
2544 typ_tab[i].val_len = strlen( typ_tab[i].val );
2637 encodings_len + enc_tab[me_indexes[i]].val_len + 1 );
2644 encodings_len += enc_tab[me_indexes[i]].val_len;

Completed in 89 milliseconds