Home
last modified time | relevance | path

Searched refs:LastQuery (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/llvm/lib/Support/
H A DSourceMgr.cpp29 const char *LastQuery; member
96 Cache->LastQuery <= Loc.getPointer()) { in getLineAndColumn()
97 Ptr = Cache->LastQuery; in getLineAndColumn()
113 Cache.LastQuery = Ptr; in getLineAndColumn()
/aosp_15_r20/external/mdnsresponder/mDNSPosix/
H A DNetMonitor.c182 mDNSs32 LastQuery; member
306 entry->LastQuery = m->timenow; in SendUnicastQuery()
332 if (entry->NumQueries && m->timenow - entry->LastQuery < mDNSPlatformOneSecond) return; in AnalyseHost()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinnt.h9014 GUID LastQuery; member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dwdm.h14916 GUID LastQuery; member
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs60831 pub LastQuery: GUID, field
60850 unsafe { ::std::ptr::addr_of!((*ptr).LastQuery) as usize - ptr as usize }, in bindgen_test_layout__KTMOBJECT_CURSOR()
60852 concat!("Offset of field: ", stringify!(_KTMOBJECT_CURSOR), "::", stringify!(LastQuery)) in bindgen_test_layout__KTMOBJECT_CURSOR()