Home
last modified time | relevance | path

Searched refs:libssh2_uint64_t (Results 1 – 25 of 104) sorted by relevance

12345

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libssh2-sys-0.2.23/libssh2/include/
H A Dlibssh2_sftp.h102 libssh2_uint64_t filesize;
109 libssh2_uint64_t f_bsize; /* file system block size */
110 libssh2_uint64_t f_frsize; /* fragment size */
112 libssh2_uint64_t f_bfree; /* # free blocks */
113 libssh2_uint64_t f_bavail; /* # free blocks for non-root */
114 libssh2_uint64_t f_files; /* # inodes */
115 libssh2_uint64_t f_ffree; /* # free inodes */
117 libssh2_uint64_t f_fsid; /* file system ID */
118 libssh2_uint64_t f_flag; /* mount flags */
119 libssh2_uint64_t f_namemax; /* maximum filename length */
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/libssh2/
H A Dlibssh2_sftp.h99 libssh2_uint64_t filesize;
106 libssh2_uint64_t f_bsize; /* file system block size */
107 libssh2_uint64_t f_frsize; /* fragment size */
109 libssh2_uint64_t f_bfree; /* # free blocks */
110 libssh2_uint64_t f_bavail; /* # free blocks for non-root */
111 libssh2_uint64_t f_files; /* # inodes */
112 libssh2_uint64_t f_ffree; /* # free inodes */
114 libssh2_uint64_t f_fsid; /* file system ID */
115 libssh2_uint64_t f_flag; /* mount flags */
116 libssh2_uint64_t f_namemax; /* maximum filename length */
[all …]
/dports/security/nmap/nmap-7.91/libssh2/include/
H A Dlibssh2_sftp.h102 libssh2_uint64_t filesize;
109 libssh2_uint64_t f_bsize; /* file system block size */
110 libssh2_uint64_t f_frsize; /* fragment size */
112 libssh2_uint64_t f_bfree; /* # free blocks */
113 libssh2_uint64_t f_bavail; /* # free blocks for non-root */
114 libssh2_uint64_t f_files; /* # inodes */
115 libssh2_uint64_t f_ffree; /* # free inodes */
117 libssh2_uint64_t f_fsid; /* file system ID */
118 libssh2_uint64_t f_flag; /* mount flags */
119 libssh2_uint64_t f_namemax; /* maximum filename length */
[all …]
/dports/security/libssh2/libssh2-1.10.0/include/
H A Dlibssh2_sftp.h102 libssh2_uint64_t filesize;
109 libssh2_uint64_t f_bsize; /* file system block size */
110 libssh2_uint64_t f_frsize; /* fragment size */
112 libssh2_uint64_t f_bfree; /* # free blocks */
113 libssh2_uint64_t f_bavail; /* # free blocks for non-root */
114 libssh2_uint64_t f_files; /* # inodes */
115 libssh2_uint64_t f_ffree; /* # free inodes */
117 libssh2_uint64_t f_fsid; /* file system ID */
118 libssh2_uint64_t f_flag; /* mount flags */
119 libssh2_uint64_t f_namemax; /* maximum filename length */
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libssh2-sys-0.2.21/libssh2/include/
H A Dlibssh2_sftp.h102 libssh2_uint64_t filesize;
109 libssh2_uint64_t f_bsize; /* file system block size */
110 libssh2_uint64_t f_frsize; /* fragment size */
112 libssh2_uint64_t f_bfree; /* # free blocks */
113 libssh2_uint64_t f_bavail; /* # free blocks for non-root */
114 libssh2_uint64_t f_files; /* # inodes */
115 libssh2_uint64_t f_ffree; /* # free inodes */
117 libssh2_uint64_t f_fsid; /* file system ID */
118 libssh2_uint64_t f_flag; /* mount flags */
119 libssh2_uint64_t f_namemax; /* maximum filename length */
[all …]
/dports/devel/upp/upp/uppsrc/Core/SSH/libssh2/
H A Dlibssh2_sftp.h99 libssh2_uint64_t filesize;
106 libssh2_uint64_t f_bsize; /* file system block size */
107 libssh2_uint64_t f_frsize; /* fragment size */
109 libssh2_uint64_t f_bfree; /* # free blocks */
110 libssh2_uint64_t f_bavail; /* # free blocks for non-root */
111 libssh2_uint64_t f_files; /* # inodes */
112 libssh2_uint64_t f_ffree; /* # free inodes */
114 libssh2_uint64_t f_fsid; /* file system ID */
115 libssh2_uint64_t f_flag; /* mount flags */
116 libssh2_uint64_t f_namemax; /* maximum filename length */
[all …]
H A Dmisc.c193 libssh2_uint64_t
198 msl = ((libssh2_uint64_t)buf[0] << 24) | ((libssh2_uint64_t)buf[1] << 16) in _libssh2_ntohu64()
199 | ((libssh2_uint64_t)buf[2] << 8) | (libssh2_uint64_t)buf[3]; in _libssh2_ntohu64()
200 lsl = ((libssh2_uint64_t)buf[4] << 24) | ((libssh2_uint64_t)buf[5] << 16) in _libssh2_ntohu64()
201 | ((libssh2_uint64_t)buf[6] << 8) | (libssh2_uint64_t)buf[7]; in _libssh2_ntohu64()
203 return ((libssh2_uint64_t)msl <<32) | lsl; in _libssh2_ntohu64()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libssh2-sys-0.2.13/libssh2/include/
H A Dlibssh2_sftp.h102 libssh2_uint64_t filesize;
109 libssh2_uint64_t f_bsize; /* file system block size */
110 libssh2_uint64_t f_frsize; /* fragment size */
112 libssh2_uint64_t f_bfree; /* # free blocks */
113 libssh2_uint64_t f_bavail; /* # free blocks for non-root */
114 libssh2_uint64_t f_files; /* # inodes */
115 libssh2_uint64_t f_ffree; /* # free inodes */
117 libssh2_uint64_t f_fsid; /* file system ID */
118 libssh2_uint64_t f_flag; /* mount flags */
119 libssh2_uint64_t f_namemax; /* maximum filename length */
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libssh2-sys-0.2.21/libssh2/include/
H A Dlibssh2_sftp.h102 libssh2_uint64_t filesize;
109 libssh2_uint64_t f_bsize; /* file system block size */
110 libssh2_uint64_t f_frsize; /* fragment size */
112 libssh2_uint64_t f_bfree; /* # free blocks */
113 libssh2_uint64_t f_bavail; /* # free blocks for non-root */
114 libssh2_uint64_t f_files; /* # inodes */
115 libssh2_uint64_t f_ffree; /* # free inodes */
117 libssh2_uint64_t f_fsid; /* file system ID */
118 libssh2_uint64_t f_flag; /* mount flags */
119 libssh2_uint64_t f_namemax; /* maximum filename length */
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libssh2-sys-0.2.23/libssh2/include/
H A Dlibssh2_sftp.h102 libssh2_uint64_t filesize;
109 libssh2_uint64_t f_bsize; /* file system block size */
110 libssh2_uint64_t f_frsize; /* fragment size */
112 libssh2_uint64_t f_bfree; /* # free blocks */
113 libssh2_uint64_t f_bavail; /* # free blocks for non-root */
114 libssh2_uint64_t f_files; /* # inodes */
115 libssh2_uint64_t f_ffree; /* # free inodes */
117 libssh2_uint64_t f_fsid; /* file system ID */
118 libssh2_uint64_t f_flag; /* mount flags */
119 libssh2_uint64_t f_namemax; /* maximum filename length */
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libssh2-sys/libssh2/include/
H A Dlibssh2_sftp.h102 libssh2_uint64_t filesize;
109 libssh2_uint64_t f_bsize; /* file system block size */
110 libssh2_uint64_t f_frsize; /* fragment size */
112 libssh2_uint64_t f_bfree; /* # free blocks */
113 libssh2_uint64_t f_bavail; /* # free blocks for non-root */
114 libssh2_uint64_t f_files; /* # inodes */
115 libssh2_uint64_t f_ffree; /* # free inodes */
117 libssh2_uint64_t f_fsid; /* file system ID */
118 libssh2_uint64_t f_flag; /* mount flags */
119 libssh2_uint64_t f_namemax; /* maximum filename length */
[all …]
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/libssh2/
H A Dlibssh2_sftp.h99 libssh2_uint64_t filesize;
106 libssh2_uint64_t f_bsize; /* file system block size */
107 libssh2_uint64_t f_frsize; /* fragment size */
109 libssh2_uint64_t f_bfree; /* # free blocks */
110 libssh2_uint64_t f_bavail; /* # free blocks for non-root */
111 libssh2_uint64_t f_files; /* # inodes */
112 libssh2_uint64_t f_ffree; /* # free inodes */
114 libssh2_uint64_t f_fsid; /* file system ID */
115 libssh2_uint64_t f_flag; /* mount flags */
116 libssh2_uint64_t f_namemax; /* maximum filename length */
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/libssh2/
H A Dmisc.c193 libssh2_uint64_t
198 msl = ((libssh2_uint64_t)buf[0] << 24) | ((libssh2_uint64_t)buf[1] << 16) in _libssh2_ntohu64()
199 | ((libssh2_uint64_t)buf[2] << 8) | (libssh2_uint64_t)buf[3]; in _libssh2_ntohu64()
200 lsl = ((libssh2_uint64_t)buf[4] << 24) | ((libssh2_uint64_t)buf[5] << 16) in _libssh2_ntohu64()
201 | ((libssh2_uint64_t)buf[6] << 8) | (libssh2_uint64_t)buf[7]; in _libssh2_ntohu64()
203 return ((libssh2_uint64_t)msl <<32) | lsl; in _libssh2_ntohu64()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libssh2-sys-0.2.23/libssh2/src/
H A Dmisc.c203 libssh2_uint64_t
208 msl = ((libssh2_uint64_t)buf[0] << 24) | ((libssh2_uint64_t)buf[1] << 16) in _libssh2_ntohu64()
209 | ((libssh2_uint64_t)buf[2] << 8) | (libssh2_uint64_t)buf[3]; in _libssh2_ntohu64()
210 lsl = ((libssh2_uint64_t)buf[4] << 24) | ((libssh2_uint64_t)buf[5] << 16) in _libssh2_ntohu64()
211 | ((libssh2_uint64_t)buf[6] << 8) | (libssh2_uint64_t)buf[7]; in _libssh2_ntohu64()
213 return ((libssh2_uint64_t)msl <<32) | lsl; in _libssh2_ntohu64()
746 int _libssh2_get_u64(struct string_buf *buf, libssh2_uint64_t *out) in _libssh2_get_u64()
/dports/security/libssh2/libssh2-1.10.0/src/
H A Dmisc.c203 libssh2_uint64_t
208 msl = ((libssh2_uint64_t)buf[0] << 24) | ((libssh2_uint64_t)buf[1] << 16) in _libssh2_ntohu64()
209 | ((libssh2_uint64_t)buf[2] << 8) | (libssh2_uint64_t)buf[3]; in _libssh2_ntohu64()
210 lsl = ((libssh2_uint64_t)buf[4] << 24) | ((libssh2_uint64_t)buf[5] << 16) in _libssh2_ntohu64()
211 | ((libssh2_uint64_t)buf[6] << 8) | (libssh2_uint64_t)buf[7]; in _libssh2_ntohu64()
213 return ((libssh2_uint64_t)msl <<32) | lsl; in _libssh2_ntohu64()
746 int _libssh2_get_u64(struct string_buf *buf, libssh2_uint64_t *out) in _libssh2_get_u64()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libssh2-sys-0.2.21/libssh2/src/
H A Dmisc.c203 libssh2_uint64_t
208 msl = ((libssh2_uint64_t)buf[0] << 24) | ((libssh2_uint64_t)buf[1] << 16) in _libssh2_ntohu64()
209 | ((libssh2_uint64_t)buf[2] << 8) | (libssh2_uint64_t)buf[3]; in _libssh2_ntohu64()
210 lsl = ((libssh2_uint64_t)buf[4] << 24) | ((libssh2_uint64_t)buf[5] << 16) in _libssh2_ntohu64()
211 | ((libssh2_uint64_t)buf[6] << 8) | (libssh2_uint64_t)buf[7]; in _libssh2_ntohu64()
213 return ((libssh2_uint64_t)msl <<32) | lsl; in _libssh2_ntohu64()
746 int _libssh2_get_u64(struct string_buf *buf, libssh2_uint64_t *out) in _libssh2_get_u64()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libssh2-sys-0.2.13/libssh2/src/
H A Dmisc.c200 libssh2_uint64_t
205 msl = ((libssh2_uint64_t)buf[0] << 24) | ((libssh2_uint64_t)buf[1] << 16) in _libssh2_ntohu64()
206 | ((libssh2_uint64_t)buf[2] << 8) | (libssh2_uint64_t)buf[3]; in _libssh2_ntohu64()
207 lsl = ((libssh2_uint64_t)buf[4] << 24) | ((libssh2_uint64_t)buf[5] << 16) in _libssh2_ntohu64()
208 | ((libssh2_uint64_t)buf[6] << 8) | (libssh2_uint64_t)buf[7]; in _libssh2_ntohu64()
210 return ((libssh2_uint64_t)msl <<32) | lsl; in _libssh2_ntohu64()
743 int _libssh2_get_u64(struct string_buf *buf, libssh2_uint64_t *out) in _libssh2_get_u64()
/dports/security/nmap/nmap-7.91/libssh2/src/
H A Dmisc.c205 libssh2_uint64_t
210 msl = ((libssh2_uint64_t)buf[0] << 24) | ((libssh2_uint64_t)buf[1] << 16) in _libssh2_ntohu64()
211 | ((libssh2_uint64_t)buf[2] << 8) | (libssh2_uint64_t)buf[3]; in _libssh2_ntohu64()
212 lsl = ((libssh2_uint64_t)buf[4] << 24) | ((libssh2_uint64_t)buf[5] << 16) in _libssh2_ntohu64()
213 | ((libssh2_uint64_t)buf[6] << 8) | (libssh2_uint64_t)buf[7]; in _libssh2_ntohu64()
215 return ((libssh2_uint64_t)msl <<32) | lsl; in _libssh2_ntohu64()
748 int _libssh2_get_u64(struct string_buf *buf, libssh2_uint64_t *out) in _libssh2_get_u64()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libssh2-sys-0.2.21/libssh2/src/
H A Dmisc.c203 libssh2_uint64_t
208 msl = ((libssh2_uint64_t)buf[0] << 24) | ((libssh2_uint64_t)buf[1] << 16) in _libssh2_ntohu64()
209 | ((libssh2_uint64_t)buf[2] << 8) | (libssh2_uint64_t)buf[3]; in _libssh2_ntohu64()
210 lsl = ((libssh2_uint64_t)buf[4] << 24) | ((libssh2_uint64_t)buf[5] << 16) in _libssh2_ntohu64()
211 | ((libssh2_uint64_t)buf[6] << 8) | (libssh2_uint64_t)buf[7]; in _libssh2_ntohu64()
213 return ((libssh2_uint64_t)msl <<32) | lsl; in _libssh2_ntohu64()
746 int _libssh2_get_u64(struct string_buf *buf, libssh2_uint64_t *out) in _libssh2_get_u64()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libssh2-sys-0.2.23/libssh2/src/
H A Dmisc.c203 libssh2_uint64_t
208 msl = ((libssh2_uint64_t)buf[0] << 24) | ((libssh2_uint64_t)buf[1] << 16) in _libssh2_ntohu64()
209 | ((libssh2_uint64_t)buf[2] << 8) | (libssh2_uint64_t)buf[3]; in _libssh2_ntohu64()
210 lsl = ((libssh2_uint64_t)buf[4] << 24) | ((libssh2_uint64_t)buf[5] << 16) in _libssh2_ntohu64()
211 | ((libssh2_uint64_t)buf[6] << 8) | (libssh2_uint64_t)buf[7]; in _libssh2_ntohu64()
213 return ((libssh2_uint64_t)msl <<32) | lsl; in _libssh2_ntohu64()
746 int _libssh2_get_u64(struct string_buf *buf, libssh2_uint64_t *out) in _libssh2_get_u64()
/dports/lang/rust/rustc-1.58.1-src/vendor/libssh2-sys/libssh2/src/
H A Dmisc.c203 libssh2_uint64_t
208 msl = ((libssh2_uint64_t)buf[0] << 24) | ((libssh2_uint64_t)buf[1] << 16) in _libssh2_ntohu64()
209 | ((libssh2_uint64_t)buf[2] << 8) | (libssh2_uint64_t)buf[3]; in _libssh2_ntohu64()
210 lsl = ((libssh2_uint64_t)buf[4] << 24) | ((libssh2_uint64_t)buf[5] << 16) in _libssh2_ntohu64()
211 | ((libssh2_uint64_t)buf[6] << 8) | (libssh2_uint64_t)buf[7]; in _libssh2_ntohu64()
213 return ((libssh2_uint64_t)msl <<32) | lsl; in _libssh2_ntohu64()
746 int _libssh2_get_u64(struct string_buf *buf, libssh2_uint64_t *out) in _libssh2_get_u64()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libssh2-sys-0.2.23/
H A Dlib.rs213 pub type libssh2_uint64_t = u64; typedef
255 pub filesize: libssh2_uint64_t,
266 pub f_bsize: libssh2_uint64_t,
267 pub f_frsize: libssh2_uint64_t,
268 pub f_blocks: libssh2_uint64_t,
269 pub f_bfree: libssh2_uint64_t,
270 pub f_bavail: libssh2_uint64_t,
271 pub f_files: libssh2_uint64_t,
272 pub f_ffree: libssh2_uint64_t,
274 pub f_fsid: libssh2_uint64_t,
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libssh2-sys-0.2.21/
H A Dlib.rs209 pub type libssh2_uint64_t = u64; typedef
251 pub filesize: libssh2_uint64_t,
262 pub f_bsize: libssh2_uint64_t,
263 pub f_frsize: libssh2_uint64_t,
264 pub f_blocks: libssh2_uint64_t,
265 pub f_bfree: libssh2_uint64_t,
266 pub f_bavail: libssh2_uint64_t,
267 pub f_files: libssh2_uint64_t,
268 pub f_ffree: libssh2_uint64_t,
270 pub f_fsid: libssh2_uint64_t,
[all …]
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libssh2-sys-0.2.13/
H A Dlib.rs197 pub type libssh2_uint64_t = u64; typedef
239 pub filesize: libssh2_uint64_t,
250 pub f_bsize: libssh2_uint64_t,
251 pub f_frsize: libssh2_uint64_t,
252 pub f_blocks: libssh2_uint64_t,
253 pub f_bfree: libssh2_uint64_t,
254 pub f_bavail: libssh2_uint64_t,
255 pub f_files: libssh2_uint64_t,
256 pub f_ffree: libssh2_uint64_t,
258 pub f_fsid: libssh2_uint64_t,
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libssh2-sys-0.2.21/
H A Dlib.rs209 pub type libssh2_uint64_t = u64; typedef
251 pub filesize: libssh2_uint64_t,
262 pub f_bsize: libssh2_uint64_t,
263 pub f_frsize: libssh2_uint64_t,
264 pub f_blocks: libssh2_uint64_t,
265 pub f_bfree: libssh2_uint64_t,
266 pub f_bavail: libssh2_uint64_t,
267 pub f_files: libssh2_uint64_t,
268 pub f_ffree: libssh2_uint64_t,
270 pub f_fsid: libssh2_uint64_t,
[all …]

12345