/httpd/server/ |
H A D | eor_bucket.c | 22 static apr_status_t eor_bucket_cleanup(void *data) argument 24 apr_bucket *b = (apr_bucket *)data; 25 request_rec *r = (request_rec *)b->data; 32 b->data = NULL; 55 b->data = r; 84 static void eor_bucket_destroy(void *data) argument 86 request_rec *r = (request_rec *)data;
|
H A D | apreq_param.c | 50 memcpy(v->data, val, vlen); 51 v->data[vlen] = 0; 54 v->name = v->data + vlen + 1; 86 status = apreq_decode(v->data, &v->dlen, word + nlen + 1, vlen); 91 charset = apreq_charset_divine(v->data, v->dlen); 94 v->data[0] = 0; 98 v->name = v->data + vlen + 1; 132 char *data; local 133 data = apr_palloc(pool, 3 * (param->v.nlen + param->v.dlen) + 2); 134 dlen = apreq_encode(data, para 191 param_push(void *data, const char *key, const char *val) argument 233 upload_push(void *data, const char *key, const char *val) argument 252 upload_set(void *data, const char *key, const char *val) argument [all...] |
H A D | apreq_parser_header.c | 65 const char *data; local 102 s = apr_bucket_read(e, &data, &dlen, APR_BLOCK_READ); 113 dest = v->data; 116 s = apr_bucket_read(e, &data, &dlen, APR_BLOCK_READ); 120 memcpy(dest, data, dlen); 133 v->dlen = (dest - v->data) - 1; 187 const char *data; local 196 s = apr_bucket_read(e, &data, &dlen, APR_BLOCK_READ); 219 switch (data[off++]) { 238 data [all...] |
H A D | error_bucket.c | 32 static void error_bucket_destroy(void *data) argument 34 ap_bucket_error *h = data; 48 h->data = apr_pstrdup(p, buf);
|
H A D | util_xml.c | 70 const char *data; local 82 status = apr_bucket_read(bucket, &data, &len, APR_BLOCK_READ); 96 status = apr_xml_parser_feed(parser, data, len);
|
H A D | util_expr_eval.c | 64 const void *data); 188 const void *data) 191 AP_DEBUG_ASSERT(data != NULL); 192 return (*func)(ctx, data); 214 const void *data = info->node_arg2; local 218 AP_DEBUG_ASSERT(data != NULL); 231 return (*func)(ctx, data, args); 235 return (*func)(ctx, data, ap_expr_eval_word(ctx, arg)); 488 parms.data = &info->node_arg2; 746 const void *data local 186 ap_expr_eval_var(ap_expr_eval_ctx_t *ctx, ap_expr_var_func_t *func, const void *data) argument 759 const void *data = info->node_arg2; local 1021 req_table_func(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1050 env_func(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1064 osenv_func(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1070 tolower_func(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1078 toupper_func(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1086 escape_func(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1092 base64_func(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1098 unbase64_func(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1104 sha1_func(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1122 md5_func(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1129 ldap_func(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1151 replace_func(ap_expr_eval_ctx_t *ctx, const void *data, const apr_array_header_t *args) argument 1191 file_func(ap_expr_eval_ctx_t *ctx, const void *data, char *arg) argument 1235 filesize_func(ap_expr_eval_ctx_t *ctx, const void *data, char *arg) argument 1246 filemod_func(ap_expr_eval_ctx_t *ctx, const void *data, char *arg) argument 1258 unescape_func(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1272 op_nz(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1281 op_file_min(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1302 op_file_link(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1314 op_file_xbit(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1324 op_url_subr(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1346 op_file_subr(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1379 conn_var_fn(ap_expr_eval_ctx_t *ctx, const void *data) argument 1451 request_var_fn(ap_expr_eval_ctx_t *ctx, const void *data) argument 1582 req_header_var_fn(ap_expr_eval_ctx_t *ctx, const void *data) argument 1611 misc_var_fn(ap_expr_eval_ctx_t *ctx, const void *data) argument 1679 op_ipmatch(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg1, const char *arg2) argument 1694 op_R(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg1) argument 1706 op_T(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg) argument 1727 op_fnmatch(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg1, const char *arg2) argument 1733 op_strmatch(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg1, const char *arg2) argument 1739 op_strcmatch(ap_expr_eval_ctx_t *ctx, const void *data, const char *arg1, const char *arg2) argument [all...] |
H A D | apreq_parser_urlencoded.c | 119 s = apreq_decodev(v->data, &vlen, 124 charset = apreq_charset_divine(v->data, vlen); 126 v->name = v->data + vlen + 1; 186 const char *data; local 211 s = apr_bucket_read(e, &data, &dlen, APR_BLOCK_READ); 223 switch (data[off++]) { 227 data += off; 241 switch (data[off++]) {
|
H A D | apreq_cookie.c | 151 memcpy(v->data, value, vlen); 152 v->data[vlen] = 0; 154 v->name = v->data + vlen + 1; 173 apr_status_t get_pair(apr_pool_t *p, const char **data, argument 179 hdr = *data; 198 *data = hdr; 233 *data = val + 1; 264 *data = val; 277 *data = val; 286 *data [all...] |
/httpd/test/ |
H A D | check_chunked | 52 my $data = ''; 53 read(ARGV, $data, $chunklen) == $chunklen || die "short read!\n";
|
H A D | cls.c | 33 static int checkmask(const char *data, const char *mask) argument 39 d = data[i]; 63 return (data[i] == '\0');
|
/httpd/include/ |
H A D | ap_expr.h | 131 /** Arbitrary context data provided by the caller for custom functions */ 132 void *data; member in struct:__anon2 139 * @param ctx The evaluation context with all data filled in 193 * may also parse that argument and store the parsed data in the context. 207 * @param data An opaque context provided by the lookup hook function 211 typedef int ap_expr_op_unary_t(ap_expr_eval_ctx_t *ctx, const void *data, 217 * @param data An opaque context provided by the lookup hook function 222 typedef int ap_expr_op_binary_t(ap_expr_eval_ctx_t *ctx, const void *data, 227 * @param data An opaque context provided by the lookup hook function 232 const void *data, 284 const void **data; member in struct:__anon3 [all...] |
H A D | util_cfgtree.h | 59 /** directive's module can store add'l data here */ 60 void *data; member in struct:ap_directive_t
|
H A D | ap_socache.h | 70 * @param data Output buffer to place retrieved data (binary blob) 72 * @param datalen Length of data buffer 82 const unsigned char *data, 146 * @param data Data to store; binary blob 147 * @param datalen Length of data blob 154 unsigned char *data, unsigned int datalen, 164 * @param data Output buffer to place retrievd data (binary blob) 165 * @param datalen On entry, length of data buffe [all...] |
H A D | ap_slotmem.h | 61 * the data on the file-system 80 * @param data is what is passed to slotmem. 84 typedef apr_status_t ap_slotmem_callback_fn_t(void* mem, void *data, apr_pool_t *pool); 95 * @param data parameter for the callback function. 99 apr_status_t (* doall)(ap_slotmem_instance_t *s, ap_slotmem_callback_fn_t *func, void *data, apr_pool_t *pool); 132 * get/read the data associated with this worker slot. 135 * @param dest address to store the data 141 * put/write the data associated with this worker slot. 144 * @param src address of the data to store in the slot
|
H A D | apreq.h | 38 * Define the common data structures. 42 * Read chucks of data in 64k blocks from the request 56 * heap-buckets in a brigade. Excess data will be spooled to an 193 apr_size_t dlen; /**< length of data */ 194 char data[1]; /**< value data */ member in struct:apreq_value_t 210 apr_table_addn(t, v->name, v->data);
|
/httpd/modules/debugging/ |
H A D | mod_bucketeer.c | 88 const char *data; local 118 apr_bucket_read(e, &data, &len, APR_BLOCK_READ); 123 if (data[i] == c->flushdelimiter || 124 data[i] == c->bucketdelimiter || 125 data[i] == c->passdelimiter) { 129 &data[lastpos], 137 if (data[i] == c->flushdelimiter) { 141 if (data[i] == c->passdelimiter) { 155 &data[lastpos],
|
/httpd/modules/filters/ |
H A D | libsed.h | 62 typedef apr_status_t (sed_err_fn_t)(void *data, const char *error); 70 void *data; member in struct:sed_commands_s 112 void *data; member in struct:sed_eval_s 151 apr_status_t sed_init_commands(sed_commands_t *commands, sed_err_fn_t *errfn, void *data, 160 sed_err_fn_t *errfn, void *data, 162 apr_status_t sed_reset_eval(sed_eval_t *eval, sed_commands_t *commands, sed_err_fn_t *errfn, void *data);
|
H A D | mod_data.c | 18 * mod_data.c --- Turn the response into an rfc2397 data URL, suitable for 48 * Create a data URL as follows: 50 * data:[<mime-type>;][charset=<charset>;]base64,<payload> 103 apr_brigade_printf(ctx->bb, NULL, NULL, "data:%s%s;base64,", 130 const char *data; local 181 * Remove meta data bucket from old brigade and insert into the 193 if (APR_SUCCESS == (rv = apr_bucket_read(e, &data, &size, 198 ctx->overflow[ctx->count++] = *data++; 213 (const unsigned char *) data, size); 219 memcpy(ctx->overflow, data 248 AP_DECLARE_MODULE(data) = { STANDARD20_MODULE_STUFF, variable [all...] |
/httpd/modules/core/ |
H A D | mod_watchdog.h | 107 * @param data is what was passed to @p ap_watchdog_register_callback function. 111 typedef apr_status_t ap_watchdog_callback_fn_t(int state, void *data, 136 * @param data The data to pass to the callback function. 141 const void *data, ap_watchdog_callback_fn_t *callback)); 148 * @param data The data to pass to the callback function. 153 const void *data, ap_watchdog_callback_fn_t *callback));
|
H A D | mod_watchdog.c | 40 const void *data; member in struct:watchdog_list_t 73 static apr_status_t wd_worker_cleanup(void *data) argument 76 ap_watchdog_t *w = (ap_watchdog_t *)data; 84 (void *)wl->data, w->pool); 102 static void* APR_THREAD_FUNC wd_worker(apr_thread_t *thread, void *data) argument 104 ap_watchdog_t *w = (ap_watchdog_t *)data; 167 (void *)wl->data, ctx); 204 (void *)wl->data, ctx); 248 (void *)wl->data, w->pool); 332 const void *data, 330 ap_watchdog_set_callback_interval(ap_watchdog_t *w, apr_interval_time_t interval, const void *data, ap_watchdog_callback_fn_t *callback) argument 355 ap_watchdog_register_callback(ap_watchdog_t *w, apr_interval_time_t interval, const void *data, ap_watchdog_callback_fn_t *callback) argument [all...] |
/httpd/modules/http/ |
H A D | chunk_filter.c | 76 (((ap_bucket_error *)(e->data))->status == HTTP_BAD_GATEWAY || 77 ((ap_bucket_error *)(e->data))->status == HTTP_GATEWAY_TIME_OUT)) { 93 /* unknown amount of data (e.g. a pipe) */ 94 const char *data; local 97 rv = apr_bucket_read(e, &data, &len, APR_BLOCK_READ); 104 * rest of the data stream on which a read() may
|
/httpd/modules/ssl/ |
H A D | ssl_engine_log.c | 87 const char *data; local 90 while ((e = ERR_peek_error_line_data(NULL, NULL, &data, &flags))) { 95 data = NULL; 106 data ? " (" : "", data ? data : "", data ? ")" : "",
|
/httpd/modules/examples/ |
H A D | mod_case_filter.c | 68 const char *data; local 82 apr_bucket_read(pbktIn,&data,&len,APR_BLOCK_READ); 87 buf[n] = apr_toupper(data[n]);
|
H A D | mod_case_filter_in.c | 90 const char *data; local 98 * and change the case of the bucket data, but that would be wrong 108 ret=apr_bucket_read(pbktIn, &data, &len, eBlock); 114 buf[n] = apr_toupper(data[n]);
|
/httpd/modules/cache/ |
H A D | mod_cache_disk.h | 44 disk_cache_file_t data; /* data file structure */ member in struct:disk_cache_object 50 apr_off_t file_size; /* File size of the cached data file */ 82 apr_off_t readsize; /* maximum data to attempt to cache in one go */
|