Lines Matching refs:ACTION_RECORD
113 struct ACTION_RECORD *firstaction;
114 struct ACTION_RECORD *lastaction;
1201 static int refresh_attributes(const struct ACTION_RECORD *firstaction)
1203 const struct ACTION_RECORD *action;
2229 static void mark_transactions(struct ACTION_RECORD *lastaction)
2231 struct ACTION_RECORD *action;
2292 struct ACTION_RECORD *action;
2299 action = (struct ACTION_RECORD*)
2300 malloc(size + offsetof(struct ACTION_RECORD, record));
2306 action->prev = (struct ACTION_RECORD*)NULL;
2358 ctx->lastaction = (struct ACTION_RECORD*)NULL;
3600 ctx->firstaction = (struct ACTION_RECORD*)NULL;
3601 ctx->lastaction = (struct ACTION_RECORD*)NULL;
3679 struct ACTION_RECORD *action;
3685 ctx->lastaction = (struct ACTION_RECORD*)NULL;
4009 ctx->firstaction = (struct ACTION_RECORD*)NULL;
4010 ctx->lastaction = (struct ACTION_RECORD*)NULL;