Lines Matching refs:action
36 %/* A log entry that describes an action to be performed and its parameters. */
56 db_action action; /* action to be invoked */
57 db_query *query; /* query supplied with action (if any) */
58 entry_object *object; /* object involved in action (if any) */
70 % db_action action; /* action to be invoked */
71 % db_query *query; /* query supplied with action (if any) */
72 % entry_object *object; /* object involved in action (if any) */
92 %/* Accessor: return pointer to action of log entry */
93 % db_action get_action() { return( action ); }