Home
last modified time | relevance | path

Searched refs:pslot (Results 1 – 4 of 4) sorted by relevance

/third_party/ejdb/src/bindings/ejdb2_flutter/ios/Classes/
DSwiftEjdb2FlutterPlugin.swift294 for pslot in params { in prepareQuery()
295 let type = asNumber(pslot[0])?.intValue in prepareQuery()
296 let plh = pslot[1] in prepareQuery()
297 let val = pslot[2] in prepareQuery()
/third_party/ejdb/src/bindings/ejdb2_flutter/android/src/main/java/com/softmotions/ejdb2/
DEjdb2FlutterPlugin.java210 for (List<Object> pslot : params) { in prepareQuery()
211 int type = asInt(pslot.get(0), 0); in prepareQuery()
212 Object plh = pslot.get(1); in prepareQuery()
213 Object val = pslot.get(2); in prepareQuery()
/third_party/grpc/src/core/lib/surface/
Dcall.cc1147 batch_control** pslot = &call->active_batches[slot_idx]; in reuse_or_allocate_batch_control() local
1149 if (*pslot != nullptr) { in reuse_or_allocate_batch_control()
1150 bctl = *pslot; in reuse_or_allocate_batch_control()
1158 *pslot = bctl; in reuse_or_allocate_batch_control()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c1275 xhci_cmd_enable_slot(struct xhci_softc *sc, uint8_t *pslot) in xhci_cmd_enable_slot() argument
1293 *pslot = XHCI_TRB_3_SLOT_GET(temp); in xhci_cmd_enable_slot()