Searched refs:FRR_NOFUNC (Results 1 – 3 of 3) sorted by relevance
24 FRR_NOFUNC, /* The requested function was not found */ enumerator
507 return FRR_NOFUNC; in ReplaceFunctionA()547 return FRR_NOFUNC; in ReplaceFunctionW()
699 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()