ebuf              749 source3/lib/eventlog/eventlog.c 	TDB_DATA kbuf, ebuf;
ebuf              785 source3/lib/eventlog/eventlog.c 	ebuf.dsize = blob.length;
ebuf              786 source3/lib/eventlog/eventlog.c 	ebuf.dptr  = blob.data;
ebuf              788 source3/lib/eventlog/eventlog.c 	ret = tdb_store(tdb, kbuf, ebuf, 0);