Home | History | Annotate | Download | only in utils

Lines Matching refs:this_arg

60  * The iterator's @this_arg member points to the start of the argument
71 * You must take care when dereferencing iterator.this_arg
73 * get_unaligned((type *)iterator.this_arg) to dereference
74 * iterator.this_arg for type "type" safely on all arches.
100 iterator->this_arg = NULL;
144 * in @this_arg_index and sets @this_arg to point to the
146 * present fields. @this_arg can be changed by the caller (eg,
152 * You must take care when dereferencing iterator.this_arg
154 * get_unaligned((type *)iterator.this_arg) to dereference
155 * iterator.this_arg for type "type" safely on all arches.
247 iterator->this_arg = iterator->arg;