Searched refs:options (Results 1 – 16 of 16) sorted by relevance
48 uint16_t options; in LLVMFuzzerTestOneInput() local72 options = (Data[Size - 2] << 8) | Data[Size - 1]; in LLVMFuzzerTestOneInput()74 (void) options; in LLVMFuzzerTestOneInput()99 if (options & 2) { in LLVMFuzzerTestOneInput()106 if (options & 4) { in LLVMFuzzerTestOneInput()116 (options & in LLVMFuzzerTestOneInput()121 (options & in LLVMFuzzerTestOneInput()126 (options & in LLVMFuzzerTestOneInput()131 (options & in LLVMFuzzerTestOneInput()135 if (options & 0x200) { in LLVMFuzzerTestOneInput()[all …]
51 uint8_t options; in LLVMFuzzerTestOneInput() local57 options = Data[Size - 1]; in LLVMFuzzerTestOneInput()121 (options & in LLVMFuzzerTestOneInput()124 if (options & 0x2) { in LLVMFuzzerTestOneInput()129 if (options & 0x4) { in LLVMFuzzerTestOneInput()146 (options & in LLVMFuzzerTestOneInput()151 (options & in LLVMFuzzerTestOneInput()155 if (options & 0x40) { in LLVMFuzzerTestOneInput()162 (options & in LLVMFuzzerTestOneInput()
47 They also use the last bytes as configuration options.54 * Finally, you can add the options by appending the last bytes to the file test.cor
38 … HTTPS client that sends a fixed request and displays the response, with options to select TLS pro…40 …`](ssl/ssl_server2.c): an HTTPS server that sends a fixed response, with options to select TLS pro…42 …options for testing client-side features, the `ssl_client2` program has options that allow you to …
45 struct options { struct
46 struct options { struct
79 struct options { struct
98 struct options { struct
180 struct options { struct
116 struct options { struct
125 struct options { struct
464 struct options { struct
609 struct options { struct
140 static struct options { struct
Completed in 70 milliseconds