Home
last modified time | relevance | path

Searched defs:newref (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dformats.c514 #define FORMATS_CHANGEREF(oldref, newref) \ argument
528 AVFilterChannelLayouts **newref) in ff_channel_layouts_changeref()
533 void ff_formats_changeref(AVFilterFormats **oldref, AVFilterFormats **newref) in ff_formats_changeref()
/third_party/python/Objects/
Dweakrefobject.c260 insert_after(PyWeakReference *newref, PyWeakReference *prev) in insert_after()
273 insert_head(PyWeakReference *newref, PyWeakReference **list) in insert_head()
/third_party/elfutils/libdwfl/
Dderelocate.c126 struct secref *newref = malloc (sizeof *newref); in cache_sections() local