Home
last modified time | relevance | path

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

/dports/www/mod_fastcgi/mod_fastcgi-2.4.7.1/
H A Dfcgi_pm.c527 fs->envp[i] = (char *) fs->mutex_env_string; in spawn_fs_process()
740 iEnvBlockLen += strlen(fs->mutex_env_string) + 1; in spawn_fs_process()
755 strcpy(pNext, fs->mutex_env_string); in spawn_fs_process()
1109 s->mutex_env_string = ap_psprintf(sp, "_FCGI_MUTEX_=%ld", mutex);
H A Dfcgi.h229 const char *mutex_env_string; /* string holding the accept mutex handle */ member
H A Dfcgi_config.c676 s->mutex_env_string = ap_psprintf(p, "_FCGI_MUTEX_=%ld", mutex); in fcgi_config_new_static_server()