Searched refs:socket_or_pipe (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 525 DBG_INF_FMT("socket=%s", socket_or_pipe->s? socket_or_pipe->s:"n/a"); 526 if (!socket_or_pipe->s) { 527 socket_or_pipe->s = "/tmp/mysql.sock"; 528 socket_or_pipe->l = strlen(socket_or_pipe->s); 530 transport.l = mnd_sprintf(&transport.s, 0, "unix://%s", socket_or_pipe->s); 535 if (!socket_or_pipe->s) { 536 socket_or_pipe->s = "\\\\.\\pipe\\MySQL"; 537 socket_or_pipe->l = strlen(socket_or_pipe->s); 562 MYSQLND_CSTRING socket_or_pipe, 686 conn->unix_socket.s = mnd_pestrdup(socket_or_pipe.s, conn->persistent); [all …]
|
H A D | mysqlnd_structs.h | 431 …ssword, MYSQLND_CSTRING database, unsigned int port, MYSQLND_CSTRING socket_or_pipe, unsigned int … 517 …MYSQLND_CONN_DATA * conn, MYSQLND_CSTRING hostname, MYSQLND_CSTRING *socket_or_pipe, unsigned int … 609 …t MYSQLND_CSTRING database, unsigned int port, const MYSQLND_CSTRING socket_or_pipe, unsigned int …
|
H A D | mysqlnd.h | 90 const char * const socket_or_pipe,
|
Completed in 35 milliseconds