OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buffer_get_int64
(Results
1 - 8
of
8
) sorted by null
/external/openssh/
buffer.h
62
u_int64_t
buffer_get_int64
(Buffer *);
sftp-client.c
312
st->f_bsize =
buffer_get_int64
(&msg);
313
st->f_frsize =
buffer_get_int64
(&msg);
314
st->f_blocks =
buffer_get_int64
(&msg);
315
st->f_bfree =
buffer_get_int64
(&msg);
316
st->f_bavail =
buffer_get_int64
(&msg);
317
st->f_files =
buffer_get_int64
(&msg);
318
st->f_ffree =
buffer_get_int64
(&msg);
319
st->f_favail =
buffer_get_int64
(&msg);
320
st->f_fsid =
buffer_get_int64
(&msg);
321
flag =
buffer_get_int64
(&msg)
[
all
...]
roaming_common.c
242
*key =
buffer_get_int64
(&b);
bufaux.c
116
buffer_get_int64
(Buffer *buffer)
function
sftp-common.c
110
a.size =
buffer_get_int64
(b);
monitor.c
[
all
...]
sftp-server.c
55
#define get_int64()
buffer_get_int64
(&iqueue);
[
all
...]
packet.c
[
all
...]
Completed in 355 milliseconds