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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hashopenssl.c 85 newEVPobject(PyObject *name)
149 if ( (newobj = newEVPobject(self->name))==NULL)
432 if ((self = newEVPobject(name_obj)) == NULL)
  /external/python/cpython2/Modules/
_hashopenssl.c 130 newEVPobject(PyObject *name)
204 if ( (newobj = newEVPobject(self->name))==NULL)
505 if ((self = newEVPobject(name_obj)) == NULL)
  /external/python/cpython3/Modules/
_hashopenssl.c 108 newEVPobject(PyObject *name)
181 if ( (newobj = newEVPobject(self->name))==NULL)
465 if ((self = newEVPobject(name_obj)) == NULL)

Completed in 50 milliseconds