Home
last modified time | relevance | path

Searched refs:dispatch_data_create_concat (Results 1 – 5 of 5) sorted by relevance

/NextBSD/lib/libdispatch/man/
HDMakefile.am76 $(LN) -f dispatch_data_create.3 dispatch_data_create_concat.3 && \
136 dispatch_data_create_concat.3 \
/NextBSD/lib/libdispatch/dispatch/
HDdata.h186 dispatch_data_create_concat(dispatch_data_t data1, dispatch_data_t data2);
/NextBSD/lib/libdispatch/src/
HDtransform.c129 dispatch_data_t _concat = dispatch_data_create_concat( in _dispatch_transform_buffer_new()
615 dispatch_data_t concat = dispatch_data_create_concat(rv, val); in _dispatch_transform_from_base32_with_table()
849 dispatch_data_t concat = dispatch_data_create_concat(rv, val); in _dispatch_transform_from_base64()
HDdata.c256 dispatch_data_create_concat(dispatch_data_t dd1, dispatch_data_t dd2) in dispatch_data_create_concat() function
333 dispatch_data_t concat = dispatch_data_create_concat(data, subrange); in dispatch_data_create_subrange()
HDio.c861 data = dispatch_data_create_concat(deliver_data, data);
2269 dispatch_data_t d = dispatch_data_create_concat(op->data, data); in _dispatch_operation_deliver_data()