Searched refs:curoff (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db/
H A Ddb_overflow.c84 u_int32_t curoff, needed, start; local
161 curoff = cp->stream_off;
164 cp->stream_off = curoff = 0;
179 if (curoff + OV_LEN(h) >= start) {
182 if (start > curoff) {
183 src += start - curoff;
184 bytes -= start - curoff;
207 cp->stream_off = curoff;
208 curoff += OV_LEN(h);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db/
H A Ddb_overflow.c84 u_int32_t curoff, needed, start; local
161 curoff = cp->stream_off;
164 cp->stream_off = curoff = 0;
179 if (curoff + OV_LEN(h) >= start) {
182 if (start > curoff) {
183 src += start - curoff;
184 bytes -= start - curoff;
207 cp->stream_off = curoff;
208 curoff += OV_LEN(h);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db/
H A Ddb_overflow.c84 u_int32_t curoff, needed, start; local
161 curoff = cp->stream_off;
164 cp->stream_off = curoff = 0;
179 if (curoff + OV_LEN(h) >= start) {
182 if (start > curoff) {
183 src += start - curoff;
184 bytes -= start - curoff;
207 cp->stream_off = curoff;
208 curoff += OV_LEN(h);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dir2_leaf.c762 xfs_dir2_off_t curoff; /* current overall offset */ local
776 xfs_dir2_off_t newoff; /* new curoff after new blk */
807 curoff = xfs_dir2_dataptr_to_byte(mp, *offset);
813 map_off = xfs_dir2_db_to_da(mp, xfs_dir2_byte_to_db(mp, curoff));
818 while (curoff < XFS_DIR2_LEAF_OFFSET) {
926 curoff = xfs_dir2_da_to_byte(mp, map_off);
1013 if (curoff < newoff)
1014 curoff = newoff;
1018 else if (curoff > newoff)
1019 ASSERT(xfs_dir2_byte_to_db(mp, curoff)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_leaf.c762 xfs_dir2_off_t curoff; /* current overall offset */ local
776 xfs_dir2_off_t newoff; /* new curoff after new blk */
807 curoff = xfs_dir2_dataptr_to_byte(mp, *offset);
813 map_off = xfs_dir2_db_to_da(mp, xfs_dir2_byte_to_db(mp, curoff));
818 while (curoff < XFS_DIR2_LEAF_OFFSET) {
926 curoff = xfs_dir2_da_to_byte(mp, map_off);
1013 if (curoff < newoff)
1014 curoff = newoff;
1018 else if (curoff > newoff)
1019 ASSERT(xfs_dir2_byte_to_db(mp, curoff)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dconspy.c71 smallint curoff; // unknown:0 cursor on:-1 cursor off:1 member in struct:globals
109 if (G.curoff != state) {
110 G.curoff = state;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dconspy.c71 smallint curoff; // unknown:0 cursor on:-1 cursor off:1 member in struct:globals
109 if (G.curoff != state) {
110 G.curoff = state;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dconspy.c71 smallint curoff; // unknown:0 cursor on:-1 cursor off:1 member in struct:globals
109 if (G.curoff != state) {
110 G.curoff = state;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/smbd/
H A Ddir.c792 long curoff = dptr_TellDir(conn->dirptr); local
793 dname = dptr_ReadDirName(conn->dirptr, &curoff, &sbuf);
842 DirCacheAdd(conn->dirptr->dir_hnd, dname, curoff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/smbd/
H A Ddir.c792 long curoff = dptr_TellDir(conn->dirptr); local
793 dname = dptr_ReadDirName(conn->dirptr, &curoff, &sbuf);
842 DirCacheAdd(conn->dirptr->dir_hnd, dname, curoff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/smbd/
H A Ddir.c792 long curoff = dptr_TellDir(conn->dirptr); local
793 dname = dptr_ReadDirName(conn->dirptr, &curoff, &sbuf);
842 DirCacheAdd(conn->dirptr->dir_hnd, dname, curoff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dmach-o.c394 bfd_vma curoff = seg->fileoff; local
403 bfd_seek (abfd, curoff, SEEK_SET);
407 bfd_seek (abfd, curoff, SEEK_SET);
412 curoff += thisread;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dmach-o.c394 bfd_vma curoff = seg->fileoff; local
403 bfd_seek (abfd, curoff, SEEK_SET);
407 bfd_seek (abfd, curoff, SEEK_SET);
412 curoff += thisread;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dmach-o.c394 bfd_vma curoff = seg->fileoff; local
403 bfd_seek (abfd, curoff, SEEK_SET);
407 bfd_seek (abfd, curoff, SEEK_SET);
412 curoff += thisread;

Completed in 245 milliseconds