Searched refs:FALSE (Results 1 - 25 of 29) sorted by relevance

12

/httpd/modules/ssl/
H A Dssl_engine_mutex.c53 return FALSE;
81 return FALSE;
94 return FALSE;
107 return FALSE;
H A Dssl_util_ssl.c172 return FALSE;
178 return FALSE;
183 return FALSE;
270 return FALSE;
312 return apr_is_empty_array(*entries) ? FALSE : TRUE;
323 (SSL_X509_getSAN(p, x509, GEN_DNS, -1, ids) == FALSE && !*ids)) {
325 return FALSE;
335 return apr_is_empty_array(*ids) ? FALSE : TRUE;
346 BOOL matched = FALSE;
374 is_wildcard = (*id[i] == '*' && *(id[i]+1) == '.') ? TRUE : FALSE;
[all...]
H A Dssl_util_stapling.c224 return FALSE;
231 return FALSE;
256 return FALSE;
291 *pok = FALSE;
331 *pok = FALSE;
398 BOOL ok = FALSE;
433 rv = FALSE;
445 rv = FALSE;
451 rv = FALSE;
481 if (ok == FALSE) {
[all...]
H A Dssl_util.c123 return FALSE;
126 return FALSE;
130 return FALSE;
132 return FALSE;
134 return FALSE;
H A Dssl_engine_vars.c339 resdup = FALSE;
345 resdup = FALSE;
350 resdup = FALSE;
375 resdup = FALSE;
537 resdup = FALSE;
550 resdup = FALSE;
560 resdup = FALSE;
570 resdup = FALSE;
574 resdup = FALSE;
580 resdup = FALSE;
[all...]
H A Dssl_engine_config.c57 mc->bFixed = FALSE;
388 dc->bSSLRequired = FALSE;
416 cfgMerge(bSSLRequired, FALSE);
653 if ((sc->fips != UNSET) && (sc->fips != (BOOL)(flag ? TRUE : FALSE)))
655 sc->fips = flag ? TRUE : FALSE;
732 sc->compression = flag ? TRUE : FALSE;
743 sc->cipher_server_pref = flag?TRUE:FALSE;
757 sc->session_tickets = flag ? TRUE : FALSE;
765 sc->insecure_reneg = flag?TRUE:FALSE;
1202 first = FALSE;
[all...]
H A Dssl_engine_pphrase.c221 TRUE : FALSE);
539 ppcb_arg->bPassPhraseDialogOnce = FALSE;
554 i = pipe_get_passwd_cb(buf, bufsize, "", FALSE);
557 i = EVP_read_pw_string(buf, bufsize, "", FALSE);
H A Dssl_engine_ocsp.c120 if (sc->server->ocsp_use_request_nonce != FALSE) {
178 sc->server->ocsp_use_request_nonce != FALSE &&
H A Dssl_scache.c127 return FALSE;
144 return rv == APR_SUCCESS ? TRUE : FALSE;
H A Dssl_private.h70 #ifndef FALSE
71 #define FALSE 0 macro
75 #define TRUE !FALSE
211 #define PFALSE ((void *)FALSE)
H A Dssl_engine_init.c213 sc->proxy_enabled = FALSE;
226 sc->fips = FALSE;
432 if ((mctx->pkp == FALSE) && (mctx->stapling_enabled == TRUE)) {
584 if (sc->session_tickets == FALSE) {
844 BOOL skip_first = FALSE;
965 TRUE, s) == FALSE) {
1538 BOOL conflict = FALSE;
H A Dssl_engine_kernel.c309 BOOL renegotiate = FALSE, renegotiate_quick = FALSE;
1474 ok = FALSE;
1527 ok = FALSE;
1582 return FALSE;
1646 return FALSE;
1978 BOOL found = FALSE;
H A Dssl_engine_io.c1175 proxy_ssl_check_peer_ok = FALSE;
1185 TRUE, server) == FALSE) {
1186 proxy_ssl_check_peer_ok = FALSE;
1211 proxy_ssl_check_peer_ok = FALSE;
/httpd/support/win32/
H A DApacheMonitor.c99 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...]
H A Dwintty.c62 BOOL verbose = FALSE;
97 BOOL isservice = FALSE;
296 FALSE, OPEN_EXISTING, 0, NULL);
311 FALSE, OPEN_EXISTING, 0, NULL);
/httpd/server/mpm/winnt/
H A Dnt_eventlog.c149 sa.bInheritHandle = FALSE;
153 stderr_ready = CreateEvent(NULL, FALSE, FALSE, NULL);
H A Dchild.c230 FALSE, NULL);
384 events[2] = CreateEvent(NULL, FALSE, FALSE, NULL);
539 rv = WaitForMultipleObjectsEx(3, events, FALSE, INFINITE, TRUE);
546 &BytesRead, FALSE)) {
625 rv = WaitForMultipleObjectsEx(3, events, FALSE, INFINITE, TRUE);
982 max_requests_per_child_event = CreateEvent(NULL, TRUE, FALSE, NULL);
992 child_events[2] = OpenProcess(SYNCHRONIZE, FALSE, parent_pid);
1031 qwait_event = CreateEvent(NULL, TRUE, FALSE, NULL);
1140 rv = WaitForMultipleObjects(num_events, (HANDLE *)child_events, FALSE, INFINIT
[all...]
H A Dmpm_winnt.c241 e = OpenEvent(EVENT_MODIFY_STATE, FALSE, signal_name);
363 EVENT_MODIFY_STATE | SYNCHRONIZE, FALSE, 0)) {
375 EVENT_MODIFY_STATE | SYNCHRONIZE, FALSE, 0)) {
392 SYNCHRONIZE, FALSE, 0)) {
409 FILE_MAP_READ | FILE_MAP_WRITE, FALSE, 0)) {
601 waitlist[waitlist_ready] = CreateEvent(NULL, TRUE, FALSE, NULL);
610 hExitEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
667 rv = WaitForMultipleObjects(2, waitlist, FALSE, INFINITE);
786 rv = WaitForMultipleObjects(NUM_WAIT_HANDLES, (HANDLE *) event_handles, FALSE, INFINITE);
1054 hproc, &filehand, 0, FALSE,
[all...]
H A Dservice.c196 return FALSE;
202 SetConsoleCtrlHandler(console_control_handler, FALSE);
697 0, FALSE, DUPLICATE_SAME_ACCESS)) {
701 globdat.service_init = CreateEvent(NULL, FALSE, FALSE, NULL);
720 if (WaitForMultipleObjects(2, waitfor, FALSE, 10000) != WAIT_OBJECT_0) {
1023 return FALSE;
1028 return FALSE;
1149 int success = FALSE;
/httpd/os/win32/
H A Dutil_win32.c130 if (!SetSecurityDescriptorDacl(pSD, TRUE, (PACL) NULL, FALSE)
137 sa->bInheritHandle = FALSE;
/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c206 return FALSE;
222 return FALSE;
234 rc = DosCreateMutexSem(NULL, &ap_mpm_accept_mutex, DC_SEM_SHARED, FALSE);
239 return FALSE;
254 return FALSE;
269 return FALSE;
/httpd/server/
H A Dutil_expr_eval.c776 int result = FALSE;
785 result ^= FALSE;
813 result ^= FALSE;
819 result ^= FALSE;
1286 return FALSE;
1299 return FALSE;
1311 return FALSE;
1321 return FALSE;
1326 int rc = FALSE;
1329 return FALSE;
[all...]
/httpd/modules/cache/
H A Dmod_socache_dbm.c416 expired = FALSE;
542 expired = FALSE;
H A Dmod_file_cache.c192 new_file->is_mmapped = FALSE;
/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c1090 resdup = FALSE;
1096 resdup = FALSE;
1101 resdup = FALSE;
1126 resdup = FALSE;

Completed in 425 milliseconds

12