gencache_set_data_blob 527 source3/include/proto.h bool gencache_set_data_blob(const char *keystr, const DATA_BLOB *blob, time_t timeout); gencache_set_data_blob 178 source3/libsmb/dsgetdcname.c ret = gencache_set_data_blob(key, blob, expire_time); gencache_set_data_blob 5487 source3/torture/torture.c if (!gencache_set_data_blob("foo", &blob, tm)) {