Searched refs:mode (Results 1 - 25 of 47) sorted by relevance

12

/httpd/build/
H A DcpR_noreplace.pl57 my $mode = shift;
58 if ($mode eq "ifdestmissing") {
68 die "bad mode $mode";
H A Dinstall-bindist.sh.in27 mode=$2
40 chmod ${mode} ${path}
/httpd/modules/arch/unix/
H A Dmod_privileges.c52 priv_mode mode; member in struct:__anon74
56 priv_mode mode; member in struct:__anon75
72 /* inherit the mode if it's not set; the rest won't be inherited */
76 ret->mode = (add->mode == PRIV_UNSET) ? base->mode : add->mode;
87 /* By default, run in secure vhost mode.
106 cfg->mode = PRIV_UNSET;
119 cfg->mode
491 priv_mode mode = PRIV_UNSET; local
[all...]
/httpd/modules/debugging/
H A Dmod_dumpio.c117 #define whichmode( mode ) \
118 ( (( mode ) == AP_MODE_READBYTES) ? "readbytes" : \
119 (( mode ) == AP_MODE_GETLINE) ? "getline" : \
120 (( mode ) == AP_MODE_EATCRLF) ? "eatcrlf" : \
121 (( mode ) == AP_MODE_SPECULATIVE) ? "speculative" : \
122 (( mode ) == AP_MODE_EXHAUSTIVE) ? "exhaustive" : \
123 (( mode ) == AP_MODE_INIT) ? "init" : "unknown" \
127 ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes)
138 whichmode(mode),
142 ret = ap_get_brigade(f->next, bb, mode, bloc
126 dumpio_input_filter(ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) argument
[all...]
H A Dmod_firehose.c264 ap_input_mode_t mode,
273 if (mode != AP_MODE_READBYTES && mode != AP_MODE_GETLINE) {
274 return ap_get_brigade(f->next, bb, mode, block, readbytes);
277 rv = ap_get_brigade(f->next, bb, mode, block, readbytes);
262 firehose_input_filter(ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) argument
/httpd/modules/mappers/
H A Dmod_vhost_alias.c123 mva_mode_e mode, *pmode; local
131 mode = VHOST_ALIAS_IP;
136 mode = VHOST_ALIAS_IP;
141 mode = VHOST_ALIAS_NAME;
146 mode = VHOST_ALIAS_NAME;
211 *pmode = mode;
386 mva_mode_e mode; local
399 mode = conf->cgi_root_mode;
404 mode = conf->doc_root_mode;
412 if (mode
[all...]
/httpd/include/
H A Dmod_core.h52 ap_input_mode_t mode, apr_read_type_e block,
H A Dutil_filter.h52 * data should be stored for later retrieval in another mode. */
56 * Use this mode with extreme caution.
138 ap_input_mode_t mode,
291 * @param mode The way in which the data should be read
298 ap_input_mode_t mode,
H A Dapreq_param.h171 * @param mode Join type- see apreq_join().
178 apreq_join_t mode);
H A Dapreq_util.h49 * @param mode Join type- see apreq_join_t.
56 apreq_join_t mode);
/httpd/modules/filters/
H A Dmod_request.c66 ap_input_mode_t mode,
86 return ap_get_brigade(f->next, b, mode, block, readbytes);
128 rv = ap_get_brigade(f->next, b, mode, block, readbytes);
202 ap_input_mode_t mode,
213 if (!kept_body || (mode != AP_MODE_READBYTES && mode != AP_MODE_GETLINE)) {
214 return ap_get_brigade(f->next, b, mode, block, readbytes);
226 return ap_get_brigade(f->next, b, mode, block, readbytes);
65 keep_body_filter(ap_filter_t *f, apr_bucket_brigade *b, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) argument
201 kept_body_filter(ap_filter_t *f, apr_bucket_brigade *b, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) argument
H A Dmod_buffer.c190 ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) {
198 return ap_get_brigade(f->next, bb, mode, block, readbytes);
210 if (mode != AP_MODE_READBYTES) {
211 return ap_get_brigade(f->next, bb, mode, block, readbytes);
225 rv = ap_get_brigade(f->next, ctx->tmp, mode, block,
189 buffer_in_filter(ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) argument
H A Dmod_reqtimeout.c170 ap_input_mode_t mode,
183 return ap_get_brigade(f->next, bb, mode, block, readbytes);
186 if (block == APR_NONBLOCK_READ && mode == AP_MODE_SPECULATIVE) {
193 return ap_get_brigade(f->next, bb, mode, block, readbytes);
208 return ap_get_brigade(f->next, bb, mode, block, readbytes);
219 if (block == APR_NONBLOCK_READ || mode == AP_MODE_INIT
220 || mode == AP_MODE_EATCRLF) {
221 rv = ap_get_brigade(f->next, bb, mode, block, readbytes);
234 if (mode == AP_MODE_GETLINE) {
312 /* mode !
168 reqtimeout_filter(ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) argument
[all...]
H A Dmod_xml2enc.h50 (request_rec* r, const char* enc, unsigned int mode));
H A Dmod_sed.c374 ap_input_mode_t mode,
385 if (mode != AP_MODE_READBYTES) {
386 return ap_get_brigade(f->next, bb, mode, block, readbytes);
391 return ap_get_brigade(f->next, bb, mode, block, readbytes);
398 return ap_get_brigade(f->next, bb, mode, block, readbytes);
433 status = ap_get_brigade(f->next, bbinp, mode, block, readbytes);
372 sed_request_filter(ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) argument
H A Dmod_ext_filter.c45 enum {INPUT_FILTER=1, OUTPUT_FILTER} mode; member in struct:ef_filter_t
232 filter->mode = OUTPUT_FILTER;
258 if (!strncasecmp(args, "mode=", 5)) {
262 filter->mode = OUTPUT_FILTER;
265 filter->mode = INPUT_FILTER;
268 return apr_psprintf(cmd->pool, "Invalid mode: `%s'",
321 if (filter->mode == OUTPUT_FILTER) {
325 else if (filter->mode == INPUT_FILTER) {
577 if (ctx->filter->mode == INPUT_FILTER) {
888 ap_input_mode_t mode, apr_read_type_
887 ef_input_filter(ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) argument
[all...]
H A Dmod_xml2enc.c84 unsigned int mode)
89 unsigned int flags = (mode ^ ENCIO);
90 if ((mode & ENCIO) == ENCIO_OUTPUT) {
94 else if ((mode & ENCIO) == ENCIO_INPUT) {
98 else if ((mode & ENCIO) == ENCIO_INPUT_CHECKS) {
105 "xml2enc: bad mode %x", mode);
83 xml2enc_filter(request_rec* r, const char* enc, unsigned int mode) argument
/httpd/modules/apreq/
H A Dapreq_private_apache2.h38 ap_input_mode_t mode,
H A Dfilter.c330 ap_input_mode_t mode,
339 switch (mode) {
346 return ap_get_brigade(f->next, bb, mode, block, readbytes);
376 rv = ap_get_brigade(f->next, bb, mode, block, readbytes);
382 rv = ap_get_brigade(f->next, bb, mode, block, readbytes);
328 apreq_filter(ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) argument
/httpd/server/
H A Dcore_filters.c94 ap_input_mode_t mode, apr_read_type_e block,
103 if (mode == AP_MODE_INIT) {
105 * this mode is for filters that might need to 'initialize'
109 * such filters would have changed the mode before this point
144 if (mode == AP_MODE_GETLINE) {
157 /* ### AP_MODE_PEEK is a horrific name for this mode because we also
159 * this mode. Determine whether anyone actually uses this or not. */
160 if (mode == AP_MODE_EATCRLF) {
202 /* If mode is EXHAUSTIVE, we want to just read everything until the end
212 if (mode
93 ap_core_input_filter(ap_filter_t *f, apr_bucket_brigade *b, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) argument
[all...]
H A Dapreq_param.c216 apreq_join_t mode)
228 return apreq_join(p, ", ", arr, mode);
213 apreq_params_as_string(apr_pool_t *p, const apr_table_t *t, const char *key, apreq_join_t mode) argument
/httpd/modules/ssl/
H A Dssl_engine_io.c311 ap_input_mode_t mode; member in struct:__anon319
604 if (inctx->mode == AP_MODE_SPECULATIVE) {
620 if (inctx->mode == AP_MODE_GETLINE) {
650 if (inctx->mode == AP_MODE_SPECULATIVE) {
1103 /* Perform the SSL handshake (whether in client or server mode), if
1377 ap_input_mode_t mode,
1385 int is_init = (mode == AP_MODE_INIT);
1405 return ap_get_brigade(f->next, bb, mode, block, readbytes);
1409 if (mode != AP_MODE_READBYTES && mode !
1375 ssl_io_filter_input(ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) argument
1911 ssl_io_filter_buffer(ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t bytes) argument
[all...]
H A Dssl_ct_util.h34 apr_status_t ctutil_fopen(const char *fn, const char *mode, FILE **f);
H A Dssl_util.c211 static void ssl_util_thr_lock(int mode, int type, argument
215 if (mode & CRYPTO_LOCK) {
275 static void ssl_dyn_lock_function(int mode, struct CRYPTO_dynlock_value *l, argument
280 if (mode & CRYPTO_LOCK) {
/httpd/modules/loggers/
H A Dmod_logio.c180 ap_input_mode_t mode,
188 status = ap_get_brigade(f->next, bb, mode, block, readbytes);
178 logio_in_filter(ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) argument

Completed in 1548 milliseconds

12