/httpd/include/ |
H A D | ap_hooks.h | 19 * @brief ap hook functions and macros 75 APR_DECLARE_EXTERNAL_HOOK(ap,AP,ret,name,args) 79 APR_IMPLEMENT_EXTERNAL_HOOK_BASE(ap,AP,name) 95 APR_IMPLEMENT_EXTERNAL_HOOK_VOID(ap,AP,name,args_decl,args_use) 118 APR_IMPLEMENT_EXTERNAL_HOOK_RUN_ALL(ap,AP,ret,name,args_decl, \ 138 APR_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST(ap,AP,ret,name,args_decl, \ 152 APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(ap,AP,ret,name,args_decl, \ 160 APR_OPTIONAL_HOOK(ap,name,fn,pre,succ,order)
|
/httpd/modules/ssl/ |
H A D | ssl_engine_log.c | 120 va_list ap) 126 apr_vsnprintf(buf, sizeof buf, format, ap); 211 va_list ap; local 212 va_start(ap, fmt); 214 cert, fmt, ap); 215 va_end(ap); 223 va_list ap; local 224 va_start(ap, fmt); 226 cert, fmt, ap); 227 va_end(ap); 116 ssl_log_cert_error(const char *file, int line, int level, apr_status_t rv, const server_rec *s, const conn_rec *c, const request_rec *r, apr_pool_t *p, X509 *cert, const char *format, va_list ap) argument 235 va_list ap; local [all...] |
H A D | ssl_scache.c | 236 APR_OPTIONAL_HOOK(ap, status_hook, ssl_ext_status_hook, NULL, NULL,
|
/httpd/modules/core/ |
H A D | mod_watchdog.h | 167 APR_DECLARE_EXTERNAL_HOOK(ap, AP_WD, int, watchdog_need, (server_rec *s, 179 APR_DECLARE_EXTERNAL_HOOK(ap, AP_WD, int, watchdog_init, ( 191 APR_DECLARE_EXTERNAL_HOOK(ap, AP_WD, int, watchdog_exit, ( 203 APR_DECLARE_EXTERNAL_HOOK(ap, AP_WD, int, watchdog_step, (
|
H A D | mod_watchdog.c | 683 APR_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST(ap, AP_WD, int, watchdog_need, 688 APR_IMPLEMENT_EXTERNAL_HOOK_RUN_ALL(ap, AP_WD, int, watchdog_init, 693 APR_IMPLEMENT_EXTERNAL_HOOK_RUN_ALL(ap, AP_WD, int, watchdog_exit, 698 APR_IMPLEMENT_EXTERNAL_HOOK_RUN_ALL(ap, AP_WD, int, watchdog_step,
|
/httpd/modules/session/ |
H A D | mod_session.h | 128 APR_DECLARE_EXTERNAL_HOOK(ap, SESSION, apr_status_t, session_load, 140 APR_DECLARE_EXTERNAL_HOOK(ap, SESSION, apr_status_t, session_save, 153 APR_DECLARE_EXTERNAL_HOOK(ap, SESSION, apr_status_t, session_encode, 166 APR_DECLARE_EXTERNAL_HOOK(ap, SESSION, apr_status_t, session_decode,
|
H A D | mod_session.c | 34 APR_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST(ap, SESSION, int, session_load, 36 APR_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST(ap, SESSION, int, session_save, 38 APR_IMPLEMENT_EXTERNAL_HOOK_RUN_ALL(ap, SESSION, int, session_encode, 40 APR_IMPLEMENT_EXTERNAL_HOOK_RUN_ALL(ap, SESSION, int, session_decode,
|
/httpd/support/ |
H A D | suexec.c | 152 static void err_output(int is_error, const char *fmt, va_list ap) 155 static void err_output(int is_error, const char *fmt, va_list ap) argument 163 vsyslog(is_error ? LOG_ERR : LOG_INFO, fmt, ap); 192 vfprintf(log, fmt, ap); 202 va_list ap; local 204 va_start(ap, fmt); 205 err_output(1, fmt, ap); /* 1 == is_error */ 206 va_end(ap); 214 va_list ap; local 216 va_start(ap, fm [all...] |
/httpd/modules/aaa/ |
H A D | mod_access_compat.c | 245 allowdeny *ap = (allowdeny *) a->elts; local 252 if (!(mmask & ap[i].limited)) { 256 switch (ap[i].type) { 258 if (apr_table_get(r->subprocess_env, ap[i].x.from)) { 264 if (!apr_table_get(r->subprocess_env, ap[i].x.from)) { 273 if (apr_ipsubnet_test(ap[i].x.ip, r->useragent_addr)) { 295 if ((gothost == 2) && in_domain(ap[i].x.from, remotehost)) {
|
/httpd/modules/generators/ |
H A D | mod_status.h | 61 APR_DECLARE_EXTERNAL_HOOK(ap, STATUS, int, status_hook,
|
H A D | mod_autoindex.c | 885 char *ap; local 887 if ((ap = strrchr(p->apply_to, '/')) == NULL) { 888 ap = p->apply_to; 891 ap++; 896 && !ap_strcmp_match(tt, ap)) { 906 && !ap_strcasecmp_match(tt, ap)) {
|
H A D | mod_cgid.c | 389 va_list ap; local 395 va_start(ap, count); 397 vec[i].iov_base = va_arg(ap, caddr_t); 398 vec[i].iov_len = va_arg(ap, apr_size_t); 400 va_end(ap);
|
H A D | mod_status.c | 93 APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(ap, STATUS, int, status_hook,
|
/httpd/modules/loggers/ |
H A D | mod_journald.c | 81 va_list ap; local 82 va_start(ap, len); 83 iov->iov_base = apr_pvsprintf(pool, format, ap); 84 va_end(ap);
|
/httpd/build/aix/ |
H A D | aixproto.ksh | 77 installp -d . -ap ${PKG}.${NAME}
|
/httpd/server/ |
H A D | util_filter.c | 616 va_list ap; local 618 va_start(ap, fmt); 619 res = apr_pvsprintf(r->pool, fmt, ap); 620 va_end(ap);
|
/httpd/ |
H A D | apache_probes.d | 1 provider ap {
|
/httpd/modules/metadata/ |
H A D | mod_mime_magic.c | 588 va_list ap; local 593 va_start(ap, str); 594 apr_vsnprintf(buf, sizeof(buf), str, ap); 595 va_end(ap);
|
/httpd/modules/filters/ |
H A D | mod_include.c | 238 va_list ap; local 241 va_start(ap, fmt); 242 debug__str = apr_pvsprintf(ctx->pool, fmt, ap); 243 va_end(ap);
|
/httpd/modules/mappers/ |
H A D | mod_rewrite.c | 449 va_list ap; local 462 va_start(ap, fmt); 463 text = apr_pvsprintf(r->pool, fmt, ap); 464 va_end(ap);
|
/httpd/modules/cache/ |
H A D | mod_cache_socache.c | 1439 APR_OPTIONAL_HOOK(ap, status_hook, socache_status_hook, NULL, NULL, APR_HOOK_MIDDLE);
|
/httpd/modules/proxy/ |
H A D | mod_proxy.c | 2874 APR_OPTIONAL_HOOK(ap, status_hook, proxy_status_hook, NULL, NULL,
|