Searched refs:ap (Results 1 - 22 of 22) sorted by relevance

/httpd/include/
H A Dap_hooks.h19 * @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 Dssl_engine_log.c120 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 Dssl_scache.c236 APR_OPTIONAL_HOOK(ap, status_hook, ssl_ext_status_hook, NULL, NULL,
/httpd/modules/core/
H A Dmod_watchdog.h167 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 Dmod_watchdog.c683 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 Dmod_session.h128 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 Dmod_session.c34 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 Dsuexec.c152 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 Dmod_access_compat.c245 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 Dmod_status.h61 APR_DECLARE_EXTERNAL_HOOK(ap, STATUS, int, status_hook,
H A Dmod_autoindex.c885 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 Dmod_cgid.c389 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 Dmod_status.c93 APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(ap, STATUS, int, status_hook,
/httpd/modules/loggers/
H A Dmod_journald.c81 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 Daixproto.ksh77 installp -d . -ap ${PKG}.${NAME}
/httpd/server/
H A Dutil_filter.c616 va_list ap; local
618 va_start(ap, fmt);
619 res = apr_pvsprintf(r->pool, fmt, ap);
620 va_end(ap);
/httpd/
H A Dapache_probes.d1 provider ap {
/httpd/modules/metadata/
H A Dmod_mime_magic.c588 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 Dmod_include.c238 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 Dmod_rewrite.c449 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 Dmod_cache_socache.c1439 APR_OPTIONAL_HOOK(ap, status_hook, socache_status_hook, NULL, NULL, APR_HOOK_MIDDLE);
/httpd/modules/proxy/
H A Dmod_proxy.c2874 APR_OPTIONAL_HOOK(ap, status_hook, proxy_status_hook, NULL, NULL,

Completed in 144 milliseconds