Lines Matching defs:string
61 /** Shared folder string buffer structure. */
63 /** Allocated size of the string member in bytes. */
66 /** Length of string without trailing nul in bytes. */
69 /** UTF-8 or UTF-16 string. Nul terminated. */
74 } string;
78 /* The size of shfl_string w/o the string part. */
81 /* Calculate size of the string. */
82 static inline u32 shfl_string_buf_size(const struct shfl_string *string)
84 return string ? SHFLSTRING_HEADER_SIZE + string->size : 0;
424 * Empty string if not available.