Searched defs:bconcat (Results 1 – 3 of 3) sorted by relevance
2 …(typeof module!=="undefined"&&typeof require!=="undefined"){if(typeof cptable==="undefined")cptabl…3 …return{nodes:buf,data:__toBuffer([buf_chain])}}function make_sector_list(sectors,dir_start,fat_add… property
85 var bconcat = function(bufs) { return [].concat.apply([], bufs); }; function
218 var bconcat = has_buf ? function(bufs) { return Buffer.concat(bufs.map(function(buf) { return Buffe… variable