Searched refs:szCommand (Results 1 - 1 of 1) sorted by relevance

/httpd/server/mpm/netware/
H A Dmpm_netware.c1186 char *szCommand = "APACHE2 "; local
1195 if (strlen(commandLine) <= strlen(szCommand))
1202 if (!strnicmp(szCommand, szcommandLine, iCommandLen)) {

Completed in 11 milliseconds