Searched refs:sid_str_size (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dsecurity.h54 size_t sid_str_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dsecurity.c165 * @sid_str_size: [IN] size in bytes of @sid_str
169 * ntfs_sid_to_mbs_size() bytes. @sid_str_size is the size in bytes of
191 char *ntfs_sid_to_mbs(const SID *sid, char *sid_str, size_t sid_str_size) argument
201 if (sid_str && (sid_str_size < 8 || !ntfs_sid_is_valid(sid))) {
215 sid_str_size = 0;
218 cnt = sid_str_size;
252 if (!sid_str_size)

Completed in 22 milliseconds