Searched refs:new_cb (Results 1 – 2 of 2) sorted by relevance
257 struct client_callback *new_cb; in add_select_fd() local270 new_cb = (struct client_callback *)calloc(1, sizeof(*new_cb)); in add_select_fd()271 if (new_cb == NULL) in add_select_fd()274 new_cb->select_fd = fd; in add_select_fd()275 new_cb->callback = cb; in add_select_fd()276 new_cb->callback_data = callback_data; in add_select_fd()277 new_cb->deleted = 0; in add_select_fd()278 new_cb->pollfd = NULL; in add_select_fd()280 DL_APPEND(serv->client_callbacks, new_cb); in add_select_fd()
1063 uptr new_cb = (pnew_act->sa_flags & __sanitizer::sa_siginfo) in INTERCEPTOR() local1068 pnew_act->sigaction = (void (*)(int, void *, void *))new_cb; in INTERCEPTOR()