Lines Matching defs:socket_path
1012 const char *socket_path, *const *args, *error, *scheme, *ptr;
1033 socket_path = args[0];
1035 if ((ptr = strchr(socket_path, ':')) != NULL) {
1036 scheme = t_strcut(socket_path, ':');
1037 socket_path = ptr+1;
1042 if (*socket_path != '/' &&
1044 socket_path =
1046 "/", socket_path, NULL);
1048 socket_path = t_strdup_printf("%s:%s", scheme, socket_path);
1052 if (program_client_create(socket_path, args, &set, TRUE,
1054 i_error("program_client_create(%s) failed: %s", socket_path,