Home
last modified time | relevance | path

Searched refs:socket_or_pipe (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c555 DBG_INF_FMT("socket=%s", socket_or_pipe->s? socket_or_pipe->s:"n/a");
556 if (!socket_or_pipe->s) {
557 socket_or_pipe->s = "/tmp/mysql.sock";
558 socket_or_pipe->l = strlen(socket_or_pipe->s);
560 transport.l = mnd_sprintf(&transport.s, 0, "unix://%s", socket_or_pipe->s);
565 if (!socket_or_pipe->s) {
566 socket_or_pipe->s = "\\\\.\\pipe\\MySQL";
567 socket_or_pipe->l = strlen(socket_or_pipe->s);
592 MYSQLND_CSTRING socket_or_pipe,
741 conn->unix_socket.s = mnd_pestrdup(socket_or_pipe.s, conn->persistent);
[all …]
H A Dmysqlnd_structs.h443 …ssword, MYSQLND_CSTRING database, unsigned int port, MYSQLND_CSTRING socket_or_pipe, unsigned int …
531 …MYSQLND_CONN_DATA * conn, MYSQLND_CSTRING hostname, MYSQLND_CSTRING *socket_or_pipe, unsigned int …
626 …t MYSQLND_CSTRING database, unsigned int port, const MYSQLND_CSTRING socket_or_pipe, unsigned int …
H A Dmysqlnd.h97 const char * const socket_or_pipe,

Completed in 30 milliseconds