Home
last modified time | relevance | path

Searched defs:slot (Results 101 – 125 of 23116) sorted by relevance

12345678910>>...925

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dslot_assignment.cc35 void SlotAssignment::DidAddSlot(HTMLSlotElement& slot) { in DidAddSlot()
57 void SlotAssignment::DidRemoveSlot(HTMLSlotElement& slot) { in DidRemoveSlot()
80 void SlotAssignment::DidAddSlotInternal(HTMLSlotElement& slot) { in DidAddSlotInternal()
129 HTMLSlotElement& slot, in DidRemoveSlotInternal()
194 HTMLSlotElement& slot) { in DidRenameSlot()
205 if (HTMLSlotElement* slot = in DidChangeHostChildSlotName() local
209 if (HTMLSlotElement* slot = in DidChangeHostChildSlotName() local
266 HTMLSlotElement* slot = nullptr; in RecalcAssignment() local
300 for (auto& slot : Slots()) in RecalcAssignment() local
337 for (auto& slot : Slots()) { in FindSlotInManualSlotting() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpci_hotplug.h30 struct slot { struct
38 struct hotplug_slot hotplug_slot; argument
39 struct list_head slot_list; argument
47 int (*hardware_test)(struct slot *slot, u32 value); argument
61 static inline const char *slot_name(struct slot *slot) in slot_name()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpci_hotplug.h30 struct slot { struct
38 struct hotplug_slot hotplug_slot; argument
39 struct list_head slot_list; argument
47 int (*hardware_test)(struct slot *slot, u32 value); argument
61 static inline const char *slot_name(struct slot *slot) in slot_name()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpci_hotplug.h30 struct slot { struct
38 struct hotplug_slot hotplug_slot; argument
39 struct list_head slot_list; argument
47 int (*hardware_test)(struct slot *slot, u32 value); argument
61 static inline const char *slot_name(struct slot *slot) in slot_name()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dslot_assignment.cc36 void SlotAssignment::DidAddSlot(HTMLSlotElement& slot) { in DidAddSlot()
58 void SlotAssignment::DidRemoveSlot(HTMLSlotElement& slot) { in DidRemoveSlot()
87 void SlotAssignment::DidAddSlotInternal(HTMLSlotElement& slot) { in DidAddSlotInternal()
136 HTMLSlotElement& slot, in DidRemoveSlotInternal()
201 HTMLSlotElement& slot) { in DidRenameSlot()
212 if (HTMLSlotElement* slot = in DidChangeHostChildSlotName() local
216 if (HTMLSlotElement* slot = in DidChangeHostChildSlotName() local
279 HTMLSlotElement* slot = nullptr; in RecalcAssignment() local
329 for (auto& slot : Slots()) in RecalcAssignment() local
369 auto* slot = candidate_assigned_slot_map_.at(const_cast<Node*>(&node)); in FindSlotInManualSlotting() local
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/adlmidi/
H A Dadlmidi_bankmap.tcc86 Slot *slot = bucket_find(index, key); in find() local
119 Slot *slot = NULL; in operator ++() local
164 Slot *slot = bucket_find(index, value.first); in insert() local
183 Slot *slot = bucket_find(index, value.first); in insert() local
199 Slot *slot = m_buckets[i]; in clear() local
219 Slot *slot = m_freeslots; in allocate_slot() local
233 Slot *slot = allocate_slot(); in ensure_allocate_slot() local
239 void BasicBankMap<T>::free_slot(Slot *slot) in free_slot()
254 Slot *slot = m_buckets[index]; in bucket_find() local
261 void BasicBankMap<T>::bucket_add(size_t index, Slot *slot) in bucket_add()
[all …]
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/opnmidi/
H A Dopnmidi_bankmap.tcc86 Slot *slot = bucket_find(index, key); in find() local
119 Slot *slot = NULL; in operator ++() local
164 Slot *slot = bucket_find(index, value.first); in insert() local
183 Slot *slot = bucket_find(index, value.first); in insert() local
199 Slot *slot = m_buckets[i]; in clear() local
219 Slot *slot = m_freeslots; in allocate_slot() local
233 Slot *slot = allocate_slot(); in ensure_allocate_slot() local
239 void BasicBankMap<T>::free_slot(Slot *slot) in free_slot()
254 Slot *slot = m_buckets[index]; in bucket_find() local
261 void BasicBankMap<T>::bucket_add(size_t index, Slot *slot) in bucket_add()
[all …]
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/adlmidi/
H A Dadlmidi_bankmap.tcc86 Slot *slot = bucket_find(index, key); in find() local
119 Slot *slot = NULL; in operator ++() local
164 Slot *slot = bucket_find(index, value.first); in insert() local
183 Slot *slot = bucket_find(index, value.first); in insert() local
199 Slot *slot = m_buckets[i]; in clear() local
219 Slot *slot = m_freeslots; in allocate_slot() local
233 Slot *slot = allocate_slot(); in ensure_allocate_slot() local
239 void BasicBankMap<T>::free_slot(Slot *slot) in free_slot()
254 Slot *slot = m_buckets[index]; in bucket_find() local
261 void BasicBankMap<T>::bucket_add(size_t index, Slot *slot) in bucket_add()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/extensionsystem/
H A Dinvoker.h80 Invoker(QObject *target, const char *slot) in Invoker()
86 Invoker(QObject *target, const char *slot, const T0 &t0) in Invoker()
94 Invoker(QObject *target, const char *slot, const T0 &t0, const T1 &t1) in Invoker()
103 Invoker(QObject *target, const char *slot, const T0 &t0, in Invoker()
122 Invoker(QObject *target, const char *slot) in Invoker()
128 Invoker(QObject *target, const char *slot, const T0 &t0) in Invoker()
143 Invoker(QObject *target, const char *slot, const T0 &t0, in Invoker()
155 Result invokeHelper(InvokerBase &in, QObject *target, const char *slot) in invokeHelper()
171 Result invoke(QObject *target, const char *slot) in invoke()
178 Result invoke(QObject *target, const char *slot, const T0 &t0) in invoke()
[all …]
/dports/security/opensc/OpenSC-0.22.0/src/pkcs11/
H A Dslot.c34 sc_pkcs11_slot_t * slot; in _debug_virtual_slots() local
77 sc_pkcs11_slot_t *slot = (sc_pkcs11_slot_t *) list_get_at(&virtual_slots, i); in reader_reclaim_slot() local
122 struct sc_pkcs11_slot *slot = reader_reclaim_slot(reader); in create_slot() local
193 sc_pkcs11_slot_t *slot = (sc_pkcs11_slot_t *) list_get_at(&virtual_slots, i); in card_removed() local
245 sc_pkcs11_slot_t *slot = (sc_pkcs11_slot_t *) list_get_at(&virtual_slots, i); in card_detect() local
277 sc_pkcs11_slot_t *slot = (sc_pkcs11_slot_t *) list_get_at(&virtual_slots, i); in card_detect() local
405 sc_pkcs11_slot_t *slot = (sc_pkcs11_slot_t *) list_get_at(&virtual_slots, j); in card_detect_all() local
455 CK_RV slot_get_slot(CK_SLOT_ID id, struct sc_pkcs11_slot ** slot) in slot_get_slot()
466 CK_RV slot_get_token(CK_SLOT_ID id, struct sc_pkcs11_slot ** slot) in slot_get_token()
496 struct sc_pkcs11_slot *slot; in slot_token_removed() local
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/pcmcia/
H A Dtqm8xx_pcmcia.c29 static inline void power_config(int slot) in power_config()
40 static inline void power_off(int slot) in power_off()
46 static inline void power_on_5_0(int slot) in power_on_5_0()
53 static inline void power_on_3_3(int slot) in power_on_3_3()
74 static inline int check_card_is_absent(int slot) in check_card_is_absent()
83 int pcmcia_hardware_enable(int slot) in pcmcia_hardware_enable()
175 int pcmcia_hardware_disable(int slot) in pcmcia_hardware_disable()
197 int pcmcia_voltage_set(int slot, int vcc, int vpp) in pcmcia_voltage_set()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/pk11wrap/
H A Dpk11auth.c192 PK11_Logout(PK11SlotInfo *slot) in PK11_Logout()
231 PK11_HandlePasswordCheck(PK11SlotInfo *slot, void *wincx) in PK11_HandlePasswordCheck()
267 PK11_SlotDBUpdate(PK11SlotInfo *slot) in PK11_SlotDBUpdate()
310 pk11_LoginStillRequired(PK11SlotInfo *slot, void *wincx) in pk11_LoginStillRequired()
350 PK11_CheckSSOPassword(PK11SlotInfo *slot, char *ssopw) in PK11_CheckSSOPassword()
403 PK11_VerifyPW(PK11SlotInfo *slot, char *pw) in PK11_VerifyPW()
679 PK11_GetMinimumPwdLength(PK11SlotInfo *slot) in PK11_GetMinimumPwdLength()
686 PK11_ProtectedAuthenticationPath(PK11SlotInfo *slot) in PK11_ProtectedAuthenticationPath()
697 PK11_NeedPWInitForSlot(PK11SlotInfo *slot) in PK11_NeedPWInitForSlot()
711 PK11SlotInfo *slot = PK11_GetInternalKeySlot(); in PK11_NeedPWInit() local
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/pk11wrap/
H A Dpk11auth.c190 PK11_Logout(PK11SlotInfo *slot) in PK11_Logout()
229 PK11_HandlePasswordCheck(PK11SlotInfo *slot, void *wincx) in PK11_HandlePasswordCheck()
265 PK11_SlotDBUpdate(PK11SlotInfo *slot) in PK11_SlotDBUpdate()
308 pk11_LoginStillRequired(PK11SlotInfo *slot, void *wincx) in pk11_LoginStillRequired()
348 PK11_CheckSSOPassword(PK11SlotInfo *slot, char *ssopw) in PK11_CheckSSOPassword()
401 PK11_VerifyPW(PK11SlotInfo *slot, char *pw) in PK11_VerifyPW()
674 PK11_GetMinimumPwdLength(PK11SlotInfo *slot) in PK11_GetMinimumPwdLength()
681 PK11_ProtectedAuthenticationPath(PK11SlotInfo *slot) in PK11_ProtectedAuthenticationPath()
692 PK11_NeedPWInitForSlot(PK11SlotInfo *slot) in PK11_NeedPWInitForSlot()
706 PK11SlotInfo *slot = PK11_GetInternalKeySlot(); in PK11_NeedPWInit() local
[all …]
/dports/www/firefox/firefox-99.0/security/nss/lib/pk11wrap/
H A Dpk11auth.c192 PK11_Logout(PK11SlotInfo *slot) in PK11_Logout()
231 PK11_HandlePasswordCheck(PK11SlotInfo *slot, void *wincx) in PK11_HandlePasswordCheck()
267 PK11_SlotDBUpdate(PK11SlotInfo *slot) in PK11_SlotDBUpdate()
310 pk11_LoginStillRequired(PK11SlotInfo *slot, void *wincx) in pk11_LoginStillRequired()
350 PK11_CheckSSOPassword(PK11SlotInfo *slot, char *ssopw) in PK11_CheckSSOPassword()
403 PK11_VerifyPW(PK11SlotInfo *slot, char *pw) in PK11_VerifyPW()
679 PK11_GetMinimumPwdLength(PK11SlotInfo *slot) in PK11_GetMinimumPwdLength()
686 PK11_ProtectedAuthenticationPath(PK11SlotInfo *slot) in PK11_ProtectedAuthenticationPath()
697 PK11_NeedPWInitForSlot(PK11SlotInfo *slot) in PK11_NeedPWInitForSlot()
711 PK11SlotInfo *slot = PK11_GetInternalKeySlot(); in PK11_NeedPWInit() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/pk11wrap/
H A Dpk11auth.c190 PK11_Logout(PK11SlotInfo *slot) in PK11_Logout()
229 PK11_HandlePasswordCheck(PK11SlotInfo *slot, void *wincx) in PK11_HandlePasswordCheck()
265 PK11_SlotDBUpdate(PK11SlotInfo *slot) in PK11_SlotDBUpdate()
308 pk11_LoginStillRequired(PK11SlotInfo *slot, void *wincx) in pk11_LoginStillRequired()
348 PK11_CheckSSOPassword(PK11SlotInfo *slot, char *ssopw) in PK11_CheckSSOPassword()
401 PK11_VerifyPW(PK11SlotInfo *slot, char *pw) in PK11_VerifyPW()
674 PK11_GetMinimumPwdLength(PK11SlotInfo *slot) in PK11_GetMinimumPwdLength()
681 PK11_ProtectedAuthenticationPath(PK11SlotInfo *slot) in PK11_ProtectedAuthenticationPath()
692 PK11_NeedPWInitForSlot(PK11SlotInfo *slot) in PK11_NeedPWInitForSlot()
706 PK11SlotInfo *slot = PK11_GetInternalKeySlot(); in PK11_NeedPWInit() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/pk11wrap/
H A Dpk11auth.c190 PK11_Logout(PK11SlotInfo *slot) in PK11_Logout()
229 PK11_HandlePasswordCheck(PK11SlotInfo *slot, void *wincx) in PK11_HandlePasswordCheck()
265 PK11_SlotDBUpdate(PK11SlotInfo *slot) in PK11_SlotDBUpdate()
308 pk11_LoginStillRequired(PK11SlotInfo *slot, void *wincx) in pk11_LoginStillRequired()
348 PK11_CheckSSOPassword(PK11SlotInfo *slot, char *ssopw) in PK11_CheckSSOPassword()
401 PK11_VerifyPW(PK11SlotInfo *slot, char *pw) in PK11_VerifyPW()
674 PK11_GetMinimumPwdLength(PK11SlotInfo *slot) in PK11_GetMinimumPwdLength()
681 PK11_ProtectedAuthenticationPath(PK11SlotInfo *slot) in PK11_ProtectedAuthenticationPath()
692 PK11_NeedPWInitForSlot(PK11SlotInfo *slot) in PK11_NeedPWInitForSlot()
706 PK11SlotInfo *slot = PK11_GetInternalKeySlot(); in PK11_NeedPWInit() local
[all …]
/dports/security/nss/nss-3.76.1/nss/lib/pk11wrap/
H A Dpk11auth.c192 PK11_Logout(PK11SlotInfo *slot) in PK11_Logout()
231 PK11_HandlePasswordCheck(PK11SlotInfo *slot, void *wincx) in PK11_HandlePasswordCheck()
267 PK11_SlotDBUpdate(PK11SlotInfo *slot) in PK11_SlotDBUpdate()
310 pk11_LoginStillRequired(PK11SlotInfo *slot, void *wincx) in pk11_LoginStillRequired()
350 PK11_CheckSSOPassword(PK11SlotInfo *slot, char *ssopw) in PK11_CheckSSOPassword()
403 PK11_VerifyPW(PK11SlotInfo *slot, char *pw) in PK11_VerifyPW()
679 PK11_GetMinimumPwdLength(PK11SlotInfo *slot) in PK11_GetMinimumPwdLength()
686 PK11_ProtectedAuthenticationPath(PK11SlotInfo *slot) in PK11_ProtectedAuthenticationPath()
697 PK11_NeedPWInitForSlot(PK11SlotInfo *slot) in PK11_NeedPWInitForSlot()
711 PK11SlotInfo *slot = PK11_GetInternalKeySlot(); in PK11_NeedPWInit() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/pk11wrap/
H A Dpk11auth.c192 PK11_Logout(PK11SlotInfo *slot) in PK11_Logout()
231 PK11_HandlePasswordCheck(PK11SlotInfo *slot, void *wincx) in PK11_HandlePasswordCheck()
267 PK11_SlotDBUpdate(PK11SlotInfo *slot) in PK11_SlotDBUpdate()
310 pk11_LoginStillRequired(PK11SlotInfo *slot, void *wincx) in pk11_LoginStillRequired()
350 PK11_CheckSSOPassword(PK11SlotInfo *slot, char *ssopw) in PK11_CheckSSOPassword()
403 PK11_VerifyPW(PK11SlotInfo *slot, char *pw) in PK11_VerifyPW()
679 PK11_GetMinimumPwdLength(PK11SlotInfo *slot) in PK11_GetMinimumPwdLength()
686 PK11_ProtectedAuthenticationPath(PK11SlotInfo *slot) in PK11_ProtectedAuthenticationPath()
697 PK11_NeedPWInitForSlot(PK11SlotInfo *slot) in PK11_NeedPWInitForSlot()
711 PK11SlotInfo *slot = PK11_GetInternalKeySlot(); in PK11_NeedPWInit() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/pk11wrap/
H A Dpk11auth.c190 PK11_Logout(PK11SlotInfo *slot) in PK11_Logout()
229 PK11_HandlePasswordCheck(PK11SlotInfo *slot, void *wincx) in PK11_HandlePasswordCheck()
265 PK11_SlotDBUpdate(PK11SlotInfo *slot) in PK11_SlotDBUpdate()
308 pk11_LoginStillRequired(PK11SlotInfo *slot, void *wincx) in pk11_LoginStillRequired()
348 PK11_CheckSSOPassword(PK11SlotInfo *slot, char *ssopw) in PK11_CheckSSOPassword()
401 PK11_VerifyPW(PK11SlotInfo *slot, char *pw) in PK11_VerifyPW()
674 PK11_GetMinimumPwdLength(PK11SlotInfo *slot) in PK11_GetMinimumPwdLength()
681 PK11_ProtectedAuthenticationPath(PK11SlotInfo *slot) in PK11_ProtectedAuthenticationPath()
692 PK11_NeedPWInitForSlot(PK11SlotInfo *slot) in PK11_NeedPWInitForSlot()
706 PK11SlotInfo *slot = PK11_GetInternalKeySlot(); in PK11_NeedPWInit() local
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A DexecTuples.c139 TupleTableSlot *slot = MakeTupleTableSlot(); in ExecAllocTableSlot() local
204 TupleTableSlot *slot = MakeTupleTableSlot(); in MakeSingleTupleTableSlot() local
324 TupleTableSlot *slot, in ExecStoreTuple()
388 TupleTableSlot *slot, in ExecStoreMinimalTuple()
491 ExecStoreVirtualTuple(TupleTableSlot *slot) in ExecStoreVirtualTuple()
515 ExecStoreAllNullTuple(TupleTableSlot *slot) in ExecStoreAllNullTuple()
548 ExecCopySlotTuple(TupleTableSlot *slot) in ExecCopySlotTuple()
621 ExecFetchSlotTuple(TupleTableSlot *slot) in ExecFetchSlotTuple()
728 ExecMaterializeSlot(TupleTableSlot *slot) in ExecMaterializeSlot()
1053 TupleTableSlot *slot; in TupleDescGetSlot() local
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A DexecTuples.c139 TupleTableSlot *slot = MakeTupleTableSlot(); in ExecAllocTableSlot() local
204 TupleTableSlot *slot = MakeTupleTableSlot(); in MakeSingleTupleTableSlot() local
324 TupleTableSlot *slot, in ExecStoreTuple()
388 TupleTableSlot *slot, in ExecStoreMinimalTuple()
491 ExecStoreVirtualTuple(TupleTableSlot *slot) in ExecStoreVirtualTuple()
515 ExecStoreAllNullTuple(TupleTableSlot *slot) in ExecStoreAllNullTuple()
548 ExecCopySlotTuple(TupleTableSlot *slot) in ExecCopySlotTuple()
621 ExecFetchSlotTuple(TupleTableSlot *slot) in ExecFetchSlotTuple()
728 ExecMaterializeSlot(TupleTableSlot *slot) in ExecMaterializeSlot()
1053 TupleTableSlot *slot; in TupleDescGetSlot() local
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A DexecTuples.c139 TupleTableSlot *slot = MakeTupleTableSlot(); in ExecAllocTableSlot() local
204 TupleTableSlot *slot = MakeTupleTableSlot(); in MakeSingleTupleTableSlot() local
324 TupleTableSlot *slot, in ExecStoreTuple()
388 TupleTableSlot *slot, in ExecStoreMinimalTuple()
491 ExecStoreVirtualTuple(TupleTableSlot *slot) in ExecStoreVirtualTuple()
515 ExecStoreAllNullTuple(TupleTableSlot *slot) in ExecStoreAllNullTuple()
548 ExecCopySlotTuple(TupleTableSlot *slot) in ExecCopySlotTuple()
621 ExecFetchSlotTuple(TupleTableSlot *slot) in ExecFetchSlotTuple()
728 ExecMaterializeSlot(TupleTableSlot *slot) in ExecMaterializeSlot()
1053 TupleTableSlot *slot; in TupleDescGetSlot() local
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DexecTuples.c139 TupleTableSlot *slot = MakeTupleTableSlot(); in ExecAllocTableSlot() local
201 TupleTableSlot *slot = MakeTupleTableSlot(); in MakeSingleTupleTableSlot() local
321 TupleTableSlot *slot, in ExecStoreTuple()
385 TupleTableSlot *slot, in ExecStoreMinimalTuple()
488 ExecStoreVirtualTuple(TupleTableSlot *slot) in ExecStoreVirtualTuple()
512 ExecStoreAllNullTuple(TupleTableSlot *slot) in ExecStoreAllNullTuple()
545 ExecCopySlotTuple(TupleTableSlot *slot) in ExecCopySlotTuple()
618 ExecFetchSlotTuple(TupleTableSlot *slot) in ExecFetchSlotTuple()
725 ExecMaterializeSlot(TupleTableSlot *slot) in ExecMaterializeSlot()
1050 TupleTableSlot *slot; in TupleDescGetSlot() local
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DexecTuples.c139 TupleTableSlot *slot = MakeTupleTableSlot(); in ExecAllocTableSlot() local
201 TupleTableSlot *slot = MakeTupleTableSlot(); in MakeSingleTupleTableSlot() local
321 TupleTableSlot *slot, in ExecStoreTuple()
385 TupleTableSlot *slot, in ExecStoreMinimalTuple()
488 ExecStoreVirtualTuple(TupleTableSlot *slot) in ExecStoreVirtualTuple()
512 ExecStoreAllNullTuple(TupleTableSlot *slot) in ExecStoreAllNullTuple()
545 ExecCopySlotTuple(TupleTableSlot *slot) in ExecCopySlotTuple()
618 ExecFetchSlotTuple(TupleTableSlot *slot) in ExecFetchSlotTuple()
725 ExecMaterializeSlot(TupleTableSlot *slot) in ExecMaterializeSlot()
1050 TupleTableSlot *slot; in TupleDescGetSlot() local
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DexecTuples.c139 TupleTableSlot *slot = MakeTupleTableSlot(); in ExecAllocTableSlot() local
201 TupleTableSlot *slot = MakeTupleTableSlot(); in MakeSingleTupleTableSlot() local
321 TupleTableSlot *slot, in ExecStoreTuple()
385 TupleTableSlot *slot, in ExecStoreMinimalTuple()
488 ExecStoreVirtualTuple(TupleTableSlot *slot) in ExecStoreVirtualTuple()
512 ExecStoreAllNullTuple(TupleTableSlot *slot) in ExecStoreAllNullTuple()
545 ExecCopySlotTuple(TupleTableSlot *slot) in ExecCopySlotTuple()
618 ExecFetchSlotTuple(TupleTableSlot *slot) in ExecFetchSlotTuple()
725 ExecMaterializeSlot(TupleTableSlot *slot) in ExecMaterializeSlot()
1050 TupleTableSlot *slot; in TupleDescGetSlot() local
[all …]

12345678910>>...925