Home
last modified time | relevance | path

Searched refs:updateindex (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/UpdateAgent/
H A Dmod.rs1405 …pub unsafe fn GetUpdateResult(&self, updateindex: i32) -> ::windows::runtime::Result<IUpdateDownlo… in GetUpdateResult()
1407 …able(self).13)(::std::mem::transmute_copy(self), ::std::mem::transmute(updateindex), &mut result__… in GetUpdateResult()
1490 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, updateindex: i32, retval: *mut ::w…
1619 …pub unsafe fn GetUpdateResult(&self, updateindex: i32) -> ::windows::runtime::Result<IUpdateDownlo… in GetUpdateResult()
1621 …table(self).9)(::std::mem::transmute_copy(self), ::std::mem::transmute(updateindex), &mut result__… in GetUpdateResult()
1688 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, updateindex: i32, retval: *mut ::w…
2165 …pub unsafe fn GetUpdateResult(&self, updateindex: i32) -> ::windows::runtime::Result<IUpdateInstal… in GetUpdateResult()
2167 …able(self).10)(::std::mem::transmute_copy(self), ::std::mem::transmute(updateindex), &mut result__… in GetUpdateResult()
2235 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, updateindex: i32, retval: *mut ::w…
2366 …pub unsafe fn GetUpdateResult(&self, updateindex: i32) -> ::windows::runtime::Result<IUpdateInstal… in GetUpdateResult()
[all …]
/dports/astro/merkaartor/merkaartor-0.19.0/
H A DCHANGELOG359 * FIX : Do not updateindex() if the feature is deleted
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c1977 …SCIP_Bool updateindex, /**< should the minimal/maximal column index of row be u… in rowDelNorms() argument
1995 if( updateindex && (col->index == row->minidx || col->index == row->maxidx) ) in rowDelNorms()