Apache 1.3 API Documentation

Structure cmd_parms

Definition:

typedef struct { 
    void *info; 
    int override; 
    int limited; 
    configfile_t *config_file; 
    pool *pool; 
    struct pool *temp_pool; 
    server_rec *server; 
    char *path; 
    const command_rec *cmd; 
    const char *end_token; 
} cmd_parms;
     

Usage example:

No examples available.
     

This structure is passed to a command which is being invoked, to carry a large variety of miscellaneous data.

See also:
ACCESS_CONF, ap_allow_overrides, BUFF, command_rec, conn_rec, OR_AUTHCFG, OR_FILEINFO, OR_INDEXES, OR_LIMIT, OR_OPTIONS, proxyreqtype, request_rec, RSRC_CONF, server_addr_rec, server_rec, uri_components

Previous: child_info Next: command_rec

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