Lines Matching refs:PyObject_CallObject
90 py_value = PyObject_CallObject(py->py_functions[PY_FUNC_FUZZ], py_args); in fuzz_py()
134 py_value = PyObject_CallObject( in custom_describe_py()
319 PyObject_CallObject(py_mutator->py_functions[PY_FUNC_INIT], py_args); in init_py()
338 py_value = PyObject_CallObject( in deinit_py()
478 py_value = PyObject_CallObject( in post_process_py()
525 py_value = PyObject_CallObject( in init_trim_py()
563 py_value = PyObject_CallObject( in fuzz_count_py()
602 py_value = PyObject_CallObject( in post_trim_py()
631 py_value = PyObject_CallObject( in trim_py()
687 py_value = PyObject_CallObject( in havoc_mutation_py()
728 py_value = PyObject_CallObject( in havoc_mutation_probability_py()
754 py_value = PyObject_CallObject( in introspection_py()
793 py_value = PyObject_CallObject( in queue_get_py()
863 py_value = PyObject_CallObject( in queue_new_entry_py()