Searched refs:dispatch_data_create_concat (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/libdispatch-442.1.4/dispatch/
H A Ddata.h168 * @function dispatch_data_create_concat
186 dispatch_data_create_concat(dispatch_data_t data1, dispatch_data_t data2);
/macosx-10.10.1/libdispatch-442.1.4/man/
H A DMakefile.am76 $(LN) -f dispatch_data_create.3 dispatch_data_create_concat.3 && \
136 dispatch_data_create_concat.3 \
/macosx-10.10.1/libdispatch-442.1.4/xcodescripts/
H A Dinstall-manpages.sh94 for m in dispatch_data_create_concat dispatch_data_create_subrange \
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Ddata.c256 dispatch_data_create_concat(dispatch_data_t dd1, dispatch_data_t dd2) function
333 dispatch_data_t concat = dispatch_data_create_concat(data, subrange);
H A Dtransform.c129 dispatch_data_t _concat = dispatch_data_create_concat(
615 dispatch_data_t concat = dispatch_data_create_concat(rv, val);
849 dispatch_data_t concat = dispatch_data_create_concat(rv, val);
H A Dio.c861 data = dispatch_data_create_concat(deliver_data, data);
2267 dispatch_data_t d = dispatch_data_create_concat(op->data, data);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DCryptoSupport.c132 dispatch_data_t data = dispatch_data_create_concat(dest_data, ptr->encNULL);
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c401 data = dispatch_data_create_concat(dest_data, null_str);

Completed in 184 milliseconds