Searched refs:DepthFreeSo (Results 1 – 5 of 5) sorted by relevance
40 void DepthFreeSo(int depth, char *p) in DepthFreeSo() function48 return (DepthFreeSo(depth - 1, p)); in DepthFreeSo()
29 void DepthFreeSo(int depth, char *p);
30 typedef void (*DepthFreeSo)(int depth, char *p); typedef137 DepthFreeSo freeFunc = DepthFree; in ThreadFuncCppHook()149 freeFunc = (DepthFreeSo)dlsym(handle, "DepthFreeSo"); in ThreadFuncCppHook()
38 typedef void (*DepthFreeSo)(int depth, char *p); typedef107 DepthFreeSo freeFunc = nullptr; in DlopenAndCloseSo()117 freeFunc = (DepthFreeSo)dlsym(handle, "DepthFreeSo"); in DlopenAndCloseSo()
59 typedef void (*DepthFreeSo)(int depth, char *p); typedef223 DepthFreeSo freeFunc = nullptr; in DlopenAndCloseSo()231 freeFunc = (DepthFreeSo)dlsym(handle, "DepthFreeSo"); in DlopenAndCloseSo()