Lines Matching +refs:val +refs:context
318 * server context (path == NULL) or being called in a dir context
325 struct ap_conf_vector_t *context;
503 * @param val The module-specific data to set
506 void *val);
512 #define ap_set_module_config(v,m,val) \
513 ((((void **)(v))[(m)->module_index]) = (val))
600 * Set all module-specific loglevels to val
602 * @param val the value to set all loglevels to
604 AP_DECLARE(void) ap_reset_module_loglevels(struct ap_logconf *l, int val);
631 * @param val The parsed log level
634 AP_DECLARE(const char *) ap_parse_log_level(const char *str, int *val);
840 * .htaccess context and use a lower maximum line length.
855 * context and use a lower maximum line length.
872 * context and use a lower maximum line length.
891 * @defgroup ap_check_cmd_context Check command context
895 * Check the context a command is used in.