Lines Matching refs:_func_
77 #define _CITRUS_PROP_READ_UINT_COMMON(_func_, _type_, _max_) \ argument
79 _citrus_prop_read_##_func_##_common(struct _memstream * __restrict ms, \
107 #define _CITRUS_PROP_READ_INT(_func_, _type_) \ in _CITRUS_PROP_READ_UINT_COMMON() argument
109 _citrus_prop_read_##_func_(struct _memstream * __restrict ms, \ in _CITRUS_PROP_READ_UINT_COMMON()
131 obj->u._func_ = 0; \ in _CITRUS_PROP_READ_UINT_COMMON()
139 return (_citrus_prop_read_##_func_##_common \ in _CITRUS_PROP_READ_UINT_COMMON()
140 (ms, &obj->u._func_, base, neg)); \ in _CITRUS_PROP_READ_UINT_COMMON()
388 #define CALL0(_func_) \ in _citrus_prop_parse_element() argument
390 errnum = (*hint->cb._func_.func)(context, \ in _citrus_prop_parse_element()
391 hint->name, ostart.u._func_); \ in _citrus_prop_parse_element()
393 #define CALL1(_func_) \ in _citrus_prop_parse_element() argument
395 errnum = (*hint->cb._func_.func)(context, \ in _citrus_prop_parse_element()
396 hint->name, ostart.u._func_, oend.u._func_);\ in _citrus_prop_parse_element()