Apache 1.3 API Documentation

Constant ITERATE2

Definition:

#include "httpd.h"
see cmd_how.
     

Usage example:

static const command_rec module_cmds[] =
{
        .
    {"ModuleDirective", cmd_moduledirective, NULL, OR_LIMIT, ITERATE2,
     "directive description"},
        .
    {NULL}
};
     

Command takes one argument, the second of which which may occur more than once.

See also:
cmd_how, FLAG, ITERATE, NO_ARGS, RAW_ARGS, TAKE1, TAKE12, TAKE123, TAKE13, TAKE2, TAKE23, TAKE3

Previous: ITERATE Next: kill_conditions

Table of Contents (Routines, Structures, Data Cells, Constants)