Searched refs:outs_len (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dunistr.h59 int outs_len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dunistr.c418 static int utf16_to_utf8_size(const ntfschar *ins, const int ins_len, int outs_len) argument
450 if (count > outs_len) {
471 * @outs_len: length of output buffer in bytes
476 char **outs, int outs_len)
484 outs_len = PATH_MAX;
486 size = utf16_to_utf8_size(ins, ins_len, outs_len);
492 outs_len = size + 1;
493 *outs = ntfs_malloc(outs_len);
661 * @outs_len: length of output buffer in utf16 characters
710 * @outs_len
475 ntfs_utf16_to_utf8(const ntfschar *ins, const int ins_len, char **outs, int outs_len) argument
730 ntfs_ucstombs(const ntfschar *ins, const int ins_len, char **outs, int outs_len) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dntfs.h130 const int ins_len, unsigned char **outs, int outs_len);
H A Dunistr.c254 * that case the output string is not allocated. Both *@outs and *@outs_len
317 * @outs_len: length of output string buffer in bytes
324 * @outs_len is ignored and can be 0.
337 const int ins_len, unsigned char **outs, int outs_len)
346 ns_len = outs_len;
336 ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, const int ins_len, unsigned char **outs, int outs_len) argument

Completed in 98 milliseconds