Searched refs:CloseAgentFunc (Results 1 – 2 of 2) sorted by relevance
45 CloseAgentFunc(0), in OProfileWrapper()82 CloseAgentFunc = (op_close_agent_ptr_t)(intptr_t) in initialize()97 || !CloseAgentFunc in initialize()102 CloseAgentFunc = 0; in initialize()199 if (Agent && CloseAgentFunc) { in op_close_agent()200 ret = CloseAgentFunc(Agent); in op_close_agent()
52 op_close_agent_ptr_t CloseAgentFunc; variable76 CloseAgentFunc(CloseAgentImpl), in OpenAgentFunc()