Home
last modified time | relevance | path

Searched refs:pgwin32_send (Results 26 – 50 of 85) sorted by relevance

1234

/dports/databases/postgresql13-client/postgresql-13.5/src/include/port/
H A Dwin32_port.h438 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
447 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/port/
H A Dwin32_port.h438 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
447 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql12-plperl/postgresql-12.9/src/include/port/
H A Dwin32_port.h447 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
456 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/port/
H A Dwin32_port.h447 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
456 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql12-contrib/postgresql-12.9/src/include/port/
H A Dwin32_port.h447 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
456 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql12-docs/postgresql-12.9/src/include/port/
H A Dwin32_port.h447 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
456 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/port/
H A Dwin32_port.h438 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
447 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/port/
H A Dwin32_port.h438 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
447 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/port/
H A Dwin32_port.h438 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
447 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/port/
H A Dwin32.h386 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
395 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/port/
H A Dwin32_port.h466 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
475 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql14-server/postgresql-14.1/src/include/port/
H A Dwin32_port.h466 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
475 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/port/
H A Dwin32_port.h466 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
475 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/port/
H A Dwin32_port.h466 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
475 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/port/
H A Dwin32_port.h466 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
475 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/port/
H A Dwin32_port.h466 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
475 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql14-client/postgresql-14.1/src/include/port/
H A Dwin32_port.h466 #define send(s, buf, len, flags) pgwin32_send(s, buf, len, flags)
475 int pgwin32_send(SOCKET s, const void *buf, int len, int flags);
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/port/win32/
H A Dsocket.c445 pgwin32_send(SOCKET s, const void *buf, int len, int flags)
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/port/win32/
H A Dsocket.c445 pgwin32_send(SOCKET s, const void *buf, int len, int flags) in pgwin32_send() function
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/port/win32/
H A Dsocket.c445 pgwin32_send(SOCKET s, const void *buf, int len, int flags) in pgwin32_send() function
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/port/win32/
H A Dsocket.c445 pgwin32_send(SOCKET s, const void *buf, int len, int flags) in pgwin32_send() function
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/port/win32/
H A Dsocket.c445 pgwin32_send(SOCKET s, const void *buf, int len, int flags) in pgwin32_send() function
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/port/win32/
H A Dsocket.c445 pgwin32_send(SOCKET s, const void *buf, int len, int flags) in pgwin32_send() function
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/port/win32/
H A Dsocket.c445 pgwin32_send(SOCKET s, const void *buf, int len, int flags)
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/port/win32/
H A Dsocket.c445 pgwin32_send(SOCKET s, const void *buf, int len, int flags) in pgwin32_send() function

1234