Searched refs:new_osfds (Results 1 – 1 of 1) sorted by relevance
387 struct ospollfd *new_osfds; in ospoll_add() local394 new_osfds = reallocarray(ospoll->osfds, new_size, sizeof (ospoll->osfds[0])); in ospoll_add()395 if (!new_osfds) in ospoll_add()397 ospoll->osfds = new_osfds; in ospoll_add()