Searched refs:socket_or_pipe (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 553 DBG_INF_FMT("socket=%s", socket_or_pipe->s? socket_or_pipe->s:"n/a"); 554 if (!socket_or_pipe->s) { 555 socket_or_pipe->s = "/tmp/mysql.sock"; 556 socket_or_pipe->l = strlen(socket_or_pipe->s); 558 transport.l = mnd_sprintf(&transport.s, 0, "unix://%s", socket_or_pipe->s); 563 if (!socket_or_pipe->s) { 564 socket_or_pipe->s = "\\\\.\\pipe\\MySQL"; 565 socket_or_pipe->l = strlen(socket_or_pipe->s); 590 MYSQLND_CSTRING socket_or_pipe, 739 conn->unix_socket.s = mnd_pestrdup(socket_or_pipe.s, conn->persistent); [all …]
|
H A D | mysqlnd_structs.h | 388 …ssword, MYSQLND_CSTRING database, unsigned int port, MYSQLND_CSTRING socket_or_pipe, unsigned int … 476 …MYSQLND_CONN_DATA * conn, MYSQLND_CSTRING hostname, MYSQLND_CSTRING *socket_or_pipe, unsigned int … 571 …t MYSQLND_CSTRING database, unsigned int port, const MYSQLND_CSTRING socket_or_pipe, unsigned int …
|
H A D | mysqlnd.h | 97 const char * const socket_or_pipe,
|
Completed in 28 milliseconds