Home | History | Annotate | Download | only in libnbaio

Lines Matching refs:Event

150 void NBLog::Writer::log(Event event, const void *data, size_t length)
158 switch (event) {
166 Entry entry(event, data, length);
319 Event event;
328 event = (Event) copy[i - length - 3];
329 if (event == EVENT_TIMESTAMP) {
347 // TODO timestamp empty here, only other choice to wait for the first timestamp event in the
361 event = (Event) copy[i];
365 switch (event) {
379 if (j >= avail || (Event) copy[j] != EVENT_TIMESTAMP) {
421 body.appendFormat("warning: unknown event %d", event);