Searched defs:FALSE (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/ssl/ |
H A D | ssl_private.h | 70 #ifndef FALSE 71 #define FALSE 0 macro 75 #define TRUE !FALSE 211 #define PFALSE ((void *)FALSE)
|
/httpd/support/win32/ |
H A D | ApacheMonitor.c | 99 BOOL g_bDlgServiceOn = FALSE; 100 BOOL g_bConsoleRun = FALSE; 172 return FALSE; 228 ErrorMessage(g_lpMsg[IDS_MSG_SRVFAILED - IDS_MSG_FIRST], FALSE); 237 FALSE); 253 return FALSE; 258 return FALSE; 265 ErrorMessage(szTmp, FALSE); 266 return FALSE; 297 return FALSE; 958 Button_Enable(GetDlgItem(hDlg, IDC_SSTART), FALSE); local 959 Button_Enable(GetDlgItem(hDlg, IDC_SSTOP), FALSE); local 960 Button_Enable(GetDlgItem(hDlg, IDC_SRESTART), FALSE); local 961 Button_Enable(GetDlgItem(hDlg, IDC_SDISCONN), FALSE); local 1010 Button_Enable(GetDlgItem(hDlg, IDC_SSTART), FALSE); local 1011 Button_Enable(GetDlgItem(hDlg, IDC_SSTOP), FALSE); local 1012 Button_Enable(GetDlgItem(hDlg, IDC_SRESTART), FALSE); local 1013 Button_Enable(GetDlgItem(hDlg, IDC_SDISCONN), FALSE); local 1086 Button_Enable(GetDlgItem(hDlg, IDC_SSTOP), FALSE); local 1087 Button_Enable(GetDlgItem(hDlg, IDC_SRESTART), FALSE); local 1091 Button_Enable(GetDlgItem(hDlg, IDC_SSTART), FALSE); local 1097 Button_Enable(GetDlgItem(hDlg, IDC_SSTART), FALSE); local 1098 Button_Enable(GetDlgItem(hDlg, IDC_SSTOP), FALSE); local 1099 Button_Enable(GetDlgItem(hDlg, IDC_SRESTART), FALSE); local 1103 Button_Enable(GetDlgItem(hDlg, IDC_SDISCONN), FALSE); local 1171 Button_Enable(GetDlgItem(hDlg, IDC_SSTART), FALSE); local 1182 Button_Enable(GetDlgItem(hDlg, IDC_SSTOP), FALSE); local 1193 Button_Enable(GetDlgItem(hDlg, IDC_SRESTART), FALSE); local [all...] |
Completed in 615 milliseconds