cm___match_t Struct Reference

-. 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_fninsert
 Callback function for inserting elements.
cm___get_list_fnget_list
 Callback function for querying elements.
cm___format_fnformat
 Callback function to format the amount of similarity.
cm___to_datum_tto_key
 For simple, GDBM-based database matches.
char filename [8]
 Filename for this database.
hash_t db
 Database handle.
datum key
 Last queried key.


Detailed Description

-.

Definition at line 366 of file cp_mv.c.


Field Documentation

Database handle.

Definition at line 389 of file cp_mv.c.

Referenced by cm___hash_list(), cm___hash_register(), cm___match_children(), and cm__detect().

Which entry type is allowed?

Definition at line 370 of file cp_mv.c.

Referenced by cm___match(), and cm___register_entry().

Filename for this database.

Definition at line 387 of file cp_mv.c.

Referenced by cm__detect().

Callback function to format the amount of similarity.

Definition at line 381 of file cp_mv.c.

Referenced by cm___match().

Callback function for querying elements.

Definition at line 379 of file cp_mv.c.

Referenced by cm___match().

Callback function for inserting elements.

Definition at line 377 of file cp_mv.c.

Referenced by cm___register_entry().

Whether this match is allowed.

Definition at line 374 of file cp_mv.c.

Referenced by cm___register_entry(), and cm__detect().

Whether this can be avoided by an option.

Definition at line 372 of file cp_mv.c.

Referenced by cm__detect().

Last queried key.

Needed if a single get_list call isn't sufficient (TODO).

Definition at line 392 of file cp_mv.c.

Referenced by cm___hash_list().

Name for this way of matching.

Definition at line 368 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 385 of file cp_mv.c.

Referenced by cm___hash_list(), cm___hash_register(), and cm___match_children().


The documentation for this struct was generated from the following file:

Generated for fsvs by  doxygen 1.5.9