Searched defs:szCommand (Results 1 - 1 of 1) sorted by relevance
/httpd/server/mpm/netware/ | ||
H A D | mpm_netware.c | 1186 char *szCommand = "APACHE2 "; local 1195 if (strlen(commandLine) <= strlen(szCommand)) 1202 if (!strnicmp(szCommand, szcommandLine, iCommandLen)) { |
Completed in 13 milliseconds