Home
last modified time | relevance | path

Searched refs:saPipeSecurity (Results 1 – 8 of 8) sorted by relevance

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dmysqld.cc908 static SECURITY_ATTRIBUTES saPipeSecurity; variable
1991 bzero((char*) &saPipeSecurity, sizeof(saPipeSecurity)); in network_init()
2004 saPipeSecurity.nLength = sizeof(SECURITY_ATTRIBUTES); in network_init()
2005 saPipeSecurity.lpSecurityDescriptor = &sdPipeDescriptor; in network_init()
2006 saPipeSecurity.bInheritHandle = FALSE; in network_init()
2016 &saPipeSecurity)) == INVALID_HANDLE_VALUE) in network_init()
5517 &saPipeSecurity)) == in handle_connections_namedpipes()
5536 &saPipeSecurity)) == in handle_connections_namedpipes()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dmysqld.cc1487 static SECURITY_ATTRIBUTES saPipeSecurity; variable
2761 SDDL_REVISION_1, &saPipeSecurity.lpSecurityDescriptor, 0)) in init_pipe_security_descriptor()
2811 saPipeSecurity.nLength = sizeof(SECURITY_ATTRIBUTES); in network_init()
2812 saPipeSecurity.bInheritHandle = FALSE; in network_init()
2820 &saPipeSecurity)) == INVALID_HANDLE_VALUE) in network_init()
7067 &saPipeSecurity)) == in handle_connections_namedpipes()
7086 &saPipeSecurity)) == in handle_connections_namedpipes()
7107 LocalFree(saPipeSecurity.lpSecurityDescriptor); in handle_connections_namedpipes()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dmysqld.cc1487 static SECURITY_ATTRIBUTES saPipeSecurity; variable
2761 SDDL_REVISION_1, &saPipeSecurity.lpSecurityDescriptor, 0)) in init_pipe_security_descriptor()
2811 saPipeSecurity.nLength = sizeof(SECURITY_ATTRIBUTES); in network_init()
2812 saPipeSecurity.bInheritHandle = FALSE; in network_init()
2820 &saPipeSecurity)) == INVALID_HANDLE_VALUE) in network_init()
7068 &saPipeSecurity)) == in handle_connections_namedpipes()
7087 &saPipeSecurity)) == in handle_connections_namedpipes()
7108 LocalFree(saPipeSecurity.lpSecurityDescriptor); in handle_connections_namedpipes()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dmysqld.cc1221 static SECURITY_ATTRIBUTES saPipeSecurity; variable
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc1270 static SECURITY_ATTRIBUTES saPipeSecurity; variable
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc1270 static SECURITY_ATTRIBUTES saPipeSecurity; variable
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc1270 static SECURITY_ATTRIBUTES saPipeSecurity; variable
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dmysqld.cc1250 static SECURITY_ATTRIBUTES saPipeSecurity; variable