Home
last modified time | relevance | path

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

/memcached-1.6.32/
Dopenbsd_priv.c17 if (settings.socketpath != NULL) { in drop_privileges()
Dmemcached.c230 settings.socketpath = NULL; /* by default, not using a unix socket */ in settings_init()
683 if (!settings.socketpath) { in conn_new()
1928 settings.socketpath ? settings.socketpath : "NULL"); in process_stat_settings()
5027 settings.socketpath = optarg;
6107 if (settings.socketpath != NULL) {
6109 if (server_socket_unix(settings.socketpath,settings.access)) {
6110 vperror("failed to listen on UNIX socket: %s", settings.socketpath);
6116 if (settings.socketpath == NULL) {
Dmemcached.h460 char *socketpath; /* path to unix socket if using local socket */ member