-. More...
Data Fields | |
| char | name [8] |
| Name for this way of matching. | |
| mode_t | entry_type |
| Which entry type is allowed? | |
| int | is_expensive:1 |
| Whether this can be avoided by an option. | |
| int | is_enabled:1 |
| Whether this match is allowed. | |
| cm___register_fn * | insert |
| Callback function for inserting elements. | |
| cm___get_list_fn * | get_list |
| Callback function for querying elements. | |
| cm___format_fn * | format |
| Callback function to format the amount of similarity. | |
| cm___to_datum_t * | to_key |
| For simple, GDBM-based database matches. | |
| char | filename [8] |
| Filename for this database. | |
| hash_t | db |
| Database handle. | |
| datum | key |
| Last queried key. | |
-.
Definition at line 368 of file cp_mv.c.
Database handle.
Definition at line 391 of file cp_mv.c.
Referenced by cm___hash_list(), cm___hash_register(), cm___match_children(), and cm__detect().
| mode_t cm___match_t::entry_type |
Which entry type is allowed?
Definition at line 372 of file cp_mv.c.
Referenced by cm___match(), and cm___register_entry().
| char cm___match_t::filename[8] |
Callback function to format the amount of similarity.
Definition at line 383 of file cp_mv.c.
Referenced by cm___match().
Callback function for querying elements.
Definition at line 381 of file cp_mv.c.
Referenced by cm___match().
Callback function for inserting elements.
Definition at line 379 of file cp_mv.c.
Referenced by cm___register_entry().
Whether this match is allowed.
Definition at line 376 of file cp_mv.c.
Referenced by cm___register_entry(), and cm__detect().
Whether this can be avoided by an option.
Definition at line 374 of file cp_mv.c.
Referenced by cm__detect().
| datum cm___match_t::key |
Last queried key.
Needed if a single get_list call isn't sufficient (TODO).
Definition at line 394 of file cp_mv.c.
Referenced by cm___hash_list().
| char cm___match_t::name[8] |
Name for this way of matching.
Definition at line 370 of file cp_mv.c.
Referenced by cm___match(), cm___register_entry(), and cm__detect().
For simple, GDBM-based database matches.
How to get a key from an entry
Definition at line 387 of file cp_mv.c.
Referenced by cm___hash_list(), cm___hash_register(), and cm___match_children().
1.6.1