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

/httpd/support/
H A Dsuexec.c228 int cidx = 0; local
248 cleanenv[cidx] = strdup(pathbuf);
249 if (cleanenv[cidx] == NULL) {
253 cidx++;
255 for (ep = envp; *ep && cidx < AP_ENVBUF-1; ep++) {
265 cleanenv[cidx] = *ep;
266 cidx++;
273 cleanenv[cidx] = *ep;
274 cidx++;
280 cleanenv[cidx]
[all...]

Completed in 17 milliseconds