Home
last modified time | relevance | path

Searched refs:Fd_Set (Results 1 – 25 of 211) sorted by path

123456789

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A DChangeLog-20099936 * g-socket.ads: Add comment clarifying alignment requirement for Fd_Set
11107 * g-socket.ads: (Fd_Set): Use Interfaces.C.long alignment.
11824 Remove dynamic allocation of Fd_Set in Socket_Set_Type objects.
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-socket.ads1160 type Fd_Set is private; type
1195 type Fd_Set is type
1197 for Fd_Set'Alignment use Interfaces.C.long'Alignment;
1202 type Fd_Set_Access is access all Fd_Set;
1211 Set : aliased Fd_Set;
H A Dg-socthi.adb45 Non_Blocking_Sockets : aliased Fd_Set;
191 WSet : aliased Fd_Set;
H A Dg-socthi.ads150 Readfds : access Fd_Set;
151 Writefds : access Fd_Set;
152 Exceptfds : access Fd_Set;
H A Dg-socthi__mingw.adb62 Readfds : access Fd_Set;
63 Writefds : access Fd_Set;
64 Exceptfds : access Fd_Set;
373 Readfds : access Fd_Set;
374 Writefds : access Fd_Set;
375 Exceptfds : access Fd_Set;
380 Original_WFS : aliased constant Fd_Set := Writefds.all;
400 WFS : aliased Fd_Set := Writefds.all;
416 EFSC : aliased Fd_Set := Exceptfds.all;
H A Dg-socthi__mingw.ads146 Readfds : access Fd_Set;
147 Writefds : access Fd_Set;
148 Exceptfds : access Fd_Set;
H A Dg-socthi__vxworks.adb45 Non_Blocking_Sockets : aliased Fd_Set;
194 WSet : aliased Fd_Set;
H A Dg-socthi__vxworks.ads147 Readfds : access Fd_Set;
148 Writefds : access Fd_Set;
149 Exceptfds : access Fd_Set;
H A Dg-sothco.ads320 (Set : access Fd_Set;
330 (Set : access Fd_Set;
335 (Set : access constant Fd_Set;
341 (Set : access Fd_Set;
349 procedure Remove_Socket_From_Set (Set : access Fd_Set; Socket : C.int);
352 procedure Reset_Socket_Set (Set : access Fd_Set);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A DChangeLog-20099936 * g-socket.ads: Add comment clarifying alignment requirement for Fd_Set
11107 * g-socket.ads: (Fd_Set): Use Interfaces.C.long alignment.
11824 Remove dynamic allocation of Fd_Set in Socket_Set_Type objects.
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-socket.ads1160 type Fd_Set is private; type
1195 type Fd_Set is type
1197 for Fd_Set'Alignment use Interfaces.C.long'Alignment;
1202 type Fd_Set_Access is access all Fd_Set;
1211 Set : aliased Fd_Set;
H A Dg-socthi.adb45 Non_Blocking_Sockets : aliased Fd_Set;
191 WSet : aliased Fd_Set;
H A Dg-socthi.ads150 Readfds : access Fd_Set;
151 Writefds : access Fd_Set;
152 Exceptfds : access Fd_Set;
H A Dg-socthi__mingw.adb62 Readfds : access Fd_Set;
63 Writefds : access Fd_Set;
64 Exceptfds : access Fd_Set;
373 Readfds : access Fd_Set;
374 Writefds : access Fd_Set;
375 Exceptfds : access Fd_Set;
380 Original_WFS : aliased constant Fd_Set := Writefds.all;
400 WFS : aliased Fd_Set := Writefds.all;
416 EFSC : aliased Fd_Set := Exceptfds.all;
H A Dg-socthi__mingw.ads146 Readfds : access Fd_Set;
147 Writefds : access Fd_Set;
148 Exceptfds : access Fd_Set;
H A Dg-socthi__vxworks.adb45 Non_Blocking_Sockets : aliased Fd_Set;
194 WSet : aliased Fd_Set;
H A Dg-socthi__vxworks.ads147 Readfds : access Fd_Set;
148 Writefds : access Fd_Set;
149 Exceptfds : access Fd_Set;
H A Dg-sothco.ads320 (Set : access Fd_Set;
330 (Set : access Fd_Set;
335 (Set : access constant Fd_Set;
341 (Set : access Fd_Set;
349 procedure Remove_Socket_From_Set (Set : access Fd_Set; Socket : C.int);
352 procedure Reset_Socket_Set (Set : access Fd_Set);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A DChangeLog-20099936 * g-socket.ads: Add comment clarifying alignment requirement for Fd_Set
11107 * g-socket.ads: (Fd_Set): Use Interfaces.C.long alignment.
11824 Remove dynamic allocation of Fd_Set in Socket_Set_Type objects.
H A Dg-socket.ads1135 type Fd_Set is private; type
1170 type Fd_Set is type
1172 for Fd_Set'Alignment use Interfaces.C.long'Alignment;
1177 type Fd_Set_Access is access all Fd_Set;
1186 Set : aliased Fd_Set;
H A Dg-socthi-mingw.adb64 Readfds : access Fd_Set;
65 Writefds : access Fd_Set;
66 Exceptfds : access Fd_Set;
375 Readfds : access Fd_Set;
376 Writefds : access Fd_Set;
377 Exceptfds : access Fd_Set;
382 Original_WFS : aliased constant Fd_Set := Writefds.all;
402 WFS : aliased Fd_Set := Writefds.all;
418 EFSC : aliased Fd_Set := Exceptfds.all;
H A Dg-socthi-mingw.ads148 Readfds : access Fd_Set;
149 Writefds : access Fd_Set;
150 Exceptfds : access Fd_Set;
H A Dg-socthi-vms.adb55 Non_Blocking_Sockets : aliased Fd_Set;
187 WSet : aliased Fd_Set;
H A Dg-socthi-vms.ads151 Readfds : access Fd_Set;
152 Writefds : access Fd_Set;
153 Exceptfds : access Fd_Set;
H A Dg-socthi-vxworks.adb45 Non_Blocking_Sockets : aliased Fd_Set;
194 WSet : aliased Fd_Set;

123456789