HomeSort by relevance Sort by last modified time
    Searched defs:error_object (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Modules/_ctypes/
callbacks.c 219 PyObject *error_object = NULL; local
298 error_object = _ctypes_get_errobj(&space);
299 if (error_object == NULL)
330 Py_XDECREF(error_object);
callproc.c 146 error_object_name = PyString_InternFromString("ctypes.error_object");
155 "ctypes.error_object is an invalid capsule");
783 PyObject *error_object = NULL; local
817 error_object = _ctypes_get_errobj(&space);
818 if (error_object == NULL)
865 Py_XDECREF(error_object);
    [all...]
  /external/libcups/filter/
interpret.c 80 static void error_object(_cups_ps_obj_t *obj);
758 * 'error_object()' - Add an object's value to the current error message.
762 error_object(_cups_ps_obj_t *obj) /* I - Object to add */ function
867 error_object(obj);
    [all...]

Completed in 299 milliseconds