Searched defs:directive (Results 1 - 7 of 7) sorted by relevance

/httpd/include/
H A Dutil_cfgtree.h44 * directive (</Directory>) is not stored in the tree.
47 /** The current directive */
48 const char *directive; member in struct:ap_directive_t
49 /** The arguments for the current directive, stored as a space
52 /** The next directive node in the tree */
54 /** The first child node of this directive */
56 /** The parent node of this directive */
59 /** directive's module can store add'l data here */
63 /** The name of the file this directive was found in */
65 /** The line number the directive wa
[all...]
H A Dhttp_config.h103 /** This configuration directive does not take any arguments */
105 /** This configuration directive will handle its own parsing of arguments*/
107 /** This configuration directive will handle its own parsing of arguments*/
109 /** This configuration directive takes 1 argument*/
111 /** This configuration directive takes 2 arguments */
113 /** This configuration directive takes 3 arguments */
115 /** This configuration directive takes a flag (on/off) as a argument*/
118 /** mechanism for declaring a directive with no arguments */
119 # define AP_INIT_NO_ARGS(directive, func, mconfig, where, help) \
120 { directive, {
305 ap_directive_t *directive; member in struct:cmd_parms_struct
[all...]
/httpd/modules/mappers/
H A Dmod_imagemap.c45 * Old: directive URL [x,y ...]
46 * New: directive URL "Menu text" [x,y ...]
47 * or: directive URL x,y ... "Menu text"
378 "invalid base directive in map file: %s", r->uri);
580 char *directive; local
677 directive = string_pos;
678 while (*string_pos && !apr_isspace(*string_pos)) { /* past directive */
705 if (!strncasecmp(directive, "base", 4)) { /* base, base_uri */
715 if (!strcasecmp(directive, "default")) { /* default */
778 if (!strcasecmp(directive, "pol
[all...]
/httpd/modules/loggers/
H A Dmod_log_config.c21 * This is module implements the TransferLog directive (same as the
38 * If no TransferLog or CustomLog directive appears in a VirtualHost,
40 * the virtual host section. If a TransferLog or CustomLog directive
116 * (This directive was %...c in late versions of Apache 1.3, but
269 const ap_directive_t *directive; member in struct:__anon198
1046 return apr_pstrcat(p, "Unrecognized LogFormat directive %",
1058 return "Ran off end of LogFormat parsing args to some directive";
1346 cls->directive = cmd->directive;
1859 if (!cls->fname || cls->fname[0] == '|' || !cls->directive) {
1866 const ap_directive_t *directive = cls->directive; local
[all...]
/httpd/modules/lua/
H A Dmod_lua.c967 * back into the parent section -- from which you can then get the new directive
974 ap_directive_t *directive = cmd->directive; local
975 hack_section_baton *baton = directive->data;
1006 "> directive missing closing '>'", NULL);
1053 tmp = apr_pstrdup(cmd->pool, cmd->err_directive->directive + 1);
1101 (*current)->directive = apr_pstrdup(cmd->pool, "Lua_____ByteCodeHack");
1539 * Called for config directive which looks like
1551 * Called for config directive which looks like
/httpd/modules/filters/
H A Dmod_include.c188 char *directive; /* name of the current directive */ member in struct:ssi_internal_ctx
189 apr_size_t directive_len; /* length of the current directive name */
468 #define DEFAULT_ERROR_MSG "[an error occurred while processing this directive]"
1684 static int find_file(request_rec *r, const char *directive, const char *tag, argument
1756 "to tag %s in %s", tag, directive, r->filename);
2449 "else directive does not take tags in %s",
2489 "endif directive does not take tags in %s",
2575 "precede value in set directive in %s",
2667 "directive i
[all...]
/httpd/server/
H A Dconfig.c1140 newdir->directive = cmd_name;
1194 "> directive missing closing '>'", NULL);
1200 (*curr_parent)->directive + 1) != 0) {
1203 (*curr_parent)->directive + 1, "> but saw ",
1277 char *dir = apr_pstrdup(parms->temp_pool, current->directive);
1287 APLOGNO(02296) "Unknown directive %s "
1294 current->directive,
1318 /* If the directive in error has already been set, don't
1345 parms->directive = current;
1426 curr_parent->directive);
1602 ap_soak_end_container(cmd_parms *cmd, char *directive) argument
2610 count_directives_sub(const char *directive, ap_directive_t *current) argument
2628 ap_reserve_module_slots_directive(const char *directive) argument
[all...]

Completed in 273 milliseconds