Searched refs:post_funcs (Results 1 – 2 of 2) sorted by relevance
175 funcs[i].post_funcs = (lms_post_t)dlsym(funcs[i].handle, in handle_init()196 funcs[i].post_funcs = NULL; in mem_init()338 if (!funcs[i].post_funcs) { in postprocess()341 ret = funcs[i].post_funcs(buff, len, status); in postprocess()
45 lms_post_t post_funcs; variable