Lines Matching refs:__maybenull

262      __maybenull p

265 in the negated form __notnull or the possibly null form __maybenull.
270 #define __maybenull __declspec("SAL_maybenull")
402 Example 1: __valid __exceptthat __maybenull on a pointer p means that the
407 Example 2: __valid __deref __exceptthat __maybenull on an int **p means
454 #define __maybenull
516 #define __out_z_opt __post __valid __refparam __post __nullterminated __exceptthat __maybenull
524 #define __out_nz_opt __post __valid __refparam __post __exceptthat __maybenull
540 #define __ecount_opt(size) __ecount(size) __exceptthat __maybenull
541 #define __bcount_opt(size) __bcount(size) __exceptthat __maybenull
542 #define __in_opt __in __exceptthat __maybenull
543 #define __in_ecount_opt(size) __in_ecount(size) __exceptthat __maybenull
544 #define __in_bcount_opt(size) __in_bcount(size) __exceptthat __maybenull
551 #define __out_opt __out __exceptthat __maybenull
552 #define __out_ecount_opt(size) __out_ecount(size) __exceptthat __maybenull
553 #define __out_bcount_opt(size) __out_bcount(size) __exceptthat __maybenull
554 #define __out_ecount_part_opt(size,length) __out_ecount_part(size,length) __exceptthat __maybenull
555 #define __out_bcount_part_opt(size,length) __out_bcount_part(size,length) __exceptthat __maybenull
556 #define __out_ecount_full_opt(size) __out_ecount_full(size) __exceptthat __maybenull
557 #define __out_bcount_full_opt(size) __out_bcount_full(size) __exceptthat __maybenull
566 #define __inout_opt __inout __exceptthat __maybenull
567 #define __inout_ecount_opt(size) __inout_ecount(size) __exceptthat __maybenull
568 #define __inout_bcount_opt(size) __inout_bcount(size) __exceptthat __maybenull
569 #define __inout_ecount_part_opt(size,length) __inout_ecount_part(size,length) __exceptthat __maybenull
570 #define __inout_bcount_part_opt(size,length) __inout_bcount_part(size,length) __exceptthat __maybenull
571 #define __inout_ecount_full_opt(size) __inout_ecount_full(size) __exceptthat __maybenull
572 #define __inout_bcount_full_opt(size) __inout_bcount_full(size) __exceptthat __maybenull
609 #define __deref_ecount_opt(size) __deref_ecount(size) __post __deref __exceptthat __maybenull
610 #define __deref_bcount_opt(size) __deref_bcount(size) __post __deref __exceptthat __maybenull
611 #define __deref_out_opt __deref_out __post __deref __exceptthat __maybenull
612 #define __deref_out_ecount_opt(size) __deref_out_ecount(size) __post __deref __exceptthat __maybenull
613 #define __deref_out_bcount_opt(size) __deref_out_bcount(size) __post __deref __exceptthat __maybenull
614 #define __deref_out_ecount_part_opt(size,length) __deref_out_ecount_part(size,length) __post __deref __exceptthat __maybenull
615 #define __deref_out_bcount_part_opt(size,length) __deref_out_bcount_part(size,length) __post __deref __exceptthat __maybenull
616 #define __deref_out_ecount_full_opt(size) __deref_out_ecount_full(size) __post __deref __exceptthat __maybenull
617 #define __deref_out_bcount_full_opt(size) __deref_out_bcount_full(size) __post __deref __exceptthat __maybenull
618 #define __deref_out_z_opt __post __deref __valid __refparam __execeptthat __maybenull __post __deref __nullterminated
624 #define __deref_inout_opt __deref_inout __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
625 #define __deref_inout_ecount_opt(size) __deref_inout_ecount(size) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
626 #define __deref_inout_bcount_opt(size) __deref_inout_bcount(size) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
627 #define __deref_inout_ecount_part_opt(size,length) __deref_inout_ecount_part(size,length) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
628 #define __deref_inout_bcount_part_opt(size,length) __deref_inout_bcount_part(size,length) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
629 #define __deref_inout_ecount_full_opt(size) __deref_inout_ecount_full(size) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
630 #define __deref_inout_bcount_full_opt(size) __deref_inout_bcount_full(size) __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull
637 #define __deref_opt_ecount(size) __deref_ecount(size) __exceptthat __maybenull
638 #define __deref_opt_bcount(size) __deref_bcount(size) __exceptthat __maybenull
639 #define __deref_opt_out __deref_out __exceptthat __maybenull
641 #define __deref_opt_out_ecount(size) __deref_out_ecount(size) __exceptthat __maybenull
642 #define __deref_opt_out_bcount(size) __deref_out_bcount(size) __exceptthat __maybenull
643 #define __deref_opt_out_ecount_part(size,length) __deref_out_ecount_part(size,length) __exceptthat __maybenull
644 #define __deref_opt_out_bcount_part(size,length) __deref_out_bcount_part(size,length) __exceptthat __maybenull
645 #define __deref_opt_out_ecount_full(size) __deref_out_ecount_full(size) __exceptthat __maybenull
646 #define __deref_opt_out_bcount_full(size) __deref_out_bcount_full(size) __exceptthat __maybenull
647 #define __deref_opt_inout __deref_inout __exceptthat __maybenull
648 #define __deref_opt_inout_ecount(size) __deref_inout_ecount(size) __exceptthat __maybenull
649 #define __deref_opt_inout_bcount(size) __deref_inout_bcount(size) __exceptthat __maybenull
650 #define __deref_opt_inout_ecount_part(size,length) __deref_inout_ecount_part(size,length) __exceptthat __maybenull
651 #define __deref_opt_inout_bcount_part(size,length) __deref_inout_bcount_part(size,length) __exceptthat __maybenull
652 #define __deref_opt_inout_ecount_full(size) __deref_inout_ecount_full(size) __exceptthat __maybenull
653 #define __deref_opt_inout_bcount_full(size) __deref_inout_bcount_full(size) __exceptthat __maybenull
660 #define __deref_opt_ecount_opt(size) __deref_ecount_opt(size) __exceptthat __maybenull
661 #define __deref_opt_bcount_opt(size) __deref_bcount_opt(size) __exceptthat __maybenull
662 #define __deref_opt_out_opt __deref_out_opt __exceptthat __maybenull
663 #define __deref_opt_out_ecount_opt(size) __deref_out_ecount_opt(size) __exceptthat __maybenull
664 #define __deref_opt_out_bcount_opt(size) __deref_out_bcount_opt(size) __exceptthat __maybenull
665 #define __deref_opt_out_ecount_part_opt(size,length) __deref_out_ecount_part_opt(size,length) __exceptthat __maybenull
666 #define __deref_opt_out_bcount_part_opt(size,length) __deref_out_bcount_part_opt(size,length) __exceptthat __maybenull
667 #define __deref_opt_out_ecount_full_opt(size) __deref_out_ecount_full_opt(size) __exceptthat __maybenull
668 #define __deref_opt_out_bcount_full_opt(size) __deref_out_bcount_full_opt(size) __exceptthat __maybenull
669 #define __deref_opt_out_z_opt __post __deref __valid __refparam __exceptthat __maybenull __pre __deref __exceptthat __maybenull __post __deref __exceptthat __maybenull __post __deref __nullterminated
675 #define __deref_opt_inout_opt __deref_inout_opt __exceptthat __maybenull
676 #define __deref_opt_inout_ecount_opt(size) __deref_inout_ecount_opt(size) __exceptthat __maybenull
677 #define __deref_opt_inout_bcount_opt(size) __deref_inout_bcount_opt(size) __exceptthat __maybenull
678 #define __deref_opt_inout_ecount_part_opt(size,length) __deref_inout_ecount_part_opt(size,length) __exceptthat __maybenull
679 #define __deref_opt_inout_bcount_part_opt(size,length) __deref_inout_bcount_part_opt(size,length) __exceptthat __maybenull
680 #define __deref_opt_inout_ecount_full_opt(size) __deref_inout_ecount_full_opt(size) __exceptthat __maybenull
681 #define __deref_opt_inout_bcount_full_opt(size) __deref_inout_bcount_full_opt(size) __exceptthat __maybenull