OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wr_prev
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
weakrefobject.h
37
PyWeakReference *
wr_prev
;
member in struct:_PyWeakReference
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
weakrefobject.h
37
PyWeakReference *
wr_prev
;
member in struct:_PyWeakReference
/prebuilts/gdb/darwin-x86/include/python2.7/
weakrefobject.h
37
PyWeakReference *
wr_prev
;
member in struct:_PyWeakReference
/prebuilts/gdb/linux-x86/include/python2.7/
weakrefobject.h
37
PyWeakReference *
wr_prev
;
member in struct:_PyWeakReference
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
weakrefobject.h
37
PyWeakReference *
wr_prev
;
member in struct:_PyWeakReference
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
weakrefobject.h
37
PyWeakReference *
wr_prev
;
member in struct:_PyWeakReference
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
weakrefobject.c
64
if (self->
wr_prev
!= NULL)
65
self->
wr_prev
->wr_next = self->wr_next;
67
self->wr_next->
wr_prev
= self->
wr_prev
;
68
self->
wr_prev
= NULL;
248
newref->
wr_prev
= prev;
251
prev->wr_next->
wr_prev
= newref;
263
newref->
wr_prev
= NULL;
266
next->
wr_prev
= newref;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
weakrefobject.c
65
if (self->
wr_prev
!= NULL)
66
self->
wr_prev
->wr_next = self->wr_next;
68
self->wr_next->
wr_prev
= self->
wr_prev
;
69
self->
wr_prev
= NULL;
237
newref->
wr_prev
= prev;
240
prev->wr_next->
wr_prev
= newref;
252
newref->
wr_prev
= NULL;
255
next->
wr_prev
= newref;
Completed in 45 milliseconds