Home
last modified time | relevance | path

Searched defs:constructHeader (Results 1 – 11 of 11) sorted by relevance

/dports/lang/clips/clips_core_source_630/core/
H A Dconstrct.h70 struct constructHeader struct
76 struct constructHeader *next; argument
80 #define CHS (struct constructHeader *) argument
H A Dconstrct.c854 SYMBOL_HN *(*getConstructNameFunction)(struct constructHeader *), in AddConstruct()
856 struct defmoduleItemHeader *(*getModuleItemFunction)(struct constructHeader *), in AddConstruct()
858 void (*setNextItemFunction)(struct constructHeader *,struct constructHeader *), in AddConstruct()
H A Dcstrccom.c1269 void (*actionFunction)(void *,struct constructHeader *,void *), in DoForAllConstructs()
1344 void (*actionFunction)(void *,struct constructHeader *,void *), in DoForAllConstructsInModule()
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DSTOFFHeader.cxx62 std::vector<STOFFHeader> STOFFHeader::constructHeader(STOFFInputStreamPtr input) in constructHeader() function in STOFFHeader
/dports/textproc/libwps03/libwps-0.3.1/src/lib/
H A DWPSHeader.cpp49 WPSHeader *WPSHeader::constructHeader(RVNGInputStreamPtr &input) in constructHeader() function in WPSHeader
/dports/textproc/libwpd010/libwpd-0.10.3/src/lib/
H A DWPXHeader.cpp53 WPXHeader *WPXHeader::constructHeader(librevenge::RVNGInputStream *input, WPXEncryption *encryption) in constructHeader() function in WPXHeader
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DWPSHeader.cpp55 WPSHeader *WPSHeader::constructHeader(RVNGInputStreamPtr &input) in constructHeader() function in WPSHeader
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp/util/
H A DTHttpParser.cpp383 unique_ptr<IOBuf> THttpClientParser::constructHeader(unique_ptr<IOBuf> buf) { in constructHeader() function in apache::thrift::util::THttpClientParser
388 unique_ptr<IOBuf> THttpClientParser::constructHeader( in constructHeader() function in apache::thrift::util::THttpClientParser
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp/async/
H A DTHttpAsyncChannel.h146 std::unique_ptr<IOBuf> constructHeader(std::unique_ptr<IOBuf> buf) { in constructHeader() function
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMWAWHeader.cxx63 std::vector<MWAWHeader> MWAWHeader::constructHeader in constructHeader() function in MWAWHeader
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/tools/libtesteth/
H A DTestHelper.cpp708 dev::eth::BlockHeader constructHeader(h256 const& _parentHash, h256 const& _sha3Uncles, in constructHeader() function