Lines Matching full:dictionary
24 // Used for RDE BEJ dictionary transfer.
105 * BIOS uses this header to send the BEJ dictionary data.
150 * @brief This keeps track of whether we received the dictionary start flag
158 * @brief We are using the prevDictResourceId to detect a new dictionary.
161 * the first dictionary data chunk. BMC will not receive this flag at start
162 * of every new dictionary but only for the first data chunk. Therefore
163 * difference between resource ID is used to identify a new dictionary
165 * dictionary data chunk.
202 * data packet is considered, not just the dictionary data contained within
226 * @brief Handle dictionary data with flag Start.
230 * @param[in] resourceId - PDR resource ID of the dictionary.
236 * @brief Handle dictionary data with flag Middle.
240 * @param[in] resourceId - PDR resource ID of the dictionary.
246 * @brief Handle dictionary data with flag End.
251 * @param[in] resourceId - PDR resource ID of the dictionary.
259 * @brief Handle dictionary data with flag StartAndEnd.
264 * @param[in] resourceId - PDR resource ID of the dictionary.