Searched defs:accf (Results 1 - 3 of 3) sorted by relevance
/httpd/server/ |
H A D | listen.c | 229 const char* accf; local 235 accf = apr_table_get(conf->accf_map, proto); 237 if (accf && !strcmp("none", accf)) { 241 return accf; 248 const char *accf; local 259 accf = find_accf_name(server, proto); 261 if (accf) { 266 rv = apr_socket_accept_filter(s, apr_pstrdup(p, accf), 271 accf); [all...] |
H A D | core.c | 2766 char* accf; local 2773 accf = apr_pstrdup(cmd->pool, iaccf); 2774 ap_str_tolower(accf); 2775 apr_table_setn(conf->accf_map, proto, accf);
|
/httpd/server/mpm/winnt/ |
H A D | child.c | 306 int accf; local 319 accf = 0; 327 accf = 2; 329 accf = 1; 331 accf = 0; 333 accf = 0; 353 if (accf > 0) /* 'data' or 'connect' */ 377 else /* accf == 0, 'none' */ 424 if (accf > 0) /* Either 'connect' or 'data' */ 456 if (accf [all...] |
Completed in 27 milliseconds