Home
last modified time | relevance | path

Searched refs:pgwin32_listen (Results 1 – 25 of 85) sorted by relevance

1234

/dports/databases/postgresql10-server/postgresql-10.19/src/include/port/
H A Dwin32.h371 #define listen(s, backlog) pgwin32_listen(s, backlog)
380 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/port/
H A Dwin32.h371 #define listen(s, backlog) pgwin32_listen(s, backlog)
380 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql10-client/postgresql-10.19/src/include/port/
H A Dwin32.h371 #define listen(s, backlog) pgwin32_listen(s, backlog)
380 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/port/
H A Dwin32.h371 #define listen(s, backlog) pgwin32_listen(s, backlog)
380 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/port/
H A Dwin32.h371 #define listen(s, backlog) pgwin32_listen(s, backlog)
380 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/port/
H A Dwin32.h371 #define listen(s, backlog) pgwin32_listen(s, backlog)
380 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/port/
H A Dwin32.h371 #define listen(s, backlog) pgwin32_listen(s, backlog)
380 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/port/
H A Dwin32.h381 #define listen(s, backlog) pgwin32_listen(s, backlog)
390 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/port/
H A Dwin32.h381 #define listen(s, backlog) pgwin32_listen(s, backlog)
390 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/port/
H A Dwin32.h381 #define listen(s, backlog) pgwin32_listen(s, backlog)
390 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql11-client/postgresql-11.14/src/include/port/
H A Dwin32_port.h444 #define listen(s, backlog) pgwin32_listen(s, backlog)
453 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/port/
H A Dwin32_port.h444 #define listen(s, backlog) pgwin32_listen(s, backlog)
453 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/port/
H A Dwin32_port.h444 #define listen(s, backlog) pgwin32_listen(s, backlog)
453 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/port/
H A Dwin32_port.h444 #define listen(s, backlog) pgwin32_listen(s, backlog)
453 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/port/
H A Dwin32_port.h444 #define listen(s, backlog) pgwin32_listen(s, backlog)
453 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/port/
H A Dwin32_port.h444 #define listen(s, backlog) pgwin32_listen(s, backlog)
453 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql12-client/postgresql-12.9/src/include/port/
H A Dwin32_port.h442 #define listen(s, backlog) pgwin32_listen(s, backlog)
451 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql11-server/postgresql-11.14/src/include/port/
H A Dwin32_port.h444 #define listen(s, backlog) pgwin32_listen(s, backlog)
453 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/port/
H A Dwin32_port.h433 #define listen(s, backlog) pgwin32_listen(s, backlog)
442 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql13-server/postgresql-13.5/src/include/port/
H A Dwin32_port.h433 #define listen(s, backlog) pgwin32_listen(s, backlog)
442 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/port/
H A Dwin32.h381 #define listen(s, backlog) pgwin32_listen(s, backlog)
390 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/port/
H A Dwin32.h381 #define listen(s, backlog) pgwin32_listen(s, backlog)
390 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/port/
H A Dwin32.h381 #define listen(s, backlog) pgwin32_listen(s, backlog)
390 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql12-server/postgresql-12.9/src/include/port/
H A Dwin32_port.h442 #define listen(s, backlog) pgwin32_listen(s, backlog)
451 int pgwin32_listen(SOCKET s, int backlog);
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/port/
H A Dwin32_port.h442 #define listen(s, backlog) pgwin32_listen(s, backlog)
451 int pgwin32_listen(SOCKET s, int backlog);

1234