/httpd/modules/core/test/ |
H A D | Makefile | 21 check: check-out 24 OUT = out 25 out: 30 F.out = $(F.conf:conf/%.conf=$(OUT)/%.out) 34 run-test: $(F.out) 37 .PHONY: check-out 38 check-out: out 39 $(RM) out/* [all...] |
/httpd/server/mpm/worker/ |
H A D | fdqueue.h | 61 unsigned int out; member in struct:fd_queue_t
|
/httpd/include/ |
H A D | apreq_param.h | 83 union { const char *in; char *out; } deconst; member in union:__anon16 87 apreq_attr_to_type(apreq_value_t, data, deconst.out));
|
H A D | apreq_cookie.h | 71 union { const char *in; char *out; } deconst; member in union:__anon15 75 apreq_attr_to_type(apreq_value_t, data, deconst.out));
|
/httpd/modules/lua/ |
H A D | lua_passwd.h | 71 char *out; member in struct:passwd_ctx
|
/httpd/server/mpm/event/ |
H A D | fdqueue.h | 82 unsigned int out; member in struct:fd_queue_t
|
/httpd/modules/arch/unix/ |
H A D | mod_unixd.c | 335 apr_file_t *out = NULL; local 343 apr_file_open_stdout(&out, p); 344 apr_file_printf(out, "User: name=\"%s\" id=%lu%s\n", 346 apr_file_printf(out, "Group: name=\"%s\" id=%lu%s\n", 349 apr_file_printf(out, "ChrootDir: \"%s\"%s\n",
|
/httpd/modules/filters/ |
H A D | mod_reflector.c | 82 /* copy headers from in to out if configured */ 198 const char *out) 202 apr_table_addn(cfg->headers, in, out ? out : in); 197 reflector_header(cmd_parms * cmd, void *dummy, const char *in, const char *out) argument
|
H A D | mod_sed.c | 137 char *out; local 141 out = apr_pmemdup(ctx->tpool, ctx->outbuf, size); 142 status = append_bucket(ctx, out, size);
|
/httpd/support/ |
H A D | passwd_common.h | 78 char *out; member in struct:passwd_ctx
|
/httpd/support/win32/ |
H A D | wintty.c | 79 HANDLE out; member in struct:feedback_args_t 325 feed.out = hstdout; 368 if (!len || !WriteFile(feed->out, str, len, &len, NULL))
|
/httpd/modules/aaa/ |
H A D | mod_authz_dbm.c | 97 const char ** out) 123 *out = grp_colon; 126 *out = val; 95 get_dbm_grp(request_rec *r, char *key1, char *key2, const char *dbmgrpfile, const char *dbtype, const char ** out) argument
|
H A D | mod_authz_groupfile.c | 86 apr_table_t ** out) 130 *out = grps; 85 groups_for_user(apr_pool_t *p, char *user, char *grpfile, apr_table_t ** out) argument
|
/httpd/modules/core/ |
H A D | mod_so.c | 65 * vendors cc(1), ld(1) and dlopen(3) manpages to find out the appropriate 69 * If you still have problems figuring out the flags both try the paper 368 apr_file_t *out = NULL; local 374 apr_file_open_stdout(&out, p); 376 apr_file_printf(out, "Loaded Modules:\n"); 383 apr_file_printf(out, " %s (static)\n", modi->name); 394 apr_file_printf(out, " %s (shared)\n", modi->name);
|
/httpd/server/ |
H A D | apreq_parser_multipart.c | 112 static apr_status_t split_on_bdry(apr_bucket_brigade *out, argument 175 APR_BRIGADE_INSERT_TAIL(out, f); 204 APR_BRIGADE_INSERT_TAIL(out, e); 337 /* flush out header parser internal structs for reuse */
|
H A D | util_mutex.c | 116 * mutexfile and NULLing out file, presume it is a file we 500 AP_CORE_DECLARE(void) ap_dump_mutexes(apr_pool_t *p, server_rec *s, apr_file_t *out) argument 514 apr_file_printf(out, "Mutex %s: using_defaults\n", name); 518 apr_file_printf(out, "Mutex %s: none\n", name); 557 apr_file_printf(out, "Mutex %s: dir=\"%s\" mechanism=%s %s\n", name, dir, mech,
|
H A D | mpm_common.c | 328 void ap_mpm_dump_pidfile(apr_pool_t *p, apr_file_t *out) argument 330 apr_file_printf(out, "PidFile: \"%s\"\n",
|
/httpd/modules/cache/ |
H A D | cache_util.h | 231 apr_bucket_brigade *out; /* brigade to reuse for upstream responses */ member in struct:__anon84
|
H A D | mod_cache.c | 89 apr_bucket_brigade *out; local 113 cache->out = apr_brigade_create(r->pool, r->connection->bucket_alloc); 332 out = apr_brigade_create(r->pool, r->connection->bucket_alloc); 333 e = apr_bucket_eos_create(out->bucket_alloc); 334 APR_BRIGADE_INSERT_TAIL(out, e); 336 return ap_pass_brigade_fchk(r, out, 398 apr_bucket_brigade *out; local 423 cache->out = apr_brigade_create(r->pool, r->connection->bucket_alloc); 628 out = apr_brigade_create(r->pool, r->connection->bucket_alloc); 629 e = apr_bucket_eos_create(out [all...] |
H A D | mod_cache_disk.c | 64 apr_bucket_brigade *out); 498 /* oops, not vary as it turns out */ 620 /* Null out the cache object pointer so next time we start from scratch */ 736 /* If we've finished reading the array, break out of the loop. */ 809 /* If we've finished reading the headers, break out of the loop. */ 1090 "could not write out-headers to header file %s", 1125 apr_bucket_brigade *in, apr_bucket_brigade *out) 1153 APR_BRIGADE_INSERT_TAIL(out, e); 1162 APR_BRIGADE_INSERT_TAIL(out, e); 1169 APR_BRIGADE_INSERT_TAIL(out, 1124 store_body(cache_handle_t *h, request_rec *r, apr_bucket_brigade *in, apr_bucket_brigade *out) argument [all...] |
H A D | mod_cache_socache.c | 715 /* Null out the cache object pointer so next time we start from scratch */ 912 "out-headers didn't fit in buffer: %s", sobj->name); 939 apr_bucket_brigade *in, apr_bucket_brigade *out) 979 APR_BRIGADE_INSERT_TAIL(out, e); 988 APR_BRIGADE_INSERT_TAIL(out, e); 995 APR_BRIGADE_INSERT_TAIL(out, e); 1002 APR_BRIGADE_INSERT_TAIL(out, e); 1009 APR_BRIGADE_INSERT_TAIL(out, e); 1050 * the client times out. 938 store_body(cache_handle_t *h, request_rec *r, apr_bucket_brigade *in, apr_bucket_brigade *out) argument
|
/httpd/modules/examples/ |
H A D | mod_example_hooks.c | 333 apr_file_t *out = NULL; local 334 apr_file_open_stderr(&out, p); 335 apr_file_printf(out, "mod_example_hooks traced in non-loggable " 358 * If we weren't passed a configuration record, we can't figure out to 779 apr_file_t *out = NULL; local 781 apr_file_open_stderr(&out, pconf); 783 apr_file_printf(out, "Example module configuration test routine\n"); 986 /* If it's not for us, get out as soon as possible. */ 1330 * This routine is called to find out under which user id to run suexec
|
/httpd/modules/generators/ |
H A D | mod_info.c | 85 apr_file_t *out = NULL; variable 116 apr_file_putc((char)('0' + i % 10), out); 122 apr_file_printf(out, " "); 157 apr_file_printf(out, "# In file: %s\n", thisfn); 169 apr_file_printf(out, " "); 170 apr_file_putc('#', out); 172 apr_file_printf(out, ":\n"); 179 apr_file_printf(out, " "); 192 apr_file_printf(out, "%s %s\n", dir->directive, dir->args); 204 apr_file_printf(out, " [all...] |
/httpd/modules/session/ |
H A D | mod_session_crypto.c | 123 session_crypto_dir_conf *dconf, const char *in, char **out) 140 *out = ""; 213 *out = base64; 225 session_crypto_dir_conf *dconf, const char *in, char **out) 313 *out = (char *) decrypted; 122 encrypt_string(request_rec * r, const apr_crypto_t *f, session_crypto_dir_conf *dconf, const char *in, char **out) argument 224 decrypt_string(request_rec * r, const apr_crypto_t *f, session_crypto_dir_conf *dconf, const char *in, char **out) argument
|
/httpd/modules/ssl/ |
H A D | ssl_ct_util.c | 28 apr_status_t ctutil_path_join(char **out, const char *dirname, const char *basename, argument 33 rv = apr_filepath_merge(out, dirname, basename, 0, p); 60 apr_size_t b_size, apr_array_header_t **out) 91 *out = arr; 260 pfd.desc.f = proc->out; 303 apr_file_t *fds[2] = {proc->out, proc->err}; 59 ctutil_buffer_to_array(apr_pool_t *p, const char *b, apr_size_t b_size, apr_array_header_t **out) argument
|