Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp486 return FRR_NODLL; in ReplaceFunctionA()
496 return FRR_NODLL; in ReplaceFunctionA()
526 return FRR_NODLL; in ReplaceFunctionW()
536 return FRR_NODLL; in ReplaceFunctionW()
H A Dfunction_replacement.h23 FRR_NODLL, /* The requested DLL was not found */ enumerator
H A Dproxy.cpp699 if (res == FRR_OK || res == FRR_NODLL || (res == FRR_NOFUNC && on_error == FRR_IGNORE)) in ReplaceFunctionWithStore()