Home
last modified time | relevance | path

Searched refs:startchunk (Results 1 – 25 of 54) sorted by relevance

123

/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/Block/
H A DRDBlkA.pm152 my $startchunk = $lastrowposn ;
192 my $bufchunk = substr($$refbufstr, $startchunk,
193 $endchunk - $startchunk);
195 substr($$refbufstr, $startchunk + $sizediff, $endchunk - $startchunk)
313 my $startchunk = $lastrowposn ;
353 my $bufchunk = substr($$refbufstr, $startchunk,
354 $endchunk - $startchunk);
356 substr($$refbufstr, $startchunk + $sizediff, $endchunk - $startchunk)
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/heap/
H A Dheaptoast.c638 int startchunk; in heap_fetch_toast_slice() local
650 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE; in heap_fetch_toast_slice()
664 if (startchunk == 0 && endchunk == totalchunks - 1) in heap_fetch_toast_slice()
666 else if (startchunk == endchunk) in heap_fetch_toast_slice()
671 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
679 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
697 expectedchunk = startchunk; in heap_fetch_toast_slice()
750 startchunk, endchunk, valueid, in heap_fetch_toast_slice()
767 if (curchunk == startchunk) in heap_fetch_toast_slice()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/access/heap/
H A Dheaptoast.c638 int startchunk; in heap_fetch_toast_slice() local
650 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE; in heap_fetch_toast_slice()
664 if (startchunk == 0 && endchunk == totalchunks - 1) in heap_fetch_toast_slice()
666 else if (startchunk == endchunk) in heap_fetch_toast_slice()
671 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
679 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
697 expectedchunk = startchunk; in heap_fetch_toast_slice()
750 startchunk, endchunk, valueid, in heap_fetch_toast_slice()
767 if (curchunk == startchunk) in heap_fetch_toast_slice()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/access/heap/
H A Dheaptoast.c638 int startchunk; in heap_fetch_toast_slice() local
650 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE; in heap_fetch_toast_slice()
664 if (startchunk == 0 && endchunk == totalchunks - 1) in heap_fetch_toast_slice()
666 else if (startchunk == endchunk) in heap_fetch_toast_slice()
671 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
679 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
697 expectedchunk = startchunk; in heap_fetch_toast_slice()
750 startchunk, endchunk, valueid, in heap_fetch_toast_slice()
767 if (curchunk == startchunk) in heap_fetch_toast_slice()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/access/heap/
H A Dheaptoast.c638 int startchunk; in heap_fetch_toast_slice() local
650 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE; in heap_fetch_toast_slice()
664 if (startchunk == 0 && endchunk == totalchunks - 1) in heap_fetch_toast_slice()
666 else if (startchunk == endchunk) in heap_fetch_toast_slice()
671 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
679 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
697 expectedchunk = startchunk; in heap_fetch_toast_slice()
750 startchunk, endchunk, valueid, in heap_fetch_toast_slice()
767 if (curchunk == startchunk) in heap_fetch_toast_slice()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c638 int startchunk; in heap_fetch_toast_slice() local
650 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE; in heap_fetch_toast_slice()
664 if (startchunk == 0 && endchunk == totalchunks - 1) in heap_fetch_toast_slice()
666 else if (startchunk == endchunk) in heap_fetch_toast_slice()
671 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
679 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
697 expectedchunk = startchunk; in heap_fetch_toast_slice()
750 startchunk, endchunk, valueid, in heap_fetch_toast_slice()
767 if (curchunk == startchunk) in heap_fetch_toast_slice()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/access/heap/
H A Dheaptoast.c638 int startchunk; in heap_fetch_toast_slice() local
650 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE; in heap_fetch_toast_slice()
664 if (startchunk == 0 && endchunk == totalchunks - 1) in heap_fetch_toast_slice()
666 else if (startchunk == endchunk) in heap_fetch_toast_slice()
671 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
679 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
697 expectedchunk = startchunk; in heap_fetch_toast_slice()
750 startchunk, endchunk, valueid, in heap_fetch_toast_slice()
767 if (curchunk == startchunk) in heap_fetch_toast_slice()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/access/heap/
H A Dheaptoast.c638 int startchunk; in heap_fetch_toast_slice() local
650 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE; in heap_fetch_toast_slice()
664 if (startchunk == 0 && endchunk == totalchunks - 1) in heap_fetch_toast_slice()
666 else if (startchunk == endchunk) in heap_fetch_toast_slice()
671 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
679 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
697 expectedchunk = startchunk; in heap_fetch_toast_slice()
750 startchunk, endchunk, valueid, in heap_fetch_toast_slice()
767 if (curchunk == startchunk) in heap_fetch_toast_slice()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/access/heap/
H A Dheaptoast.c638 int startchunk; in heap_fetch_toast_slice() local
650 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE; in heap_fetch_toast_slice()
664 if (startchunk == 0 && endchunk == totalchunks - 1) in heap_fetch_toast_slice()
666 else if (startchunk == endchunk) in heap_fetch_toast_slice()
671 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
679 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
697 expectedchunk = startchunk; in heap_fetch_toast_slice()
750 startchunk, endchunk, valueid, in heap_fetch_toast_slice()
767 if (curchunk == startchunk) in heap_fetch_toast_slice()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c638 int startchunk; in heap_fetch_toast_slice() local
650 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE; in heap_fetch_toast_slice()
664 if (startchunk == 0 && endchunk == totalchunks - 1) in heap_fetch_toast_slice()
666 else if (startchunk == endchunk) in heap_fetch_toast_slice()
671 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
679 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
697 expectedchunk = startchunk; in heap_fetch_toast_slice()
750 startchunk, endchunk, valueid, in heap_fetch_toast_slice()
767 if (curchunk == startchunk) in heap_fetch_toast_slice()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c638 int startchunk; in heap_fetch_toast_slice() local
650 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE; in heap_fetch_toast_slice()
664 if (startchunk == 0 && endchunk == totalchunks - 1) in heap_fetch_toast_slice()
666 else if (startchunk == endchunk) in heap_fetch_toast_slice()
671 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
679 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
697 expectedchunk = startchunk; in heap_fetch_toast_slice()
750 startchunk, endchunk, valueid, in heap_fetch_toast_slice()
767 if (curchunk == startchunk) in heap_fetch_toast_slice()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c638 int startchunk; in heap_fetch_toast_slice() local
650 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE; in heap_fetch_toast_slice()
664 if (startchunk == 0 && endchunk == totalchunks - 1) in heap_fetch_toast_slice()
666 else if (startchunk == endchunk) in heap_fetch_toast_slice()
671 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
679 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
697 expectedchunk = startchunk; in heap_fetch_toast_slice()
750 startchunk, endchunk, valueid, in heap_fetch_toast_slice()
767 if (curchunk == startchunk) in heap_fetch_toast_slice()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c638 int startchunk;
650 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE;
664 if (startchunk == 0 && endchunk == totalchunks - 1)
666 else if (startchunk == endchunk)
671 Int32GetDatum(startchunk));
679 Int32GetDatum(startchunk));
697 expectedchunk = startchunk;
750 startchunk, endchunk, valueid,
767 if (curchunk == startchunk)
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c638 int startchunk; in heap_fetch_toast_slice() local
650 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE; in heap_fetch_toast_slice()
664 if (startchunk == 0 && endchunk == totalchunks - 1) in heap_fetch_toast_slice()
666 else if (startchunk == endchunk) in heap_fetch_toast_slice()
671 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
679 Int32GetDatum(startchunk)); in heap_fetch_toast_slice()
697 expectedchunk = startchunk; in heap_fetch_toast_slice()
750 startchunk, endchunk, valueid, in heap_fetch_toast_slice()
767 if (curchunk == startchunk) in heap_fetch_toast_slice()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c638 int startchunk;
650 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE;
664 if (startchunk == 0 && endchunk == totalchunks - 1)
666 else if (startchunk == endchunk)
671 Int32GetDatum(startchunk));
679 Int32GetDatum(startchunk));
697 expectedchunk = startchunk;
750 startchunk, endchunk, valueid,
767 if (curchunk == startchunk)
/dports/lang/fpc-source/fpc-3.2.2/tests/utils/
H A Dgparmake.pp11 …writeln('Usage: gparmake [-a] <outputfile> <dirname> <startchunk> <tests_per_chunk> <test1> [<test…
46 startchunk: longint;
103 val(paramstr(paramnr),startchunk,error);
121 chunknr:=startchunk;
180 for i:=startchunk to totalchunks do
/dports/net-p2p/ncdc/ncdc-1.22.1/src/
H A Ddlfile.c550 guint32 startchunk = num * (t->dl->hash_block / DLFILE_CHUNKSIZE); in dlfile_recv_check() local
552 guint32 chunksinblock = t->chunk - startchunk; in dlfile_recv_check()
553 t->chunk = startchunk; in dlfile_recv_check()
556 t->dl->have -= MIN(t->dl->hash_block, t->dl->size - (guint64)startchunk * DLFILE_CHUNKSIZE); in dlfile_recv_check()
559 for(i=startchunk; i<startchunk+chunksinblock; i++) in dlfile_recv_check()
566 …p_printf("Hash for block %u (chunk %u-%u) does not match.", num, startchunk, startchunk+chunksinbl… in dlfile_recv_check()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dmovie.cpp74 void startchunk(const char *fcc, uint size = 0) in startchunk() function
85 startchunk(fcc); in listchunk()
228 startchunk("avih", 56); in open()
245 startchunk("strh", 56); in open()
265 startchunk("strf", 40); in open()
297 startchunk("vprp", 68); in open()
328 startchunk("strh", 56); in open()
348 startchunk("strf", 18); in open()
380 startchunk("dmlh", 4); in open()
655 startchunk("idx1", index.length()*16); in flushsegment()
[all …]
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dmovie.cpp72 void startchunk(const char *fcc, uint size = 0) in startchunk() function
83 startchunk(fcc); in listchunk()
217 startchunk("avih", 56); in open()
234 startchunk("strh", 56); in open()
254 startchunk("strf", 40); in open()
286 startchunk("vprp", 68); in open()
317 startchunk("strh", 56); in open()
337 startchunk("strf", 18); in open()
369 startchunk("dmlh", 4); in open()
644 startchunk("idx1", index.length()*16); in flushsegment()
[all …]
/dports/games/tesseract-data/tesseract/src/engine/
H A Dmovie.cpp78 void startchunk(const char *fcc, uint size = 0) in startchunk() function
89 startchunk(fcc); in listchunk()
232 startchunk("avih", 56); in open()
249 startchunk("strh", 56); in open()
269 startchunk("strf", 40); in open()
301 startchunk("vprp", 68); in open()
332 startchunk("strh", 56); in open()
352 startchunk("strf", 18); in open()
384 startchunk("dmlh", 4); in open()
660 startchunk("idx1", index.length()*16); in flushsegment()
[all …]
/dports/games/tesseract/tesseract/src/engine/
H A Dmovie.cpp78 void startchunk(const char *fcc, uint size = 0) in startchunk() function
89 startchunk(fcc); in listchunk()
232 startchunk("avih", 56); in open()
249 startchunk("strh", 56); in open()
269 startchunk("strf", 40); in open()
301 startchunk("vprp", 68); in open()
332 startchunk("strh", 56); in open()
352 startchunk("strf", 18); in open()
384 startchunk("dmlh", 4); in open()
660 startchunk("idx1", index.length()*16); in flushsegment()
[all …]
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dmovie.cpp72 void startchunk(const char *fcc, uint size = 0) in startchunk() function
83 startchunk(fcc); in listchunk()
217 startchunk("avih", 56); in open()
234 startchunk("strh", 56); in open()
254 startchunk("strf", 40); in open()
286 startchunk("vprp", 68); in open()
317 startchunk("strh", 56); in open()
337 startchunk("strf", 18); in open()
369 startchunk("dmlh", 4); in open()
645 startchunk("idx1", index.length()*16); in flushsegment()
[all …]
/dports/games/bloodfrontier/bloodfrontier/src/engine/
H A Dmovie.cpp61 void startchunk(const char *fcc) in startchunk() function
71 startchunk(fcc); in listchunk()
100 startchunk("idx1"); in close()
220 startchunk("avih"); in open()
237 startchunk("strh"); in open()
257 startchunk("strf"); in open()
279 startchunk("strh"); in open()
299 startchunk("strf"); in open()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/heap/
H A Dtuptoaster.c1991 int startchunk; in toast_fetch_datum_slice() local
2040 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE; in toast_fetch_datum_slice()
2042 numchunks = (endchunk - startchunk) + 1; in toast_fetch_datum_slice()
2076 Int32GetDatum(startchunk)); in toast_fetch_datum_slice()
2084 Int32GetDatum(startchunk)); in toast_fetch_datum_slice()
2098 nextidx = startchunk; in toast_fetch_datum_slice()
2134 if ((residx != nextidx) || (residx > endchunk) || (residx < startchunk)) in toast_fetch_datum_slice()
2170 if (residx == startchunk) in toast_fetch_datum_slice()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/heap/
H A Dtuptoaster.c1991 int startchunk; in toast_fetch_datum_slice() local
2040 startchunk = sliceoffset / TOAST_MAX_CHUNK_SIZE; in toast_fetch_datum_slice()
2042 numchunks = (endchunk - startchunk) + 1; in toast_fetch_datum_slice()
2076 Int32GetDatum(startchunk)); in toast_fetch_datum_slice()
2084 Int32GetDatum(startchunk)); in toast_fetch_datum_slice()
2098 nextidx = startchunk; in toast_fetch_datum_slice()
2134 if ((residx != nextidx) || (residx > endchunk) || (residx < startchunk)) in toast_fetch_datum_slice()
2170 if (residx == startchunk) in toast_fetch_datum_slice()

123