Home
last modified time | relevance | path

Searched refs:make_new_connection (Results 1 – 11 of 11) sorted by relevance

/dports/security/tinc-devel/tinc-1.1pre18/src/
H A Dautoconnect.c27 static void make_new_connection() { in make_new_connection() function
180 make_new_connection(); in do_autoconnect()
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/postgres_fdw/
H A Dconnection.c90 static void make_new_connection(ConnCacheEntry *entry, UserMapping *user);
195 make_new_connection(entry, user); in GetConnection()
265 make_new_connection(entry, user); in GetConnection()
285 make_new_connection(ConnCacheEntry *entry, UserMapping *user) in make_new_connection() function
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/postgres_fdw/
H A Dconnection.c90 static void make_new_connection(ConnCacheEntry *entry, UserMapping *user);
195 make_new_connection(entry, user); in GetConnection()
265 make_new_connection(entry, user); in GetConnection()
285 make_new_connection(ConnCacheEntry *entry, UserMapping *user) in make_new_connection() function
/dports/databases/postgresql14-server/postgresql-14.1/contrib/postgres_fdw/
H A Dconnection.c90 static void make_new_connection(ConnCacheEntry *entry, UserMapping *user);
195 make_new_connection(entry, user); in GetConnection()
265 make_new_connection(entry, user); in GetConnection()
285 make_new_connection(ConnCacheEntry *entry, UserMapping *user) in make_new_connection() function
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/postgres_fdw/
H A Dconnection.c90 static void make_new_connection(ConnCacheEntry *entry, UserMapping *user);
195 make_new_connection(entry, user); in GetConnection()
265 make_new_connection(entry, user); in GetConnection()
285 make_new_connection(ConnCacheEntry *entry, UserMapping *user) in make_new_connection() function
/dports/databases/postgresql14-client/postgresql-14.1/contrib/postgres_fdw/
H A Dconnection.c90 static void make_new_connection(ConnCacheEntry *entry, UserMapping *user);
195 make_new_connection(entry, user); in GetConnection()
265 make_new_connection(entry, user); in GetConnection()
285 make_new_connection(ConnCacheEntry *entry, UserMapping *user) in make_new_connection() function
/dports/databases/postgresql14-docs/postgresql-14.1/contrib/postgres_fdw/
H A Dconnection.c90 static void make_new_connection(ConnCacheEntry *entry, UserMapping *user);
195 make_new_connection(entry, user); in GetConnection()
265 make_new_connection(entry, user); in GetConnection()
285 make_new_connection(ConnCacheEntry *entry, UserMapping *user) in make_new_connection() function
/dports/databases/postgresql14-contrib/postgresql-14.1/contrib/postgres_fdw/
H A Dconnection.c90 static void make_new_connection(ConnCacheEntry *entry, UserMapping *user);
195 make_new_connection(entry, user);
265 make_new_connection(entry, user);
285 make_new_connection(ConnCacheEntry *entry, UserMapping *user)
/dports/net/lambdamoo/MOO-1.8.1/
H A Dnet_multi.c366 make_new_connection(server_listener sl, int rfd, int wfd, in make_new_connection() function
405 make_new_connection(l->slistener, rfd, wfd, l->name, host_name, 0); in accept_new_connection()
697 make_new_connection(null_server_listener, rfd, wfd, in network_open_connection()
/dports/net/latd/latd-1.31/
H A Dserver.h113 int make_new_connection(unsigned char *buf, int len, int interface,
H A Dserver.cc734 if ( ((i=make_new_connection(buf, len, ifn, header, macaddr) )) > 0) in read_lat()
1115 int LATServer::make_new_connection(unsigned char *buf, int len, in make_new_connection() function in LATServer