Searched refs:get_context (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_find.py118 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_stop_find.py110 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_listen.py108 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_disconnect.py105 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_flush.py105 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_group_add.py150 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_invite.py136 gobject.MainLoop().get_context().iteration(True)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c498 static inline struct rar5* get_context(struct archive_read* a) { function
648 struct rar5* rar = get_context(a);
756 struct rar5* rar = get_context(a);
2008 struct rar5* rar = get_context(a);
2093 struct rar5* rar = get_context(a);
2254 struct rar5* rar = get_context(a);
2279 struct rar5* rar = get_context(a);
2431 struct rar5* rar = get_context(a);
2767 struct rar5* rar = get_context(ar);
2851 struct rar5* rar = get_context(
[all...]
/freebsd-11-stable/crypto/openssl/engines/
H A De_cswift.c365 static int get_context(SW_CONTEXT_HANDLE *hac) function
427 if (!get_context(&hac)) {
510 if (!get_context(&hac)) {
623 if (!get_context(&hac)) {
812 if (!get_context(&hac)) {
914 if (!get_context(&hac)) {
1019 if (!get_context(&hac)) {
H A De_chil.c505 static int get_context(HWCryptoHook_ContextHandle * hac, function
613 if (!get_context(&hwcrhk_context, &password_context)) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h392 typename ProgramStateTrait<T>::context_type get_context() const;
635 typename ProgramStateTrait<T>::context_type get_context() { function in class:clang::ento::ProgramStateManager
797 return getStateManager().add<T>(this, K, get_context<T>());
801 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { function in class:clang::ento::ProgramState
802 return getStateManager().get_context<T>();
807 return getStateManager().remove<T>(this, K, get_context<T>());
829 return getStateManager().set<T>(this, K, E, get_context<T>());
H A DSMTConstraintManager.h202 auto &CZFactory = State->get_context<ConstraintSMT>();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp211 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>();
237 PtrSet::Factory &F = State->getStateManager().get_context<PtrSet>();
H A DTaint.cpp135 TaintedSubRegions::Factory &F = State->get_context<TaintedSubRegions>();
H A DTestAfterDivZeroChecker.cpp189 DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>();
H A DCheckObjCDealloc.cpp269 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>();
508 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>();
866 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>();
H A DIteratorModeling.cpp1488 auto &RegionMapFactory = State->get_context<IteratorRegionMap>();
1501 auto &SymbolMapFactory = State->get_context<IteratorSymbolMap>();
H A DCStringChecker.cpp2370 CStringLengthTy::Factory &F = state->get_context<CStringLength>();
2419 CStringLengthTy::Factory &F = state->get_context<CStringLength>();
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Duverbs.h247 IB_UVERBS_DECLARE_CMD(get_context); variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp109 CastSet::Factory &F = State->get_context<CastSet>();
H A DRangeConstraintManager.cpp419 ConstraintRangeTy::Factory &CRFactory = State->get_context<ConstraintRange>();
H A DBugReporterVisitors.cpp2862 N->getState()->get_context<ConstraintRange>();
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwince.c159 static thread_info * thread_rec (DWORD id, int get_context);
1026 If get_context then also retrieve the context for this
1029 thread_rec (DWORD id, int get_context) argument
1036 if (!th->suspend_count && get_context)
1038 if (get_context > 0 && th != this_thread)
1040 else if (get_context < 0)
H A Dwin32-nat.c233 If get_context then also retrieve the context for this
236 thread_rec (DWORD id, int get_context) argument
243 if (!th->suspend_count && get_context)
245 if (get_context > 0 && id != current_event.dwThreadId)
247 else if (get_context < 0)
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1165 RefBindingsTy::Factory &RefBFactory = state->get_context<RefBindings>();
1445 RefBindingsTy::Factory &F = state->get_context<RefBindings>();

Completed in 237 milliseconds