Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c849 const char *socket_or_pipe,
935 DBG_INF_FMT("socket=%s", socket_or_pipe? socket_or_pipe:"n/a");
936 if (!socket_or_pipe) {
937 socket_or_pipe = "/tmp/mysql.sock";
939 transport_len = mnd_sprintf(&transport, 0, "unix://%s", socket_or_pipe);
944 if (!socket_or_pipe) {
945 socket_or_pipe = "\\\\.\\pipe\\MySQL";
947 transport_len = mnd_sprintf(&transport, 0, "pipe://%s", socket_or_pipe);
1024 conn->unix_socket = mnd_pestrdup(socket_or_pipe, conn->persistent);
1100 const char * socket_or_pipe,
[all …]
H A Dmysqlnd_structs.h414 …onst char * db, unsigned int db_len, unsigned int port, const char * socket_or_pipe, unsigned int …
596 …onst char * db, unsigned int db_len, unsigned int port, const char * socket_or_pipe, unsigned int …
H A Dmysqlnd.h95 const char * socket_or_pipe,

Completed in 23 milliseconds