Searched refs:ev_unsethook (Results 1 – 2 of 2) sorted by relevance
89 ev->ev_unsethook = unsethook; in env_setenv()185 if (ev->ev_unsethook != NULL) in unsetenv()186 err = ev->ev_unsethook(ev); in unsetenv()
294 ev_unsethook_t *ev_unsethook; member