Home
last modified time | relevance | path

Searched defs:recv (Results 1 - 25 of 213) sorted by relevance

123456789

/third_party/musl/src/network/
H A Drecv.c3 ssize_t recv(int fd, void *buf, size_t len, int flags) in recv() function
/third_party/node/test/addons/make-callback-domain-warning/
H A Dbinding.cc19 Local<Object> recv = args[0].As<Object>(); in MakeCallback() local
/third_party/node/test/addons/make-callback-recurse/
H A Dbinding.cc19 Local<Object> recv = args[0].As<Object>(); in MakeCallback() local
/kernel/linux/linux-6.6/include/drm/
H A Di915_pxp_tee_interface.h26 int (*recv)(struct device *dev, void *buffer, size_t size); member
H A Di915_gsc_proxy_mei_interface.h39 int (*recv)(struct device *dev, void *buf, size_t size); member
/kernel/liteos_a/net/mac/
H A Dlos_mac.h50 void (*recv)(struct los_eth_driver *drv, int len); member
/third_party/node/test/node-api/test_worker_terminate/
H A Dtest_worker_terminate.c8 napi_value recv; in Test() local
/third_party/node/test/addons/make-callback/
H A Dbinding.cc13 auto recv = args[0].As<v8::Object>(); in MakeCallback() local
/third_party/rust/crates/rustix/src/net/
H A Dsend_recv.rs24 pub fn recv<Fd: AsFd>(fd: Fd, buf: &mut [u8], flags: RecvFlags) -> io::Result<usize> { in recv() functions
/kernel/linux/linux-5.10/drivers/char/tpm/st33zp24/
H A Dst33zp24.h27 int (*recv)(void *phy_id, u8 tpm_register, u8 *tpm_data, int tpm_size); member
/third_party/node/test/node-api/test_make_callback_recurse/
H A Dbinding.c10 napi_value recv = args[0]; in MakeCallback() local
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyEnum.java51 public static IRubyObject lookup(ThreadContext context, IRubyObject recv, IRubyObject number) { in lookup() argument
67 public static IRubyObject resolve(ThreadContext context, IRubyObject recv, IRubyObject name) { in resolve() argument
83 public static IRubyObject getDescriptor(ThreadContext context, IRubyObject recv) { in getDescriptor() argument
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_connection.cpp31 SocketConnection(int32_t socketFd, std::function<void(NetPacket&)> recv, std::function<void()> onDisconnected) SocketConnection() argument
44 Connect(std::function<int32_t()> socket, std::function<void(NetPacket&)> recv, std::function<void()> onDisconnected) Connect() argument
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dh4_recv.h17 int (*recv)(struct hci_dev *hdev, struct sk_buff *skb); member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dpmu.h34 } recv; member
/kernel/linux/linux-6.6/drivers/char/tpm/st33zp24/
H A Dst33zp24.h30 int (*recv)(void *phy_id, u8 tpm_register, u8 *tpm_data, int tpm_size); member
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dh4_recv.h17 int (*recv)(struct hci_dev *hdev, struct sk_buff *skb); member
/third_party/node/test/js-native-api/3_callbacks/
H A D3_callbacks.c44 napi_value recv = args[1]; in RunCallbackWithRecv() local
/third_party/node/test/js-native-api/test_reference/
H A Dtest_finalizer.c19 napi_value recv; in FinalizeExternalCallJs() local
/third_party/node/test/node-api/test_buffer/
H A Dtest_finalizer.c14 napi_value recv; in malignDeleter() local
/third_party/node/test/node-api/test_make_callback/
H A Dbinding.c18 napi_value recv = args[1]; in MakeCallback() local
/third_party/node/test/node-api/test_threadsafe_function/
H A Dtest_uncaught_exception.c10 napi_value recv; in ThreadSafeFunctionFinalize() local
/base/msdp/device_status/test/fuzztest/ipcsocket_fuzzer/
H A Dipcsocket_fuzzer.cpp90 auto recv = [](const NetPacket &pkt) { in SocketConnectionFuzzTest() local
/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_msg_lib_test.cpp561 auto recv = [](const DeviceIdentify *devId, uint32_t status, int32_t level) -> int32_t { return 0; }; in HWTEST_F() local
568 auto recv = [](const DeviceIdentify *devId, uint32_t status, int32_t level) -> int32_t { return 0; }; in HWTEST_F() local
/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
H A Deth_drv.h45 EthRecv recv; member

Completed in 6 milliseconds

123456789