Home
last modified time | relevance | path

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

/glibc-2.36/libio/
DlibioP.h94 #define _IO_CAST_FIELD_ACCESS(THIS, TYPE, MEMBER) \ argument
98 #define _IO_JUMPS(THIS) (THIS)->vtable argument
99 #define _IO_JUMPS_FILE_plus(THIS) \ argument
101 #define _IO_WIDE_JUMPS(THIS) \ argument
103 #define _IO_CHECK_WIDE(THIS) \ argument
107 # define _IO_JUMPS_FUNC(THIS) \ argument
111 # define _IO_JUMPS_FUNC_UPDATE(THIS, VTABLE) \ argument
114 # define _IO_vtable_offset(THIS) (THIS)->_vtable_offset argument
116 # define _IO_JUMPS_FUNC(THIS) (IO_validate_vtable (_IO_JUMPS_FILE_plus (THIS))) argument
117 # define _IO_JUMPS_FUNC_UPDATE(THIS, VTABLE) \ argument
[all …]