Searched refs:__post (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | sal_old.h | 63 #define __postcond(expr) __post 97 #define __post macro 117 #define __deref_bcount(size) __ecount(1) __post __elem_readableTo(1) __post __deref __notnull __pos… 119 #define __deref_ecount(size) __ecount(1) __post __elem_readableTo(1) __post __deref __notnull __pos… 222 #define __deref_out_z __post __deref __valid __refparam __post __deref __nullterminated 286 #define __out_bcount_z(size) __bcount(size) __post __valid __refparam __post __nullterminated 300 #define __out_ecount_z(size) __ecount(size) __post __valid __refparam __post __nullterminated 302 #define __out_nz __post __valid __refparam __post 303 #define __out_nz_opt __post __valid __refparam __post __exceptthat __maybenull 305 #define __out_z __post __valid __refparam __post __nullterminated [all …]
|
H A D | specstrings_strict.h | 1061 #pragma deprecated(__post) 1119 #define __post macro
|
H A D | specstrings_undef.h | 477 #undef __post
|
/reactos/sdk/include/vcruntime/ |
H A D | ms_sal.h | 1791 #define _Check_return_impl_ __post _SA_annotes0(SAL_checkReturn) 2529 #define __post _Post_impl_ macro 2545 #define __postcond(expr) __post 2601 #define __post_except_maybenull __post __inner_exceptthat _Maybenull_impl_ 2631 #define __post 2686 … _SAL1_Source_(__out_z, (), __post __valid __refparam __post __nul… 2687 … _SAL1_Source_(__out_z_opt, (), __post __valid __refparam __post __nul… 2688 … _SAL1_Source_(__out_ecount_z, (size), __ecount(size) __post __valid __refparam __post __nul… 2689 … _SAL1_Source_(__out_bcount_z, (size), __bcount(size) __post __valid __refparam __post __nul… 2751 …nt, (size), _Notref_ __ecount(1) __post _Notref_ __elem_readableTo(1) __post _Notref_ __deref _Not… [all …]
|