Searched refs:new_cb (Results 1 – 4 of 4) sorted by relevance
285 struct client_callback *new_cb; in add_select_fd() local298 new_cb = (struct client_callback *)calloc(1, sizeof(*new_cb)); in add_select_fd()299 if (new_cb == NULL) in add_select_fd()302 new_cb->select_fd = fd; in add_select_fd()303 new_cb->callback = cb; in add_select_fd()304 new_cb->callback_data = callback_data; in add_select_fd()305 new_cb->deleted = 0; in add_select_fd()306 new_cb->events = events; in add_select_fd()307 new_cb->pollfd = NULL; in add_select_fd()309 DL_APPEND(serv->client_callbacks, new_cb); in add_select_fd()
481 ClockBlock *new_cb = ctx->clock_alloc.Map(idx); in Resize() local485 internal_memcpy(&new_cb->clock[0], tab_->clock, move); in Resize()486 internal_memset(&new_cb->clock[top], 0, sizeof(*new_cb) - move); in Resize()
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()
1379 uptr new_cb = (pnew_act->sa_flags & __sanitizer::sa_siginfo) in sigaction_impl() local1384 pnew_act->sigaction = (decltype(pnew_act->sigaction))new_cb; in sigaction_impl()