構文typedef struct match_data
ファイル名
構造体情報| No. | 名称 | 属性 | 説明 |
|---|---|---|---|
1 |
match_data | ||
| errorcode | int | As it says | |
| offset_vector | int * | Offset vector | |
| offset_end | int | One past the end | |
| offset_max | int | The maximum usable for return data | |
| lcc | const uschar * | Points to lower casing table | |
| ctypes | const uschar * | Points to table of type maps | |
| offset_overflow | BOOL | Set if too many extractions | |
| notbol | BOOL | NOTBOL flag | |
| noteol | BOOL | NOTEOL flag | |
| utf8 | BOOL | UTF8 flag | |
| endonly | BOOL | Dollar not before final \n | |
| notempty | BOOL | Empty string match not wanted | |
| start_pattern | const uschar * | For use when recursing | |
| start_subject | const uschar * | Start of the subject string | |
| end_subject | const uschar * | End of the subject string | |
| start_match | const uschar * | Start of this match attempt | |
| end_match_ptr | const uschar * | Subject position at end match | |
| end_offset_top | int | Highwater mark at end of match |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー