socket_or_pipe    873 ext/mysqlnd/mysqlnd.c 						 const char *socket_or_pipe,
socket_or_pipe    959 ext/mysqlnd/mysqlnd.c 			DBG_INF_FMT("socket=%s", socket_or_pipe? socket_or_pipe:"n/a");
socket_or_pipe    960 ext/mysqlnd/mysqlnd.c 			if (!socket_or_pipe) {
socket_or_pipe    961 ext/mysqlnd/mysqlnd.c 				socket_or_pipe = "/tmp/mysql.sock";
socket_or_pipe    963 ext/mysqlnd/mysqlnd.c 			transport_len = mnd_sprintf(&transport, 0, "unix://%s", socket_or_pipe);
socket_or_pipe    968 ext/mysqlnd/mysqlnd.c 			if (!socket_or_pipe) {
socket_or_pipe    969 ext/mysqlnd/mysqlnd.c 				socket_or_pipe = "\\\\.\\pipe\\MySQL";
socket_or_pipe    971 ext/mysqlnd/mysqlnd.c 			transport_len = mnd_sprintf(&transport, 0, "pipe://%s", socket_or_pipe);
socket_or_pipe   1048 ext/mysqlnd/mysqlnd.c 			conn->unix_socket = mnd_pestrdup(socket_or_pipe, conn->persistent);
socket_or_pipe   1124 ext/mysqlnd/mysqlnd.c 						 const char * socket_or_pipe,
socket_or_pipe   1136 ext/mysqlnd/mysqlnd.c 		ret = conn->m->connect(conn, host, user, passwd, passwd_len, db, db_len, port, socket_or_pipe, mysql_flags);
socket_or_pipe   1151 ext/mysqlnd/mysqlnd.c 						 const char * socket_or_pipe,
socket_or_pipe   1170 ext/mysqlnd/mysqlnd.c 	ret = conn_handle->m->connect(conn_handle, host, user, passwd, passwd_len, db, db_len, port, socket_or_pipe, mysql_flags);
socket_or_pipe     92 ext/mysqlnd/mysqlnd.h 						  const char * socket_or_pipe,
socket_or_pipe    423 ext/mysqlnd/mysqlnd_structs.h typedef enum_func_status	(*func_mysqlnd_conn_data__connect)(MYSQLND_CONN_DATA * conn, const char * host, const char * user, const char * passwd, unsigned int passwd_len, const char * db, unsigned int db_len, unsigned int port, const char * socket_or_pipe, unsigned int mysql_flags);