Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DBuildIDFetcher.cpp22 DebuginfodFetcher::fetch(ArrayRef<uint8_t> BuildID) const { in fetch() function in DebuginfodFetcher
/freebsd/crypto/heimdal/lib/krb5/
H A Dstore-int.h39 ssize_t (*fetch)(struct krb5_storage_data*, void*, size_t); member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DBuildID.cpp68 std::optional<std::string> BuildIDFetcher::fetch(BuildIDRef BuildID) const { in fetch() function in BuildIDFetcher
/freebsd/tools/tools/locale/
H A DMakefile136 fetch: ${CLDRFILES_${N}:T} target
/freebsd/crypto/openssl/test/
H A Dprovider_status_test.c149 EVP_MD *fetch = NULL; in test_provider_status() local
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c45 sqlite3_stmt *fetch; member
394 sqlite3_stmt *fetch = hsdb->fetch; in hdb_sqlite_fetch_kvno() local
/freebsd/contrib/libpcap/
H A Dpcap-usb-linux.c755 struct mon_bin_mfetch fetch; in usb_read_linux_mmap() local
/freebsd/usr.bin/fetch/
H A Dfetch.c425 fetch(char *URL, const char *path, int *is_http) in fetch() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp2195 Error ArchiveFile::fetch(const object::Archive::Child &c, StringRef reason) { in fetch() function in ArchiveFile
2219 void ArchiveFile::fetch(const object::Archive::Symbol &sym) { in fetch() function in ArchiveFile
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp313 bool fetch = false; in GetOSVersion() local
827 bool fetch = false; in GetSystemArchitecture() local
/freebsd/usr.bin/diff/
H A Ddiffreg.c1244 fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile, int flags) fetch() function
[all...]
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c1559 int32_t fetch, fetched, start, cp; in z_resampler_feed_internal() local
/freebsd/usr.sbin/camdd/
H A Dcamdd.c337 int (*fetch)(struct camdd_dev *dev); member
/freebsd/stand/ficl/
H A Dwords.c1089 static void fetch(FICL_VM *pVM) in fetch() function