Home
last modified time | relevance | path

Searched defs:reader (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/regress/sys/net/pflow/
H A Dgen_traffic.c50 struct reader { struct
51 struct event ev;
52 int fd;
/openbsd-src/gnu/gcc/libcpp/
H A Dmakedepend.c132 cpp_reader *reader; in reader_init() local
164 cpp_reader *reader = reader_init (&line_table); in process_file() local
/openbsd-src/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DPipe.pm92 sub reader { subroutine
/openbsd-src/regress/lib/libpthread/poll/
H A Dpoll.c44 reader(void *arg) in reader() function
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DFifoFiles.cpp59 std::ifstream reader(m_fifo_file, std::ifstream::in); in ReadJSON() local
/openbsd-src/regress/lib/libpthread/pthread_rwlock/
H A Dpthread_rwlock.c35 reader(void *arg) in reader() function
/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp662 BinaryStreamReader reader(contents, support::little); in writeAllModuleSymbolRecords() local
764 BinaryStreamReader reader(contents, support::little); in handleDebugS() local
967 BinaryStreamReader reader(subsecData, support::little); in finish() local
1054 BinaryStreamReader reader(relocatedDebugContents, support::little); in addDebugSymbols() local
1742 BinaryStreamReader reader(contents, support::little); in findLineTable() local
H A DInputFiles.cpp710 BinaryStreamReader reader(data, support::little); in initializeFlags() local
776 BinaryStreamReader reader(data, support::little); in initializeDependencies() local
H A DDebugTypes.cpp312 BinaryStreamReader reader(file->debugTypes, support::little); in mergeDebugT() local
589 BinaryStreamReader reader(file->debugTypes, support::little); in loadGHashes() local
H A DDriver.cpp1157 BinaryStreamReader reader(contents, support::little); in readCallGraphsFromObjectFiles() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp115 llvm::BinaryStreamReader reader(ss.getRecordData()); in ParseInlineeLineTableForCompileUnit() local
H A DSymbolFileNativePDB.cpp1203 llvm::BinaryStreamReader reader(dssr.getRecordData()); in ParseLineTable() local
/openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DNNTP.pm509 sub reader { subroutine
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp252 CoreReaderFn reader, lldb::addr_t tag_segment_virtual_address, in UnpackTagsFromCoreFileSegment()
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.cpp301 BinaryStreamReader reader(data, support::little); in parseCallGraph() local
406 EhReader reader(this, data, /*dataOff=*/0); in splitEhFrames() local
1221 static CIE parseCIE(const InputSection *isec, const EhReader &reader, in parseCIE()
1394 EhReader reader(this, isec->data, subsec.offset); in registerEhFrames() local
/openbsd-src/usr.sbin/ocspcheck/
H A Dhttp.c63 readfp reader; /* read function */ member
/openbsd-src/usr.sbin/acme-client/
H A Dhttp.c64 readfp reader; /* read function */ member
/openbsd-src/usr.bin/yacc/
H A Dreader.c1841 reader(void) in reader() function
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1236 ReadingKindTracker(enum ReadingKind newKind, ASTReader &reader) in ReadingKindTracker()
1252 ProcessingUpdatesRAIIObj(ASTReader &reader) in ProcessingUpdatesRAIIObj()
/openbsd-src/usr.sbin/relayd/
H A Drelayd.c1485 char *reader; translate_string() local
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1225 void SBDebugger::PushInputReader(SBInputReader &reader) { in PushInputReader()