Searched refs:server_path (Results 1 – 3 of 3) sorted by relevance
59 const char* server_path; /* server's unix path, or "", NULL if unused */ member89 if(moddata->server_path && moddata->server_path[0]!=0) { in redis_connect()90 ctx = redisConnectUnixWithTimeout(moddata->server_path, in redis_connect()160 moddata->server_path = env->cfg->redis_server_path; in redis_init()
226 &res.server_name, &res.server_path); in bootparamproc_getfile_1_svc() 236 res.server_path[0] = '\0'; in bootparamproc_getfile_1_svc() 250 res.server_name, res.server_path, in bootparamproc_getfile_1_svc() 258 res.server_name, res.server_path, in bootparamproc_getfile_1_svc()
91 bp_path_t server_path; member