Home
last modified time | relevance | path

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

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_connection.c560 DBG_INF_FMT("socket=%s", socket_or_pipe->s? socket_or_pipe->s:"n/a");
561 if (!socket_or_pipe->s) {
562 socket_or_pipe->s = "/tmp/mysql.sock";
563 socket_or_pipe->l = strlen(socket_or_pipe->s);
565 transport.l = mnd_sprintf(&transport.s, 0, "unix://%s", socket_or_pipe->s);
570 if (!socket_or_pipe->s) {
571 socket_or_pipe->s = "\\\\.\\pipe\\MySQL";
572 socket_or_pipe->l = strlen(socket_or_pipe->s);
597 MYSQLND_CSTRING socket_or_pipe,
746 conn->unix_socket.s = mnd_pestrdup(socket_or_pipe.s, conn->persistent);
[all …]
H A Dmysqlnd_structs.h390 …ssword, MYSQLND_CSTRING database, unsigned int port, MYSQLND_CSTRING socket_or_pipe, unsigned int …
478 …MYSQLND_CONN_DATA * conn, MYSQLND_CSTRING hostname, MYSQLND_CSTRING *socket_or_pipe, unsigned int …
573 …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 35 milliseconds