Searched refs:epds (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | epoll_app.c | 567 struct SpungeEpollEvent epds; in SpungeEpollCtlHandleAddEvent() local 584 (void)memset_s(&epds, sizeof(struct SpungeEpollEvent), 0, sizeof(struct SpungeEpollEvent)); in SpungeEpollCtlHandleAddEvent() 585 (void)memcpy_s(&epds, sizeof(struct SpungeEpollEvent), event, sizeof(struct SpungeEpollEvent)); in SpungeEpollCtlHandleAddEvent() 586 epds.events |= ((FILLP_UINT32)SPUNGE_EPOLLERR | (FILLP_UINT32)SPUNGE_EPOLLHUP); in SpungeEpollCtlHandleAddEvent() 588 error = EpInsert(epollSock->eventEpoll, &epds, sock->index); in SpungeEpollCtlHandleAddEvent() 641 struct SpungeEpollEvent epds; in SpungeEpollCtlHandleModEvent() local 649 (void)memset_s(&epds, sizeof(struct SpungeEpollEvent), 0, sizeof(struct SpungeEpollEvent)); in SpungeEpollCtlHandleModEvent() 650 (void)memcpy_s(&epds, sizeof(struct SpungeEpollEvent), event, sizeof(struct SpungeEpollEvent)); in SpungeEpollCtlHandleModEvent() 651 epds.events |= ((FILLP_UINT32)SPUNGE_EPOLLERR | (FILLP_UINT32)SPUNGE_EPOLLHUP); in SpungeEpollCtlHandleModEvent() 652 error = EpModify(epollSock->eventEpoll, sock, epi, &epds); in SpungeEpollCtlHandleModEvent()
|