Lines Matching full:associated
20 * deduplicating storage, the names are generally hashes of data blocks and the associated data is
24 * associated with each name can be any 16-byte value.
28 * and save any associated index.
36 * associated with that name will be discarded.
38 * A UDS_QUERY request will return the data associated with the provided name, if any. The entry
42 * associated with the provided name, that data is returned. If there is no existing association,
43 * the name is associated with the newly provided data. This request is equivalent to a UDS_QUERY
46 * A UDS_QUERY_NO_UPDATE request will return the data associated with the provided name, but will
50 * A UDS_DELETE request removes any data associated with the provided name. This operation is
254 /* The existing data associated with the request name, if any */
289 /* Destroying an index session also closes and saves the associated index. */