Lines Matching defs:parent
13 struct event_category *parent;
47 event_create_passthrough(parent)->name("name")->...->event() */
76 /* Create a new empty event under the parent event, or NULL for root event. */
77 struct event *event_create(struct event *parent, const char *source_filename,
79 #define event_create(parent) \
80 event_create((parent), __FILE__, __LINE__)
89 event_add_str(event_set_name(event_create(parent), "name"), "key", "value")
91 event_create_passthrough(parent)->set_name("name")->
97 event_create_passthrough(struct event *parent, const char *source_filename,
99 #define event_create_passthrough(parent) \
100 event_create_passthrough((parent), __FILE__, __LINE__)
115 being executed. However, for the created struct mailbox the parent event
119 as their parent event. */
127 /* Set the appended log prefix string for this event. All the parent events'
131 /* Replace the full log prefix string for this event. The parent events' log
164 time the event is sent. So changing a key in parent will change the values
178 /* Returns the parent event, or NULL if it doesn't exist. */
186 isn't found from the event itself, find it from parent events. */