Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c83 PyObject* struct_unpack_method = NULL; variable
96 struct_unpack_method = PyObject_GetAttrString(struct_module, "unpack"); in init_struct_unpack()
97 return struct_unpack_method != NULL; in init_struct_unpack()
122 struct_unpack_method, pattern, buffer, NULL); in fuzz_struct_unpack()