Data Fields | |
| char * | spec |
| char * | dbuffer |
| char ** | dvec |
| int | dcount |
| int | unanchored |
| int | port |
| char * | path |
| int | pathlen |
| regex_t * | preg |
|
|
Buffer with '\0'-delimited domain name, or NULL to match all hosts.
|
|
|
How many parts to this domain? (length of dvec).
|
|
|
List of pointers to the strings in dbuffer.
|
|
|
The source for the regex.
|
|
|
==strlen(path). Needed for prefix matching. FIXME: Now obsolete? |
|
|
The port number, or 0 to match all ports.
|
|
|
Regex for matching path part.
|
|
|
The string which was parsed to produce this url_spec. Used for debugging or display only. |
|
|
Bitmap - flags are ANCHOR_LEFT and ANCHOR_RIGHT.
|
1.2.15