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

/httpd/server/mpm/netware/
H A Dmpm_netware.c1187 int iCommandLen = 8; local
1202 if (!strnicmp(szCommand, szcommandLine, iCommandLen)) {
1224 if (!strnicmp("RESTART",&szcommandLine[iCommandLen],3)) {
1228 else if (!strnicmp("VERSION",&szcommandLine[iCommandLen],3)) {
1232 else if (!strnicmp("MODULES",&szcommandLine[iCommandLen],3)) {
1235 else if (!strnicmp("DIRECTIVES",&szcommandLine[iCommandLen],3)) {
1238 else if (!strnicmp("SHUTDOWN",&szcommandLine[iCommandLen],3)) {
1242 else if (!strnicmp("SETTINGS",&szcommandLine[iCommandLen],3)) {
1255 if (strnicmp("HELP",&szcommandLine[iCommandLen],3))
1256 printf("Unknown APACHE2 command %s\n", &szcommandLine[iCommandLen]);
[all...]

Completed in 255 milliseconds