Apache 1.3 API Documentation

Constant ITERATE

Definition:

#include "httpd.h"
see cmd_how.
     

Usage example:

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

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

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

Previous: HUGE_STRING_LEN Next: ITERATE2

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