Home | History | Annotate | Download | only in Fuzzer

Lines Matching refs:Dictionary

50   /// Mutates data by adding a word from the manual dictionary.
54 /// Mutates data by adding a word from the temporary automatic dictionary.
61 /// Mutates data by adding a word from the persistent automatic dictionary.
101 size_t AddWordFromDictionary(Dictionary &D, uint8_t *Data, size_t Size,
120 // Dictionary provided by the user via -dict=DICT_FILE.
121 Dictionary ManualDictionary;
122 // Temporary dictionary modified by the fuzzer itself,
124 Dictionary TempAutoDictionary;
125 // Persistent dictionary modified by the fuzzer, consists of
127 Dictionary PersistentAutoDictionary;