Searched refs:op (Results 1 - 8 of 8) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_allowhandlers.c | 30 ah_op_e op; member in struct:__anon52 61 if ((match && conf->op == AH_ALLOW) || (!match && conf->op == AH_DENY)) { 84 conf->op = AH_DENY; 97 conf->op = AH_ALLOW; 101 if (strcasecmp(argv[i], forbidden_handler) == 0 && conf->op != AH_DENY) 106 conf->op = AH_DENY; 112 conf->op = AH_DENY;
|
H A D | mod_authz_core.c | 74 authz_logic_op op; member in struct:authz_section_conf 88 authz_logic_op op; member in struct:authz_core_dir_conf 106 conf->op = AUTHZ_LOGIC_UNSET; 122 if (new->op == AUTHZ_LOGIC_UNSET && !new->section && base->section ) { 127 else if (new->op == AUTHZ_LOGIC_OFF || new->op == AUTHZ_LOGIC_UNSET || 141 section->op = new->op; 160 conf->op = new->op; [all...] |
H A D | mod_auth_digest.c | 523 static const char *set_qop(cmd_parms *cmd, void *config, const char *op) argument 527 if (!strcasecmp(op, "none")) { 533 if (!strcasecmp(op, "auth-int")) { 536 else if (strcasecmp(op, "auth")) { 537 return apr_pstrcat(cmd->pool, "Unrecognized qop: ", op, NULL); 540 *(const char **)apr_array_push(conf->qop_list) = op; 1097 unsigned long op; local 1105 op = (*opaque_cntr)++; 1108 if (!(entry = add_client(op, &new_entry, r->server))) {
|
/httpd/test/ |
H A D | time-sem.c | 242 struct sembuf op; local 249 op.sem_flg = 0; 251 op.sem_flg = SEM_UNDO; 253 op.sem_num = 0; 254 op.sem_op = -1; 255 if (semop(sem_id, &op, 1) < 0) { 263 struct sembuf op; local 265 op.sem_num = 0; 266 op.sem_op = 1; 268 op [all...] |
/httpd/server/ |
H A D | util_expr_private.h | 120 ap_expr_t *ap_expr_make(ap_expr_node_op_e op, const void *arg1,
|
H A D | util_expr_eval.c | 466 ap_expr_t *ap_expr_make(ap_expr_node_op_e op, const void *a1, const void *a2, argument 470 node->node_op = op; 575 #define DUMP_E_E(op, e1, e2) \ 576 do { ap_log_error(MARK,"%*s%s: %pp %pp", indent, " ", op, e1, e2); \ 580 #define DUMP_S_E(op, s1, e1) \ 581 do { ap_log_error(MARK,"%*s%s: '%s' %pp", indent, " ", op, (char *)s1, e1); \ 584 #define DUMP_S_P(op, s1, p1) \ 585 ap_log_error(MARK,"%*s%s: '%s' %pp", indent, " ", op, (char *)s1, p1); 586 #define DUMP_P_P(op, p1, p2) \ 587 ap_log_error(MARK,"%*s%s: %pp %pp", indent, " ", op, p [all...] |
/httpd/modules/filters/ |
H A D | sed0.c | 201 char *p, *op, *tp; local 209 op = commands->lastre; 250 if (op) 251 commands->rep->ad1 = op; 260 op = commands->rep->ad1; 270 commands->rep->ad2 = op; 272 op = commands->rep->ad2; 538 if (op) 539 commands->rep->re1 = op; 545 op [all...] |
/httpd/support/win32/ |
H A D | ApacheMonitor.c | 222 int am_RespawnAsUserAdmin(HWND hwnd, DWORD op, LPCTSTR szService, argument 233 _T("%d \"%s\" \"%s\""), op, szService,
|
Completed in 593 milliseconds