Lines Matching refs:offset
85 let offset = 0;
87 offset += fileSizeValue.length;
88 mergedArray.set(atimeValue, offset);
89 offset += atimeValue.length;
90 mergedArray.set(mtimeValue, offset);
91 offset += mtimeValue.length;
92 mergedArray.set(optionsValue, offset);
93 offset += optionsValue.length;
94 mergedArray.set(pathValue, offset);
95 offset += pathValue.length;
96 mergedArray.set(optionalNameValue, offset);
97 offset += optionalNameValue.length;
98 mergedArray.set(updateIfNewValue, offset);
99 offset += updateIfNewValue.length;
100 mergedArray.set(compressTypeValue, offset);
101 offset += compressTypeValue.length;
102 mergedArray.set(holdTimestampValue, offset);
103 offset += holdTimestampValue.length;
104 mergedArray.set(functionNameValue, offset);
105 offset += functionNameValue.length;
106 mergedArray.set(clientCwdValue, offset);
107 offset += clientCwdValue.length;
108 mergedArray.set(reserve1Value, offset);
109 offset += reserve1Value.length;
110 mergedArray.set(reserve2Value, offset);
122 let offset = 0;
124 offset += indexValue.length;
125 mergedArray.set(compressTypeValue, offset);
126 offset += compressTypeValue.length;
127 mergedArray.set(compressSizeValue, offset);
128 offset += compressSizeValue.length;
129 mergedArray.set(uncompressSizeValue, offset);