Home
last modified time | relevance | path

Searched refs:struct_error (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c84 PyObject* struct_error = NULL; variable
92 struct_error = PyObject_GetAttrString(struct_module, "error"); in init_struct_unpack()
93 if (struct_error == NULL) { in init_struct_unpack()
134 if (unpacked == NULL && PyErr_ExceptionMatches(struct_error)) { in fuzz_struct_unpack()