Home
last modified time | relevance | path

Searched refs:Deref (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/vcruntime/
H A Dms_sal.h1679 #define _In_bound_impl_ [SA_PreBound(Deref=0)]
1680 #define _Out_bound_impl_ [SA_PostBound(Deref=0)]
1681 #define _Ret_bound_impl_ [SA_PostBound(Deref=0)]
1682 #define _Deref_in_bound_impl_ [SA_PreBound(Deref=1)]
1683 #define _Deref_out_bound_impl_ [SA_PostBound(Deref=1)]
1684 #define _Deref_ret_bound_impl_ [SA_PostBound(Deref=1)]
1767 #define _Deref_pre1_impl_(p1) [SA_Pre(Deref=1,p1)]
1768 #define _Deref_pre2_impl_(p1,p2) [SA_Pre(Deref=1,p1,p2)]
1772 #define _Deref_post1_impl_(p1) [SA_Post(Deref=1,p1)]
1773 #define _Deref_post2_impl_(p1,p2) [SA_Post(Deref=1,p1,p2)]
[all …]
/reactos/ntoskrnl/fsrtl/
H A Doplock.c363 BOOLEAN Deref; in FsRtlAcknowledgeOplockBreak() local
389 Deref = TRUE; in FsRtlAcknowledgeOplockBreak()
405 Deref = FALSE; in FsRtlAcknowledgeOplockBreak()
453 if (Deref) in FsRtlAcknowledgeOplockBreak()