Home
last modified time | relevance | path

Searched refs:mslot (Results 1 – 25 of 48) sorted by relevance

12

/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr;
500 mslot->off = 0;
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts);
545 mslot->off = 0;
547 if (!mslot->mintuple)
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple);
565 Assert(mslot->tuple == &mslot->minhdr);
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET;
591 if (!mslot->mintuple)
631 mslot->off = 0;
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr;
500 mslot->off = 0;
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts);
545 mslot->off = 0;
547 if (!mslot->mintuple)
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple);
565 Assert(mslot->tuple == &mslot->minhdr);
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET;
591 if (!mslot->mintuple)
631 mslot->off = 0;
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/executor/
H A DexecTuples.c478 mslot->tuple = &mslot->minhdr; in tts_minimal_init()
500 mslot->off = 0; in tts_minimal_clear()
511 slot_deform_heap_tuple(slot, mslot->tuple, &mslot->off, natts); in tts_minimal_getsomeattrs()
545 mslot->off = 0; in tts_minimal_materialize()
547 if (!mslot->mintuple) in tts_minimal_materialize()
560 mslot->mintuple = heap_copy_minimal_tuple(mslot->mintuple); in tts_minimal_materialize()
565 Assert(mslot->tuple == &mslot->minhdr); in tts_minimal_materialize()
567 mslot->minhdr.t_len = mslot->mintuple->t_len + MINIMAL_TUPLE_OFFSET; in tts_minimal_materialize()
591 if (!mslot->mintuple) in tts_minimal_get_minimal_tuple()
631 mslot->off = 0; in tts_minimal_store_tuple()
[all …]
/dports/sysutils/vchanger/vchanger/src/
H A Dchangerstate.cpp131 mslot = b.mslot; in MagazineState()
145 mslot = b.mslot; in operator =()
157 mslot.clear(); in clear()
182 if (mountpoint.empty() || mslot.empty()) { in save()
567 mslot.push_back(v); in Mount()
569 num_slots = (int)mslot.size(); in Mount()
580 if (ms >= 0 && ms < (int)mslot.size() && !mslot[ms].empty()) { in GetVolumeLabel()
581 return mslot[ms].label.c_str(); in GetVolumeLabel()
642 slot = (int)mslot.size(); in CreateVolume()
675 new_mslot.mag_slot = mslot.size(); in CreateVolume()
[all …]
H A Ddiskchanger.cpp319 int mag, mslot, rc; in CreateDriveSymlink() local
332 mslot = vslot[drive[drv].vs].mag_slot; in CreateDriveSymlink()
333 fname = magazine[mag].GetVolumePath(mslot); in CreateDriveSymlink()
402 int rc, mag, mslot; in SaveDriveState() local
428 mslot = vslot[drive[drv].vs].mag_slot; in SaveDriveState()
430 magazine[mag].GetVolumeLabel(mslot)) < 0) { in SaveDriveState()
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dmaterial.cpp637 MSlot *mslot = NULL; in rendermaterials() local
700 if(!mslot->loaded || !mslot->sts.inrange(1)) continue; in rendermaterials()
710 wfxscale = TEX_SCALE/(mslot->sts[1].t->xs*mslot->scale); in rendermaterials()
711 wfyscale = TEX_SCALE/(mslot->sts[1].t->ys*mslot->scale); in rendermaterials()
763 Texture *dudv = mslot->sts.inrange(5) ? mslot->sts[5].t : notexture; in rendermaterials()
768 … glBindTexture(GL_TEXTURE_2D, mslot->sts.inrange(4) ? mslot->sts[4].t->id : notexture->id); in rendermaterials()
770 … glBindTexture(GL_TEXTURE_2D, mslot->sts.inrange(5) ? mslot->sts[5].t->id : notexture->id); in rendermaterials()
793 if(!mslot->loaded) continue; in rendermaterials()
808 wfxscale = TEX_SCALE/(mslot->sts[1].t->xs*mslot->scale); in rendermaterials()
809 wfyscale = TEX_SCALE/(mslot->sts[1].t->ys*mslot->scale); in rendermaterials()
[all …]
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dmaterial.cpp635 MSlot *mslot = NULL; in rendermaterials() local
686 if(!mslot->loaded || !mslot->sts.inrange(1)) continue; in rendermaterials()
741 Texture *dudv = mslot->sts.inrange(5) ? mslot->sts[5].t : notexture; in rendermaterials()
746 … glBindTexture(GL_TEXTURE_2D, mslot->sts.inrange(4) ? mslot->sts[4].t->id : notexture->id); in rendermaterials()
748 … glBindTexture(GL_TEXTURE_2D, mslot->sts.inrange(5) ? mslot->sts[5].t->id : notexture->id); in rendermaterials()
770 float xscale = TEX_SCALE/(mslot->sts[1].t->xs*mslot->scale); in rendermaterials()
771 float yscale = -TEX_SCALE/(mslot->sts[1].t->ys*mslot->scale); in rendermaterials()
779 if(!mslot->loaded) continue; in rendermaterials()
808 float xscale = TEX_SCALE/(mslot->sts[1].t->xs*mslot->scale); in rendermaterials()
809 float yscale = -TEX_SCALE/(mslot->sts[1].t->ys*mslot->scale); in rendermaterials()
[all …]

12