Home
last modified time | relevance | path

Searched refs:read_response (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/tests/scripts/
H A Dtcp_client.pl69 sub read_response { subroutine
98 if (!read_response($connection, $response1)) {
/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c2050 struct rpc_reply_read *read_response = NULL; in vfs_nfs_readpage() local
2163 read_response = (struct rpc_reply_read *)nmp->nm_iobuffer; in vfs_nfs_readpage()
2164 readsize = fxdr_unsigned(uint32_t, read_response->read.hdr.count); in vfs_nfs_readpage()
2168 if (LOS_CopyFromKernel(buffer, buflen, (const void *)read_response->read.data, readsize) != 0) in vfs_nfs_readpage()
2183 if (read_response->read.hdr.eof != 0) in vfs_nfs_readpage()
2200 struct rpc_reply_read *read_response = NULL; in vfs_nfs_read() local
2308 read_response = (struct rpc_reply_read *)nmp->nm_iobuffer; in vfs_nfs_read()
2309 readsize = fxdr_unsigned(uint32_t, read_response->read.hdr.count); in vfs_nfs_read()
2313 if (LOS_CopyFromKernel(buffer, buflen, (const void *)read_response->read.data, readsize) != 0) in vfs_nfs_read()
2328 if (read_response in vfs_nfs_read()
[all...]

Completed in 3 milliseconds