Home
last modified time | relevance | path

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

/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd.c873 const char *socket_or_pipe,
959 DBG_INF_FMT("socket=%s", socket_or_pipe? socket_or_pipe:"n/a");
960 if (!socket_or_pipe) {
961 socket_or_pipe = "/tmp/mysql.sock";
963 transport_len = mnd_sprintf(&transport, 0, "unix://%s", socket_or_pipe);
968 if (!socket_or_pipe) {
969 socket_or_pipe = "\\\\.\\pipe\\MySQL";
971 transport_len = mnd_sprintf(&transport, 0, "pipe://%s", socket_or_pipe);
1048 conn->unix_socket = mnd_pestrdup(socket_or_pipe, conn->persistent);
1124 const char * socket_or_pipe,
[all …]
H A Dmysqlnd_structs.h421 …onst char * db, unsigned int db_len, unsigned int port, const char * socket_or_pipe, unsigned int …
611 …onst char * db, unsigned int db_len, unsigned int port, const char * socket_or_pipe, unsigned int …
H A Dmysqlnd.h91 const char * socket_or_pipe,

Completed in 23 milliseconds