Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.h22 FRR_OK, /* Succeeded in replacing the function */ enumerator
H A Dfunction_replacement.cpp515 return FRR_OK; in ReplaceFunctionA()
555 return FRR_OK; in ReplaceFunctionW()
H A Dproxy.cpp699 if (res == FRR_OK || res == FRR_NODLL || (res == FRR_NOFUNC && on_error == FRR_IGNORE)) in ReplaceFunctionWithStore()