Searched refs:cctx (Results 1 – 1 of 1) sorted by relevance
63 cctx->fd = open(cctx->fpath, O_CREAT | O_WRONLY | O_TRUNC, 0); in _rym_recv_begin()64 if (cctx->fd < 0) in _rym_recv_begin()71 if (cctx->flen == 0) in _rym_recv_begin()72 cctx->flen = -1; in _rym_recv_begin()91 int wlen = len > cctx->flen ? cctx->flen : len; in _rym_recv_data()107 close(cctx->fd); in _rym_recv_end()108 cctx->fd = -1; in _rym_recv_end()123 cctx->fd = open(cctx->fpath, O_RDONLY); in _rym_send_begin()124 if (cctx->fd < 0) in _rym_send_begin()190 close(cctx->fd); in _rym_send_end()[all …]
Completed in 2 milliseconds