OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PyCapsule_SetName
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
capsule.c
153
PyCapsule_SetName
(PyObject *o, const char *name)
157
if (!is_legal_capsule(capsule, "
PyCapsule_SetName
")) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
capsule.c
153
PyCapsule_SetName
(PyObject *o, const char *name)
157
if (!is_legal_capsule(capsule, "
PyCapsule_SetName
")) {
Completed in 319 milliseconds