OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomicio6
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
atomicio.h
36
atomicio6
(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n,
atomicio.c
51
atomicio6
(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n,
function
89
return
atomicio6
(f, fd, _s, n, NULL, NULL);
scp.c
541
/* Callback from
atomicio6
to update progress meter and limit bandwidth */
823
if (
atomicio6
(vwrite, remout, bp->buf, amt, scpio,
1090
j =
atomicio6
(read, remin, cp, amt,
sftp-client.c
128
if (
atomicio6
(read, conn->fd_in, buffer_ptr(m), 4,
141
if (
atomicio6
(read, conn->fd_in, buffer_ptr(m), msg_len,
[
all
...]
Completed in 1600 milliseconds