Searched defs:envc (Results 1 - 1 of 1) sorted by relevance

/httpd/server/mpm/winnt/
H A Dmpm_winnt.c550 int envc; local
620 for (envc = 0; _environ[envc]; ++envc) {
623 env = apr_palloc(ptemp, (envc + 2) * sizeof (char*));
624 memcpy(env, _environ, envc * sizeof (char*));
626 env[envc] = pidbuf;
627 env[envc + 1] = NULL;

Completed in 23 milliseconds