|
244 | 244 | #ifndef _Out_writes_to_opt_ |
245 | 245 | #define _Out_writes_to_opt_(s,c) |
246 | 246 | #endif |
| 247 | +#ifndef _Out_writes_bytes_to_ |
| 248 | +#define _Out_writes_bytes_to_(s,c) |
| 249 | +#endif |
| 250 | +#ifndef _Out_writes_bytes_to_opt_ |
| 251 | +#define _Out_writes_bytes_to_opt_(s,c) |
| 252 | +#endif |
| 253 | +#ifndef _Out_writes_all_opt_ |
| 254 | +#define _Out_writes_all_opt_(s) |
| 255 | +#endif |
| 256 | +#ifndef _Out_writes_bytes_all_ |
| 257 | +#define _Out_writes_bytes_all_(s) |
| 258 | +#endif |
| 259 | +#ifndef _Out_writes_bytes_all_opt_ |
| 260 | +#define _Out_writes_bytes_all_opt_(s) |
| 261 | +#endif |
247 | 262 | #ifndef _Inout_updates_ |
248 | 263 | #define _Inout_updates_(s) |
249 | 264 | #endif |
|
265 | 280 | #ifndef _Field_size_bytes_opt_ |
266 | 281 | #define _Field_size_bytes_opt_(s) |
267 | 282 | #endif |
| 283 | +#ifndef _Field_size_full_ |
| 284 | +#define _Field_size_full_(s) |
| 285 | +#endif |
| 286 | +#ifndef _Field_size_full_opt_ |
| 287 | +#define _Field_size_full_opt_(s) |
| 288 | +#endif |
| 289 | +#ifndef _Field_size_bytes_full_ |
| 290 | +#define _Field_size_bytes_full_(s) |
| 291 | +#endif |
| 292 | +#ifndef _Field_size_bytes_full_opt_ |
| 293 | +#define _Field_size_bytes_full_opt_(s) |
| 294 | +#endif |
| 295 | +#ifndef _Field_size_part_ |
| 296 | +#define _Field_size_part_(s,c) |
| 297 | +#endif |
| 298 | +#ifndef _Field_size_part_opt_ |
| 299 | +#define _Field_size_part_opt_(s,c) |
| 300 | +#endif |
268 | 301 |
|
269 | 302 | /* --- SAL 2 wrapper / annotation-of-annotation forms (pass-through) --- */ |
270 | 303 | #ifndef _Always_ |
|
0 commit comments