Searched refs:private (Results 1 - 25 of 2182) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_open_failure.c44 struct my_data *private = (struct my_data *)_private; local
47 assertEqualInt(MAGIC, private->magic);
48 ++private->read_called;
49 return (private->read_return);
55 struct my_data *private = (struct my_data *)_private; local
59 assertEqualInt(MAGIC, private->magic);
60 ++private->write_called;
61 return (private->write_return);
67 struct my_data *private = (struct my_data *)_private; local
69 assertEqualInt(MAGIC, private
77 struct my_data *private = (struct my_data *)_private; local
88 struct my_data private; local
[all...]
H A Dtest_write_format_zip_large.c88 struct fileblocks *private = _private; local
96 private->last->gap_size += (int64_t)size;
105 if (private->last == NULL) {
106 private->first = private->last = block;
108 private->last->next = block;
109 private->last = block;
113 private->filesize += size;
120 struct fileblocks *private = _private; local
125 while (private
176 struct fileblocks *private = _private; local
192 struct fileblocks *private = _private; local
242 struct fileblocks *private = _private; local
[all...]
H A Dtest_tar_large.c84 struct memdata *private = _private; local
99 private->last->filebytes += (int64_t)size;
108 if (private->last == NULL) {
109 private->first = private->last = block;
111 private->last->next = block;
112 private->last = block;
122 struct memdata *private = _private; local
128 free(private->buff);
129 private
169 struct memdata *private = _private; local
[all...]
/freebsd-11-stable/crypto/heimdal/include/kadm5/
H A DMakefile.am5 CLEANFILES = admin.h kadm5_err.h private.h
6 CLEANFILES += kadm5-private.h kadm5-protos.h kadm5-pwcheck.h
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.h26 private:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DFreeBSDSignals.h21 private:
H A DLinuxSignals.h21 private:
H A DMipsLinuxSignals.h22 private:
H A DNetBSDSignals.h21 private:
H A DGDBRemoteSignals.h23 private:
/freebsd-11-stable/contrib/wpa/wpa_supplicant/binder/
H A Diface.h34 private:
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_private.h71 const char * (*lookup_gname)(void *private, int64_t gid);
72 void (*cleanup_gname)(void *private);
74 const char * (*lookup_uname)(void *private, int64_t uid);
75 void (*cleanup_uname)(void *private);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.h25 private:
H A DCommandObjectLog.h26 private:
H A DCommandObjectPlatform.h24 private:
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_sman.h36 * "unsigned long" identifier. Can typically be a pointer to a file private
59 /* private info. If allocated, needs to be destroyed by the destroy
61 void *private;
66 void *(*allocate) (void *private, unsigned long size,
72 void (*free) (void *private, void *ref);
76 void (*destroy) (void *private);
81 unsigned long (*offset) (void *private, void *ref);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.h45 private:
77 private:
91 private:
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h44 private:
58 private:
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dmutex.h32 private:
45 private:
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLoopTraversal.h66 private:
108 private:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LegalizerInfo.h26 private:
38 private:
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dzfsd_exception.h104 private:
/freebsd-11-stable/contrib/gperf/src/
H A Dbool-array.h55 private:
H A Dhash-table.h50 private:
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpushback.h31 private:

Completed in 155 milliseconds

1234567891011>>