Home
last modified time | relevance | path

Searched refs:named_pipe (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_connection.c518 …ostname, MYSQLND_CSTRING *socket_or_pipe, unsigned int port, bool * unix_socket, bool * named_pipe)
539 *named_pipe = TRUE;
566 bool named_pipe = FALSE; local
632 transport = conn->m->get_scheme(conn, hostname, &socket_or_pipe, port, &unix_socket, &named_pipe);
672 if (!unix_socket && !named_pipe) {
688 } else if (named_pipe) {
H A Dmysqlnd_structs.h515 …stname, MYSQLND_CSTRING *socket_or_pipe, unsigned int port, bool * unix_socket, bool * named_pipe);

Completed in 18 milliseconds