Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DBuildIDFetcher.cpp22 DebuginfodFetcher::fetch(ArrayRef<uint8_t> BuildID) const { in fetch() function in DebuginfodFetcher
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dstore-int.h39 ssize_t (*fetch)(struct krb5_storage_data*, void*, size_t); member
/freebsd-src/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-src/tools/tools/locale/
H A DMakefile136 fetch: ${CLDRFILES_${N}:T} target
/freebsd-src/crypto/openssl/test/
H A Dprovider_status_test.c149 EVP_MD *fetch = NULL; in test_provider_status() local
/freebsd-src/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-src/contrib/libpcap/
H A Dpcap-usb-linux.c757 struct mon_bin_mfetch fetch; usb_read_linux_mmap() local
[all...]
/freebsd-src/usr.bin/fetch/
H A Dfetch.c425 fetch(char *URL, const char *path, int *is_http) in fetch() function
[all...]
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp2185 Error ArchiveFile::fetch(const object::Archive::Child &c, StringRef reason) { fetch() function in ArchiveFile
2213 void ArchiveFile::fetch(const object::Archive::Symbol &sym) { fetch() function in ArchiveFile
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp347 bool fetch = false; GetOSVersion() local
897 bool fetch = false; GetSystemArchitecture() local
[all...]
/freebsd-src/usr.bin/diff/
H A Ddiffreg.c1245 fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile, int flags) fetch() function
[all...]
/freebsd-src/sys/dev/sound/pcm/
H A Dfeeder_rate.c1573 int32_t fetch, fetched, start, cp; z_resampler_feed_internal() local
/freebsd-src/usr.sbin/camdd/
H A Dcamdd.c337 int (*fetch)(struct camdd_dev *dev); member
/freebsd-src/stand/ficl/
H A Dwords.c1089 static void fetch(FICL_VM *pVM) in fetch() function