Searched refs:FT_FD_SET (Results 1 – 4 of 4) sorted by relevance
120 IN FT_FD_SET clrFdSet);124 IN FT_FD_SET setFd);128 IN FT_FD_SET issetFd);131 FT_FD_SET FillpFuncCreateFdSet(void);133 void FillpFuncDestroyFdSet(IN FT_FD_SET destroyFdSet);135 FILLP_INT32 FillpFuncCopyFdSet(IO FT_FD_SET dstFdSet, IN FT_FD_SET srcFdSet);
687 typedef void *FT_FD_SET; typedef698 typedef void (*FillpFdClrFunc)(IN FILLP_UINT fd, IN FT_FD_SET socketDescriptorSet);709 typedef void (*FillpFdSetFunc)(IN FILLP_UINT fd, IN FT_FD_SET socketDescriptorSet);720 typedef FILLP_INT (*FillpFdIsSetFunc)(IN FILLP_INT fd, IN FT_FD_SET socketDescriptorSet);731 typedef FT_FD_SET (*FillpCreateFdSetFunc)(void);741 typedef void (*FillpDestroyFdSetFunc)(IN FT_FD_SET destroySocketFdSet);752 typedef FILLP_INT32 (*FillpCopyFdSetFunc)(IO FT_FD_SET dstFdSet, IN FT_FD_SET srcFdSet);
70 FT_FD_SET readSet; /* socket read set for select */71 FT_FD_SET readableSet;
330 IN FT_FD_SET clrFdSet) in FillpFuncFdClr()337 IN FT_FD_SET setFd) in FillpFuncFdSet()344 IN FT_FD_SET isSetFd) in FillpFuncFdIsSet()349 FT_FD_SET FillpFuncCreateFdSet(void) in FillpFuncCreateFdSet()354 void FillpFuncDestroyFdSet(IN FT_FD_SET destroyFdSet) in FillpFuncDestroyFdSet()359 FILLP_INT32 FillpFuncCopyFdSet(IO FT_FD_SET dstFdSet, IN FT_FD_SET srcFdSet) in FillpFuncCopyFdSet()