Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.h24 FRR_NOFUNC, /* The requested function was not found */ enumerator
H A Dfunction_replacement.cpp507 return FRR_NOFUNC; in ReplaceFunctionA()
547 return FRR_NOFUNC; in ReplaceFunctionW()
H A Dproxy.cpp699 if (res == FRR_OK || res == FRR_NODLL || (res == FRR_NOFUNC && on_error == FRR_IGNORE)) in ReplaceFunctionWithStore()
703 res==FRR_NOFUNC? "find" : "replace", funcName, dllName); in ReplaceFunctionWithStore()