/httpd/include/ |
H A D | util_varbuf.h | 65 /** Opaque info for memory allocation. */ 66 struct ap_varbuf_info *info; member in struct:ap_varbuf
|
H A D | apreq_param.h | 38 apr_table_t *info; /**< header table associated with the param */ member in struct:apreq_param_t 41 const apreq_value_t v; /**< underlying name/value info */
|
H A D | ap_expr.h | 117 const ap_expr_info_t *info; member in struct:__anon2 317 * @param info The ap_expr_info_t struct (with values filled in) 322 * info->root_node. 325 ap_expr_info_t *info, const char *expr, 330 * uses info from cmd_parms to fill in most of it.
|
H A D | http_config.h | 288 void *info; member in struct:cmd_parms_struct
|
/httpd/modules/dav/main/ |
H A D | liveprop.c | 113 const dav_liveprop_spec **info) 119 *info = scan; 127 *info = NULL; 111 dav_get_liveprop_info(int propid, const dav_liveprop_group *group, const dav_liveprop_spec **info) argument
|
H A D | std_liveprop.c | 66 const dav_liveprop_spec *info; local 72 { /* additional type info provided by external modules ? */ 152 global_ns = dav_get_liveprop_info(propid, &dav_core_liveprop_group, &info); 154 /* assert: info != NULL && info->name != NULL */ 160 info->name, dav_core_namespace_uris[info->ns]); 164 global_ns, info->name, value, global_ns, info->name); 167 s = apr_psprintf(p, "<lp%ld:%s/>" DEBUG_CR, global_ns, info 177 const dav_liveprop_spec *info; local [all...] |
/httpd/modules/loggers/ |
H A D | mod_syslog.c | 130 static apr_status_t syslog_error_log(const ap_errorlog_info *info, argument 134 int level = info->level;
|
H A D | mod_journald.c | 65 static apr_pool_t *journald_info_get_pool(const ap_errorlog_info *info) argument 67 if (info->r && info->r->pool) 68 return info->r->pool; 69 if (info->c && info->c->pool) 70 return info->c->pool; 71 if (info->pool) 72 return info->pool; 73 if (info 148 journald_error_log(const ap_errorlog_info *info, void *handle, const char *errstr, apr_size_t len) argument [all...] |
H A D | mod_log_config.c | 1652 ap_errorlog_info info; local 1653 info.r = r; 1654 info.s = r->server; 1655 info.c = r->connection; 1656 info.pool = r->pool; 1657 info.file = NULL; 1658 info.line = 0; 1659 info.status = 0; 1660 info.using_provider = 1; 1661 info [all...] |
/httpd/modules/cache/ |
H A D | mod_cache.h | 57 /* cache info information */ 85 cache_info info; member in struct:cache_object 131 CACHE_DECLARE(apr_time_t) ap_cache_current_age(cache_info *info, const apr_time_t age_value,
|
H A D | cache_util.h | 224 cache_info *info; /* current cache info */ member in struct:__anon84
|
H A D | cache_util.c | 213 CACHE_DECLARE(apr_int64_t) ap_cache_current_age(cache_info *info, 225 apparent_age = MAX(0, info->response_time - info->date); 227 response_delay = info->response_time - info->request_time; 229 resident_time = now - info->response_time; 524 cache_info *info = &(h->cache_obj->info); local 585 if (h->cache_obj->info.control.no_cache 586 || h->cache_obj->info [all...] |
H A D | mod_cache.c | 119 * Are we allowed to serve cached info at all? 429 * Are we allowed to serve cached info at all? 673 r->status = cache->handle->cache_obj->info.status; 821 cache_info *info = NULL; local 889 && !cache->stale_handle->cache_obj->info.control.must_revalidate 890 && !cache->stale_handle->cache_obj->info.control.proxy_revalidate) { 1123 && date < cache->stale_handle->cache_obj->info.date) { 1307 info = &cache->handle->cache_obj->info; 1327 info [all...] |
H A D | mod_cache_disk.c | 217 static int file_cache_recall_mydata(apr_file_t *fd, cache_info *info, argument 232 info->status = dobj->disk_info.status; 233 info->date = dobj->disk_info.date; 234 info->expire = dobj->disk_info.expire; 235 info->request_time = dobj->disk_info.request_time; 236 info->response_time = dobj->disk_info.response_time; 238 memcpy(&info->control, &dobj->disk_info.control, sizeof(cache_control_t)); 417 cache_info *info; local 438 info = &(obj->info); 932 store_headers(cache_handle_t *h, request_rec *r, cache_info *info) argument [all...] |
H A D | mod_cache_socache.c | 443 cache_info *info; local 458 info = &(obj->info); 597 info->status = sobj->socache_info.status; 598 info->date = sobj->socache_info.date; 599 info->expire = sobj->socache_info.expire; 600 info->request_time = sobj->socache_info.request_time; 601 info->response_time = sobj->socache_info.response_time; 603 memcpy(&info->control, &sobj->socache_info.control, sizeof(cache_control_t)); 781 cache_info *info) 780 store_headers(cache_handle_t *h, request_rec *r, cache_info *info) argument [all...] |
/httpd/server/ |
H A D | apreq_parser_multipart.c | 43 apr_table_t *info; member in struct:mfd_ctx 250 ctx->info = NULL; 329 ctx->info = NULL; 335 if (ctx->info == NULL) { 336 ctx->info = apr_table_make(pool, APREQ_DEFAULT_NELTS); 340 s = apreq_parser_run(ctx->hdr_parser, ctx->info, ctx->in); 392 cd = apr_table_get(ctx->info, "Content-Disposition"); 399 ct = apr_table_get(ctx->info, "Content-Type"); 424 const char *cid = apr_table_get(ctx->info, 460 param->info [all...] |
H A D | vhost.c | 1171 const char *info = "Would replace"; local 1175 info = "Replacing"; 1179 "'%s'", info, host_header, new);
|
/httpd/modules/generators/ |
H A D | mod_info.c | 21 * <Location /server-info> 22 * SetHandler server-info 25 * GET /server-info - Returns full configuration page for server and all modules 26 * GET /server-info?server - Returns server configuration only 27 * GET /server-info?module_name - Returns configuration for a single module 28 * GET /server-info?list - Returns quick list of included modules 29 * GET /server-info?config - Returns full configuration 30 * GET /server-info?hooks - Returns a listing of the modules active for each hook 72 const char *info; /* additional info */ member in struct:__anon187 971 add_module_info(cmd_parms * cmd, void *dummy, const char *name, const char *info) argument 1009 AP_DECLARE_MODULE(info) = { variable [all...] |
H A D | mod_cgid.c | 226 * must be NULL. The query info is split into separate arguments, where 1052 "the name of a log for script debugging info"), 1314 * getpgid() can report the proper info (-1/ESRCH) immediately. 1354 struct cleanup_script_info *info = vptr; local 1361 rc = connect_to_daemon(&sd, info->r, info->conf); 1370 req.conn_id = info->r->connection->id; 1384 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, info->r, APLOGNO(01261) 1386 info->conn_id); 1389 return cleanup_nonchild_process(info 1404 struct cleanup_script_info *info; local 1813 struct cleanup_script_info *info; local [all...] |
/httpd/modules/aaa/ |
H A D | mod_authz_core.c | 1058 struct require_expr_info *info; local 1059 apr_pool_userdata_get((void**)&info, REQUIRE_EXPR_NOTE, parms->ptemp); 1060 AP_DEBUG_ASSERT(info != NULL); 1061 info->want_user = 1; 1070 struct require_expr_info *info = apr_pcalloc(cmd->pool, sizeof(*info)); local 1082 apr_pool_userdata_setn(info, REQUIRE_EXPR_NOTE, apr_pool_cleanup_null, 1084 info->expr = ap_expr_parse_cmd(cmd, require_line, 0, &expr_err, 1092 *parsed_require_line = info; 1102 const struct require_expr_info *info local [all...] |
H A D | mod_auth_digest.c | 83 /* struct to hold the configuration info */ 812 static client_entry *add_client(unsigned long key, client_entry *info, argument 849 memcpy(entry, info, sizeof(client_entry)); 989 /* Because the browser may preemptively send auth info, incrementing the 1165 /* client info was gc'd */
|
/httpd/modules/arch/win32/ |
H A D | mod_isapi.c | 1240 HSE_URL_MAPEX_INFO *info = (HSE_URL_MAPEX_INFO*)data_type; local 1244 info->cchMatchingURL = strlen(test_uri); 1245 info->cchMatchingPath = apr_cpystrn(info->lpszPath, subreq->filename, 1246 sizeof(info->lpszPath)) - info->lpszPath; 1253 apr_cpystrn(info->lpszPath + info->cchMatchingPath, 1255 sizeof(info->lpszPath) - info [all...] |
/httpd/modules/ssl/ |
H A D | ssl_engine_config.c | 1263 ap_expr_info_t *info = apr_pcalloc(cmd->pool, sizeof(ap_expr_info_t)); local 1267 info->flags = AP_EXPR_FLAG_SSL_EXPR_COMPAT; 1268 info->filename = cmd->directive->filename; 1269 info->line_number = cmd->directive->line_num; 1270 info->module_index = APLOG_MODULE_INDEX; 1271 errstring = ap_expr_parse(cmd->pool, cmd->temp_pool, info, arg, NULL); 1278 require->mpExpr = info;
|
/httpd/support/ |
H A D | htcacheclean.c | 141 apr_finfo_t info; local 145 apr_stat(&info, pathname, DIRINFO, p); 409 apr_finfo_t info; local 424 while (apr_dir_read(&info, APR_FINFO_TYPE, dir) == APR_SUCCESS && !interrupted) { 426 if (info.filetype == APR_DIR) { 427 if (!strcmp(info.name, ".") || !strcmp(info.name, "..")) { 431 if (list_urls(apr_pstrcat(p, path, "/", info.name, NULL), pool, round)) { 436 else if (info.filetype == APR_REG) { 438 ext = strchr(info 603 apr_finfo_t info; local 1382 apr_finfo_t info; local [all...] |
/httpd/modules/dav/fs/ |
H A D | repos.c | 48 apr_finfo_t finfo; /* filesystem info */ 224 return resource->info->r; 229 return resource->info->pool; 234 return resource->info->pathname; 242 dav_resource_private *ctx = resource->info; 511 /* get info about the state directory */ 715 resource->info = ctx; 733 /* unused info in the URL will indicate a null resource */ 775 dav_resource_private *ctx = resource->info; 792 * no path info remain 1397 dav_resource_private *info = wres->resource->info; local 1433 dav_resource_private *info = resource->info; local 1915 const dav_liveprop_spec *info; local 2018 const dav_liveprop_spec *info; local [all...] |