A D | thread_dbP.h | 160 #define DB_GET_FIELD(var, ta, ptr, type, field, idx) \ argument 165 #define DB_GET_FIELD_ADDRESS(var, ta, ptr, type, field, idx) \ argument 178 #define DB_GET_FIELD_LOCAL(var, ta, ptr, type, field, idx) \ argument 205 #define DB_PUT_FIELD(ta, ptr, type, field, idx, value) \ argument 210 #define DB_PUT_FIELD_LOCAL(ta, ptr, type, field, idx, value) \ argument 234 #define DB_GET_STRUCT(var, ta, ptr, type) \ argument 248 #define DB_PUT_STRUCT(ta, ptr, type, copy) \ argument
|