Searched defs:pidbuf (Results 1 - 1 of 1) sorted by relevance
/httpd/server/mpm/winnt/ | ||
H A D | mpm_winnt.c | 539 static char pidbuf[28]; local 625 apr_snprintf(pidbuf, sizeof(pidbuf), "AP_PARENT_PID=%lu", parent_pid); 626 env[envc] = pidbuf; |
Completed in 19 milliseconds