Apache 1.3 API Documentation

Structure regmatch_t

Definition:

typedef struct {
regoff_t rm_so;     // start of match 
regoff_t rm_eo;     // end of match 
} regmatch_t; 
     

Usage example:

No examples available.
     

No documentation available.


Previous: regex_t Next: request_rec

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