Searched refs:chunkLen (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundFile.c1814 int fmt, nsamp = 0, nsampfile, i = 12, chunkLen; local
1822 chunkLen = GetLELong(buf, i + 4) + 8;
1823 if (s->firstNRead < i + chunkLen) {
1824 if (GetHeaderBytes(s, interp, ch, buf, i + chunkLen) != TCL_OK) {
1869 Snack_WriteLogInt(" fmt chunk parsed", chunkLen);
1878 chunkLen = GetLELong(buf, i + 4) + 8;
1880 if (chunkLen < 0) {
1884 while (s->firstNRead < i + chunkLen) {
1885 if (GetHeaderBytes(s, interp, ch, buf, i + chunkLen) != TCL_OK) {
1890 Snack_WriteLogInt(" Skipping unknown chunk", chunkLen);
2081 int bits = 0, offset = 0, i = 12, chunkLen = 4; local
2227 int tmp1, tmp2, nsamp = 0, nsampfile, i = 12, chunkLen; local
[all...]
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdavd.h181 CFIndex chunkLen, chunkWritten; member in struct:seqwrite_mgr_req
H A Dwebdav_file.c1371 mgr_req->chunkLen = bytesRead;
H A Dwebdav_network.c4218 len = curr_req->chunkLen - curr_req->chunkWritten;
4223 syslog(LOG_DEBUG,"%s: negative len value %ld for chunkLen %ld, chunkWritten %ld",
4224 __FUNCTION__, len, curr_req->chunkLen, curr_req->chunkWritten);

Completed in 218 milliseconds