SYMBOL INDEX (12494 symbols across 1511 files) FILE: bbs/acs.cpp type wwiv::bbs (line 36) | namespace wwiv::bbs { function check_acs (line 38) | bool check_acs(const std::string& expression, acs_debug_t debug) { function validate_acs (line 60) | bool validate_acs(const std::string& expression, acs_debug_t debug) { function input_acs (line 83) | std::string input_acs(common::Input& in, common::Output& out, const st... FILE: bbs/acs.h function namespace (line 27) | namespace wwiv::bbs { FILE: bbs/application.cpp class ApplicationContext (line 127) | class ApplicationContext final : public Context { method ApplicationContext (line 129) | explicit ApplicationContext(Application* app) : app_(app) {} method ApplicationContext (line 130) | ApplicationContext() = delete; method ApplicationContext (line 131) | ApplicationContext(const ApplicationContext&) = delete; method ApplicationContext (line 132) | ApplicationContext(ApplicationContext&&) = delete; method ApplicationContext (line 133) | ApplicationContext& operator=(const ApplicationContext&) = delete; method ApplicationContext (line 134) | ApplicationContext& operator = (ApplicationContext &&) = delete; method Config (line 136) | [[nodiscard]] Config& config() override { return *app_->config(); } method User (line 137) | [[nodiscard]] User& u() override { return *app_->user(); } method SessionContext (line 138) | [[nodiscard]] SessionContext& session_context() override { return app_... method mci_enabled (line 139) | [[nodiscard]] bool mci_enabled() const override { return bout.mci_enab... method Chains (line 143) | [[nodiscard]] const Chains& chains() const override { function SessionContext (line 206) | SessionContext& Application::sess() { function SessionContext (line 210) | const SessionContext& Application::sess() const { function Context (line 217) | Context& Application::context() { function Context (line 222) | const Context& Application::context() const { function get_caller_t (line 756) | get_caller_t Application::GetCaller() { function Config (line 1211) | Config* Application::config() const { return config_.get(); } function Names (line 1221) | Names* Application::names() const { return names_.get(); } function Batch (line 1252) | Batch& Application::batch() { return *batch_; } function usersubrec (line 1256) | const usersubrec& Application::current_user_sub() const { function usersubrec (line 1264) | const usersubrec& Application::current_user_dir() const { function subboard_t (line 1272) | const subboard_t& Application::current_sub() const { function Subs (line 1298) | Subs& Application::subs() { function Subs (line 1303) | const Subs& Application::subs() const { function Conferences (line 1308) | Conferences& Application::all_confs() { function Conferences (line 1313) | const Conferences& Application::all_confs() const { function Networks (line 1328) | Networks& Application::nets() { function Networks (line 1333) | const Networks& Application::nets() const { function GFiles (line 1338) | GFiles& Application::gfiles() { function GFiles (line 1343) | const GFiles& Application::gfiles() const { function Instances (line 1348) | Instances& Application::instances() { function Instances (line 1353) | const Instances& Application::instances() const { function Network (line 1358) | const Network& Application::current_net() const { FILE: bbs/application.h type asv_rec (line 36) | struct asv_rec { type arcrec (line 44) | struct arcrec type editorrec (line 45) | struct editorrec type newexternalrec (line 46) | struct newexternalrec type tagrec_t (line 47) | struct tagrec_t type usersubrec (line 48) | struct usersubrec function namespace (line 50) | namespace wwiv { type class (line 102) | enum class function wwiv (line 143) | [[nodiscard]] const wwiv::common::Context& context() const; function SetForcedReadSubNumber (line 186) | void SetForcedReadSubNumber(int n) { forced_read_subnum_ = static_cast match_archiver(const std::vector& arcs, co... function get_arc_cmd (line 41) | std::optional get_arc_cmd(const std::string& arc_fn, arc_... FILE: bbs/archivers.h type arc_command_t (line 29) | struct arc_command_t { type class (line 34) | enum class FILE: bbs/attach.cpp function attach_file (line 46) | void attach_file(int mode) { FILE: bbs/automsg.cpp function is_automessage_locked (line 44) | static bool is_automessage_locked() { function read_automessage (line 52) | void read_automessage() { function write_automessage (line 91) | void write_automessage() { function ShowAMsgMenuAndGetInput (line 149) | static char ShowAMsgMenuAndGetInput() { function email_automessage_author (line 168) | void email_automessage_author() { function delete_automessage (line 177) | void delete_automessage() { function lock_automessage (line 191) | void lock_automessage() { function unlock_automessage (line 215) | void unlock_automessage() { function do_legacy_automessage (line 234) | void do_legacy_automessage() { FILE: bbs/basic/basic.cpp type wwiv::bbs::basic (line 51) | namespace wwiv::bbs::basic { function my_print (line 53) | static int my_print(struct mb_interpreter_t* bas, const char* fmt, ...) { function my_input (line 67) | static int my_input(struct mb_interpreter_t* bas, const char* prompt, ... function RegisterMyBasicGlobals (line 77) | static bool RegisterMyBasicGlobals() { function ReadBasicFile (line 82) | static std::optional ReadBasicFile(wwiv::common::Output& ... function _on_error (line 120) | static void _on_error(struct mb_interpreter_t* s, mb_error_e err, cons... function ScriptBaseName (line 171) | static std::string ScriptBaseName(const std::string& script_name) { function mb_interpreter_t (line 179) | mb_interpreter_t* Basic::SetupBasicInterpreter() { function Debugger (line 272) | Debugger* Basic::debugger() { function RunBasicScript (line 294) | bool RunBasicScript(const std::string& script_name) { FILE: bbs/basic/basic.h function namespace (line 29) | namespace httplib { function namespace (line 37) | namespace wwiv::common { function namespace (line 42) | namespace wwiv::sdk { function class (line 49) | class Basic { FILE: bbs/basic/basic_test.cpp class BasicTest (line 39) | class BasicTest : public ::testing::Test { method SetUp (line 41) | void SetUp() override { method RunScript (line 50) | [[nodiscard]] bool RunScript(const std::string& text) { method IsValueEq (line 60) | static bool IsValueEq(const mb_value_t& v1, const mb_value_t& v2, cons... method IsValueNotEq (line 112) | static bool IsValueNotEq(const mb_value_t& v1, const mb_value_t& v2, c... method RegisterBasicUnitTestModule (line 116) | static void RegisterBasicUnitTestModule(mb_interpreter_t* basi) { function TEST_F (line 175) | TEST_F(BasicTest, Smoke) { function TEST_F (line 181) | TEST_F(BasicTest, Smoke_Fail) { function TEST_F (line 188) | TEST_F(BasicTest, Assert_Int_False) { function TEST_F (line 193) | TEST_F(BasicTest, Assert_Int_True) { function TEST_F (line 198) | TEST_F(BasicTest, Assert_String_False) { function TEST_F (line 202) | TEST_F(BasicTest, Assert_String_True) { function TEST_F (line 206) | TEST_F(BasicTest, Assert_Real_False) { function TEST_F (line 210) | TEST_F(BasicTest, Assert_Real_True) { function TEST_F (line 214) | TEST_F(BasicTest, Assert_DifferentTypes) { function TEST_F (line 219) | TEST_F(BasicTest, ModuleNames) { function TEST_F (line 227) | TEST_F(BasicTest, WWIV_Version) { function TEST_F (line 233) | TEST_F(BasicTest, WWIV_Version_Import) { function TEST_F (line 241) | TEST_F(BasicTest, WWIV_IO_PrintFile) { function TEST_F (line 248) | TEST_F(BasicTest, WWIV_IO_PrintFile_DoesNotExist) { function TEST_F (line 253) | TEST_F(BasicTest, WWIV_IO_Outstr) { function TEST_F (line 259) | TEST_F(BasicTest, WWIV_IO_Puts) { function TEST_F (line 265) | TEST_F(BasicTest, WWIV_IO_PL) { function TEST_F (line 271) | TEST_F(BasicTest, WWIV_Eval_Pass) { function TEST_F (line 276) | TEST_F(BasicTest, WWIV_Eval_Fail) { function TEST_F (line 281) | TEST_F(BasicTest, WWIV_IO_FILE_ReadIntoString) { function TEST_F (line 294) | TEST_F(BasicTest, WWIV_IO_FILE_ReadLines) { FILE: bbs/basic/debug_model.cpp type wwiv::bbs::basic (line 25) | namespace wwiv::bbs::basic { function to_json (line 30) | void to_json(nlohmann::json& j, const Variable& v) { function from_json (line 39) | void from_json(const nlohmann::json& j, Variable& v) { function to_json (line 49) | void to_json(nlohmann::json& j, const DebugLocation& v) { function from_json (line 58) | void from_json(const nlohmann::json& j, DebugLocation& v) { function to_json (line 75) | void to_json(nlohmann::json& j, const Breakpoint& v) { function from_json (line 86) | void from_json(const nlohmann::json& j, Breakpoint& v) { FILE: bbs/basic/debug_model.h type Variable (line 31) | struct Variable { type Breakpoint (line 40) | struct Breakpoint { function id (line 46) | int id{ 0 } function line (line 51) | int line{ 0 } function auto_delete (line 52) | bool auto_delete{ false }; FILE: bbs/basic/debug_state.cpp type wwiv::bbs::basic (line 32) | namespace wwiv::bbs::basic { function DebugLocation (line 134) | DebugLocation DebugState::location() const { function Breakpoints (line 139) | Breakpoints& DebugState::breakpoints() { function RunningState (line 149) | RunningState DebugState::running_state() const { FILE: bbs/basic/debug_state.h function class (line 33) | class Breakpoints { type class (line 50) | enum class function RunningState (line 78) | RunningState running_state() const; function set_num_stack_frames (line 95) | void set_num_stack_frames(int f) { num_stack_frames_ = f; } function RunningState (line 108) | RunningState running_state_{RunningState::UNKNOWN}; FILE: bbs/basic/debugger.cpp type wwiv::bbs::basic (line 36) | namespace wwiv::bbs::basic { function dump_headers (line 56) | std::string dump_headers(const httplib::Headers& headers) { function log (line 69) | static std::string log(const httplib::Request& req, const httplib::Res... function DebugState (line 105) | DebugState& Debugger::current_debug_state() { function create_debug_session_id (line 158) | static std::string create_debug_session_id() { function to_string (line 327) | static std::string to_string(struct mb_interpreter_t* bas, void** ast,... function var_collector (line 363) | static void var_collector(struct mb_interpreter_t* bas, const char* n,... function _on_prev_stepped (line 378) | int _on_prev_stepped(struct mb_interpreter_t* bas, void** ast, const c... function _on_post_stepped (line 459) | int _on_post_stepped(struct mb_interpreter_t* bas, void** ast, const c... FILE: bbs/basic/debugger.h function namespace (line 33) | namespace httplib { type mb_interpreter_t (line 86) | struct mb_interpreter_t type mb_interpreter_t (line 88) | struct mb_interpreter_t FILE: bbs/basic/util.cpp type wwiv::bbs::basic (line 27) | namespace wwiv::bbs::basic { class Basic (line 29) | class Basic function BasicScriptState (line 52) | BasicScriptState* get_wwiv_script_userdata(struct mb_interpreter_t* ba... function mb_empty_function (line 62) | int mb_empty_function(mb_interpreter_t* s, void** l) { function mb_value_t (line 68) | mb_value_t wwiv_mb_make_string(const std::string_view s) { function mb_value_t (line 74) | mb_value_t wwiv_mb_make_int(int i) { function mb_value_t (line 80) | mb_value_t wwiv_mb_make_real(float f) { function wwiv_mb_pop_value (line 86) | std::optional wwiv_mb_pop_value(mb_interpreter_t* bas, voi... function wwiv_mb_pop_usertype (line 95) | std::optional wwiv_mb_pop_usertype(mb_interpreter_t* bas, ... function wwiv_mb_pop_string (line 108) | std::optional wwiv_mb_pop_string(mb_interpreter_t* bas, v... function wwiv_mb_pop_int (line 119) | std::optional wwiv_mb_pop_int(mb_interpreter_t* bas, void** l) { function wwiv_mb_pop_handle (line 130) | std::optional wwiv_mb_pop_handle(mb_interpreter_t* bas, void** l) { function wwiv_mb_push_handle (line 140) | int wwiv_mb_push_handle(mb_interpreter_t* bas, void** l, int h) { function wwiv_mb_push_string (line 148) | int wwiv_mb_push_string(mb_interpreter_t* bas, void** l, std::string_v... function file_location_t (line 153) | file_location_t to_file_location_t(const std::string& s) { function dropfile_type_t (line 169) | dropfile_type_t to_dropfile_type_t(const std::string& s) { function chain_type_t (line 176) | chain_type_t to_chain_type_t(const std::string& s) { FILE: bbs/basic/util.h type mb_interpreter_t (line 31) | struct mb_interpreter_t type class (line 38) | enum class type class (line 39) | enum class function dropfile_type_t (line 40) | enum class dropfile_type_t { CHAIN_TXT, DOOR_SYS }; type wwiv_exec_options_t (line 47) | struct wwiv_exec_options_t { function file_location_t (line 49) | file_location_t loc{file_location_t::TEMP}; FILE: bbs/basic/util_test.cpp function TEST (line 29) | TEST(BasicUtilTest, MakeString) { function TEST (line 34) | TEST(BasicUtilTest, MakeInt) { function TEST (line 39) | TEST(BasicUtilTest, MakeReal) { FILE: bbs/basic/wwiv.cpp type wwiv::bbs::basic (line 30) | namespace wwiv::bbs::basic { function _version (line 32) | static int _version(struct mb_interpreter_t* bas, void** l) { function RegisterNamespaceWWIV (line 38) | bool RegisterNamespaceWWIV(mb_interpreter_t* basi) { FILE: bbs/basic/wwiv.h type mb_interpreter_t (line 21) | struct mb_interpreter_t function namespace (line 23) | namespace wwiv::bbs::basic { FILE: bbs/basic/wwiv_data.cpp type wwiv::bbs::basic (line 35) | namespace wwiv::bbs::basic { type script_data_type_t (line 37) | enum class script_data_type_t { STRING, INT, REAL } type script_data_t (line 39) | struct script_data_t { function serialize (line 46) | void serialize(Archive& ar, script_data_t& t) { function mb_value_t (line 57) | static mb_value_t to_mb_value(const script_data_t& f) { function script_data_t (line 70) | static script_data_t to_script_data(const mb_value_t& v) { type wwiv_data_scope_t (line 107) | enum class wwiv_data_scope_t { global, user } function DataFileName (line 109) | static std::filesystem::path DataFileName(const BasicScriptState* ud, ... function SaveData (line 120) | static bool SaveData(const BasicScriptState* ud, function LoadData (line 127) | static std::optional> LoadData(const BasicS... function RegisterNamespaceData (line 138) | bool RegisterNamespaceData(mb_interpreter_t* basi) { FILE: bbs/basic/wwiv_data.h type mb_interpreter_t (line 21) | struct mb_interpreter_t function namespace (line 23) | namespace wwiv::bbs::basic { FILE: bbs/basic/wwiv_file.cpp type wwiv::bbs::basic (line 26) | namespace wwiv::bbs::basic { function RegisterNamespaceWWIVFILE (line 28) | bool RegisterNamespaceWWIVFILE(mb_interpreter_t* basi) { FILE: bbs/basic/wwiv_file.h type mb_interpreter_t (line 21) | struct mb_interpreter_t function namespace (line 23) | namespace wwiv::bbs::basic { FILE: bbs/basic/wwiv_io.cpp type wwiv::bbs::basic (line 26) | namespace wwiv::bbs::basic { function RegisterNamespaceWWIVIO (line 29) | bool RegisterNamespaceWWIVIO(mb_interpreter_t* basi) { FILE: bbs/basic/wwiv_io.h type mb_interpreter_t (line 21) | struct mb_interpreter_t function namespace (line 23) | namespace wwiv::bbs::basic { FILE: bbs/basic/wwiv_os.cpp type wwiv::bbs::basic (line 31) | namespace wwiv::bbs::basic { function chain_type_to_flags (line 33) | static uint32_t chain_type_to_flags(chain_type_t c, file_location_t lo... function RegisterNamespaceWWIVOS (line 49) | bool RegisterNamespaceWWIVOS(mb_interpreter_t* basi) { FILE: bbs/basic/wwiv_os.h type mb_interpreter_t (line 21) | struct mb_interpreter_t function namespace (line 23) | namespace wwiv::bbs::basic { FILE: bbs/basic/wwiv_time.cpp type wwiv::bbs::basic (line 26) | namespace wwiv::bbs::basic { function RegisterNamespaceWWIVTIME (line 28) | bool RegisterNamespaceWWIVTIME(mb_interpreter_t* basi) { FILE: bbs/basic/wwiv_time.h type mb_interpreter_t (line 21) | struct mb_interpreter_t function namespace (line 23) | namespace wwiv::bbs::basic { FILE: bbs/batch.cpp function listbatch (line 81) | static void listbatch() { function downloaded (line 112) | static void downloaded(const std::string& file_name, long lCharsPerSecon... function didnt_upload (line 151) | void didnt_upload(const BatchEntry& b) { function uploaded (line 181) | static void uploaded(const std::string& file_name, long cps) { function ProcessDSZLogFile (line 254) | static void ProcessDSZLogFile(const std::string& path) { function hangup_color (line 272) | static int hangup_color(int left) { function bihangup (line 285) | static void bihangup() { function zmbatchdl (line 317) | void zmbatchdl(bool bHangupAfterDl) { function end_ymodem_batch1 (line 391) | char end_ymodem_batch1() { function end_ymodem_batch (line 422) | static void end_ymodem_batch() { function ymbatchdl (line 449) | void ymbatchdl(bool bHangupAfterDl) { function ratio1 (line 522) | static double ratio1(unsigned long xa) { function make_ul_batch_list (line 531) | static std::string make_ul_batch_list() { function make_dl_batch_list (line 549) | static std::filesystem::path make_dl_batch_list() { function run_cmd (line 596) | static void run_cmd(const std::string& orig_commandline, const std::stri... function dszbatchdl (line 640) | void dszbatchdl(bool bHangupAfterDl, const std::string& command_line, co... function dszbatchul (line 656) | static void dszbatchul(bool bHangupAfterDl, char* command_line, const st... function batchdl (line 676) | int batchdl(int mode) { function upload (line 806) | void upload(int dn) { function time_to_transfer (line 856) | std::chrono::seconds time_to_transfer(int32_t file_size, int32_t modem_s... FILE: bbs/batch.h function len_ (line 53) | int32_t len_{0} function sending_ (line 54) | bool sending_{false}; function AddBatch (line 64) | bool AddBatch(const BatchEntry& b) { function AddBatch (line 69) | bool AddBatch(BatchEntry&& b) { FILE: bbs/bbs.cpp function Application (line 46) | Application* a() { return app_; } function Application (line 49) | Application* CreateSession(LocalIO* localIO) { function bbsmain (line 57) | int bbsmain(int argc, char *argv[]) { FILE: bbs/bbs_event_handlers.cpp type wwiv::bbs (line 33) | namespace wwiv::bbs { function PrintTime (line 40) | static void PrintTime() { function CheckForHangup (line 58) | static void CheckForHangup() { function GiveupTimeSlices (line 62) | static void GiveupTimeSlices() { function bbs_callbacks (line 72) | bool bbs_callbacks() { FILE: bbs/bbs_event_handlers.h function namespace (line 22) | namespace wwiv::bbs { FILE: bbs/bbs_helper.cpp function Config (line 41) | Config& BbsHelper::config() const { function User (line 49) | User* BbsHelper::user() { function User (line 53) | const User* BbsHelper::user() const { FILE: bbs/bbs_helper.h function class (line 33) | class BbsHelper : public CommonHelper { FILE: bbs/bbs_macro_context_test.cpp class BbsMacroContextTest (line 31) | class BbsMacroContextTest : public ::testing::Test { method SetUp (line 33) | void SetUp() override { function TEST_F (line 44) | TEST_F(BbsMacroContextTest, Move_Up2) { function TEST_F (line 53) | TEST_F(BbsMacroContextTest, Move_Up) { function TEST_F (line 62) | TEST_F(BbsMacroContextTest, Move_Down) { function TEST_F (line 71) | TEST_F(BbsMacroContextTest, Move_Left) { function TEST_F (line 80) | TEST_F(BbsMacroContextTest, Move_Right) { function TEST_F (line 89) | TEST_F(BbsMacroContextTest, Move_XY) { function TEST_F (line 99) | TEST_F(BbsMacroContextTest, Expr_Ending) { function TEST_F (line 107) | TEST_F(BbsMacroContextTest, Expr_WithAdditional) { function TEST_F (line 116) | TEST_F(BbsMacroContextTest, JustText) { function TEST_F (line 127) | TEST_F(BbsMacroContextTest, Variable) { function TEST_F (line 137) | TEST_F(BbsMacroContextTest, If) { FILE: bbs/bbs_main.cpp function main (line 21) | int main(int argc, char *argv[]) { FILE: bbs/bbs_test_main.cpp function main (line 7) | int main(int argc, char* argv[]) { FILE: bbs/bbslist.cpp type cereal (line 57) | namespace cereal { function save (line 63) | inline function load (line 71) | inline type wwiv::bbslist (line 90) | namespace wwiv::bbslist { function serialize (line 92) | void serialize(Archive& ar, BbsListEntry& b) { function serialize (line 100) | void serialize(Archive& ar, BbsListAddress& a) { function LoadFromJSON (line 105) | bool LoadFromJSON(const std::filesystem::path& dir, const std::string&... function SaveToJSON (line 127) | bool SaveToJSON(const std::filesystem::path& dir, const std::string& f... function ConvertLegacyList (line 146) | static bool ConvertLegacyList(const std::filesystem::path& dir, const ... function ReadBBSList (line 174) | static void ReadBBSList(const std::vector& entries) { function delete_bbslist (line 189) | void delete_bbslist() { function IsBBSPhoneNumberValid (line 215) | static bool IsBBSPhoneNumberValid(const std::string& phoneNumber) { function IsBBSPhoneNumberUnique (line 230) | static bool IsBBSPhoneNumberUnique(const std::string& phoneNumber, con... function AddBBSListEntry (line 244) | static bool AddBBSListEntry(std::vector& entries) { function ShowBBSListMenuAndGetChoice (line 305) | static char ShowBBSListMenuAndGetChoice() { function add_bbslist (line 316) | void add_bbslist() { function read_bbslist (line 332) | void read_bbslist() { function BBSList (line 342) | void BBSList() { FILE: bbs/bbslist.h function namespace (line 26) | namespace wwiv::bbslist { FILE: bbs/bbslist_test.cpp function FindAddressByType (line 30) | static std::string FindAddressByType(const BbsListEntry& entry, const st... class NewBbsListTest (line 39) | class NewBbsListTest : public testing::Test { method SetUp (line 41) | void SetUp() override { helper.SetUp(); } method dir (line 42) | std::string dir() { return helper.files().TempDir().string(); } method CreateTempFile (line 43) | std::filesystem::path CreateTempFile(const std::string& name, const st... function TEST_F (line 49) | TEST_F(NewBbsListTest, NoFile) { function TEST_F (line 54) | TEST_F(NewBbsListTest, SingleItem_NoAddress) { function TEST_F (line 66) | TEST_F(NewBbsListTest, SingleItem_Address) { function TEST_F (line 88) | TEST_F(NewBbsListTest, MultipleEntries) { function TEST_F (line 114) | TEST_F(NewBbsListTest, WriteSingleEntry) { FILE: bbs/bbsovl1.cpp function DisplayHorizontalBar (line 64) | void DisplayHorizontalBar(int width, int color) { function YourInfo (line 74) | void YourInfo() { function GetMaxMessageLinesAllowed (line 120) | int GetMaxMessageLinesAllowed() { function upload_post (line 130) | void upload_post() { function send_email (line 156) | void send_email() { function edit_confs (line 173) | void edit_confs() { function feedback (line 207) | void feedback(bool bNewUserFeedback) { function text_edit (line 272) | void text_edit() { FILE: bbs/bbsovl2.cpp function OnlineUserEditor (line 41) | void OnlineUserEditor() { function BackPrint (line 243) | void BackPrint(const std::string& strText, int nColorCode, int nCharDela... function SpinPuts (line 247) | void SpinPuts(const std::string& strText, int color) { FILE: bbs/bbsovl3.cpp function do_sysop_command (line 28) | bool do_sysop_command(int nCommandID) { function ListAllColors (line 92) | void ListAllColors() { FILE: bbs/bbsutl.cpp function inli (line 43) | bool inli(std::string* outBuffer, std::string* rollover, std::string::si... function inli (line 61) | bool inli(char *buffer, char *rollover, std::string::size_type nMaxLen, ... function so (line 259) | bool so() { function cs (line 267) | bool cs() { function lcs (line 282) | bool lcs() { function sysop2 (line 300) | bool sysop2() { function check_ansi (line 322) | int check_ansi() { function YesNoString (line 341) | std::string YesNoString(bool bYesNo) { FILE: bbs/bbsutl1.cpp function wordcount (line 59) | static int wordcount(const std::string& instr, const char* delimstr) { function extractword (line 74) | static std::string extractword(int ww, const std::string& instr, const c... function filter_networks (line 102) | std::vector filter_networks(std::vector& nets, function query_network (line 128) | static std::optional query_network(const std::vector parse_internet_email_info(const st... function parse_ftn_email_info (line 183) | std::tuple parse_ftn_email_info(const std::string& e... function parse_local_email_info (line 200) | std::tuple parse_local_email_info(const std::string&... function parse_wwivnet_email_info (line 212) | std::tuple parse_wwivnet_email_info(const std::strin... function parse_email_info (line 252) | std::tuple parse_email_info(const std::string& email... function username_system_net_as_string (line 292) | std::string username_system_net_as_string(uint16_t un, const std::string... function username_system_net_as_string (line 309) | std::string username_system_net_as_string(uint16_t un, const std::string... function ValidateSysopPassword (line 317) | bool ValidateSysopPassword() { function hang_it_up (line 332) | void hang_it_up() { function play_sdf (line 356) | bool play_sdf(const std::string& sound_filename, bool abortable) { function describe_area_code (line 417) | std::string describe_area_code(int nAreaCode) { function describe_area_code_prefix (line 445) | std::string describe_area_code_prefix(int nAreaCode, int nTargetTown) { FILE: bbs/bbsutl1.h type NetworkAndName (line 55) | struct NetworkAndName { FILE: bbs/bbsutl2.cpp function ctypes (line 40) | std::string ctypes(int num) { FILE: bbs/bputch_test.cpp class BPutchTest (line 26) | class BPutchTest : public ::testing::Test { method SetUp (line 28) | void SetUp() override { helper.SetUp(); } method Puts (line 30) | virtual int Puts(std::string s) { function TEST_F (line 41) | TEST_F(BPutchTest, SingleLetter) { function TEST_F (line 46) | TEST_F(BPutchTest, MultipleLetters) { FILE: bbs/bputs_test.cpp class BPutsTest (line 27) | class BPutsTest : public ::testing::Test { method SetUp (line 29) | void SetUp() override { helper.SetUp(); } method Puts (line 31) | virtual int Puts(const std::string& s) { function TEST_F (line 40) | TEST_F(BPutsTest, SingleLetter) { function TEST_F (line 45) | TEST_F(BPutsTest, MultipleLetters) { function TEST_F (line 51) | TEST_F(BPutsTest, SinglePipe) { function TEST_F (line 60) | TEST_F(BPutsTest, SinglePipe_WithEndLine) { function TEST_F (line 76) | TEST_F(BPutsTest, RepeatedPipe) { function TEST_F (line 85) | TEST_F(BPutsTest, RepeatedPipe_WithEndLine) { function TEST_F (line 99) | TEST_F(BPutsTest, IfPipe_Yes) { function TEST_F (line 109) | TEST_F(BPutsTest, IfPipe_No) { function TEST_F (line 119) | TEST_F(BPutsTest, IfPipe_Embedded) { function TEST_F (line 129) | TEST_F(BPutsTest, MapValue_Smoke) { function TEST_F (line 139) | TEST_F(BPutsTest, Pipe_User) { function TEST_F (line 146) | TEST_F(BPutsTest, Pipe_BBS) { FILE: bbs/chains.cpp type chains_map (line 53) | struct chains_map { function show_chain (line 58) | static void show_chain(const chain_t& c, bool ansi, int chain_num, bool&... function show_chains (line 103) | static void show_chains(const chains_map& chains) { function run_chain (line 231) | void run_chain(const chain_t& c, int chain_num) { function run_chain (line 267) | void run_chain(int chain_num) { function chains_map (line 277) | chains_map build_chains_map() { function do_chains (line 305) | void do_chains() { FILE: bbs/chains.h function namespace (line 21) | namespace wwiv::sdk { FILE: bbs/chat.cpp type ch_type (line 43) | struct ch_type { type ch_action (line 52) | struct ch_action { function grabname (line 92) | static int grabname(const std::string& orig, int channel) { function StripName (line 143) | static std::string StripName(const std::string& in) { function get_colors (line 153) | static void get_colors(char* color_string, const IniFile* pIniFile) { function chat_room (line 158) | void chat_room() { function rip_words (line 241) | int rip_words(int start_pos, const char* message, char* wd, int size, ch... function f_action (line 266) | int f_action(int start_pos, int end_pos, char* aword) { function out_msg (line 293) | static void out_msg(const std::string& message, int loc) { function check_action (line 303) | bool check_action(const char* message, char* color_string, int loc) { function main_loop (line 327) | int main_loop(const char* raw_message, char* from_message, char* color_s... function who_online (line 413) | std::vector who_online(int loc) { function intro (line 429) | void intro(int loc) { function ch_direct (line 457) | void ch_direct(const std::string& message, int loc, char* color_string, ... function ch_whisper (line 484) | void ch_whisper(const std::string& message, char* color_string, int node) { function wusrinst (line 507) | int wusrinst(char* n) { function secure_ch (line 524) | void secure_ch(int ch) { function cleanup_chat (line 546) | void cleanup_chat() { function page_user (line 557) | void page_user(int loc) { function moving (line 596) | void moving(bool bOnline, int loc) { function load_actions (line 608) | void load_actions(IniFile* pIniFile) { function add_action (line 650) | void add_action(ch_action act) { function free_actions (line 667) | void free_actions() { function exec_action (line 675) | void exec_action(const char* message, char* color_string, int loc, int n... function action_help (line 721) | void action_help(int num) { function ga (line 744) | void ga(const char* message, char* color_string, int loc, int type) { function list_channels (line 756) | void list_channels() { function change_channels (line 807) | int change_channels(int loc) { function check_ch (line 855) | bool check_ch(int ch) { function load_channels (line 901) | void load_channels(IniFile& ini) { function userinst (line 940) | int userinst(char* user) { FILE: bbs/chnedit.cpp function chaindata (line 47) | static std::string chaindata(int chain_num) { function showchains (line 53) | static void showchains() { function ShowChainCommandLineHelp (line 64) | void ShowChainCommandLineHelp() { function YesNoStringList (line 88) | static std::string YesNoStringList(bool b, const std::string& yes, const... function list_chain_sponsors (line 92) | static void list_chain_sponsors(const std::set sponsors, char let... function modify_chain_sponsors (line 119) | static void modify_chain_sponsors(int chain_num, chain_t& c) { function chain_exec_mode_to_string (line 151) | static std::string chain_exec_mode_to_string(const chain_exec_mode_t& t) { function modify_chain (line 171) | static void modify_chain(ssize_t chain_num) { function insert_chain (line 311) | static void insert_chain(size_t pos) { function delete_chain (line 321) | void delete_chain(size_t chain_num) { function chainedit (line 325) | void chainedit() { FILE: bbs/common.h type side_menu_colors (line 50) | struct side_menu_colors { type search_record (line 57) | struct search_record { function alldirs (line 62) | int alldirs{0} function search_extended (line 63) | bool search_extended{false}; FILE: bbs/conf.cpp type wwiv::bbs (line 51) | namespace wwiv::bbs { function tmp_disable_conf (line 60) | void tmp_disable_conf(bool disable) { function reset_disable_conf (line 86) | void reset_disable_conf() { disable_conf_cnt = 0; } function conf_info_t (line 88) | conf_info_t get_conf_info(ConferenceType conftype) { function select_free_conf_key (line 105) | static std::optional select_free_conf_key(Conference& conf, bool l... function jump_conf (line 133) | void jump_conf(ConferenceType conftype) { function display_conf_subs (line 168) | static int display_conf_subs(Conference& conf) { function conf_set_t (line 198) | static conf_set_t& get_conf_set(Conference& conf, int num) { function edit_conf_subs (line 205) | void edit_conf_subs(Conference& conf) { function modify_conf (line 267) | static void modify_conf(Conference& conf, char key) { function insert_conf (line 333) | static void insert_conf(Conference& conf, char key) { function delete_conf (line 352) | static void delete_conf(Conference& conf, char key) { function conf_edit (line 360) | void conf_edit(Conference& conf) { function list_confs (line 412) | void list_confs(ConferenceType conftype, bool list_subs) { function list_confs (line 419) | void list_confs(Conference& conf, bool list_subs) { function select_conf (line 453) | std::optional select_conf(const std::string& prompt_text, Conferen... FILE: bbs/conf.h function namespace (line 25) | namespace wwiv::bbs { function class (line 33) | class conf_info_t { FILE: bbs/confutil.cpp function access_sub (line 32) | static bool access_sub(User& u, const subboard_t& s) { function addusub (line 44) | static void addusub(std::vector& us, int sub, char key = 0) { function create_usersubs (line 60) | static bool create_usersubs(Conference& conf, std::vector& uc, function access_at_least_one_conf (line 121) | bool access_at_least_one_conf(Conference& conf, const conf_set_t& e) { function clear_usersubs (line 135) | bool clear_usersubs(Conference& conf, std::vector& uc, int o... function setuconf (line 193) | void setuconf(Conference& conf, char key, int old_subnum) { function setuconf (line 202) | void setuconf(ConferenceType conf_type, int num, int old_subnum) { function changedsl (line 214) | void changedsl() { function okconf (line 273) | bool okconf(User* user) { function ok_multiple_conf (line 280) | bool ok_multiple_conf(User* user, const std::vector next_system(int ts) { function valid_system (line 35) | bool valid_system(int ts) { function set_net_num (line 39) | void set_net_num(int network_number) { function next_system_reg (line 45) | int32_t next_system_reg(int16_t ts) { FILE: bbs/connect1.h type net_system_list_rec (line 24) | struct net_system_list_rec FILE: bbs/crc.cpp function crc32buf (line 124) | unsigned long int crc32buf(const char *buffer, std::size_t nLength) { FILE: bbs/datetime_test.cpp function TEST (line 28) | TEST(DateTime, isleap) { FILE: bbs/defaults.cpp function select_editor (line 67) | void select_editor() { function GetMailBoxStatus (line 96) | static std::string GetMailBoxStatus() { function print_cur_stat (line 124) | static void print_cur_stat() { function DisplayColorName (line 191) | static std::string DisplayColorName(int c) { function DescribeColorCode (line 214) | std::string DescribeColorCode(int nColorCode) { function color_list (line 232) | void color_list() { function reset_user_colors_to_defaults (line 240) | static void reset_user_colors_to_defaults() { function change_colors (line 247) | void change_colors() { function l_config_qscan (line 378) | void l_config_qscan() { function config_qscan (line 392) | void config_qscan() { function list_macro (line 471) | static void list_macro(const std::string& s) { function macroedit (line 501) | static void macroedit(char *macro_text) { function change_macros (line 562) | void change_macros() { function change_password (line 606) | void change_password() { function modify_mailbox (line 637) | void modify_mailbox() { function change_optional_lines (line 698) | void change_optional_lines() { function enter_regnum (line 708) | void enter_regnum() { function change_email_address (line 715) | void change_email_address() { function defaults (line 733) | void defaults(bool& need_menu_reload) { function GetMaxLinesToShowForScanPlus (line 838) | static int GetMaxLinesToShowForScanPlus() { function list_config_scan_plus (line 845) | static void list_config_scan_plus(int first, int *amount, int type) { function drawscan (line 918) | static void drawscan(int filepos, bool tagged) { function undrawscan (line 937) | static void undrawscan(int filepos, long tagged) { function is_inscan (line 948) | static bool is_inscan(int dir) { function config_scan_plus (line 964) | void config_scan_plus(int type) { FILE: bbs/diredit.cpp function tail (line 55) | static std::string tail(const std::string& s, int len) { function dirdata (line 59) | static std::string dirdata(int n) { function showdirs (line 65) | static void showdirs() { function select_network (line 82) | std::optional select_network() { type list_area_tags_style_t (line 108) | enum class list_area_tags_style_t { number, indent } function list_area_tags (line 109) | static void list_area_tags(const std::vector... function modify_dir (line 203) | void modify_dir(int n) { function swap_dirs (line 345) | void swap_dirs(int dir1, int dir2) { function insert_dir (line 379) | void insert_dir(int n) { function delete_dir (line 418) | void delete_dir(int n) { function dlboardedit (line 449) | void dlboardedit() { FILE: bbs/dirlist.cpp function dirlist (line 36) | void dirlist(int mode) { FILE: bbs/dropfile.cpp type pcboard_sys_rec (line 50) | struct pcboard_sys_rec { function GetDoor32CommType (line 92) | static int GetDoor32CommType() { function GetDoor32Emulation (line 103) | static int GetDoor32Emulation() { return (okansi()) ? 1 : 0; } function create_dropfile_path (line 105) | std::filesystem::path create_dropfile_path(drop_file_t dropfile_type) { function create_dropfile_filename (line 126) | std::string create_dropfile_filename(drop_file_t dropfile_type) { function GetNamePartForDropFile (line 133) | static std::string GetNamePartForDropFile(bool last_name, const std::str... function GetMinutesRemainingForDropFile (line 148) | static long GetMinutesRemainingForDropFile() { function CreateDoorInfoDropFile (line 160) | void CreateDoorInfoDropFile() { function CreatePCBoardSysDropFile (line 192) | void CreatePCBoardSysDropFile() { function CreateCallInfoBbsDropFile (line 265) | void CreateCallInfoBbsDropFile() { function GetDoorHandle (line 319) | static unsigned int GetDoorHandle() { function CreateDoor32SysDropFile (line 327) | void CreateDoor32SysDropFile() { function CreateDoorSysDropFile (line 379) | void CreateDoorSysDropFile() { function create_drop_files (line 444) | static void create_drop_files() { function create_chain_file (line 490) | std::string create_chain_file() { function nf_path (line 536) | std::string nf_path(const std::string& cmd) { function create_netfoss_bat (line 541) | std::optional create_netfoss_bat() { FILE: bbs/dropfile.h type class (line 24) | enum class FILE: bbs/dsz.cpp function handle_dszline (line 33) | std::tuple handle_dszline(const std::st... function ProcessDSZLogFile (line 71) | bool ProcessDSZLogFile(const std::string& path, dsz_logline_callback_fn ... FILE: bbs/dsz.h type class (line 25) | enum class type std (line 32) | typedef std::function dsz_logline... FILE: bbs/dsz_test.cpp function TEST (line 28) | TEST(DszTest, Smoke) { FILE: bbs/email.cpp function ForwardMessage (line 67) | bool ForwardMessage(uint16_t *pUserNumber, uint16_t *pSystemNumber) { function OpenEmailFile (line 153) | std::unique_ptr OpenEmailFile(bool bAllowWrite) { function sendout_email (line 179) | void sendout_email(EmailData& data) { function ok_to_mail (line 348) | bool ok_to_mail(uint16_t user_number, uint16_t system_number, bool bForc... function email (line 401) | void email(const std::string& title, uint16_t user_number, uint16_t syst... function imail (line 670) | void imail(const std::string& title, uint16_t user_number, uint16_t syst... function delmail (line 713) | void delmail(File& f, size_t loc) { function fixup_user_entered_email (line 764) | std::string fixup_user_entered_email(const std::string& user_input) { FILE: bbs/email.h function anony (line 36) | uint8_t anony{0} function user_number (line 37) | uint16_t user_number{0} function system_number (line 38) | uint16_t system_number{0} function an (line 39) | bool an{false}; FILE: bbs/email_test.cpp function TEST (line 24) | TEST(EmailTest, Smoke) { FILE: bbs/exec_os2.cpp function exec_cmdline (line 34) | int exec_cmdline(wwiv::bbs::CommandLine& cmdline, int flags) { FILE: bbs/exec_socket.cpp type wwiv::bbs (line 44) | namespace wwiv::bbs { function SetBlockingMode (line 49) | static bool SetBlockingMode(SOCKET sock, bool blocking_mode) { type sockaddr_un (line 76) | struct sockaddr_un type sockaddr (line 82) | struct sockaddr type sockaddr_in (line 90) | struct sockaddr_in type sockaddr_in (line 122) | struct sockaddr_in type sockaddr (line 124) | struct sockaddr type timeval (line 148) | struct timeval function pump_socket_result_t (line 208) | pump_socket_result_t ExecSocket::pump_socket(EXEC_SOCKET_HANDLE hProce... FILE: bbs/exec_socket.h type class (line 35) | enum class type class (line 37) | enum class type pid_t (line 42) | typedef pid_t EXEC_SOCKET_HANDLE; function port (line 54) | [[nodiscard]] int port() const noexcept { return port_; } function SOCKET (line 71) | SOCKET server_socket_{INVALID_SOCKET}; FILE: bbs/exec_unix.cpp function ReadWriteNonBinary (line 57) | static int ReadWriteNonBinary(int sock, int pty_fd, fd_set& rfd) { function ReadWriteBinary (line 100) | static int ReadWriteBinary(int sock, int pty_fd, fd_set& rfd) { function pump_stdio (line 126) | static void pump_stdio(int sock, int pty_fd, pid_t pid, bool binary) { function wait_for_exit (line 176) | static int wait_for_exit(pid_t pid) { function UnixSpawn (line 199) | static std::tuple UnixSpawn(const wwiv::bbs::CommandLine& cm... function exec_cmdline (line 243) | int exec_cmdline(wwiv::bbs::CommandLine& cmdline, int flags) { FILE: bbs/exec_win32.cpp function LogToSync (line 74) | static void LogToSync(const std::string& s) { function GetSyncFosTempFilePath (line 80) | static std::filesystem::path GetSyncFosTempFilePath() { function GetDosXtrnPath (line 84) | static std::filesystem::path GetDosXtrnPath() { function CreateSyncFosCommandLine (line 88) | static std::string CreateSyncFosCommandLine(const std::string& tempFileP... function DeleteSyncTempFile (line 96) | static bool DeleteSyncTempFile() { function CreateSyncTempFile (line 105) | static bool CreateSyncTempFile(std::string *out, const std::string& comm... function DoSyncFosLoopNT (line 121) | bool DoSyncFosLoopNT(HANDLE hProcess, HANDLE hSyncHangupEvent, HANDLE hS... function SetupSyncFoss (line 285) | static bool SetupSyncFoss(DWORD& dwCreationFlags, HANDLE& hSyncHangupEve... function ErrorAsString (line 316) | static std::string ErrorAsString(DWORD last_error) { function exec_cmdline_sync (line 335) | static int exec_cmdline_sync(wwiv::bbs::CommandLine& cmdline, int flags,... function create_stdio_pipes (line 438) | static bool create_stdio_pipes() { function pump_pipes (line 470) | void pump_pipes(HANDLE hProcess) { function exec_cmdline (line 513) | int exec_cmdline(wwiv::bbs::CommandLine& cmdline, int flags) { FILE: bbs/execexternal.cpp function ExecuteExternalProgramNoScript (line 34) | static int ExecuteExternalProgramNoScript(wwiv::bbs::CommandLine& comman... function ExecuteExternalProgram (line 90) | int ExecuteExternalProgram(wwiv::bbs::CommandLine& cmdline, uint32_t fla... FILE: bbs/external_edit.cpp function external_edit_internal (line 43) | static bool external_edit_internal(const std::string& edit_filename, con... function CreateExternalMessageEditor (line 86) | static std::unique_ptr function DoExternalMessageEditor (line 106) | bool DoExternalMessageEditor(MessageEditorData& data, int maxli, int* se... function external_text_edit (line 118) | bool external_text_edit(const std::string& edit_filename, const std::fil... function fsed_text_edit (line 140) | bool fsed_text_edit(const std::string& edit_filename, const std::filesys... FILE: bbs/external_edit.h function class (line 27) | class ExternalMessageEditor { FILE: bbs/external_edit_qbbs.cpp function WriteMsgInf (line 62) | static bool WriteMsgInf(const std::string& title, const std::string& sub... function CreateMsgTmpFromQuotesTxt (line 100) | static bool CreateMsgTmpFromQuotesTxt(const std::filesystem::path& tmpdi... FILE: bbs/external_edit_wwiv.cpp type fedit_data_rec (line 37) | struct fedit_data_rec { function ReadWWIVResultFiles (line 51) | static void ReadWWIVResultFiles(std::string* title, int* anon, const std... function WriteWWIVEditorControlFiles (line 76) | static void WriteWWIVEditorControlFiles(const std::string& title, const ... FILE: bbs/external_edit_wwiv.h function class (line 28) | class ExternalWWIVMessageEditor : public ExternalMessageEditor { FILE: bbs/extract.cpp function get_extract_dir (line 36) | static std::optional get_extract_dir() { function extract_out (line 58) | void extract_out(const std::string& text, const std::string& title) { FILE: bbs/finduser.cpp function finduser (line 47) | int finduser(const std::string& searchString) { function finduser1 (line 79) | int finduser1(const std::string& searchString) { FILE: bbs/gfileedit.cpp function gfiledata (line 46) | static std::string gfiledata(const gfile_dir_t& r, int nSectionNum) { function showsec (line 51) | static void showsec() { function modify_sec (line 65) | void modify_sec(int n) { function insert_sec (line 142) | void insert_sec(int n) { function delete_sec (line 153) | void delete_sec(int n) { function gfileedit (line 158) | void gfileedit() { function fill_sec (line 214) | bool fill_sec(int sn) { FILE: bbs/gfiles.cpp function gfl_hdr (line 50) | static void gfl_hdr(int which) { function list_sec (line 113) | static void list_sec(std::vector map) { function list_gfiles (line 224) | static void list_gfiles(const gfile_dir_t& g) { function gfile_sec (line 345) | static void gfile_sec(int sn) { function gfiles2 (line 456) | void gfiles2() { function gfiles3 (line 463) | void gfiles3(int n) { function gfiles (line 470) | void gfiles() { FILE: bbs/hop.cpp function HopSub (line 33) | void HopSub() { function HopDir (line 100) | void HopDir() { FILE: bbs/inetmsg.cpp function check_inet_addr (line 45) | bool check_inet_addr(const std::string& a) { function read_inet_addr (line 49) | std::string read_inet_addr(int user_number) { FILE: bbs/inmsg.cpp function GetMessageToName (line 62) | static bool GetMessageToName(MessageEditorData& data) { function GetMessageTitle (line 95) | static void GetMessageTitle(MessageEditorData& data) { function InternalMessageEditor (line 163) | static bool InternalMessageEditor(std::vector& lin, int max... function UpdateMessageBufferInReplyToInfo (line 353) | static void UpdateMessageBufferInReplyToInfo(std::ostringstream& ss, boo... function FindTagFileName (line 380) | static std::filesystem::path FindTagFileName() { function UpdateMessageBufferTagLine (line 403) | static void UpdateMessageBufferTagLine(std::ostringstream& ss, bool is_e... function UpdateMessageBufferQuotesCtrlLines (line 454) | static void UpdateMessageBufferQuotesCtrlLines(std::ostringstream& ss) { function GetMessageAnonStatus (line 475) | static void GetMessageAnonStatus(bool *real_name, uint8_t *anony, int se... function ostringstream_to_wwivtext (line 529) | static std::string ostringstream_to_wwivtext(const std::ostringstream& b) { function inmsg (line 537) | bool inmsg(MessageEditorData& data) { FILE: bbs/input_test.cpp class InputTest (line 25) | class InputTest : public ::testing::Test { method SetUp (line 27) | void SetUp() override {} function TEST_F (line 30) | TEST_F(InputTest, Smoke) { FILE: bbs/instmsg.cpp function is_chat_invis (line 53) | bool is_chat_invis() { function send_inst_str (line 57) | void send_inst_str(int whichinst, const std::string& s) { function send_inst_sysstr (line 62) | void send_inst_sysstr(int whichinst, const std::string& s) { function broadcast (line 70) | void broadcast(const std::string& message) { function handle_inst_msg (line 82) | static void handle_inst_msg(const instance_message_t& ih) { function process_inst_msgs (line 104) | void process_inst_msgs() { function num_instances (line 132) | int num_instances() { function user_online (line 141) | std::optional user_online(int user_number) { function write_inst (line 157) | void write_inst(int loc, int subloc, int flags) { function inst_msg_waiting (line 257) | bool inst_msg_waiting() { function setiia (line 279) | std::chrono::milliseconds setiia(std::chrono::milliseconds poll_time) { function toggle_avail (line 287) | void toggle_avail() { function toggle_invis (line 300) | void toggle_invis() { FILE: bbs/interpret.h function namespace (line 25) | namespace wwiv::common { function namespace (line 30) | namespace wwiv::sdk { function set_config (line 47) | void set_config(wwiv::sdk::Config* config) { config_ = config; } type class (line 55) | enum class function pipe_type_t (line 67) | pipe_type_t pipe_{pipe_type_t::none}; FILE: bbs/lilo.cpp function CleanUserInfo (line 87) | static void CleanUserInfo() { function IsPhoneNumberUSAFormat (line 116) | bool IsPhoneNumberUSAFormat(User *pUser) { function GetAnsiStatusAndShowWelcomeScreen (line 121) | static int GetAnsiStatusAndShowWelcomeScreen() { function FindUserByRealName (line 141) | static uint16_t FindUserByRealName(const std::string& user_name) { function ShowLoginAndGetUserNumber (line 170) | static int ShowLoginAndGetUserNumber(const std::string& remote_username) { function IsPhoneRequired (line 199) | static bool IsPhoneRequired() { function VerifyPhoneNumber (line 208) | bool VerifyPhoneNumber() { function VerifyPassword (line 223) | static bool VerifyPassword(const std::string& remote_password) { function VerifySysopPassword (line 234) | static bool VerifySysopPassword() { function DoFailedLoginAttempt (line 239) | static void DoFailedLoginAttempt() { function LeaveBadPasswordFeedback (line 250) | static void LeaveBadPasswordFeedback(int ans) { function CheckCallRestrictions (line 295) | static void CheckCallRestrictions() { function logon_guest (line 305) | static void logon_guest() { function getuser (line 335) | void getuser() { function FixUserLinesAndColors (line 429) | static void FixUserLinesAndColors() { function UpdateUserStatsForLogin (line 444) | static void UpdateUserStatsForLogin() { function PrintLogonFile (line 466) | static void PrintLogonFile() { function PrintUserSpecificFiles (line 476) | static void PrintUserSpecificFiles() { function CreateLastOnLogLine (line 495) | static std::string CreateLastOnLogLine(const Status& status) { function UpdateLastOnFile (line 525) | static void UpdateLastOnFile() { function process_net_log_line (line 579) | static std::string process_net_log_line(const std::string& line) { function DisplayLastNetInfo (line 600) | static void DisplayLastNetInfo() { function CheckAndUpdateUserInfo (line 629) | static void CheckAndUpdateUserInfo() { function DisplayUserLoginInformation (line 671) | static void DisplayUserLoginInformation() { function LoginCheckForNewMail (line 753) | static void LoginCheckForNewMail() { function read_voting (line 771) | static std::vector read_voting() { function CheckUserForVotingBooth (line 789) | static void CheckUserForVotingBooth() { function UpdateLastAddress (line 804) | static void UpdateLastAddress() { function logon (line 817) | void logon() { function logoff (line 908) | void logoff() { FILE: bbs/lilo.h function namespace (line 21) | namespace wwiv::sdk { FILE: bbs/listplus.cpp function colorize_foundtext (line 79) | static void colorize_foundtext(char* text, search_record* search_rec, in... function colorize_foundtext (line 113) | static void colorize_foundtext(std::string* text, search_record* search_... function build_header (line 120) | static void build_header() { function printtitle_plus_old (line 160) | static void printtitle_plus_old() { function printtitle_plus (line 176) | void printtitle_plus() { function lp_configured_lines (line 191) | static int lp_configured_lines() { function first_file_pos (line 198) | int first_file_pos() { function print_searching (line 206) | void print_searching(search_record* search_rec) { function catch_divide_by_zero (line 218) | static void catch_divide_by_zero(int signum) { function listfiles_plus (line 224) | int listfiles_plus(int type) { function lp_add_batch (line 269) | int lp_add_batch(const std::string& file_name, int dn, int fs) { function printinfo_plus (line 301) | int printinfo_plus(uploadsrec* u, int filenum, int marked, int LinesLeft, function print_extended (line 454) | int print_extended(const std::string& file_name, int numlist, int indent... function show_fileinfo (line 491) | void show_fileinfo(uploadsrec* u) { function check_lines_needed (line 511) | int check_lines_needed(uploadsrec* u) { function prep_search_rec (line 529) | int prep_search_rec(search_record* r, int type) { function calc_max_lines (line 565) | int calc_max_lines() { function check_lp_colors (line 573) | static void check_lp_colors() { function save_lp_config (line 592) | void save_lp_config() { function load_lp_config (line 603) | void load_lp_config() { function sysop_configure (line 652) | void sysop_configure() { function SelectColor (line 774) | short SelectColor(int which) { function update_user_config_screen (line 834) | static void update_user_config_screen(uploadsrec* u, int which) { function config_file_list (line 946) | void config_file_list() { function rename_filename (line 1088) | static int rename_filename(const std::string& file_name, int dn) { function remove_filename (line 1197) | static int remove_filename(const std::string& file_name, int dn) { function move_filename (line 1267) | static int move_filename(const std::string& file_name, int dn) { function do_batch_sysop_command (line 1403) | void do_batch_sysop_command(int mode, const std::string& file_name) { function search_criteria (line 1459) | int search_criteria(search_record* sr) { function view_file (line 1572) | void view_file(const std::string& aligned_file_name) { function lp_try_to_download (line 1594) | int lp_try_to_download(const std::string& file_mask, int dn) { function download_plus (line 1635) | void download_plus(const std::string& file_name) { function request_file (line 1687) | void request_file(const std::string& file_name) { FILE: bbs/listplus.h type uploadsrec (line 26) | struct uploadsrec type listplus_config (line 40) | struct listplus_config { FILE: bbs/lpfunc.cpp function drawfile (line 56) | static void drawfile(int filepos, int filenum) { function undrawfile (line 62) | static void undrawfile(int filepos, int filenum) { function prep_menu_items (line 67) | static void prep_menu_items(std::vector* menu_items) { function load_listing (line 90) | static void load_listing() { function listfiles_plus_function (line 101) | int listfiles_plus_function(int type) { function compare_criteria (line 563) | int compare_criteria(search_record * sr, uploadsrec * ur) { function lp_compare_strings (line 612) | bool lp_compare_strings(const char *raw, const char *formula) { function lp_compare_strings_wh (line 618) | bool lp_compare_strings_wh(const char *raw, const char *formula, unsign... function lp_get_token (line 648) | int lp_get_token(const char *formula, unsigned *pos) { function lp_get_value (line 666) | int lp_get_value(const char *raw, const char *formula, unsigned *pos) { FILE: bbs/make_abs_cmd_os2.cpp function make_abs_cmd (line 38) | void make_abs_cmd(const std::filesystem::path& root, std::string* out) { FILE: bbs/make_abs_cmd_unix.cpp function make_abs_cmd (line 33) | void make_abs_cmd(const std::filesystem::path& root, std::string* out) { FILE: bbs/make_abs_cmd_win32.cpp function make_abs_cmd (line 32) | void make_abs_cmd(const std::filesystem::path& root, std::string* out) { FILE: bbs/make_abs_test.cpp class MakeAbsTest (line 32) | class MakeAbsTest : public ::testing::Test { method SetUp (line 34) | void SetUp() override { function TEST_F (line 44) | TEST_F(MakeAbsTest, NotUnderRoot) { function TEST_F (line 51) | TEST_F(MakeAbsTest, UnderRoot) { function TEST_F (line 59) | TEST_F(MakeAbsTest, UnderRoot_WithExt) { function TEST_F (line 67) | TEST_F(MakeAbsTest, UnderRoot_SlashInParam) { function TEST_F (line 76) | TEST_F(MakeAbsTest, UnderRoot_SlashInParam_DoesNotExist) { function TEST_F (line 85) | TEST_F(MakeAbsTest, DoesNotExist) { function TEST_F (line 95) | TEST_F(MakeAbsTest, Smoke) { FILE: bbs/menus/config_menus.cpp type wwiv::bbs::menus (line 45) | namespace wwiv::bbs::menus { function ValidateMenuSet (line 47) | static bool ValidateMenuSet(const std::string& menu_set) { function ListMenuDirs (line 52) | static std::map ListMenuDirs() { function SetMenuSet (line 82) | static bool SetMenuSet(const menu_set_t& m) { function ConfigUserMenuSet (line 98) | void ConfigUserMenuSet(const std::string& data) { FILE: bbs/menus/config_menus.h function namespace (line 27) | namespace wwiv::bbs::menus { FILE: bbs/menus/mainmenu.cpp type wwiv::bbs::menus (line 46) | namespace wwiv::bbs::menus { function CheckMenuPassword (line 48) | static bool CheckMenuPassword(const std::string& pw) { function log_command (line 58) | static void log_command(menu_logtype_t logging, const menu_item_56_t& ... function mainmenu (line 142) | void mainmenu() { function IsNumber (line 204) | static bool IsNumber(const std::string& command) { FILE: bbs/menus/mainmenu.h function namespace (line 30) | namespace wwiv::sdk { type class (line 39) | enum class function class (line 48) | class Menu { FILE: bbs/menus/menu_context.h function namespace (line 26) | namespace wwiv::bbs::menus { FILE: bbs/menus/menucommands.cpp type wwiv::bbs::menus (line 53) | namespace wwiv::bbs::menus { function interpret_command (line 72) | std::optional interpret_command(Menu* menu, const std::st... function CreateCommandMap (line 89) | std::map CreateCommandMap() { FILE: bbs/menus/menucommands.h function namespace (line 29) | namespace wwiv::bbs::menus { FILE: bbs/menus/menuspec.cpp type wwiv::bbs::menus (line 50) | namespace wwiv::bbs::menus { function FindDN (line 65) | static int FindDN(const std::string& dl_fn) { function MenuDownload (line 82) | int MenuDownload(const std::string& dir_fn, const std::string& dl_fn, ... function MenuDownload (line 177) | int MenuDownload(const std::string& dir_and_fname, bool bFreeDL, bool ... function FindDoorNo (line 185) | static int FindDoorNo(const std::string& name) { function ValidateDoorAccess (line 195) | static bool ValidateDoorAccess(int door_number) { function MenuRunDoorName (line 228) | bool MenuRunDoorName(const std::string& name, bool bFree) { function MenuRunDoorNumber (line 233) | bool MenuRunDoorNumber(int nDoorNumber, bool bFree) { function ChangeSubNumber (line 245) | void ChangeSubNumber() { function ChangeDirNumber (line 256) | void ChangeDirNumber() { function SetConf (line 278) | static void SetConf(ConferenceType t, char key) { function SetMsgConf (line 290) | void SetMsgConf(char conf_designator) { function SetDirConf (line 294) | void SetDirConf(char conf_designator) { function EnableConf (line 298) | void EnableConf() { function DisableConf (line 302) | void DisableConf() { function SetNewScanMsg (line 306) | void SetNewScanMsg() { FILE: bbs/menus/menuspec.h function namespace (line 23) | namespace wwiv::bbs::menus { FILE: bbs/menus/menusupp.cpp type wwiv::bbs::menus (line 98) | namespace wwiv::bbs::menus { function UnQScan (line 100) | void UnQScan() { function DirList (line 124) | void DirList() { function UpSubConf (line 128) | void UpSubConf() { function DownSubConf (line 138) | void DownSubConf() { function DownSub (line 148) | void DownSub() { function UpSub (line 154) | void UpSub() { function ValidateUser (line 161) | void ValidateUser() { function Chains (line 173) | void Chains() { function TimeBank (line 181) | void TimeBank() { function Defaults (line 188) | void Defaults(bool& need_menu_reload) { function SendEMail (line 198) | void SendEMail() { function FeedBack (line 202) | void FeedBack() { function Bulletins (line 207) | void Bulletins() { function SystemInfo (line 213) | void SystemInfo() { function JumpSubConf (line 226) | void JumpSubConf() { function KillEMail (line 232) | void KillEMail() { function LastCallers (line 239) | void LastCallers() { function ReadEMail (line 269) | void ReadEMail() { function NewMessageScan (line 273) | void NewMessageScan() { function GoodBye (line 288) | void GoodBye() { function WWIV_PostMessage (line 368) | void WWIV_PostMessage() { function ScanSub (line 376) | void ScanSub() { function RemovePost (line 384) | void RemovePost() { function TitleScan (line 391) | void TitleScan() { function ListUsers (line 398) | void ListUsers() { function Vote (line 402) | void Vote() { function ToggleExpert (line 409) | void ToggleExpert(const std::string& data) { function WWIVVersion (line 418) | void WWIVVersion() { function JumpEdit (line 453) | void JumpEdit() { function BoardEdit (line 458) | void BoardEdit() { function ChainEdit (line 464) | void ChainEdit() { function ToggleChat (line 470) | void ToggleChat() { function ChangeUser (line 484) | void ChangeUser() { function DirEdit (line 489) | void DirEdit() { function LoadTextFile (line 495) | void LoadTextFile() { function EditText (line 512) | void EditText() { function EditBulletins (line 522) | void EditBulletins() { function ReadAllMail (line 528) | void ReadAllMail() { function ResetQscan (line 534) | void ResetQscan() { function MemoryStatus (line 550) | void MemoryStatus() { function InitVotes (line 556) | void InitVotes() { function ReadLog (line 562) | void ReadLog() { function ReadNetLog (line 567) | void ReadNetLog() { function PrintPending (line 571) | void PrintPending() { function PrintStatus (line 575) | void PrintStatus() { function TextEdit (line 579) | void TextEdit() { function VotePrint (line 585) | void VotePrint() { function YesterdaysLog (line 590) | void YesterdaysLog() { function ZLog (line 595) | void ZLog() { function ViewNetDataLog (line 599) | void ViewNetDataLog() { function UploadPost (line 611) | void UploadPost() { function WhoIsOnline (line 615) | void WhoIsOnline() { function NewMsgsAllConfs (line 621) | void NewMsgsAllConfs() { function MultiEmail (line 637) | void MultiEmail() { function NewMsgScanFromHere (line 641) | void NewMsgScanFromHere() { function ValidateScan (line 647) | void ValidateScan() { function ChatRoom (line 653) | void ChatRoom() { function ClearQScan (line 658) | void ClearQScan() { function FastGoodBye (line 683) | void FastGoodBye() { function NewFilesAllConfs (line 701) | void NewFilesAllConfs() { function ReadIDZ (line 714) | void ReadIDZ() { function RemoveNotThere (line 724) | void RemoveNotThere() { function UploadAllDirs (line 728) | void UploadAllDirs() { function UploadCurDir (line 739) | void UploadCurDir() { function RenameFiles (line 743) | void RenameFiles() { function MoveFiles (line 747) | void MoveFiles() { function SortDirs (line 751) | void SortDirs() { function ReverseSort (line 771) | void ReverseSort() { function AllowEdit (line 784) | void AllowEdit() { function UploadFilesBBS (line 788) | void UploadFilesBBS() { function UpDirConf (line 805) | void UpDirConf() { function UpDir (line 815) | void UpDir() { function DownDirConf (line 825) | void DownDirConf() { function DownDir (line 835) | void DownDir() { function ListUsersDL (line 845) | void ListUsersDL() { function PrintDSZLog (line 849) | void PrintDSZLog() { function PrintDevices (line 855) | void PrintDevices() { function ViewArchive (line 859) | void ViewArchive() { function BatchMenu (line 863) | void BatchMenu() { function Download (line 867) | void Download() { function FindDescription (line 873) | void FindDescription() { function JumpDirConf (line 877) | void JumpDirConf() { function ConfigFileList (line 883) | void ConfigFileList() { function ListFiles (line 889) | void ListFiles() { function NewFileScan (line 893) | void NewFileScan() { function RemoveFiles (line 913) | void RemoveFiles() { function SearchAllFiles (line 919) | void SearchAllFiles() { function XferDefaults (line 923) | void XferDefaults() { function Upload (line 929) | void Upload() { function YourInfoDL (line 944) | void YourInfoDL() { function UploadToSysop (line 948) | void UploadToSysop() { function GuestApply (line 955) | void GuestApply() { function AttachFile (line 963) | void AttachFile() { function GuestCheck (line 967) | bool GuestCheck() { function SetSubNumber (line 975) | void SetSubNumber(const MenuContext& context) { function SetDirNumber (line 983) | void SetDirNumber(const MenuContext& context) { function LogOffCmd (line 991) | void LogOffCmd() { FILE: bbs/menus/menusupp.h function namespace (line 23) | namespace wwiv::bbs::menus { FILE: bbs/menus/printcommands.cpp type wwiv::bbs::menus (line 27) | namespace wwiv::bbs::menus { function emit_menu (line 33) | void emit_menu(const std::string& cmd, const std::string& cat, const s... function emit_category_name (line 47) | void emit_category_name(const std::string& cat, bool output_markdown) { function PrintMenuCommands (line 60) | void PrintMenuCommands(const std::string& arg) { FILE: bbs/menus/printcommands.h function namespace (line 25) | namespace wwiv::bbs::menus { FILE: bbs/message_file.cpp function MSG_STARTING (line 40) | constexpr auto MSG_STARTING(S section) { return section * GATSECLEN + GA... function OpenMessageFile (line 49) | static std::unique_ptr OpenMessageFile(const std::string messageAr... function set_gat_section (line 74) | static void set_gat_section(File& file, int section) { function save_gat (line 96) | static void save_gat(File& file) { function remove_link (line 109) | void remove_link(const messagerec* msg, const std::string& fileName) { function savefile (line 137) | void savefile(const std::string& text, messagerec* msg, const std::strin... function readfile (line 188) | std::optional readfile(const messagerec* msg, const std::st... function lineadd (line 226) | void lineadd(const messagerec* msg, const std::string& sx, std::string f... FILE: bbs/message_file.h type messagerec (line 27) | struct messagerec FILE: bbs/message_find.cpp type wwiv::bbs (line 31) | namespace wwiv::bbs { function find_message_result_t (line 40) | find_message_result_t FindNextMessageAgain(int msgno) { function find_message_result_t (line 78) | find_message_result_t FindNextMessage(int msgno) { function find_message_result_t (line 102) | find_message_result_t FindNextMessageFS(common::FullScreenView& fs, in... FILE: bbs/message_find.h function namespace (line 22) | namespace wwiv::common { type class (line 26) | enum class function namespace (line 28) | namespace wwiv::bbs { FILE: bbs/misccmd.cpp function kill_old_email (line 54) | void kill_old_email() { function list_users (line 222) | void list_users(int mode) { function time_bank (line 404) | void time_bank() { function getnetnum (line 481) | int getnetnum(const std::string& network_name) { function getnetnum_by_type (line 490) | int getnetnum_by_type(network_type_t type) { FILE: bbs/mmkey.cpp function mmkey_getch (line 38) | static char mmkey_getch() { function max_sub_key (line 56) | static int max_sub_key(std::vector& container) { function mmkey (line 68) | std::string mmkey(std::set& x, std::set& xx, bool bListOptio... function mmkey (line 132) | std::string mmkey(std::set& x) { function mmkey (line 138) | std::string mmkey(MMKeyAreaType dl, bool bListOption) { FILE: bbs/mmkey.h type class (line 24) | enum class FILE: bbs/msgbase1.cpp function send_net_post (line 71) | void send_net_post(postrec* pPostRecord, const subboard_t& sub) { function net_type_to_string (line 150) | static std::string net_type_to_string(const network_type_t& t) { function post (line 164) | void post(const PostData& post_data) { function add_ftn_msgid (line 332) | void add_ftn_msgid(const wwiv::sdk::Config& config, const FidoAddress& a... function grab_user_name (line 350) | std::string grab_user_name(messagerec* m, const std::string& file_name, ... function qscan (line 385) | void qscan(uint16_t start_subnum, bool& nextsub) { function nscan (line 438) | void nscan(uint16_t start_subnum) { function ScanMessageTitles (line 464) | void ScanMessageTitles() { function remove_post (line 489) | void remove_post() { FILE: bbs/msgbase1.h function namespace (line 26) | namespace wwiv { type messagerec (line 32) | struct messagerec type postrec (line 33) | struct postrec function namespace (line 35) | namespace wwiv::sdk::fido { function class (line 39) | class PostReplyToData { function class (line 49) | class PostData { FILE: bbs/msgbase1_test.cpp function TEST (line 34) | TEST(Msgbase1Test, Smoke) {} function TEST (line 36) | TEST(Msgbase1Test, AddFtnMsgid_Smoke) { FILE: bbs/msgscan.cpp function GetScanReadPrompts (line 78) | static std::string GetScanReadPrompts(int msg_num) { function HandleScanReadAutoReply (line 98) | static void HandleScanReadAutoReply(int& msgnum, const char* user_input, function HandleScanReadFind (line 228) | static void HandleScanReadFind(int& msgno, MsgScanOption& scan_option) { function FullScreenView (line 238) | static FullScreenView CreateFullScreenListTitlesView() { function CreateLine (line 274) | static std::string CreateLine(std::optional&& msg, const int ms... function CreateMessageTitleVector (line 329) | static std::vector CreateMessageTitleVector(MessageArea* ar... function display_title_new (line 339) | static void display_title_new(const std::vector& lines, con... function display_titles_new (line 352) | static void display_titles_new(const std::vector& lines, co... function ReadMessageResult (line 363) | static ReadMessageResult HandleListTitlesFullScreen(int& msgnum, MsgScan... function HandleListTitles (line 566) | static void HandleListTitles(int& msgnum, MsgScanOption& scan_option_typ... function HandleMessageDownload (line 600) | static void HandleMessageDownload(int msgnum) { function HandleMessageMove (line 628) | void HandleMessageMove(int& msg_num) { function HandleMessageLoad (line 717) | static void HandleMessageLoad() { function HandleMessageReply (line 734) | void HandleMessageReply(int& msg_num) { function HandleMessageDelete (line 770) | static void HandleMessageDelete(int& msg_num) { function HandleMessageExtract (line 816) | static void HandleMessageExtract(int& msgnum) { function HandleMessageHelp (line 828) | static void HandleMessageHelp() { function HandleValUser (line 838) | static void HandleValUser(int msg_num) { function HandleToggleAutoPurge (line 849) | static void HandleToggleAutoPurge(int msg_num) { function HandleTogglePendingNet (line 867) | static void HandleTogglePendingNet(int msg_num, int& val) { function HandleRemoveFromNewScan (line 887) | static void HandleRemoveFromNewScan() { function HandleToggleUnAnonymous (line 903) | static void HandleToggleUnAnonymous(int msg_num) { function HandleScanReadPrompt (line 915) | static void HandleScanReadPrompt(int& msgnum, MsgScanOption& scan_option... function validate (line 1042) | static void validate() { function network_validate (line 1057) | static void network_validate() { function query_post (line 1085) | static bool query_post() { function scan_new (line 1103) | static void scan_new(int msgnum, MsgScanOption scan_option, bool& nextsu... function scan (line 1231) | void scan(int msg_num, MsgScanOption scan_option, bool& nextsub, bool ti... FILE: bbs/msgscan.h type class (line 21) | enum class FILE: bbs/multinst.cpp function make_inst_str (line 54) | std::string make_inst_str(int instance_num, int format) { function multi_instance (line 80) | void multi_instance() { function find_instance_by_loc (line 96) | int find_instance_by_loc(int loc, int subloc) { FILE: bbs/multmail.cpp function multimail (line 52) | void multimail(int *pnUserNumber, int numu) { function oneuser (line 188) | int oneuser() { function add_list (line 259) | void add_list(int *pnUserNumber, int *numu, int maxu, int allowdup) { function slash_e (line 298) | void slash_e() { FILE: bbs/netsup.cpp function CreateNetworkBinary (line 68) | static std::string CreateNetworkBinary(const std::string& exe) { type CalloutEntry (line 84) | struct CalloutEntry { method CalloutEntry (line 85) | CalloutEntry(uint16_t o, int e) : node(o), net(e) {} function cleanup_net (line 90) | void cleanup_net() { function do_callout (line 133) | static void do_callout(const Network& net, int sn) { function print_pending_list (line 165) | void print_pending_list() { function gate_msg (line 290) | void gate_msg(net_header_rec* nh, char* messageText, int nNetNumber, function to_difftime_string (line 424) | static std::string to_difftime_string(daten_t now, daten_t then) { function print_call (line 434) | static void print_call(uint16_t sn, const Network& net) { function fill_call (line 494) | static void fill_call(int color, int row, const std::vector ansicallout() { function FindNetworkNumberForNode (line 735) | static int FindNetworkNumberForNode(int sn) { function force_callout (line 745) | void force_callout() { FILE: bbs/netsup.h type net_header_rec (line 25) | struct net_header_rec FILE: bbs/newuser.cpp function input_phone (line 90) | void input_phone() { function input_dataphone (line 109) | void input_dataphone() { function check_name (line 130) | static bool check_name(const std::string& user_name) { function input_name (line 148) | void input_name() { function containsFirstAndLastName (line 175) | bool containsFirstAndLastName(const std::string& name) { function input_realname (line 187) | void input_realname() { function input_callsign (line 203) | void input_callsign() { function valid_phone (line 210) | bool valid_phone(const std::string& phoneNumber) { function input_street (line 234) | void input_street() { function input_city (line 251) | void input_city() { function input_state (line 266) | void input_state() { function input_country (line 286) | void input_country() { function input_zipcode (line 300) | void input_zipcode() { function input_sex (line 323) | void input_sex() { function input_age (line 329) | void input_age(User* u) { function input_comptype (line 365) | void input_comptype() { function detect_screensize (line 392) | bool detect_screensize() { function input_screensize (line 408) | void input_screensize() { function CheckPasswordComplexity (line 423) | bool CheckPasswordComplexity(User*, std::string& password) { function input_pw (line 431) | void input_pw(User* pUser) { function input_ansistat (line 454) | void input_ansistat() { function InsertSmallRecord (line 498) | static void InsertSmallRecord(StatusMgr& sm, Names& names, int user_numb... function find_new_usernum (line 507) | static int find_new_usernum(const User* pUser, uint32_t* qscn) { function CreateNewUserRecord (line 573) | static bool CreateNewUserRecord() { function CanCreateNewUserAccountHere (line 590) | bool CanCreateNewUserAccountHere() { function DoNewUserASV (line 622) | void DoNewUserASV() { function add_phone_number (line 653) | static void add_phone_number(int usernum, const std::string& phone) { function WriteNewUserInfoToSysopLog (line 666) | void WriteNewUserInfoToSysopLog() { function VerifyNewUserPassword (line 701) | void VerifyNewUserPassword() { function SendNewUserFeedbackIfRequired (line 717) | void SendNewUserFeedbackIfRequired() { function ExecNewUserCommand (line 738) | void ExecNewUserCommand() { function single_space (line 757) | void single_space(char* text) { function check_zip (line 782) | bool check_zip(const std::string& zipcode, int mode) { function noabort (line 854) | void noabort(const char* file_name) { function cln_nu (line 869) | static void cln_nu() { type NewUserItemResult (line 877) | enum class NewUserItemResult { success, no_change, need_redraw } class NewUserContext (line 879) | class NewUserContext { method NewUserContext (line 881) | NewUserContext(char l, User& u, newuser_item_type_t i, bool f) : lette... class NewUserItem (line 889) | class NewUserItem { method NewUserItem (line 891) | NewUserItem(newuser_item_fn f, newuser_item_type_t s) : fn(std::move(f... function NewUserItemResult (line 896) | NewUserItemResult DoNameOrHandle(NewUserContext& c) { function NewUserItemResult (line 915) | NewUserItemResult DoRealName(NewUserContext& c) { function NewUserItemResult (line 934) | NewUserItemResult DoBirthDay(NewUserContext& c) { function NewUserItemResult (line 977) | NewUserItemResult DoGender(NewUserContext& c) { function NewUserItemResult (line 989) | NewUserItemResult DoCountry(NewUserContext& c) { function NewUserItemResult (line 1005) | NewUserItemResult DoZipCode(NewUserContext& c) { function NewUserItemResult (line 1030) | NewUserItemResult DoStreet(NewUserContext& c) { function NewUserItemResult (line 1048) | NewUserItemResult DoCityState(NewUserContext& c) { function NewUserItemResult (line 1067) | NewUserItemResult DoState(NewUserContext& c) { function NewUserItemResult (line 1089) | NewUserItemResult DoEmailAddress(NewUserContext& c) { function NewUserItemResult (line 1109) | NewUserItemResult DoVoicePhone(NewUserContext& c) { function NewUserItemResult (line 1130) | NewUserItemResult DoDataPhone(NewUserContext& c) { function NewUserItemResult (line 1151) | NewUserItemResult DoCallsign(NewUserContext& c) { function NewUserItemResult (line 1168) | NewUserItemResult DoComputerType(NewUserContext& c) { function NewUserDataEntry (line 1198) | void NewUserDataEntry(const newuser_config_t& nc) { function newuser (line 1317) | void newuser() { function new_mail (line 1411) | void new_mail() { FILE: bbs/normupld.cpp function normalupload (line 46) | void normalupload(int dn) { FILE: bbs/pause_test.cpp class PauseTest (line 29) | class PauseTest : public ::testing::Test { method SetUp (line 31) | void SetUp() override { helper.SetUp(); } function TEST_F (line 36) | TEST_F(PauseTest, Smoke) { FILE: bbs/printfile_test.cpp class PrintFileTest (line 34) | class PrintFileTest : public ::testing::Test { method SetUp (line 36) | void SetUp() override { method CreateTempFile (line 45) | std::filesystem::path CreateTempFile(const std::string& name) { method CreateFullPathToPrint (line 49) | std::filesystem::path CreateFullPathToPrint(const std::string& basenam... function TEST_F (line 57) | TEST_F(PrintFileTest, LanguageDir) { function TEST_F (line 78) | TEST_F(PrintFileTest, GFilesOnly_NoExt) { function TEST_F (line 96) | TEST_F(PrintFileTest, WithExtension) { function TEST_F (line 109) | TEST_F(PrintFileTest, FullyQualified) { function TEST_F (line 115) | TEST_F(PrintFileTest, WithCols) { function TEST_F (line 126) | TEST_F(PrintFileTest, WithCols_None) { function TEST_F (line 136) | TEST_F(PrintFileTest, GFilesOnly_WithCols) { FILE: bbs/prot/reference/checkcrc.cpp function main (line 99) | main() function addcrc (line 186) | static int FILE: bbs/prot/reference/main.cpp type termios (line 127) | struct termios function main (line 149) | int function sighandle (line 282) | static void function openCom (line 290) | static void function resetCom (line 356) | static void function SendFile (line 364) | static void function RcvFiles (line 408) | static void function RcvXmodem (line 425) | static void function getBaud (line 432) | static int function corrupt (line 458) | static void function doIO (line 471) | static int function InitXmit (line 513) | static int function XmitFile (line 531) | static int function FinishXmit (line 569) | static int function DoReceive (line 583) | static int function ZXmitStr (line 600) | int function ZIFlush (line 623) | void function ZOFlush (line 633) | void function ZStatus (line 643) | void function ZAttn (line 692) | int function FILE (line 712) | FILE * function ZWriteFile (line 849) | int function ZCloseFile (line 861) | int function ZIdleStr (line 879) | void function ZFlowControl (line 887) | void FILE: bbs/prot/reference/network.cpp function IpConnect (line 80) | void function IpDisConnect (line 145) | void FILE: bbs/prot/reference/receive.cpp type termios (line 29) | struct termios type timeval (line 31) | struct timeval function ZStatus (line 452) | void type stat (line 484) | struct stat FILE: bbs/prot/reference/send.cpp type termios (line 29) | struct termios type timeval (line 31) | struct timeval type timeval (line 153) | struct timeval function ZStatus (line 281) | void function ZWriteFile (line 317) | int FILE: bbs/prot/reference/seriallog.cpp type timeval (line 20) | struct timeval function SerialLogFlush (line 33) | void function SerialLog (line 55) | void FILE: bbs/prot/reference/utils.cpp function sendCancel (line 74) | int function sendFlush (line 82) | int function sendChr (line 101) | int function sendStr (line 114) | int function calcChecksum (line 126) | int FILE: bbs/prot/reference/zmodemdump.cpp function main (line 95) | main( int argc, char **argv ) function toprintable (line 159) | char function dumpLine (line 169) | dumpLine() function parseData (line 199) | parseData( Zinfo *info, int len ) function dataChar (line 407) | dataChar(int c) function cancelHeader (line 418) | cancelHeader( Zinfo *info ) function displayHeader (line 433) | displayHeader( Zinfo *info ) function dumpCrc (line 528) | dumpCrc() function hex2 (line 549) | int function hex1 (line 557) | int function zdle (line 572) | int FILE: bbs/prot/xmodem.h type Protocol (line 9) | typedef enum { FILE: bbs/prot/xmodemr.cpp function XmodemRInit (line 98) | int XmodemRInit(char* file, Protocol prot) { function XmodemRStart (line 126) | static int XmodemRStart() { function XmodemRRcv (line 140) | int XmodemRRcv(char c) { function XmodemRTimeout (line 192) | int XmodemRTimeout() { function XmodemRAbort (line 219) | int XmodemRAbort() { return sendCancel(); } function ProcessPacket (line 221) | static int ProcessPacket() { function rejectPacket (line 295) | static int rejectPacket() { function acceptPacket (line 301) | static int acceptPacket() { type termios (line 318) | struct termios type timeval (line 320) | struct timeval FILE: bbs/prot/xmodemt.cpp function XmodemTInit (line 90) | int XmodemTInit(char* file, Protocol prot) { function XmodemTRcv (line 113) | int XmodemTRcv(char c) { function sendFilename (line 191) | static int sendFilename() { function XmodemTFinish (line 219) | int XmodemTFinish() { function sendPacket (line 234) | static int sendPacket() { function buildPacket (line 271) | static int buildPacket() { function resendPacket (line 289) | static int resendPacket() { function XmodemTTimeout (line 297) | int XmodemTTimeout() { function XmodemTAbort (line 309) | int XmodemTAbort() { return sendCancel(); } type termios (line 320) | struct termios type timeval (line 322) | struct timeval FILE: bbs/prot/zmodem.cpp function ZmodemRcv (line 78) | int ZmodemRcv(u_char* str, int len, ZModem* info) { function IdleChar (line 155) | int IdleChar(u_char c, ZModem* info) { function rcvHex (line 192) | static uint8_t rcvHex(uint8_t i, char c) { function HdrChar (line 205) | int HdrChar(u_char c, ZModem* info) { function DataChar (line 319) | int DataChar(u_char c, ZModem* info) { function FinishChar (line 394) | int FinishChar(char c, ZModem* info) { function ZProtocol (line 558) | int ZProtocol(ZModem* info) { function ZDataReceived (line 588) | int ZDataReceived(ZModem* info, int crcGood) { function ZmodemTimeout (line 605) | int ZmodemTimeout(ZModem* info) { function ZmodemAttention (line 674) | int ZmodemAttention(ZModem* info) { function ZmodemAbort (line 683) | int ZmodemAbort(ZModem* info) { function Ignore (line 694) | int Ignore(ZModem* info) { return 0; } function RetDone (line 698) | int RetDone(ZModem* info) { function GotCancel (line 705) | int GotCancel(ZModem* info) { function dataSetup (line 712) | int dataSetup(ZModem* info) { function GotCommand (line 723) | int GotCommand(ZModem* info) { function GotCommandData (line 732) | int GotCommandData(ZModem* info, int crcGood) { function GotStderr (line 742) | int GotStderr(ZModem* info) { function GotStderrData (line 748) | int GotStderrData(ZModem* info) { function ZPF (line 759) | int ZPF(ZModem* info) { function AnswerChallenge (line 766) | int AnswerChallenge(ZModem* info) { return ZXmitHdrHex(ZACK, info->hdrDa... function GotAbort (line 768) | int GotAbort(ZModem* info) { FILE: bbs/prot/zmodem.h type u_char (line 84) | typedef unsigned char u_char; type ZMState (line 89) | enum ZMState { type ZModem (line 132) | struct ZModem { type StateTable (line 379) | struct StateTable { FILE: bbs/prot/zmodemcrc.cpp function crc32file (line 121) | int crc32file(char* name) { FILE: bbs/prot/zmodemr.cpp function ZmodemRInit (line 50) | int ZmodemRInit(ZModem* info) { function YmodemRInit (line 82) | int YmodemRInit(ZModem* info) { function SendRinit (line 198) | int SendRinit(ZModem* info) { function GotSinit (line 218) | int GotSinit(ZModem* info) { function GotSinitData (line 231) | int GotSinitData(ZModem* info, int crcGood) { function GotFile (line 256) | int GotFile(ZModem* info) { function requestFile (line 273) | int requestFile(ZModem* info, uint32_t crc) { function parseFileName (line 296) | void parseFileName(ZModem* info, char* fileinfo) { function GotFileName (line 314) | int GotFileName(ZModem* info, int crcGood) { function ResendCrcReq (line 347) | int ResendCrcReq(ZModem* info) { function GotFileCrc (line 356) | int GotFileCrc(ZModem* info) { function ResendRpos (line 366) | int ResendRpos(ZModem* info) { function GotData (line 375) | int GotData(ZModem* info) { function fileError (line 395) | int fileError(ZModem* info, int type, int data) { function DumpBuffer (line 409) | void DumpBuffer(ZModem* info) { function GotFileData (line 432) | int GotFileData(ZModem* info, int crcGood) { function GotEof (line 496) | int GotEof(ZModem* info) { function GotFin (line 521) | int GotFin(ZModem* info) { function GotFreecnt (line 533) | int GotFreecnt(ZModem* info) { function YrcvChar (line 549) | int YrcvChar(char c, ZModem* info) { function YrcvTimeout (line 612) | int YrcvTimeout(ZModem* info) { function ProcessPacket (line 634) | int ProcessPacket(ZModem* info) { function rejectPacket (line 697) | int rejectPacket(ZModem* info) { function acceptPacket (line 702) | int acceptPacket(ZModem* info) { function calcCrc (line 708) | int calcCrc(u_char* str, int len) { FILE: bbs/prot/zmodemt.cpp function ZmodemTInit (line 193) | int ZmodemTInit(ZModem* info) { function YmodemTInit (line 247) | int YmodemTInit(ZModem* info) { function XmodemTInit (line 271) | int XmodemTInit(ZModem* info) { function ZmodemTFile (line 279) | int ZmodemTFile(const char* file_name, const char* pszRemoteFileName, ui... function sendFilename (line 323) | int sendFilename(ZModem* info) { function ZmodemTFinish (line 348) | int ZmodemTFinish(ZModem* info) { function GotRinit (line 380) | int GotRinit(ZModem* info) { function SendZSInit (line 457) | int SendZSInit(ZModem* info) { function SendFileCrc (line 480) | int SendFileCrc(ZModem* info) { function startFileData (line 490) | int startFileData(ZModem* info) { function SendFileData (line 517) | int SendFileData(ZModem* info) { function GotSendAck (line 526) | int GotSendAck(ZModem* info) { function GotSendDoneAck (line 544) | int GotSendDoneAck(ZModem* info) { function GotSendNak (line 564) | int GotSendNak(ZModem* info) { function SkipFile (line 580) | int SkipFile(ZModem* info) { function GotSendPos (line 592) | int GotSendPos(ZModem* info) { function GotSendWaitAck (line 606) | int GotSendWaitAck(ZModem* info) { function SendMoreFileData (line 633) | int SendMoreFileData(ZModem* info) { function ResendEof (line 844) | int ResendEof(ZModem* info) { return ZXmitHdrHex(ZEOF, ZEnc4(info->offse... function OverAndOut (line 846) | int OverAndOut(ZModem* info) { function YsendChar (line 857) | int YsendChar(char c, ZModem* info) { function YXmitData (line 956) | int YXmitData(u_char* buffer, int len, ZModem* info) { function YSendFilename (line 988) | int YSendFilename(ZModem* info) { function YSendData (line 1014) | int YSendData(ZModem* info) { function YSendFin (line 1044) | int YSendFin(ZModem* info) { FILE: bbs/prot/zmutil.cpp function u_char (line 91) | u_char* putHex(u_char* ptr, u_char c) { function ZXmitHdrHex (line 126) | int ZXmitHdrHex(int type, u_char data[4], ZModem* info) { function ZXmitHdrBin (line 159) | int ZXmitHdrBin(int type, u_char data[4], ZModem* info) { function ZXmitHdrBin32 (line 188) | int ZXmitHdrBin32(int type, u_char data[4], ZModem* info) { function ZXmitHdr (line 217) | int ZXmitHdr(int type, int format, u_char data[4], ZModem* info) { function ZXmitData (line 237) | int ZXmitData(int format, int len, u_char term, u_char* data, ZModem* in... function FileCrc (line 282) | uint32_t FileCrc(char* name) { function u_char (line 300) | u_char* ZEnc4(uint32_t n) { function ZDec4 (line 316) | uint32_t ZDec4(u_char buf[4]) { return buf[0] | (buf[1] << 8) | (buf[2] ... function sname2 (line 318) | std::string sname2(ZMState state) { function sname (line 329) | std::string sname(ZModem* info) { return sname2(info->state); } function zmodemlog_impl (line 331) | void zmodemlog_impl(fmt::string_view format, fmt::format_args args) { FILE: bbs/prot/zmutil.h type ZModem (line 34) | struct ZModem FILE: bbs/prot/zmwwiv.cpp function ZModemWindowStatusImpl (line 50) | static void ZModemWindowStatusImpl(fmt::string_view format, fmt::format_... function ZModemWindowStatus (line 63) | static void ZModemWindowStatus(const S& format, Args&&... args) { function ZModemWindowXferStatusImpl (line 70) | static void ZModemWindowXferStatusImpl(fmt::string_view format, fmt::for... function ZModemWindowXferStatus (line 82) | static void ZModemWindowXferStatus(const S& format, Args&&... args) { function ProcessLocalKeyDuringZmodem (line 86) | static void ProcessLocalKeyDuringZmodem() { function NewZModemSendFile (line 97) | bool NewZModemSendFile(const std::filesystem::path& path) { function NewZModemReceiveFile (line 163) | bool NewZModemReceiveFile(const std::filesystem::path& path){ function doIO (line 195) | int doIO(ZModem* info) { function ZXmitStr (line 249) | int ZXmitStr(const u_char* str, int len, ZModem* info) { function ZIFlush (line 254) | void ZIFlush(ZModem* info) { function ZOFlush (line 263) | void ZOFlush(ZModem* info) { function ZAttn (line 269) | int ZAttn(ZModem* info) { function ZFlowControl (line 300) | void ZFlowControl(int /* onoff */, ZModem* /* info */) { function ZStatus (line 304) | void ZStatus(int type, int value, char* msg) { function FILE (line 358) | FILE* ZOpenFile(char* file_name, uint32_t /* crc */, ZModem* /* info */) { function ZWriteFile (line 496) | int ZWriteFile(u_char* buffer, int len, FILE* file, ZModem* info) { function ZCloseFile (line 526) | int ZCloseFile(ZModem* info) { function ZIdleStr (line 545) | void ZIdleStr(unsigned char* buf, int len, ZModem* info) { FILE: bbs/quote_test.cpp class QuoteTest (line 28) | class QuoteTest : public ::testing::Test { method SetUp (line 30) | void SetUp() override {} function TEST_F (line 33) | TEST_F(QuoteTest, Smoke) { function TEST_F (line 42) | TEST_F(QuoteTest, WithUserNumber) { function TEST_F (line 49) | TEST_F(QuoteTest, TrailingOrLeaderSpaces) { function TEST_F (line 57) | TEST_F(QuoteTest, ParensForNodeOrRealName) { function TEST_F (line 66) | TEST_F(QuoteTest, WithNode) { function TEST_F (line 71) | TEST_F(QuoteTest, BracketsForApp) { function TEST_F (line 76) | TEST_F(QuoteTest, EscapedNameFormat) { function TEST_F (line 85) | TEST_F(QuoteTest, Matt) { FILE: bbs/qwk/qwk.cpp type wwiv::bbs::qwk (line 48) | namespace wwiv::bbs::qwk { function qwk_download (line 50) | void qwk_download() { function qwk_upload (line 55) | void qwk_upload() { function qwk_menu (line 60) | void qwk_menu() { function qwk_nscan (line 99) | void qwk_nscan() { function qwk_current_text (line 209) | static std::string qwk_current_text(int pos) { function select_qwk_protocol (line 252) | static std::optional select_qwk_protocol() { function qwk_config_user (line 260) | void qwk_config_user() { function qwk_config_sysop (line 341) | void qwk_config_sysop() { FILE: bbs/qwk/qwk.h function namespace (line 25) | namespace wwiv::bbs::qwk { FILE: bbs/qwk/qwk_email.cpp type wwiv::bbs::qwk (line 39) | namespace wwiv::bbs::qwk { function qwk_remove_email (line 44) | void qwk_remove_email() { function qwk_gather_email (line 91) | void qwk_gather_email(qwk_state* qwk_info) { function qwk_email_text (line 186) | void qwk_email_text(const char* text, char* title, char* to) { FILE: bbs/qwk/qwk_email.h function namespace (line 22) | namespace wwiv::bbs::qwk { FILE: bbs/qwk/qwk_mail_packet.cpp type wwiv::bbs::qwk (line 63) | namespace wwiv::bbs::qwk { function replacefile (line 75) | static bool replacefile(const std::string& src, const std::string& dst) { function build_control_dat (line 82) | bool build_control_dat(const sdk::qwk_config& qwk_cfg, Clock* clock, q... function build_qwk_packet (line 131) | void build_qwk_packet() { function qwk_gather_sub (line 258) | void qwk_gather_sub(uint16_t bn, qwk_state* qwk_info) { function qwk_start_read (line 328) | void qwk_start_read(int msgnum, qwk_state *qwk_info) { function make_pre_qwk (line 368) | void make_pre_qwk(int msgnum, qwk_state *qwk_info) { function insert_after_routing (line 395) | static void insert_after_routing(std::string& text, const std::string&... function make_qwk_ready (line 422) | static std::string make_qwk_ready(const std::string& text, const std::... function qwk_remove_null (line 481) | static void qwk_remove_null(char *memory, int size) { function put_in_qwk (line 492) | void put_in_qwk(postrec *m1, const char *fn, int msgnum, qwk_state *qw... function qwk_send_file (line 619) | static void qwk_send_file(const std::string& fn, bool *sent, bool *abo... function finish_qwk (line 658) | void finish_qwk(qwk_state *qwk_info) { FILE: bbs/qwk/qwk_mail_packet.h type postrec (line 26) | struct postrec function namespace (line 28) | namespace wwiv::bbs::qwk { FILE: bbs/qwk/qwk_reply.cpp type wwiv::bbs::qwk (line 77) | namespace wwiv::bbs::qwk { function qwk_receive_file (line 79) | static void qwk_receive_file(const std::string& fn, bool* received, in... function ready_reply_packet (line 106) | static std::filesystem::path ready_reply_packet(const std::string& pac... function qwk_post_text (line 122) | static void qwk_post_text(std::string text, const std::string& to, con... function process_reply_dat (line 355) | static void process_reply_dat(const std::string& name) { function upload_reply_packet (line 455) | void upload_reply_packet() { function qwk_inmsg (line 511) | void qwk_inmsg(const char* text, messagerec* m1, const std::string& au... FILE: bbs/qwk/qwk_reply.h type messagerec (line 26) | struct messagerec function namespace (line 28) | namespace wwiv::bbs::qwk { FILE: bbs/qwk/qwk_struct.h function namespace (line 27) | namespace wwiv::bbs::qwk { FILE: bbs/qwk/qwk_text.cpp type wwiv::bbs::qwk (line 23) | namespace wwiv::bbs::qwk { function get_qwk_from_message (line 27) | std::optional get_qwk_from_message(const std::string& tex... function make_text_ready (line 47) | std::string make_text_ready(const std::string& text) { FILE: bbs/qwk/qwk_text.h function namespace (line 24) | namespace wwiv::bbs::qwk { FILE: bbs/qwk/qwk_ui.cpp type wwiv::bbs::qwk (line 35) | namespace wwiv::bbs::qwk { function select_qwk_archiver (line 38) | int select_qwk_archiver(bool& abort, bool allow_ask_each_time) { function qwk_which_zip (line 77) | std::string qwk_which_zip() { function qwk_which_protocol (line 95) | std::string qwk_which_protocol() { function modify_bulletins (line 110) | void modify_bulletins(sdk::qwk_config& qwk_cfg) { function get_qwk_max_msgs (line 173) | bool get_qwk_max_msgs(uint16_t *qwk_max_msgs, uint16_t *max_per_sub) { FILE: bbs/qwk/qwk_ui.h function namespace (line 26) | namespace wwiv::bbs::qwk { FILE: bbs/qwk/qwk_util.cpp type wwiv::bbs::qwk (line 21) | namespace wwiv::bbs::qwk { function _fieeetomsbin (line 23) | int _fieeetomsbin(float *src4, float *dest4) { FILE: bbs/qwk/qwk_util.h function namespace (line 22) | namespace wwiv::bbs::qwk { FILE: bbs/qwk_test.cpp class QwkTest (line 37) | class QwkTest : public ::testing::Test { method SetUp (line 39) | void SetUp() override { function TEST_F (line 48) | TEST_F(QwkTest, ReadQwkConfig_Read_NoBulletins) { function TEST_F (line 59) | TEST_F(QwkTest, ReadQwkConfig_Read_TwoBulletins) { function TEST_F (line 80) | TEST_F(QwkTest, ReadQwkConfig_Write_NoBulletins) { function TEST_F (line 92) | TEST_F(QwkTest, ReadQwkConfig_Write_OneBulletins) { function TEST (line 106) | TEST(Qwk1Test, TestGetQwkFromMessage) { function TEST (line 119) | TEST(Qwk1Test, TestGetQwkFromMessage_NotFound) { function TEST (line 126) | TEST(Qwk1Test, TestGetQwkFromMessage_Malformed_AtEndOfLine) { FILE: bbs/read_message.cpp function UpdateMessageOriginInfo (line 74) | static void UpdateMessageOriginInfo(int system_number, int user_number, ... function display_message_text (line 161) | void display_message_text(const std::string& text, bool* next) { function UpdateHeaderInformation (line 283) | static void UpdateHeaderInformation(int8_t anon_type, bool readit, const... function read_type2_message (line 311) | std::optional read_type2_message(messagerec* msg, uint... function legacy_display_header_text (line 400) | static int legacy_display_header_text(Type2MessageData& msg) { function display_header_file (line 484) | static std::tuple display_header_file(Type2MessageData& msg) { function FullScreenView (line 564) | static FullScreenView display_type2_message_header(Type2MessageData& msg... function split_wwiv_message (line 585) | static std::vector split_wwiv_message(const std::string& me... function get_line_color (line 640) | static std::string get_line_color(std::string& line) { function display_message_text_new (line 674) | static void display_message_text_new(const std::vector& lin... function percent_read (line 724) | static std::string percent_read(int start, int end) { function ReadMessageResult (line 729) | static ReadMessageResult display_type2_message_new(int& msgno, Type2Mess... function display_type2_message_old_impl (line 898) | void display_type2_message_old_impl(Type2MessageData& msg, bool* next) { function ReadMessageResult (line 911) | ReadMessageResult display_type2_message(int& msgno, Type2MessageData& ms... function update_qscan (line 931) | static void update_qscan(uint32_t qscan) { function ReadMessageResult (line 954) | ReadMessageResult read_post(int& msgnum, bool* next, int* val) { FILE: bbs/read_message.h type messagerec (line 26) | struct messagerec type class (line 28) | enum class type Type2MessageData (line 39) | struct Type2MessageData { function total_messages (line 53) | int total_messages{0} function message_anony (line 57) | uint8_t message_anony{0} function email (line 59) | bool email{false}; type class (line 68) | enum class type ReadMessageResult (line 79) | struct ReadMessageResult { FILE: bbs/readmail.cpp function same_email (line 76) | static bool same_email(tmpmailrec& tm, const mailrec& m) { function purgemail (line 85) | static void purgemail(std::vector& mloc, int mw, int* curmai... function resynch_email (line 131) | static void resynch_email(std::vector& mloc, int mw, int rec... function read_same_email (line 188) | bool read_same_email(std::vector& mloc, int mw, int rec, mai... function add_netsubscriber (line 225) | static void add_netsubscriber(const Network& net, int network_number, in... function delete_attachment (line 276) | void delete_attachment(unsigned long daten, int forceit) { function from_name (line 310) | static std::string from_name(const mailrec& m, const Network& net, const... function network_and_num (line 346) | static std::tuple network_and_num(const mailrec& m) { function readmail (line 360) | void readmail(bool newmail_only) { function check_new_mail (line 1155) | int check_new_mail(int user_number) { FILE: bbs/readmail.h type tmpmailrec (line 26) | struct tmpmailrec { FILE: bbs/runnable.h function class (line 24) | class Runnable { FILE: bbs/save_qscan.cpp type wwiv::bbs (line 28) | namespace wwiv::bbs { FILE: bbs/save_qscan.h function namespace (line 25) | namespace wwiv { FILE: bbs/shortmsg.cpp function rsm (line 45) | void rsm(int nUserNum, User *pUser, bool bAskToSaveMsgs) { function SendLocalShortMessage (line 97) | static void SendLocalShortMessage(int usernum, const std::string& messag... function SendRemoteShortMessage (line 134) | static void SendRemoteShortMessage(int user_num, int system_num, const s... function received_short_message (line 182) | bool received_short_message() { return received_short_message_; } function received_short_message (line 183) | void received_short_message(bool b) { received_short_message_ = b; } FILE: bbs/shortmsg.h function namespace (line 23) | namespace wwiv { function class (line 34) | class ssm { function sn_ (line 48) | const int sn_{0} FILE: bbs/showfiles.cpp function show_files (line 35) | void show_files(const char *file_name, const char *directory_name) { FILE: bbs/sr.cpp function calc_CRC (line 59) | void calc_CRC(unsigned char b) { function gettimeout (line 74) | char gettimeout(long ds, bool *abort) { function extern_prot (line 95) | int extern_prot(int num, const std::filesystem::path& path, bool bSendin... function ok_prot (line 135) | bool ok_prot(int num, xfertype xt) { function prot_key (line 221) | static char prot_key(int num) { function prot_name (line 226) | std::string prot_name(int num) { type AvailableProtocol (line 250) | struct AvailableProtocol { function create_default_key (line 258) | static char create_default_key(int i) { class AvailableProtocols (line 265) | class AvailableProtocols { method AvailableProtocols (line 267) | AvailableProtocols(xfertype t, const std::vector& e, w... method only (line 299) | std::optional only() { method protocol_for_key (line 306) | std::optional protocol_for_key(char key) { function show_protocols (line 332) | bool show_protocols(const std::vector& prots) { function get_protocol (line 344) | int get_protocol(xfertype xt) { function ascii_send (line 364) | void ascii_send(const std::filesystem::path& path, bool* sent, double* p... function maybe_internal (line 400) | void maybe_internal(const std::filesystem::path& path, bool* xferred, do... function send_file (line 451) | void send_file(const std::filesystem::path& path, bool* sent, bool* abor... function receive_file (line 548) | void receive_file(const std::filesystem::path& path, int* received, cons... FILE: bbs/sr.h type class (line 24) | enum class FILE: bbs/srrcv.cpp function modemkey (line 51) | char modemkey(int* tout) { function receive_block (line 73) | int receive_block(char* b, unsigned char* bln, bool use_crc) { function xymodem_receive (line 163) | void xymodem_receive(const std::string& file_name, bool* received, bool ... function zmodem_receive (line 345) | bool zmodem_receive(const std::filesystem::path& path) { FILE: bbs/srsend.cpp function send_block (line 51) | void send_block(char *b, int block_type, bool use_crc, char byBlockNumbe... function send_b (line 102) | char send_b(File &file, long pos, int block_type, char byBlockNumber, bo... function okstart (line 161) | bool okstart(bool *use_crc, bool *abort) { function GetXYModemBlockSize (line 187) | static int GetXYModemBlockSize(bool bBlockSize1K) { function xymodem_send (line 191) | void xymodem_send(const std::filesystem::path& path, bool *sent, double ... function zmodem_send (line 295) | void zmodem_send(const std::filesystem::path& path, bool *sent, double *... FILE: bbs/ssh.cpp type wwiv::bbs (line 48) | namespace wwiv::bbs{ type socket_error (line 50) | struct socket_error: public std::runtime_error { method socket_error (line 51) | socket_error(const std::string& message): std::runtime_error(message... function ssh_once_init (line 58) | static bool ssh_once_init() { function GetSSHUserNameAndPassword (line 109) | static bool GetSSHUserNameAndPassword(CRYPT_HANDLE session, std::strin... function socket_avail (line 242) | static bool socket_avail(SOCKET sock, int seconds) { function reader_thread (line 259) | static void reader_thread(SSHSession& session, SOCKET socket) { function writer_thread (line 286) | static void writer_thread(SSHSession& session, SOCKET socket) { type sockaddr (line 366) | struct sockaddr type sockaddr (line 379) | struct sockaddr type sockaddr (line 386) | struct sockaddr type sockaddr (line 392) | struct sockaddr FILE: bbs/ssh.h function class (line 32) | class Key { function class (line 48) | class SSHSession { FILE: bbs/stuffin.cpp type wwiv::bbs (line 38) | namespace wwiv::bbs { function GetTimeLeft (line 42) | static unsigned int GetTimeLeft() { FILE: bbs/stuffin.h function namespace (line 26) | namespace wwiv::bbs { FILE: bbs/stuffin_test.cpp class StuffInTest (line 32) | class StuffInTest : public testing::Test { method SetUp (line 34) | void SetUp() override { method t (line 41) | static std::string t(const std::string& name) { function TEST_F (line 48) | TEST_F(StuffInTest, SimpleCase) { function TEST_F (line 59) | TEST_F(StuffInTest, Empty) { function TEST_F (line 68) | TEST_F(StuffInTest, AllNumbers) { function TEST_F (line 84) | TEST_F(StuffInTest, AllDropFiles) { function TEST_F (line 100) | TEST_F(StuffInTest, PortAndNode) { function TEST_F (line 117) | TEST_F(StuffInTest, Speeds) { function TEST_F (line 134) | TEST_F(StuffInTest, Add) { FILE: bbs/subacc.cpp function close_sub (line 57) | void close_sub() { function open_sub (line 63) | bool open_sub(bool wr) { function WWIVReadLastRead (line 81) | uint32_t WWIVReadLastRead(int sub_number) { function iscan1 (line 118) | bool iscan1(int sub_index) { function iscan (line 168) | int iscan(int b) { return iscan1(a()->usub[b].subnum); } function postrec (line 171) | postrec* get_post(int mn) { function write_post (line 196) | void write_post(int mn, postrec* pp) { function add_post (line 204) | void add_post(postrec* pp) { function delete_message (line 253) | void delete_message(int mn) { function IsSamePost (line 304) | static bool IsSamePost(postrec* p1, postrec* p2) { function resynch (line 310) | void resynch(int* msgnum, postrec* pp) { FILE: bbs/subacc.h type postrec (line 23) | struct postrec function namespace (line 36) | namespace wwiv::bbs { FILE: bbs/subedit.cpp function save_subs (line 53) | static void save_subs() { a()->subs().Save(); } function boarddata (line 55) | static std::string boarddata(size_t n, const subboard_t& r) { function showsubs (line 64) | static void showsubs() { function GetKey (line 85) | static std::string GetKey(const subboard_t& r) { return (r.key == 0) ? "... function GetAnon (line 87) | static std::string GetAnon(const subboard_t& r) { function DisplayNetInfo (line 104) | static void DisplayNetInfo(size_t nSubNum) { function subname_using (line 146) | static std::string subname_using(const std::string& filename) { function modify_sub (line 155) | static void modify_sub(int n) { function swap_subs (line 409) | static void swap_subs(int sub1, int sub2) { function insert_sub (line 455) | static void insert_sub(int n) { function delete_sub (line 513) | static void delete_sub(int n) { function boardedit (line 564) | void boardedit() { FILE: bbs/sublist.cpp function old_sublist (line 45) | void old_sublist() { function get_new_posts_count (line 145) | int get_new_posts_count(int subnum) { function SubList (line 175) | void SubList() { FILE: bbs/subreq.cpp function maybe_netmail (line 46) | static void maybe_netmail(subboard_network_data_t* ni, bool bAdd) { function display_sub_categories (line 60) | static bool display_sub_categories(const Network& net) { function sub_req (line 81) | static void sub_req(uint16_t main_type, int tosys, const std::string& st... function find_hostfor (line 116) | static int find_hostfor(const Network& net, const std::string& type, sho... function sub_xtr_del (line 221) | void sub_xtr_del(int n, int nn, int f) { function sub_xtr_add (line 254) | bool sub_xtr_add(int n, int nn) { FILE: bbs/syschat.cpp function toggle_chat_file (line 81) | void toggle_chat_file() { function chatsound (line 85) | void chatsound(int sf, int ef, int uf, int dly1, int dly2, int rp) { function RequestChat (line 106) | void RequestChat() { function select_chat_name (line 142) | static std::string select_chat_name() { function two_way_chat (line 175) | static void two_way_chat(std::string* rollover, int max_length, bool cre... function chat1 (line 545) | void chat1(const char* chat_line, bool two_way) { FILE: bbs/sysopf.cpp function prstatus (line 77) | void prstatus() { function valuser_delete (line 113) | static bool valuser_delete(int user_number) { function valuser_manual (line 125) | static void valuser_manual(User& user) { function valuser_auto (line 196) | static void valuser_auto(User& user) { function write_semaphore_if_user_online (line 212) | static void write_semaphore_if_user_online(const Config& config, int cur... function valuser (line 236) | void valuser(int user_number) { type net_search_type_t (line 295) | enum class net_search_type_t { function print_wwivnet_net_listing (line 300) | bool print_wwivnet_net_listing(const Network& net) { function print_ftn_net_listing (line 568) | static bool print_ftn_net_listing(Network& net) { function query_print_net_listing (line 642) | void query_print_net_listing(bool force_pause) { function mailr (line 718) | void mailr() { function chuser (line 823) | void chuser() { function zlog (line 846) | void zlog() { function auto_purge (line 885) | void auto_purge() { function beginday (line 925) | void beginday(bool displayStatus) { FILE: bbs/sysoplog.cpp type log_cmd_t (line 36) | enum class log_cmd_t{ log_string, log_char } function sysoplog_filename (line 43) | std::string sysoplog_filename(const std::string& d) { function instance_sysoplog_filename (line 50) | std::string instance_sysoplog_filename() { function catsl (line 57) | void catsl() { function AddLineToSysopLogImpl (line 83) | void AddLineToSysopLogImpl(log_cmd_t cmd, const std::string& text) { function sysopchar (line 142) | void sysopchar(const std::string& text) { function sysoplog (line 148) | void sysoplog(bool indent, const std::string& text) { function sysoplog (line 156) | void sysoplog(const std::string& text) { sysoplog(true, text); } FILE: bbs/tag.h type tagrec_t (line 25) | struct tagrec_t { FILE: bbs/test/testqwk.cpp function main (line 5) | int main(char** argv) { FILE: bbs/test/testsize.cpp function main (line 43) | int main(int argc, char * argv[]) FILE: bbs/test/testsize_assert.cpp function main (line 38) | int main(int argc, char * argv[]) { FILE: bbs/trashcan.cpp function Matches (line 38) | static bool Matches(std::string whole, std::string pattern) { FILE: bbs/trashcan.h function class (line 25) | class Trashcan { FILE: bbs/trashcan_test.cpp class TrashcanTest (line 29) | class TrashcanTest : public testing::Test { method SetUp (line 31) | void SetUp() override { function TEST_F (line 41) | TEST_F(TrashcanTest, SimpleCase) { FILE: bbs/trytoul.cpp function t2u_error (line 52) | static void t2u_error(const std::string& file_name, const std::string& m... function try_to_ul_wh (line 64) | static int try_to_ul_wh(const std::string& orig_file_name) { function try_to_ul (line 328) | int try_to_ul(const std::string& file_name) { FILE: bbs/uedit.cpp function auto_val (line 25) | void auto_val(int n, wwiv::sdk::User *u) { FILE: bbs/utility.cpp function _Ty (line 54) | _Ty in_range(const _Ty& minValue, const _Ty& maxValue, const _Ty& value) { function remove_from_temp (line 67) | void remove_from_temp(const std::string& file_name, const std::filesyste... function okansi (line 86) | bool okansi() { return a()->user()->ansi(); } function post_ratio (line 91) | float post_ratio() { function nsl (line 100) | long nsl() { function send_net (line 124) | void send_net(net_header_rec* nh, std::vector list, const std:... function stripfn (line 159) | std::string stripfn(const std::string& file_name) { function get_wildlist (line 177) | std::string get_wildlist(const std::string& orig_file_mask) { function side_menu (line 237) | int side_menu(int* menu_pos, bool bNeedsRedraw, const std::vectoruser()->default_editor... function ansir_to_flags (line 356) | uint32_t ansir_to_flags(uint16_t ansir) { FILE: bbs/utility.h type net_header_rec (line 27) | struct net_header_rec type side_menu_colors (line 39) | struct side_menu_colors FILE: bbs/utility_test.cpp function TEST (line 25) | TEST(UtilityTest, StripFnSmoke) { FILE: bbs/valscan.cpp function valscan (line 44) | void valscan() { FILE: bbs/vote.cpp function print_quest (line 37) | static void print_quest(int mapp, int map[21]) { function print_question (line 63) | static bool print_question(int i, int ii) { function vote_question (line 116) | static void vote_question(int i, int ii) { function vote (line 184) | void vote() { FILE: bbs/voteedit.cpp function print_quests (line 39) | static void print_quests() { function set_question (line 59) | static void set_question(int ii) { function ivotes (line 113) | void ivotes() { function voteprint (line 144) | void voteprint() { FILE: bbs/wfc.cpp function wfc_cls (line 82) | void wfc_cls(Application* a) { type wwiv::bbs (line 90) | namespace wwiv::bbs { function wfc_update (line 92) | static void wfc_update() { FILE: bbs/wfc.h type class (line 27) | enum class type class (line 28) | enum class function class (line 30) | class WFC { FILE: bbs/wqscn.cpp function open_qscn (line 32) | static bool open_qscn() { function close_qscn (line 42) | void close_qscn() { function read_qscn (line 48) | void read_qscn(int user_number, uint32_t* qscn, bool stay_open, bool for... function write_qscn (line 79) | void write_qscn(int user_number, uint32_t *qscn, bool stay_open) { FILE: bbs/wutil_test.cpp function TEST (line 25) | TEST(GetRandomNumberTest, Basic) { FILE: bbs/xfer.cpp function check_ul_event (line 62) | bool check_ul_event(int directory_num, uploadsrec * u) { function okfn (line 87) | bool okfn(const std::string& filename) { function print_devices (line 120) | void print_devices() { function list_arc_out (line 127) | int list_arc_out(const std::string& file_name, const std::string& dir) { function ratio_ok (line 179) | bool ratio_ok() { function dcs (line 203) | bool dcs() { function dliscan1 (line 207) | void dliscan1(int directory_num) { function dliscan1 (line 211) | void dliscan1(const wwiv::sdk::files::directory_t& dir) { function dliscan (line 222) | void dliscan() { function aligns (line 226) | std::string aligns(const std::string& file_name) { function printinfo (line 230) | void printinfo(uploadsrec* u, bool *abort) { function printtitle (line 264) | void printtitle(bool *abort) { function file_mask (line 276) | std::string file_mask() { function file_mask (line 280) | std::string file_mask(const std::string& prompt) { function listfiles (line 296) | void listfiles() { function nscandir (line 339) | void nscandir(uint16_t nDirNum, bool& need_title, bool *abort) { function nscanall (line 377) | void nscanall() { function searchall (line 434) | void searchall() { function recno (line 516) | int recno(const std::string& file_mask) { function nrecno (line 520) | int nrecno(const std::string& file_mask, int start_recno) { function xfer_time_in_seconds (line 525) | static long xfer_time_in_seconds(long b) { function printfileinfo (line 532) | int printfileinfo(const uploadsrec* u, const wwiv::sdk::files::directory... function remlist (line 565) | void remlist(const std::string& file_name) { FILE: bbs/xfer.h type uploadsrec (line 24) | struct uploadsrec function namespace (line 26) | namespace wwiv::sdk::files { FILE: bbs/xfer_test.cpp function TEST (line 24) | TEST(XferTest, Okfn) { FILE: bbs/xferovl.cpp function move_file (line 59) | void move_file() { function sort_type_from_wwiv_type (line 159) | static files::FileAreaSortType sort_type_from_wwiv_type(int t) { function sortdir (line 172) | void sortdir(int directory_num, int type) { function sort_all (line 180) | void sort_all(int type) { function rename_file (line 189) | void rename_file() { function upload_file (line 295) | static bool upload_file(const std::string& file_name, uint16_t directory... function maybe_upload (line 365) | bool maybe_upload(const std::string& file_name, int directory_num, const... function upload_files (line 410) | void upload_files(const std::string& file_name, int directory_num, int t... function uploadall (line 516) | bool uploadall(int directory_num) { function relist (line 541) | void relist() { function edit_database (line 573) | void edit_database() { function add_to_file_database (line 606) | void add_to_file_database(const std::string& file_name) { function add_to_file_database (line 612) | void add_to_file_database(const files::FileRecord& f) { function remove_from_file_database (line 616) | void remove_from_file_database(const std::string& file_name) { function is_uploadable (line 626) | bool is_uploadable(const std::string& file_name) { function l_config_nscan (line 631) | static void l_config_nscan() { function config_nscan (line 646) | static void config_nscan() { function xfer_defaults (line 729) | void xfer_defaults() { function finddescription (line 797) | void finddescription() { function arc_l (line 881) | void arc_l() { FILE: bbs/xferovl.h function namespace (line 23) | namespace wwiv::sdk::files { FILE: bbs/xferovl1.cpp function modify_extended_description (line 76) | void modify_extended_description(std::string* sss, const std::string& de... function has_arc_cmd_for_ext (line 189) | static bool has_arc_cmd_for_ext(const std::string& ext) { function PathToTempdDiz (line 198) | static std::optional PathToTempdDiz(const std::fi... function get_file_idz (line 230) | bool get_file_idz(FileRecord& fr, const directory_t& dir) { function read_idz_all (line 275) | int read_idz_all() { function read_idz (line 289) | int read_idz(bool prompt_for_mask, int tempdir) { function tag_it (line 330) | void tag_it() { function fancy_prompt (line 425) | static char fancy_prompt(const char* pszPrompt, const char* pszAcceptCha... function tag_files (line 452) | void tag_files(bool& need_title) { function add_batch (line 575) | int add_batch(std::string& description, const std::string& aligned_file_... function try_to_download (line 647) | int try_to_download(const std::string& file_mask, int dn) { function download (line 689) | void download() { function endlist (line 848) | void endlist(int mode) { function mmddyy_to_mdyo (line 872) | static std::optional mmddyy_to_mdyo(std::string s) { function SetNewFileScanDate (line 898) | void SetNewFileScanDate() { function removefilesnotthere (line 925) | void removefilesnotthere(int dn, int* autodel) { function removenotthere (line 972) | void removenotthere() { FILE: bbs/xferovl1.h function namespace (line 23) | namespace wwiv::sdk::files { FILE: bbs/xfertmp.cpp function move_file_t (line 48) | void move_file_t() { function removefile (line 161) | void removefile() { FILE: bbs/xinit.cpp function StatusManagerCallback (line 74) | void StatusManagerCallback(int i) { function str2spawnopt (line 101) | static uint32_t str2spawnopt(const std::string& s) { function str2restrict (line 151) | static uint16_t str2restrict(const std::string& s) { function to_array_key (line 180) | static std::string to_array_key(const std::string& n, const std::string&... class BBSLastReadImpl (line 445) | class BBSLastReadImpl final : public msgapi::WWIVLastReadImpl { method last_read (line 446) | [[nodiscard]] uint32_t last_read(int area) const override { return a()... method set_last_read (line 448) | void set_last_read(int area, uint32_t last_read) override { method Load (line 454) | void Load() override { method Save (line 458) | void Save() override { function seconds (line 478) | seconds Application::extratimecall() const { function seconds (line 482) | seconds Application::set_extratimecall(duration et) { function seconds (line 487) | seconds Application::add_extratimecall(duration et) { function seconds (line 492) | seconds Application::subtract_extratimecall(duration et) { function mkdir_or_warn (line 524) | static bool mkdir_or_warn(const std::filesystem::path& dir, const std::s... FILE: binkp/binkp.cpp type wwiv::net (line 59) | namespace wwiv::net { function System (line 61) | static int System(const std::string& bbsdir, const std::string& cmd) { function expected_password_for (line 69) | std::string expected_password_for(const net_call_out_rec* con) { function BinkState (line 341) | BinkState BinkP::ConnInit() { function wwiv_version_string (line 347) | static std::string wwiv_version_string() { return full_version(); } function wwiv_version_string_with_date (line 349) | static std::string wwiv_version_string_with_date() { function BinkState (line 353) | BinkState BinkP::WaitConn() { function BinkState (line 431) | BinkState BinkP::SendPasswd() { function BinkState (line 451) | BinkState BinkP::WaitAddr() { function BinkState (line 485) | BinkState BinkP::PasswordAck() { function BinkState (line 521) | BinkState BinkP::WaitPwd() { function BinkState (line 538) | BinkState BinkP::WaitOk() { function BinkState (line 553) | BinkState BinkP::IfSecure() { function BinkState (line 560) | BinkState BinkP::AuthRemoteAnswering() { function BinkState (line 591) | BinkState BinkP::AuthRemoteCalling() { function BinkState (line 606) | BinkState BinkP::AuthRemote() { function BinkState (line 618) | BinkState BinkP::TransferFiles() { function BinkState (line 658) | BinkState BinkP::Unknown() { function BinkState (line 666) | BinkState BinkP::FatalError() { function BinkState (line 674) | BinkState BinkP::WaitEob() { function ParseFileRequestLine (line 969) | bool ParseFileRequestLine(const std::string& request_line, std::string... FILE: binkp/binkp.h type class (line 40) | enum class type class (line 57) | enum class function AuthType (line 62) | enum class AuthType { FILE: binkp/binkp_commands.cpp type wwiv::net (line 22) | namespace wwiv::net { FILE: binkp/binkp_commands.h function namespace (line 24) | namespace wwiv { FILE: binkp/binkp_config.cpp type wwiv::net (line 36) | namespace wwiv::net { function Network (line 77) | const Network& BinkConfig::network(const std::string& network_name) co... function Network (line 81) | const Network& BinkConfig::callout_network() const { function Network (line 99) | static Network test_net(const std::string& network_dir) { function binkp_session_config_t (line 119) | const binkp_session_config_t* BinkConfig::binkp_session_config_for(con... function binkp_session_config_t (line 160) | const binkp_session_config_t* BinkConfig::binkp_session_config_for(uin... FILE: binkp/binkp_config.h function sdk (line 54) | [[nodiscard]] const sdk::net::Network& network(const std::string& networ... function set_verbose (line 66) | void set_verbose(int verbose) { verbose_ = verbose; } function set_network_version (line 68) | void set_network_version(int network_version) { network_version_ = netwo... function callout_wwivnet_node_ (line 82) | int callout_wwivnet_node_{0} function verbose_ (line 93) | int verbose_{0} function crc_ (line 95) | bool crc_{true}; FILE: binkp/binkp_config_test.cpp class ParseBinkConfigLineTest (line 30) | class ParseBinkConfigLineTest : public testing::Test {} function TEST_F (line 32) | TEST_F(ParseBinkConfigLineTest, NoPort) { function TEST_F (line 42) | TEST_F(ParseBinkConfigLineTest, Port) { function TEST_F (line 52) | TEST_F(ParseBinkConfigLineTest, InvalidLine) { function TEST (line 58) | TEST(BinkConfigTest, NodeConfig) { FILE: binkp/binkp_test.cpp class BinkTest (line 42) | class BinkTest : public testing::Test { method StartBinkpReceiver (line 44) | void StartBinkpReceiver() { method Stop (line 69) | void Stop() { function TEST_F (line 80) | TEST_F(BinkTest, ErrorAbortsSession) { function node_number_from_address_list (line 90) | static int node_number_from_address_list(const std::string& addresses, function TEST (line 96) | TEST(NodeFromAddressTest, SingleAddress) { function TEST (line 102) | TEST(NodeFromAddressTest, MultipleAddresses) { function TEST (line 111) | TEST(NodeFromAddressTest, MultipleAddresses_SameNetwork) { function TEST (line 117) | TEST(ExpectedPasswordTest, Basic) { function TEST (line 124) | TEST(ExpectedPasswordTest, WrongNode) { function TEST (line 132) | TEST(FtnFromAddressListSet, Smoke) { function TEST (line 143) | TEST(FtnFromAddressListSet, Smoke_Same) { function TEST (line 153) | TEST(FtnFromAddressListSet, WithoutDomainInKnown) { function TEST (line 164) | TEST(FtnFromAddressListSet, WithoutDomainInADR) { function TEST (line 174) | TEST(FtnFromAddressListSet, WithoutDomain_NotFound) { function TEST (line 184) | TEST(FtnFromAddressListSet, WithoutDomainInADR_NotFound) { FILE: binkp/binkp_test_main.cpp function main (line 25) | int main(int argc, char* argv[]) { FILE: binkp/config_exceptions.h function namespace (line 24) | namespace wwiv { FILE: binkp/cram.cpp type wwiv::net (line 34) | namespace wwiv::net { function FromHex (line 56) | static std::string FromHex(const std::string& hex) { function SecretOrHash (line 81) | static std::string SecretOrHash(const std::string& secret) { FILE: binkp/cram.h function namespace (line 23) | namespace wwiv { FILE: binkp/cram_test.cpp function TEST (line 28) | TEST(CramTest, Basic) { FILE: binkp/fake_connection.cpp function FakeBinkpPacket (line 144) | FakeBinkpPacket FakeConnection::GetNextPacket() { FILE: binkp/fake_connection.h function class (line 28) | class FakeBinkpPacket { function class (line 48) | class FakeConnection : public wwiv::core::Connection FILE: binkp/file_manager.cpp type wwiv::net (line 38) | namespace wwiv::net { function rename_wwivnet_pend (line 126) | static void rename_wwivnet_pend(const std::filesystem::path& receive_d... function is_tic_file (line 160) | static bool is_tic_file(const std::string& fn) { function move_without_overrite (line 169) | static bool move_without_overrite(const std::filesystem::path& src, FILE: binkp/file_manager.h function namespace (line 28) | namespace wwiv::net { FILE: binkp/file_manager_test.cpp class FileManagerTest (line 33) | class FileManagerTest : public testing::Test { method FileManagerTest (line 35) | FileManagerTest() { method CreateTic (line 71) | [[nodiscard]] bool CreateTic(const std::filesystem::path& dir, const s... method CreateTic (line 94) | [[nodiscard]] bool CreateTic(const std::filesystem::path& dir, const s... function TEST_F (line 108) | TEST_F(FileManagerTest, Basic) { function TEST_F (line 123) | TEST_F(FileManagerTest, NoProcessTic) { function TEST_F (line 147) | TEST_F(FileManagerTest, WithPassword) { function TEST_F (line 164) | TEST_F(FileManagerTest, WithPassword_WrongPassword) { FILE: binkp/net_log.cpp type wwiv::net (line 37) | namespace wwiv::net { FILE: binkp/net_log.h function NetworkSide (line 38) | enum class NetworkSide { FROM, TO }; FILE: binkp/net_log_test.cpp class NetworkLogTest (line 33) | class NetworkLogTest : public testing::Test { method NetworkLogTest (line 35) | NetworkLogTest() { function TEST_F (line 48) | TEST_F(NetworkLogTest, CreateLogLine_Fr_S1K_R2K_101s) { function TEST_F (line 57) | TEST_F(NetworkLogTest, CreateLogLine_To_S1K_R2K_101s) { function TEST_F (line 66) | TEST_F(NetworkLogTest, CreateLogLine_Fr_S1K_R0K_101s) { function TEST_F (line 75) | TEST_F(NetworkLogTest, CreateLogLine_To_S1K_R0K_101s) { function TEST_F (line 84) | TEST_F(NetworkLogTest, CreateLogLine_Fr_S0K_R3K_101s) { function TEST_F (line 93) | TEST_F(NetworkLogTest, CreateLogLine_To_S0K_R3K_101s) { FILE: binkp/ppp_config.cpp type wwiv::net (line 38) | namespace wwiv::net { function ParseAddressNetLine (line 41) | bool ParseAddressNetLine(const std::string& line, uint16_t* node, PPPN... function ParseAddressesFile (line 57) | static bool ParseAddressesFile(std::map* node_conf... function PPPNodeConfig (line 98) | const PPPNodeConfig* PPPConfig::ppp_node_config_for(int node) const { FILE: binkp/ppp_config.h function namespace (line 27) | namespace wwiv { FILE: binkp/ppp_config_test.cpp class ParsePPPConfigLineTest (line 29) | class ParsePPPConfigLineTest : public testing::Test {} function TEST_F (line 31) | TEST_F(ParsePPPConfigLineTest, Basic) { function TEST_F (line 41) | TEST_F(ParsePPPConfigLineTest, InvalidLine) { function TEST (line 49) | TEST(PPPConfigTest, NodeConfig) { FILE: binkp/receive_file.h function namespace (line 30) | namespace wwiv::net { FILE: binkp/remote.cpp type wwiv::net (line 35) | namespace wwiv::net { function ftn_address_from_address_list (line 37) | std::string ftn_address_from_address_list(const std::string& address_l... function ftn_addresses_from_address_list (line 68) | std::set function wwivnet_node_number_from_ftn_address (line 92) | uint16_t wwivnet_node_number_from_ftn_address(const std::string& addre... function fixup_address (line 108) | std::string fixup_address(const std::string& addr, const Network& net,... function Network (line 185) | const Network& Remote::network() const { FILE: binkp/remote.h function namespace (line 26) | namespace wwiv::net { FILE: binkp/transfer_file.cpp type wwiv::net (line 33) | namespace wwiv::net { FILE: binkp/transfer_file.h function class (line 28) | class TransferFile { FILE: binkp/transfer_file_test.cpp class TransferFileTest (line 36) | class TransferFileTest : public testing::Test { method TransferFileTest (line 38) | TransferFileTest() function TEST_F (line 51) | TEST_F(TransferFileTest, AsPacketData) { function TEST_F (line 56) | TEST_F(TransferFileTest, Filename) { function TEST_F (line 60) | TEST_F(TransferFileTest, FileSize) { function TEST_F (line 64) | TEST_F(TransferFileTest, GetChunk) { function TEST_F (line 88) | TEST_F(TransferFileTest, WriteChunk) { function TEST_F (line 98) | TEST_F(TransferFileTest, WFileTest_Read) { function TEST_F (line 127) | TEST_F(TransferFileTest, WFileTest_Write) { FILE: binkp/wfile_transfer_file.cpp type wwiv::net (line 36) | namespace wwiv::net { FILE: binkp/wfile_transfer_file.h function namespace (line 28) | namespace wwiv { FILE: brware/bredit/argument.h function class (line 23) | class BREditArguments FILE: brware/bredit/bredit.cpp function main (line 26) | void main(int argc, char **argv) FILE: brware/bredit/editor.h function class (line 62) | class EditorClass FILE: brware/bredit/feditio.h type CTRL_CODES (line 49) | enum CTRL_CODES function class (line 65) | class IOClass FILE: brware/bredit/filemgr.cpp function LineStruct (line 164) | LineStruct *EditorFileClass::GetLine(int LineNum) function LineStruct (line 213) | LineStruct *EditorFileClass::MakeNewLine(int LineNumber) FILE: brware/bredit/filemgr.h type LineStruct (line 29) | typedef struct ls function class (line 39) | class EditorFileClass FILE: brware/bredit/fileview.h function class (line 27) | class FileView FILE: brware/bredit/quote.h function class (line 31) | class QuoteClass FILE: builds/tools/mkhdr.py function convert_template (line 7) | def convert_template(fn): FILE: common/acs_test.cpp class AcsTest (line 33) | class AcsTest : public ::testing::Test { method AcsTest (line 35) | AcsTest() : config_("", wwiv::sdk::config_t{}) { method createEval (line 41) | void createEval(const std::string& expr) { function TEST_F (line 52) | TEST_F(AcsTest, SL_GT_Pass) { function TEST_F (line 58) | TEST_F(AcsTest, SL_GT_False) { function TEST_F (line 64) | TEST_F(AcsTest, DummySL_LT) { function TEST_F (line 71) | TEST_F(AcsTest, DummySL_LT_False) { function TEST_F (line 78) | TEST_F(AcsTest, Or) { function TEST_F (line 84) | TEST_F(AcsTest, Multiple_Group_SL) { function TEST_F (line 92) | TEST_F(AcsTest, Multiple_Group_DSL) { function TEST_F (line 100) | TEST_F(AcsTest, Multiple_Group_None) { function TEST_F (line 109) | TEST_F(AcsTest, Ar_Pass) { function TEST_F (line 115) | TEST_F(AcsTest, Ar_Fail) { function TEST_F (line 121) | TEST_F(AcsTest, BadAttrOnUser) { function TEST_F (line 129) | TEST_F(AcsTest, BadExpression) { function TEST_F (line 135) | TEST_F(AcsTest, Sysop_Pass) { function TEST_F (line 141) | TEST_F(AcsTest, Sysop_Pass_Literal) { function TEST_F (line 147) | TEST_F(AcsTest, Sysop_Fail) { function TEST_F (line 153) | TEST_F(AcsTest, Sysop_Pass_Negated) { function TEST_F (line 159) | TEST_F(AcsTest, Regnum_Pass) { function TEST_F (line 166) | TEST_F(AcsTest, Regnum_Fail) { function TEST_F (line 173) | TEST_F(AcsTest, CoSysop_Pass) { function TEST_F (line 180) | TEST_F(AcsTest, CoSysop_Fail) { FILE: common/bgetch.cpp function lastchar_pressed (line 42) | static void lastchar_pressed() { time_lastchar_pressed = steady_clock::n... function so (line 44) | static bool so(const SessionContext& sess) { return (sess.effective_sl()... function SavedLine (line 67) | SavedLine Output::SaveCurrentLine() const { return {current_line_, curat... type wwiv::common (line 146) | namespace wwiv::common { function HandleControlKey (line 149) | static char HandleControlKey(const char c, const SessionContext& conte... function get_numpad_command (line 286) | static int get_numpad_command(int key) { function get_command_for_ansi_key (line 303) | static int get_command_for_ansi_key(int key) { FILE: common/checka.cpp type wwiv::common (line 26) | namespace wwiv::common { FILE: common/com.cpp function onek (line 33) | char onek(const std::string& allowable, bool auto_mpl) { function onek_ncr (line 44) | char onek_ncr(const std::string& allowable) { FILE: common/common_events.h function namespace (line 26) | namespace wwiv::common { FILE: common/common_helper.cpp function Config (line 90) | Config& CommonHelper::config() const { FILE: common/common_helper.h function class (line 43) | class CommonHelper { function class (line 80) | class TestIO { function class (line 96) | class TestLocalIO : public wwiv::local::io::LocalIO { function open (line 134) | bool open() override { return true; } function close (line 135) | void close(bool) override {} function getW (line 136) | unsigned char getW() override { return 0; } function disconnect (line 137) | bool disconnect() override { return true; } function purgeIn (line 138) | void purgeIn() override {} function read (line 141) | unsigned int read(char *, unsigned int) override { return 0; } function connected (line 142) | bool connected() override { return true; } function incoming (line 143) | bool incoming() override { return false; } function mci_enabled (line 156) | [[nodiscard]] bool mci_enabled() const override { return true; } FILE: common/common_test_main.cpp function main (line 21) | int main(int argc, char* argv[]) { FILE: common/context.cpp type wwiv::common (line 32) | namespace wwiv::common { function seconds (line 111) | seconds SessionContext::duration_used_this_session() const { function MenuSet56 (line 120) | const MenuSet56& SessionContext::current_menu_set() const noexcept { FILE: common/context.h function namespace (line 33) | namespace wwiv { function namespace (line 43) | namespace wwiv::local::io { function class (line 49) | class Dirs { type class (line 104) | enum class function ok_modem_stuff (line 131) | [[nodiscard]] bool ok_modem_stuff() const noexcept { return ok_modem_stu... function instance_number (line 135) | void instance_number(int i) { instance_number_ = i; } function debug_wwivbasic (line 137) | [[nodiscard]] bool debug_wwivbasic() const; function incom (line 142) | void incom(bool i) { incom_ = i; } function outcom (line 143) | [[nodiscard]] bool outcom() const noexcept { return outcom_; } function okmacro (line 146) | [[nodiscard]] bool okmacro() const noexcept { return okmacro_; } function forcescansub (line 149) | [[nodiscard]] bool forcescansub() const noexcept { return forcescansub_; } function daten_t (line 152) | [[nodiscard]] daten_t nscandate() const noexcept { return nscandate_; } function disable_conf (line 155) | [[nodiscard]] bool disable_conf() const noexcept { return disable_conf_; } function disable_pause (line 157) | [[nodiscard]] bool disable_pause() const noexcept { return disable_pause... function scanned_files (line 159) | [[nodiscard]] bool scanned_files() const noexcept { return scanned_files... function clear_irt (line 174) | void clear_irt() { irt_[0] = '\0'; } function hangup (line 176) | [[nodiscard]] bool hangup() const noexcept { return hangup_; } function num_screen_lines (line 179) | [[nodiscard]] int num_screen_lines() const noexcept { return num_screen_... function chatting_t (line 182) | [[nodiscard]] chatting_t chatting() const noexcept { return chatting_; } function using_modem (line 185) | [[nodiscard]] bool using_modem() const noexcept { return using_modem_; } function chat_reason (line 188) | void chat_reason(const std::string& chat_reason) { function clear_chatcall (line 198) | void clear_chatcall() { chatcall_ = false; } function chatline (line 201) | void chatline(bool n) { chatline_ = n; } function in_chatroom (line 204) | void in_chatroom(bool n) { in_chatroom_ = n; } function SetCurrentReadMessageArea (line 208) | void SetCurrentReadMessageArea(int n) { current_read_message_area = n; } function set_current_user_sub_conf_num (line 211) | void set_current_user_sub_conf_num(int n) { current_conf_msgarea_ = stat... function set_current_user_dir_conf_num (line 214) | void set_current_user_dir_conf_num(int n) { current_conf_filearea_ = sta... function SetUserOnline (line 217) | void SetUserOnline(bool b) { user_online_ = b; } function SetTimeOnlineLimited (line 220) | void SetTimeOnlineLimited(bool b) { time_limited_ = b; } function Dirs (line 234) | [[nodiscard]] const Dirs& dirs() const noexcept { return dirs_; } function dirs (line 236) | void dirs(Dirs d) { dirs_ = std::move(d); } function wwiv (line 238) | [[nodiscard]] const wwiv::sdk::files::directory_t& current_dir() const {... function current_language (line 244) | void current_language(const std::string& l) { current_lang_name_ = l; } function user_num (line 247) | void user_num(int usernum) { user_num_ = usernum; } function user_num (line 248) | [[nodiscard]] int user_num() const noexcept { return user_num_; }; function system_bps (line 260) | [[nodiscard]] int system_bps() const noexcept { return system_bps_; } function daten_t (line 303) | daten_t nscandate_{0} function current_read_message_area (line 316) | int current_read_message_area{0} function current_conf_msgarea_ (line 317) | uint16_t current_conf_msgarea_{0} function current_conf_filearea_ (line 318) | uint16_t current_conf_filearea_{0} function effective_sl_ (line 324) | int effective_sl_{0} function user_num_ (line 326) | int user_num_{-1}; function class (line 334) | class MapValueProvider : public sdk::value::ValueProvider { FILE: common/datetime.cpp type wwiv::common (line 29) | namespace wwiv::common { function ToggleScrollLockKey (line 39) | void ToggleScrollLockKey() { function sysop1 (line 52) | bool sysop1() { function isleap (line 60) | bool isleap(int year) { return year % 400 == 0 || (year % 4 == 0 && ye... function ctim (line 65) | std::string ctim(long d) { function ctim (line 77) | std::string ctim(std::chrono::duration d) { function duration_since_midnight (line 81) | system_clock::duration duration_since_midnight(system_clock::time_poin... function minutes_after_midnight (line 92) | system_clock::time_point minutes_after_midnight(int minutes) { function minutes_since_midnight (line 102) | int minutes_since_midnight() { FILE: common/datetime.h function namespace (line 27) | namespace wwiv::common { FILE: common/exceptions.h function hangup_type_t (line 26) | enum class hangup_type_t { user_logged_off, user_disconnected, sysop_for... FILE: common/full_screen.cpp type wwiv::common (line 36) | namespace wwiv::common { FILE: common/full_screen.h function namespace (line 24) | namespace wwiv::common { FILE: common/input.cpp type wwiv::common (line 44) | namespace wwiv::common { function okansi (line 58) | static bool okansi(const wwiv::sdk::User& user) { return user.ansi(); } function max_length_for_number (line 76) | static int max_length_for_number(int64_t n) { function colorize (line 80) | static bool colorize(bool last_ok, int64_t result, int64_t minv, int64... function YesNoString (line 93) | static std::string YesNoString(bool b) { function YesNoKey (line 100) | static char YesNoKey(bool b) { function print_yn (line 104) | static void print_yn(bool yes) { FILE: common/input.h function namespace (line 31) | namespace wwiv::common { type class (line 40) | enum class function T (line 43) | T num{0} function key (line 44) | char key{0} function IsLastKeyLocal (line 58) | [[nodiscard]] bool IsLastKeyLocal() const noexcept { return last_key_loc... function set_key_timeout (line 69) | void set_key_timeout(std::chrono::duration k) { non_sysop_key_ti... function set_sysop_key_timeout (line 70) | void set_sysop_key_timeout(std::chrono::duration k) { sysop_key_... function set_default_key_timeout (line 71) | void set_default_key_timeout(std::chrono::duration k) { default_... function set_logon_key_timeout (line 72) | void set_logon_key_timeout(std::chrono::duration k) { logon_key_... function set_logon_key_timeout (line 78) | void set_logon_key_timeout() { non_sysop_key_timeout_ = logon_key_timeou... function reset_key_timeout (line 79) | void reset_key_timeout() { non_sysop_key_timeout_ = default_key_timeout_; } type class (line 86) | enum class type class (line 88) | enum class type std (line 90) | typedef std::function bgetch_callbac... function nsp (line 110) | int nsp() const noexcept; function okskey (line 114) | void okskey(bool n) { okskey_ = n; } function charbufferpointer_ (line 254) | int charbufferpointer_{0} function last_key_local_ (line 276) | bool last_key_local_{true}; FILE: common/input_range.cpp type wwiv::common (line 27) | namespace wwiv::common { function split_distinct_ranges (line 29) | std::vector split_distinct_ranges(std::string s) { function is_consecutive_range (line 34) | bool is_consecutive_range(const std::string& text) { FILE: common/input_range_test.cpp function TEST (line 25) | TEST(InputRangeTest, ConsecutiveRange_Numbers) { function TEST (line 35) | TEST(InputRangeTest, ConsecutiveRange_Chars) { function TEST (line 45) | TEST(InputRangeTest, SplitDistinctRanges) { function TEST (line 59) | TEST(InputRangeTest, SplitDistinctRanges_Char) { function TEST (line 64) | TEST(InputRangeTest, ExpandConsecutiveRange) { function TEST (line 69) | TEST(InputRangeTest, ExpandConsecutiveRange_Char) { function TEST (line 74) | TEST(InputRangeTest, ExpandRanges) { function TEST (line 79) | TEST(InputRangeTest, ExpandRanges_Char) { FILE: common/iobase.cpp type wwiv::common (line 26) | namespace wwiv::common { function SessionContext (line 35) | SessionContext& IOBase::sess() { function SessionContext (line 40) | SessionContext& IOBase::sess() const { function Context (line 45) | Context& IOBase::context() { FILE: common/iobase.h function virtual (line 46) | virtual void SetLocalIO(local::io::LocalIO* local_io) { local_io_ = loca... function SetComm (line 49) | void SetComm(RemoteIO* comm) { comm_ = comm; } function RemoteIO (line 50) | [[nodiscard]] RemoteIO* remoteIO() const noexcept { return comm_; } function set_context_provider (line 54) | void set_context_provider(context_provider_t c) { context_provider_ = st... function RemoteIO (line 63) | RemoteIO* comm_{nullptr}; FILE: common/language.h function namespace (line 26) | namespace wwiv::common { FILE: common/macro_context.cpp type wwiv::common (line 28) | namespace wwiv::common { function in (line 31) | static bool in(K const& k, std::initializer_list list) { function Interpreted (line 42) | Interpreted MacroContext::interpret(std::string::const_iterator& it, FILE: common/macro_context.h type class (line 27) | enum class type Interpreted (line 28) | struct Interpreted { function right (line 34) | int right{0} function up (line 35) | int up{0} function down (line 36) | int down{0} function clrbol (line 43) | bool clrbol{false}; FILE: common/menu_data_util_test.cpp function TEST (line 28) | TEST(MenuDataUtil, NoOpts) { function TEST (line 34) | TEST(MenuDataUtil, OneOpt) { function TEST (line 43) | TEST(MenuDataUtil, OneOpt_UpperCase) { function TEST (line 52) | TEST(MenuDataUtil, TwoOpt) { function TEST (line 65) | TEST(MenuDataUtil, TwoOpt_SameKey) { function TEST (line 77) | TEST(MenuDataUtil, MissingOpt) { function TEST (line 85) | TEST(MenuDataUtil, Nothing) { FILE: common/menus/menu_data_util.cpp type wwiv::common::menus (line 23) | namespace wwiv::common::menus { FILE: common/menus/menu_data_util.h function namespace (line 26) | namespace wwiv::common::menus { FILE: common/menus/menu_generator.cpp type wwiv::common::menus (line 31) | namespace wwiv::common::menus { function display_key (line 40) | static std::string display_key(const std::string& item_key) { function generate_menu_item_line (line 56) | static std::string generate_menu_item_line(generated_menu_56_t g, cons... function GenerateMenuLine (line 73) | static bool GenerateMenuLine(const Config& config, const menu_item_56_... function GenerateMenuLines (line 100) | std::vector GenerateMenuLines( FILE: common/menus/menu_generator.h function namespace (line 28) | namespace wwiv::sdk::value { function namespace (line 32) | namespace wwiv::common::menus { FILE: common/message_editor_data.cpp type wwiv::common (line 26) | namespace wwiv::common { FILE: common/message_editor_data.h type class (line 31) | enum class function anonymous_flag (line 54) | uint8_t anonymous_flag{0} function FsedFlags (line 56) | FsedFlags fsed_flags{FsedFlags::NOFSED}; // fsed FILE: common/null_remote_io.cpp type wwiv::common (line 23) | namespace wwiv::common { FILE: common/null_remote_io.h function namespace (line 25) | namespace wwiv::local::io { function namespace (line 29) | namespace wwiv::common { FILE: common/output.cpp function Language (line 50) | Language& Output::lang() { function okansi (line 64) | static bool okansi(const wwiv::sdk::User& user) { function pipecode_int (line 346) | static int pipecode_int(T& it, const T end, int num_chars) { FILE: common/output.h function namespace (line 33) | namespace wwiv::sdk::ansi { function namespace (line 38) | namespace wwiv::common { function str (line 270) | int str(const std::string& key, const std::map... function SavedLine (line 306) | SavedLine SaveCurrentLine() const; function lines_listed (line 317) | [[nodiscard]] int lines_listed() const noexcept { return lines_listed_; } function wherex (line 323) | int wherex() const; function clear_ansi_movement_occurred (line 333) | void clear_ansi_movement_occurred() { ansi_movement_occurred_ = false; } function curatr (line 336) | [[nodiscard]] uint8_t curatr() const noexcept override { return curatr_; } function mci_enabled (line 345) | [[nodiscard]] bool mci_enabled() const noexcept { return mci_enabled_; } function disable_mci (line 347) | void disable_mci() { mci_enabled_ = false; } function set_mci_enabled (line 348) | void set_mci_enabled(bool e) { mci_enabled_ = e; } function x_ (line 430) | int x_{0} function ansi_movement_occurred_ (line 435) | bool ansi_movement_occurred_{false}; FILE: common/pause.cpp type wwiv::common (line 41) | namespace wwiv::common { function okansi (line 87) | static bool okansi(const User& user) { return user.ansi(); } FILE: common/pause.h function namespace (line 24) | namespace wwiv::common { FILE: common/pipe_expr.cpp type wwiv::common (line 34) | namespace wwiv::common { type pipe_expr_token_type_t (line 36) | enum class pipe_expr_token_type_t { class pipe_expr_token_t (line 43) | class pipe_expr_token_t { method pipe_expr_token_t (line 45) | pipe_expr_token_t() : type(pipe_expr_token_type_t::string_literal) {} method pipe_expr_token_t (line 46) | pipe_expr_token_t(pipe_expr_token_type_t t, std::string l) : type(t)... function parse_string (line 51) | static std::optional parse_string(std::string::cons... function parse_number (line 73) | static std::optional parse_number(std::string::cons... function pipe_fmt_mask (line 139) | pipe_fmt_mask parse_mask(const std::string& mask) { function pipe_fmt (line 183) | static std::string pipe_fmt(const std::string& var, const std::string&... function is_truthy (line 235) | static bool is_truthy(const std::string& s) { function eval_fn_mpl (line 242) | std::string eval_fn_mpl(Context&, const std::vector... function eval_fn_set (line 256) | std::string eval_fn_set(Context& context_, const std::vector make_vector(Args&&... args) { function check_acs_pipe (line 297) | static bool check_acs_pipe(const std::string& expression, const std::v... function eval_fn_if (line 322) | static std::string eval_fn_if(Context& context_, const std::vector>&& u) { q... function GetQuoteInitials (line 56) | std::string GetQuoteInitials(const std::string& orig_name) { function clear_quotes (line 77) | void clear_quotes(wwiv::common::SessionContext& ctx) { function to_quote_date_format (line 83) | static std::string to_quote_date_format(time_t t, bool use_24h_format) { function to_quote_date_line (line 95) | static std::string to_quote_date_line(quote_date_format_t type, bool u... function create_quoted_text_from_message (line 124) | std::vector create_quoted_text_from_message(std::string& ... function auto_quote (line 166) | void auto_quote(std::string& raw_text, const std::string& to_name, quo... function grab_quotes (line 185) | void grab_quotes(std::string& raw_text, const std::string& to_name, ww... function query_quote_lines (line 203) | std::vector query_quote_lines(wwiv::common::SessionContex... function strip_to_node (line 279) | std::string strip_to_node(const std::string& txt) { FILE: common/quote.h function quote_date_format_t (line 27) | enum class quote_date_format_t { no_quote, generic, email, post, forward }; FILE: common/remote_io.cpp type wwiv::common (line 34) | namespace wwiv::common { FILE: common/remote_io.h function namespace (line 26) | namespace wwiv::common { FILE: common/remote_pipe_io.cpp type wwiv::common (line 35) | namespace wwiv::common { FILE: common/remote_pipe_io.h function open (line 37) | bool open() override; FILE: common/remote_socket_io.cpp type wwiv::common (line 47) | namespace wwiv::common { type socket_error (line 57) | struct socket_error final : std::runtime_error { method socket_error (line 58) | explicit socket_error(const std::string& message) : std::runtime_err... function socket_avail (line 61) | static bool socket_avail(SOCKET sock, int seconds) { FILE: common/remote_socket_io.h type HANDLE (line 36) | typedef int HANDLE; type SOCKET (line 37) | typedef int SOCKET; function open (line 70) | bool open() override; function telnet_ (line 103) | bool telnet_{true}; FILE: common/remote_socket_io_test.cpp function DumpQueue (line 30) | std::string DumpQueue(std::deque& q) { function TEST (line 41) | TEST(RemoteSocketIOTest, OneFF) { function TEST (line 48) | TEST(RemoteSocketIOTest, OneFFAtEnd) { function TEST (line 55) | TEST(RemoteSocketIOTest, OneFFAtEndAndOnePast) { function TEST (line 62) | TEST(RemoteSocketIOTest, TwoFF) { function TEST (line 69) | TEST(RemoteSocketIOTest, SplitTwoFF) { function TEST (line 77) | TEST(RemoteSocketIOTest, TwoFFAtEnd) { FILE: common/value/bbsvalueprovider.cpp type wwiv::common::value (line 38) | namespace wwiv::common::value { function val (line 42) | static std::optional val(T&& v) { FILE: common/value/bbsvalueprovider.h function namespace (line 28) | namespace wwiv { function namespace (line 35) | namespace wwiv::common::value { FILE: common/value/uservalueprovider.cpp type wwiv::common::value (line 35) | namespace wwiv::common::value { function val (line 39) | static std::optional val(T&& v) { FILE: common/value/uservalueprovider.h function namespace (line 30) | namespace wwiv::common::value { FILE: common/workspace.cpp type wwiv::common (line 30) | namespace wwiv::common { function LoadFileIntoWorkspace (line 34) | void LoadFileIntoWorkspace(Context& context, const std::filesystem::pa... FILE: common/workspace.h function namespace (line 24) | namespace wwiv::common { FILE: core/callable/callable.hpp type function_tag (line 14) | struct function_tag {} type function_ptr_tag (line 16) | struct function_ptr_tag {} type functor_tag (line 18) | struct functor_tag {} type detail (line 21) | namespace detail { type callable_traits (line 27) | struct callable_traits : functor_traits { type callable_traits (line 33) | struct callable_traits : function_traits { type callable_traits (line 39) | struct callable_traits : function_traits { type callable_traits (line 50) | struct callable_traits : detail::callable_traits::function_type> to_stdf... FILE: core/callable/function.hpp type detail (line 8) | namespace detail { type function_traits (line 14) | struct function_traits type function_traits (line 17) | struct function_traits { type function_traits (line 35) | struct function_traits : detail::function_traits (line 39) | struct function_traits : detail::function_traits (line 19) | struct types_count<> { type types_n (line 32) | struct types_n type types_has (line 46) | struct types_has type types_has (line 49) | struct types_has { type types_count (line 25) | struct types_count { type types_n (line 35) | struct types_n : types_n { type types_n<0, Type, Types...> (line 39) | struct types_n<0, Type, Types...> { type types_has (line 54) | struct types_has { type types_has (line 59) | struct types_has : types_has { FILE: core/callable/member_function.hpp type detail (line 7) | namespace detail { type const_tag (line 10) | struct const_tag {} type volatile_tag (line 11) | struct volatile_tag {} type lref_tag (line 12) | struct lref_tag {} type rref_tag (line 13) | struct rref_tag {} type noexcept_tag (line 14) | struct noexcept_tag {} type member_function_traits_q (line 19) | struct member_function_traits_q : function_traits { type member_function_traits (line 49) | struct member_function_traits type member_function_traits (line 52) | struct member_function_traits type member_function_traits (line 57) | struct member_function_traits type member_function_traits (line 62) | struct member_function_traits type member_function_traits (line 72) | struct member_function_traits type member_function_traits (line 77) | struct member_function_traits type member_function_traits (line 82) | struct member_function_traits type member_function_traits (line 93) | struct member_function_traits type member_function_traits (line 98) | struct member_function_traits type member_function_traits (line 103) | struct member_function_traits type member_function_traits (line 115) | struct member_function_traits type member_function_traits (line 120) | struct member_function_traits type member_function_traits (line 125) | struct member_function_traits type member_function_traits (line 130) | struct member_function_traits (line 135) | struct member_function_traits type member_function_traits (line 140) | struct member_function_traits type member_function_traits (line 145) | struct member_function_traits type member_function_traits (line 156) | struct member_function_traits type member_function_traits (line 161) | struct member_function_traits type member_function_traits (line 166) | struct member_function_traits type member_function_traits make_args(int argc, char** argv) { function CommandLineValue (line 170) | CommandLineValue CommandLineCommand::arg(const std::string& name) const { function is_shortarg_start (line 192) | static bool is_shortarg_start(char c) { function SetNewStringDefault (line 401) | void SetNewStringDefault(CommandLine& cmdline, const IniFile& ini, con... function SetNewBooleanDefault (line 408) | void SetNewBooleanDefault(CommandLine& cmdline, const IniFile& ini, co... function SetNewIntDefault (line 415) | void SetNewIntDefault(CommandLine& cmdline, const IniFile& ini, const ... function SetNewIntDefault (line 422) | void SetNewIntDefault(CommandLine& cmdline, const IniFile& ini, const ... FILE: core/command_line.h function namespace (line 60) | namespace wwiv::core { function class (line 93) | class CommandLineArgument { function class (line 152) | class Command { function set_raw_args (line 230) | void set_raw_args(const std::vector& args) { raw_args_ = ar... function set_dot_argument (line 231) | void set_dot_argument(const std::string& dot_argument) { dot_argument_ =... function unknown_args_allowed_ (line 246) | bool unknown_args_allowed_{false}; function Execute (line 266) | int Execute() override; function verbose_ (line 288) | int verbose_{0} function no_args_allowed_ (line 289) | bool no_args_allowed_{false}; FILE: core/command_line_test.cpp class CommandLineTest (line 27) | class CommandLineTest: public ::testing::Test {} class NoopCommandLineCommand (line 29) | class NoopCommandLineCommand: public CommandLineCommand { method NoopCommandLineCommand (line 31) | explicit NoopCommandLineCommand(const std::string& name) method Execute (line 33) | int Execute() override final { return 0; } method GetHelp (line 34) | [[nodiscard]] std::string GetHelp() const override final { return ""; } function TEST_F (line 37) | TEST_F(CommandLineTest, Basic) { function TEST_F (line 46) | TEST_F(CommandLineTest, Remainder) { function TEST_F (line 57) | TEST_F(CommandLineTest, Remainder_DoubleDash) { function TEST_F (line 68) | TEST_F(CommandLineTest, Command) { function TEST_F (line 87) | TEST_F(CommandLineTest, Several_Commands) { function TEST_F (line 100) | TEST_F(CommandLineTest, SlashArg) { function TEST_F (line 109) | TEST_F(CommandLineTest, DotArg) { function TEST_F (line 118) | TEST_F(CommandLineTest, Help) { function TEST_F (line 127) | TEST_F(CommandLineTest, Help_WIN32) { FILE: core/connection.cpp type wwiv::core (line 20) | namespace wwiv::core { FILE: core/connection.h function namespace (line 25) | namespace wwiv::core { FILE: core/core_test_main.cpp function main (line 23) | int main(int argc, char* argv[]) { FILE: core/cp437.cpp type wwiv::core (line 37) | namespace wwiv::core { function set_wwiv_codepage (line 302) | bool set_wwiv_codepage(wwiv_codepage_t cp) { function cp437_to_utf8 (line 326) | int cp437_to_utf8(uint8_t ch, char* out) { function wchar_t (line 337) | wchar_t cp437_to_utf8(char ch) { function wchar_t (line 341) | wchar_t cp437_to_utf8(uint8_t ch) { function cp437_to_utf8w (line 345) | std::wstring cp437_to_utf8w(const std::string& in) { function cp437_to_utf8 (line 355) | std::string cp437_to_utf8(const std::string& in) { FILE: core/cp437.h function wwiv_codepage_t (line 27) | enum class wwiv_codepage_t { cp437, utf8 }; FILE: core/cp437_test.cpp function TEST (line 26) | TEST(Cp437Test, Smoke_Char) { function TEST (line 33) | TEST(Cp437Test, CharMultiple) { function TEST (line 39) | TEST(Cp437Test, Smoke_String) { function TEST (line 44) | TEST(Cp437Test, Block_String) { function TEST (line 50) | TEST(Cp437Test, EmptyString) { FILE: core/crc32.cpp type wwiv::core (line 8) | namespace wwiv::core { function crc32file (line 108) | uint32_t crc32file(const std::filesystem::path& path) { function crc32string (line 125) | uint32_t crc32string(const std::string& contents) { FILE: core/crc32.h function namespace (line 24) | namespace wwiv::core { FILE: core/crc32_test.cpp function TEST (line 28) | TEST(Crc32Test, Simple) { FILE: core/datafile.h function namespace (line 27) | namespace wwiv::core { function Read (line 83) | bool Read(size_type record_number, RECORD* record) { function Write (line 114) | bool Write(size_type record_number, const RECORD* record) { function Seek (line 121) | bool Seek(size_type record_number) { FILE: core/datafile_test.cpp function TEST (line 29) | TEST(DataFileTest, Read) { function TEST (line 68) | TEST(DataFileTest, ReadVector) { function TEST (line 102) | TEST(DataFileTest, ReadVector_Empty) { function TEST (line 124) | TEST(DataFileTest, ReadVector_MaxRecords) { function TEST (line 156) | TEST(DataFileTest, Write) { function TEST (line 185) | TEST(DataFileTest, WriteVector) { function TEST (line 214) | TEST(DataFileTest, WriteVector_Empty) { function TEST (line 234) | TEST(DataFileTest, WriteVector_MaxRecords) { function TEST (line 265) | TEST(DataFileTest, WriteVectorAndTruncate) { function TEST (line 304) | TEST(DataFileTest, Read_DoesNotExist) { FILE: core/datetime.cpp type wwiv::core (line 34) | namespace wwiv::core { function time_t (line 36) | time_t time_t_now() { return time(nullptr); } function daten_t (line 38) | daten_t daten_t_now() { return time_t_to_daten(time_t_now()); } function daten_t (line 41) | daten_t date_to_daten(const std::string& datet) { function daten_to_wwivnet_time (line 63) | std::string daten_to_wwivnet_time(daten_t t) { function time_t_to_wwivnet_time (line 67) | std::string time_t_to_wwivnet_time(time_t t) { function daten_t (line 72) | daten_t time_t_to_daten(time_t t) { return static_cast(t); } function date (line 74) | std::string date() { function fulldate (line 79) | std::string fulldate() { function times (line 84) | std::string times() { function to_string (line 89) | std::string to_string(duration dd) { function parse_time_span (line 141) | std::optional> parse_time_span(const std::string& s) { function years_old (line 169) | int years_old(int m, int d, int y, Clock& clock) { function DateTime (line 199) | DateTime parse_yyyymmdd(const std::string& date_str) { function DateTime (line 219) | DateTime parse_yyyymmdd_with_optional_hms(const std::string& date_str) { function time_t (line 242) | static time_t mktime_no_dst_changes(tm* t) noexcept { function DateTime (line 274) | DateTime& DateTime::operator=(const DateTime& o) { function DateTime (line 281) | DateTime& DateTime::operator=(DateTime&& o) noexcept { function DateTime (line 305) | DateTime DateTime::now() { return DateTime(system_clock::now()); } type tm (line 307) | struct tm function DateTime (line 343) | DateTime operator+(const DateTime& lhs, duration d) { function DateTime (line 348) | DateTime operator-(const DateTime& lhs, duration d) { FILE: core/datetime.h function namespace (line 28) | namespace wwiv::core { FILE: core/datetime_test.cpp function daten_to_mmddyyyy (line 32) | static std::string daten_to_mmddyyyy(daten_t n) { function TEST (line 37) | TEST(DateTime, Now) { function TEST (line 43) | TEST(DateTime, ToDatenT) { function TEST (line 50) | TEST(DateTime, ToSystemClock) { function TEST (line 56) | TEST(DateTime, OperatorPlus) { function TEST (line 63) | TEST(DateTime, OperatorMinus) { function TEST (line 70) | TEST(DateTime, OperatorPlusEquals) { function TEST (line 77) | TEST(DateTime, OperatorMinusEquals) { function TEST (line 84) | TEST(DateTime_Parsing, Parse_yyyymmdd_good_nondst) { function TEST (line 92) | TEST(DateTime_Parsing, Parse_yyyymmdd_good_dst) { function TEST (line 100) | TEST(DateTime_Parsing, Parse_yyyymmdd_with_optional_hms_good) { function TEST (line 108) | TEST(DateTime_Parsing, Parse_yyyymmdd_with_optional_hms_good_dst) { function TEST (line 116) | TEST(DateTime_Parsing, Parse_yyyymmdd_with_optional_hms_without_hms) { function TEST (line 124) | TEST(DateTime_Parsing, Parse_yyyymmdd_fail) { function TEST (line 129) | TEST(DateTime, Plus_Duration) { function TEST (line 139) | TEST(DateTime, Minus_Duration) { function TEST (line 149) | TEST(DateTime, Comparisons) { function TEST (line 169) | TEST(DateTime, YearsOld_AfterBirthday) { function TEST (line 179) | TEST(DateTime, YearsOld_OnBirthday) { function TEST (line 189) | TEST(DateTime, YearsOld_BeforeBirthday) { function TEST (line 199) | TEST(DateTime, ParseTimeSpan_Second) { function TEST (line 206) | TEST(DateTime, ParseTimeSpan_Minute) { function TEST (line 213) | TEST(DateTime, ParseTimeSpan_Hour) { function TEST (line 220) | TEST(DateTime, ParseTimeSpan_Day) { function TEST (line 227) | TEST(DateTime, ParseTimeSpan_Invalid) { function TEST (line 239) | TEST(DateTime, MinusOne) { FILE: core/eventbus.cpp type wwiv::core (line 21) | namespace wwiv::core { function EventBus (line 26) | EventBus& bus() { return bus_; } FILE: core/eventbus.h function namespace (line 30) | namespace wwiv::core { FILE: core/eventbus_test.cpp class EventBusTest (line 25) | class EventBusTest : public ::testing::Test { type MessagePosted (line 30) | struct MessagePosted { function TEST_F (line 34) | TEST_F(EventBusTest, Function) { function TEST_F (line 43) | TEST_F(EventBusTest, Function_Zero_Args) { function TEST_F (line 51) | TEST_F(EventBusTest, Function_Const) { function TEST_F (line 59) | TEST_F(EventBusTest, Function_Any) { function Method (line 73) | void Method(MessagePosted m) { method_num += m.num; } function TEST_F (line 75) | TEST_F(EventBusTest, Method) { function TEST_F (line 83) | TEST_F(EventBusTest, Class) { FILE: core/fake_clock.cpp type wwiv::core (line 26) | namespace wwiv::core { function DateTime (line 28) | DateTime FakeClock::Now() const noexcept { FILE: core/fake_clock.h function namespace (line 27) | namespace wwiv::core { FILE: core/fake_clock_test.cpp function TEST (line 26) | TEST(FakeClock, Simple) { FILE: core/file.cpp function flock (line 58) | static int flock(int, int) { return 0; } type wwiv::core (line 76) | namespace wwiv::core { function path (line 102) | path FilePath(const path& directory_name, const path& file_name) { function trim_backups (line 114) | void trim_backups(const path& from, int max_backups) { function backup_file (line 138) | bool backup_file(const path& from, int max_backups) { function File (line 169) | File& File::operator=(File&& other) noexcept { function time_t (line 347) | time_t File::last_write_time() const { return last_write_time(full_pat... function time_t (line 354) | time_t File::creation_time(const std::filesystem::path& path) { function time_t (line 363) | time_t File::last_write_time(const std::filesystem::path& path) { function path (line 439) | path File::current_directory() { function path (line 491) | path File::absolute(const std::filesystem::path& base, const std::file... type utimbuf (line 540) | struct utimbuf FILE: core/file.h function class (line 62) | class File final { FILE: core/file_lock.cpp type wwiv (line 43) | namespace wwiv { type core (line 44) | namespace core { FILE: core/file_lock.h function namespace (line 31) | namespace core { FILE: core/file_os2.cpp type wwiv::core (line 24) | namespace wwiv::core { FILE: core/file_test.cpp class FileTestDataTest (line 33) | class FileTestDataTest : public wwiv::core::test::TestDataTest {} function TEST_F (line 38) | TEST_F(FileTestDataTest, Length_RealFile) { function TEST (line 46) | TEST(FileTest, DoesNotExist) { function TEST (line 54) | TEST(FileTest, DoesNotExist_Static) { function TEST (line 62) | TEST(FileTest, Exists) { function TEST (line 71) | TEST(FileTest, ExistsWildCard) { function TEST (line 86) | TEST(FileTest, ExistsWildCard_Extension) { function TEST (line 98) | TEST(FileTest, Exists_Static) { function TEST (line 107) | TEST(FileTest, Exists_TrailingSlash) { function TEST (line 118) | TEST(FileTest, Length_Open) { function TEST (line 127) | TEST(FileTest, Length_NotOpen) { function TEST (line 135) | TEST(FileTest, IsDirectory_NotOpen) { function TEST (line 145) | TEST(FileTest, IsDirectory_Open) { function TEST (line 157) | TEST(FileTest, CreationTime_NotOpen) { function TEST (line 165) | TEST(FileTest, CreationTime_Open) { function TEST (line 176) | TEST(FileTest, LastWriteTime_NotOpen) { function TEST (line 185) | TEST(FileTest, LastWriteTime_Open) { function TEST (line 195) | TEST(FileTest, Read) { function TEST (line 207) | TEST(FileTest, GetName) { function TEST (line 215) | TEST(FileTest, EnsureTrailingSlash) { function TEST (line 228) | TEST(FileTest, CurrentDirectory) { function TEST (line 235) | TEST(FileTest, SetCurrentDirectory) { function TEST (line 248) | TEST(FileTest, MakeAbsolutePath_Relative) { function TEST (line 257) | TEST(FileTest, MakeAbsolutePath_AlreadyAbsolute) { function TEST (line 266) | TEST(FileTest, MakeAbsolutePath_AlreadyAbsolute_Returning) { function TEST (line 275) | TEST(FileTest, RealPath_Same) { function TEST (line 284) | TEST(FileTest, RealPath_Different) { function TEST (line 296) | TEST(FileTest, mkdir) { function TEST (line 311) | TEST(FileTest, mkdirs) { function TEST (line 324) | TEST(FileTest, Stream) { function TEST (line 332) | TEST(FileTest, IsOpen_Open) { function TEST (line 342) | TEST(FileTest, IsOpen_NotOpen) { function TEST (line 351) | TEST(FileTest, Seek) { function TEST (line 371) | TEST(FileTest, CurrentPosition) { function TEST (line 385) | TEST(FileTest, FsCopyFile) { function TEST (line 404) | TEST(FileTest, CopyFile) { function TEST (line 422) | TEST(FileTest, MoveFile) { function TEST (line 442) | TEST(FileTest, Remove_String) { function TEST (line 451) | TEST(FileTest, Remove_Path) { function TEST (line 460) | TEST(FileTest, Free) { function TEST (line 468) | TEST(FileTest, Move_Ctor) { function TEST (line 486) | TEST(FileTest, Move_Operator) { function TEST (line 505) | TEST(FileSystemTest, Empty) { function TEST (line 510) | TEST(FileSystemTest, Path_IsDir) { function TEST (line 518) | TEST(FileSystemTest, Path_WithoutDir) { function TEST (line 523) | TEST(FileSystemTest, Path_WithWildCard) { function TEST (line 529) | TEST(FileSystemTest, PathFilePath_Nested) { FILE: core/file_unix.cpp type wwiv (line 24) | namespace wwiv { type core (line 25) | namespace core { FILE: core/file_win32.cpp type wwiv::core (line 23) | namespace wwiv::core { FILE: core/findfiles.cpp type wwiv::core (line 27) | namespace wwiv::core { function WFindFileTypeMask (line 29) | static WFindFileTypeMask FindFilesTypeToInt(FindFiles::FindFilesType t... function FindFile (line 76) | std::optional FindFile(const std::filesystem::p... FILE: core/findfiles.h function class (line 31) | class FileEntry { type std (line 49) | typedef std::set::const_iterator const_iterator; type std (line 50) | typedef std::set::size_type size_type; function FindFilesType (line 52) | enum class FindFilesType { directories, files, any }; FILE: core/findfiles_test.cpp function TEST (line 30) | TEST(FindFiles, Suffix) { function TEST (line 40) | TEST(FindFiles, Prefix) { function TEST (line 50) | TEST(FindFiles, SingleCharSuffix) { function TEST (line 60) | TEST(FindFiles, SingleCharPrefix) { function TEST (line 70) | TEST(FindFiles, SingleCharExtensionPrefix) { function TEST (line 80) | TEST(FindFileTest, Smoke) { FILE: core/graphs.cpp type wwiv::graphs (line 15) | namespace wwiv::graphs { FILE: core/graphs.h function namespace (line 28) | namespace wwiv::graphs { function computed_ (line 75) | bool computed_{false}; FILE: core/graphs_main.cpp function main (line 3) | int main() { FILE: core/inifile.cpp type wwiv::core (line 31) | namespace wwiv::core { function StringToBoolean (line 41) | bool StringToBoolean(const std::string& s) { function ParseIniFile (line 51) | static bool ParseIniFile(const std::filesystem::path& filename, std::m... FILE: core/inifile.h function namespace (line 30) | namespace wwiv::core { FILE: core/inifile_test.cpp class IniFileTest (line 32) | class IniFileTest : public ::testing::Test { method SetUp (line 34) | void SetUp() override { method CreateIniFile (line 42) | std::filesystem::path CreateIniFile(const std::string& section, const ... method WriteLineToFile (line 52) | bool WriteLineToFile(FILE* file, const std::string& line) { method CreateIniFile (line 57) | std::filesystem::path CreateIniFile(const std::string& section1, const... function TEST_F (line 78) | TEST_F(IniFileTest, Single_GetValue) { function TEST_F (line 86) | TEST_F(IniFileTest, Single_GetValue_Comment) { function TEST_F (line 94) | TEST_F(IniFileTest, Single_GetNumericValue) { function TEST_F (line 104) | TEST_F(IniFileTest, Single_GetBooleanValue) { function TEST_F (line 120) | TEST_F(IniFileTest, Reopen_GetValue) { function TEST_F (line 134) | TEST_F(IniFileTest, TwoSection_GetValue) { function TEST_F (line 142) | TEST_F(IniFileTest, TwoSection_GetValue_OnlyInSecondary) { function TEST_F (line 150) | TEST_F(IniFileTest, CommentAtStart) { function TEST_F (line 158) | TEST_F(IniFileTest, MultiLine_Smoke) { function TEST_F (line 167) | TEST_F(IniFileTest, MultiLine_OnFirstLine) { function TEST_F (line 176) | TEST_F(IniFileTest, MultiLine_OnLastLine) { FILE: core/ip_address.cpp type wwiv::core (line 41) | namespace wwiv::core { FILE: core/ip_address.h function namespace (line 26) | namespace wwiv::core { FILE: core/ip_address_test.cpp class IpAddressTest (line 27) | class IpAddressTest : public ::testing::Test { method IpAddressTest (line 29) | IpAddressTest() {} function TEST_F (line 32) | TEST_F(IpAddressTest, Smoke_Home_V4) { function TEST_F (line 39) | TEST_F(IpAddressTest, Smoke_Home_V6) { function TEST_F (line 46) | TEST_F(IpAddressTest, Empty) { function TEST_F (line 51) | TEST_F(IpAddressTest, Empty_NotEmpty) { function TEST_F (line 56) | TEST_F(IpAddressTest, Chevron) { function TEST_F (line 64) | TEST_F(IpAddressTest, Equality) { FILE: core/jsonfile.cpp type wwiv::core (line 23) | namespace wwiv::core { function read_json_file (line 25) | std::optional read_json_file(const std::filesystem::path&... function json_file_version (line 38) | int json_file_version(const std::filesystem::path& p) { FILE: core/jsonfile.h function namespace (line 48) | namespace wwiv::core { FILE: core/log.cpp type wwiv::core (line 40) | namespace wwiv::core { class ConsoleAppender (line 48) | class ConsoleAppender : public Appender { method append (line 49) | bool append(const std::string& message) override { class LogFileAppender (line 55) | class LogFileAppender : public Appender { method LogFileAppender (line 57) | explicit LogFileAppender(const std::filesystem::path& fn) : filename... method append (line 59) | bool append(const std::string& message) override { function FormatLogLevel (line 78) | static std::string FormatLogLevel(LoggerLevel l, int v) noexcept { function DefaultTimestamp (line 223) | static std::string DefaultTimestamp() { FILE: core/log.h type std (line 36) | typedef std::basic_ostream&(ENDL_TYPE)(std::basic_ostream&); type class (line 111) | enum class function class (line 113) | class Appender { type std (line 121) | typedef std::unordered_map timestamp_fn; type std (line 124) | typedef std::function logd... function cmdline_verbosity (line 139) | int cmdline_verbosity{0} function register_console_destinations (line 141) | bool register_console_destinations{true}; function class (line 147) | class NullLogger { function class (line 174) | class Logger { FILE: core/log_test.cpp class TestAppender (line 27) | class TestAppender : public Appender { method TestAppender (line 29) | TestAppender() : Appender() {} method append (line 30) | bool append(const std::string& message) override { class LogTest (line 38) | class LogTest : public ::testing::Test { method SetUp (line 40) | void SetUp() override { method TearDown (line 53) | void TearDown() override { Logger::config().reset(); } function TEST_F (line 60) | TEST_F(LogTest, Smoke) { FILE: core/md5.cpp function MD5_Init (line 204) | void MD5_Init(MD5_CTX* ctx) { function MD5_Update (line 214) | void MD5_Update(MD5_CTX* ctx, const void* data, unsigned long size) { function MD5_Final (line 247) | void MD5_Final(unsigned char* result, MD5_CTX* ctx) { function md5 (line 297) | std::string md5(const std::string& text) { FILE: core/md5.h type MD5_u32plus (line 34) | typedef unsigned int MD5_u32plus; type MD5_CTX (line 36) | typedef struct { FILE: core/md5_test.cpp function TEST (line 24) | TEST(Md5Test, Welcome) { FILE: core/net.cpp type wwiv::core (line 62) | namespace wwiv::core { function InitializeSockets (line 64) | bool InitializeSockets() { function GetRemotePeerAddress (line 76) | std::optional GetRemotePeerAddress(SOCKET socket) { function GetRemotePeerHostname (line 90) | std::optional GetRemotePeerHostname(SOCKET socket) { function SOCKET (line 110) | SOCKET CreateListenSocket(int port) { function is_rfc1918_private_address (line 148) | bool is_rfc1918_private_address(const std::string& ip) { function dns_rbl_name (line 198) | static std::string dns_rbl_name(const std::string& address, const std:... function on_dns_dbl (line 209) | bool on_dns_dbl(const std::string& address, const std::string& rbl_add... function get_dns_cc (line 220) | int get_dns_cc(const std::string& address, const std::string& rbl_addr... function SetBlockingMode (line 237) | bool SetBlockingMode(SOCKET sock) { type sockaddr_in (line 335) | struct sockaddr_in FILE: core/net.h type socklen_t (line 30) | typedef int socklen_t; type SOCKET (line 33) | typedef unsigned __int64 SOCKET; type SOCKET (line 35) | typedef unsigned int SOCKET; type HANDLE (line 52) | typedef int HANDLE; type SOCKET (line 53) | typedef int SOCKET; function namespace (line 60) | namespace wwiv::core { FILE: core/net_test.cpp class NetTest (line 26) | class NetTest : public ::testing::Test { method NetTest (line 28) | NetTest() {} function TEST_F (line 31) | TEST_F(NetTest, Rfc1918_In) { function TEST_F (line 49) | TEST_F(NetTest, Rfc1918_Out) { function TEST_F (line 71) | TEST_F(NetTest, Rfc1918_Malformed) { FILE: core/numbers.cpp type wwiv::core (line 21) | namespace wwiv::core { FILE: core/numbers.h function string (line 34) | string humanize(T num) { FILE: core/os.cpp type wwiv::os (line 28) | namespace wwiv::os { function wait_for (line 30) | bool wait_for(std::function predicate, duration d) { function yield (line 40) | void yield() { function random_number (line 52) | int random_number(int max_value) { FILE: core/os.h function namespace (line 28) | namespace wwiv::os { FILE: core/os_os2.cpp type wwiv::os (line 36) | namespace wwiv::os { function sleep_for (line 38) | void sleep_for(duration d) { function sound (line 46) | void sound(uint32_t frequency, duration d) { function os_version_string (line 51) | std::string os_version_string() { function set_environment_variable (line 55) | bool set_environment_variable(const std::string& variable_name, const ... function environment_variable (line 59) | std::string environment_variable(const std::string& variable_name) { function stacktrace (line 66) | std::string stacktrace() { return {}; function pid_t (line 69) | pid_t get_pid() { return getpid(); } function terminate_process (line 71) | bool terminate_process(pid_t pid) { FILE: core/os_test.cpp function TEST (line 31) | TEST(OsTest, WaitFor_PredicateTrue) { function TEST (line 40) | TEST(OsTest, WaitFor_PredicateFalse) { function TEST (line 49) | TEST(OsTest, SleepFor) { function TEST (line 57) | TEST(OsTest, EnvironmentVariable_Exists) { function TEST (line 65) | TEST(OsTest, EnvironmentVariable_DoesNotExist) { function TEST (line 71) | TEST(OsTest, SetEnvironmentVariable) { FILE: core/os_unix.cpp type wwiv::os (line 33) | namespace wwiv::os { function sleep_for (line 35) | void sleep_for(duration d) { function sound (line 41) | void sound(uint32_t frequency, duration d) { function os_version_string (line 45) | std::string os_version_string() { function set_environment_variable (line 96) | bool set_environment_variable(const std::string& variable_name, const ... function environment_variable (line 100) | std::string environment_variable(const std::string& variable_name) { function stacktrace (line 107) | std::string stacktrace() { function pid_t (line 111) | pid_t get_pid() { function terminate_process (line 115) | bool terminate_process(pid_t pid) { FILE: core/os_win.cpp type wwiv::os (line 54) | namespace wwiv::os { function sleep_for (line 56) | void sleep_for(duration d) { function sound (line 64) | void sound(uint32_t frequency, duration d) { function os_version_string (line 69) | std::string os_version_string() { function set_environment_variable (line 73) | bool set_environment_variable(const std::string& variable_name, const ... function environment_variable (line 77) | std::string environment_variable(const std::string& variable_name) { function stacktrace (line 88) | std::string stacktrace() { function pid_t (line 122) | pid_t get_pid() { function terminate_process (line 126) | bool terminate_process(pid_t pid) { FILE: core/parser/ast.cpp type wwiv::core::parser (line 33) | namespace wwiv::core::parser { function to_string (line 41) | std::string to_string(Operator o) { function to_symbol (line 73) | std::string to_symbol(Operator o) { function to_string (line 105) | std::string to_string(const AstNode& n) { function to_string (line 109) | std::string to_string(AstType t) { function to_string (line 139) | std::string to_string(FactorType t) { function createFactor (line 159) | static std::unique_ptr createFactor(const Token& token) { function createLogicalOperator (line 171) | static std::unique_ptr createLogicalOperator(cons... function createBinaryOperator (line 182) | static std::unique_ptr createBinaryOperator(const ... function AstNode (line 451) | AstNode* Ast::root() const { FILE: core/parser/ast.h type class (line 34) | enum class type class (line 59) | enum class function FactorType (line 61) | enum class FactorType { int_value, string_val, variable }; FILE: core/parser/ast_test.cpp class AstTest (line 35) | class AstTest : public ::testing::Test { method AstTest (line 37) | AstTest() {} method HasOp (line 39) | ::testing::AssertionResult HasOp(Expression *e, Operator op) { method HasFactor (line 46) | ::testing::AssertionResult HasFactor(Expression* e, std::string expect... method HasLeftFactor (line 57) | ::testing::AssertionResult HasLeftFactor(Expression* e, std::string ex... method HasRightFactor (line 60) | ::testing::AssertionResult HasRightFactor(Expression* e, std::string e... method HasExpression (line 63) | ::testing::AssertionResult HasExpression(Expression* e, std::string l,... function TEST_F (line 78) | TEST_F(AstTest, Expr_Add) { function TEST_F (line 91) | TEST_F(AstTest, Expr_Eq) { function TEST_F (line 106) | TEST_F(AstTest, Expr_Parens) { function TEST_F (line 128) | TEST_F(AstTest, Visitor) { FILE: core/parser/lexer.cpp type wwiv::core::parser (line 29) | namespace wwiv::core::parser { function peek (line 31) | std::optional peek(std::string::iterator& it, const std::string:... function Token (line 245) | Token& Lexer::next() { FILE: core/parser/lexer.h function namespace (line 26) | namespace wwiv::core::parser { function class (line 33) | class Lexer final { FILE: core/parser/lexer_test.cpp class LexerTest (line 51) | class LexerTest : public ::testing::Test { method LexerTest (line 53) | LexerTest() {} function TEST_F (line 56) | TEST_F(LexerTest, Add) { function TEST_F (line 67) | TEST_F(LexerTest, Sub) { function TEST_F (line 78) | TEST_F(LexerTest, Parens) { function TEST_F (line 93) | TEST_F(LexerTest, Eq) { function TEST_F (line 98) | TEST_F(LexerTest, NotEq) { function TEST_F (line 103) | TEST_F(LexerTest, UserSlGt) { function TEST_F (line 108) | TEST_F(LexerTest, UserDSlGe) { function TEST_F (line 113) | TEST_F(LexerTest, UserSlLt) { function TEST_F (line 118) | TEST_F(LexerTest, UserSlLe) { function TEST_F (line 123) | TEST_F(LexerTest, Or) { function TEST_F (line 132) | TEST_F(LexerTest, And) { function TEST_F (line 141) | TEST_F(LexerTest, Smoke_Error) { function TEST_F (line 149) | TEST_F(LexerTest, Underscore) { FILE: core/parser/token.cpp type wwiv::core::parser (line 29) | namespace wwiv::core::parser { function to_string (line 45) | std::string to_string(TokenType t) { function to_string (line 99) | std::string to_string(Token t) { FILE: core/parser/token.h function TokenType (line 26) | enum class TokenType { FILE: core/pipe.cpp type wwiv::core (line 27) | namespace wwiv::core { FILE: core/pipe.h function class (line 29) | class Pipe { FILE: core/pipe_os2.cpp type wwiv::core (line 33) | namespace wwiv::core { function create_pipe (line 35) | Pipe::PIPE_HANDLE create_pipe(const std::string& name) { function pipe_name (line 57) | std::string pipe_name(const std::string_view part) { function close_pipe (line 61) | bool close_pipe(Pipe::PIPE_HANDLE h, bool server) { FILE: core/pipe_test.cpp function client (line 31) | static void client() { function TEST (line 39) | TEST(PipeTest, Smoke) { FILE: core/pipe_win32.cpp type wwiv::core (line 27) | namespace wwiv::core { function ErrorAsString (line 29) | static std::string ErrorAsString(DWORD last_error) { function create_pipe (line 44) | Pipe::PIPE_HANDLE create_pipe(const std::string& name) { function pipe_name (line 53) | std::string pipe_name(const std::string_view part) { function close_pipe (line 57) | bool close_pipe(Pipe::PIPE_HANDLE h, bool server) { FILE: core/scope_exit.h function explicit (line 70) | explicit ScopeExit(F fn) function swap (line 75) | void swap(std::function fn) { function invoke_ (line 85) | bool invoke_{false}; function noexcept (line 88) | [[nodiscard]] auto finally(F&& f) noexcept { FILE: core/scope_exit_test.cpp function TEST (line 25) | TEST(ScopeExitTest, Basic) { function TEST (line 35) | TEST(ScopeExitTest, BasicFinally) { function TEST (line 45) | TEST(ScopeExitTest, Empty) { function TEST (line 50) | TEST(ScopeExitTest, Swap) { FILE: core/semaphore_file.cpp type wwiv::core (line 47) | namespace wwiv::core { function SemaphoreFile (line 56) | SemaphoreFile SemaphoreFile::try_acquire(const std::filesystem::path& ... function SemaphoreFile (line 98) | SemaphoreFile SemaphoreFile::acquire(const std::filesystem::path& file... FILE: core/semaphore_file.h function namespace (line 28) | namespace wwiv::core { FILE: core/semaphore_file_test.cpp function TEST (line 32) | TEST(SemaphoreFileTest, AlreadyAcqired) { function TEST (line 57) | TEST(SemaphoreFileTest, Smoke) { function TEST (line 70) | TEST(SemaphoreFileTest, OldFile) { FILE: core/socket_connection.cpp type wwiv::core (line 62) | namespace wwiv::core { function SetBlockingMode (line 68) | bool SetBlockingMode(SOCKET sock, bool blocking_mode) { function SetNoDelayMode (line 82) | bool SetNoDelayMode(SOCKET sock, bool no_delay) { function WouldSocketBlock (line 95) | bool WouldSocketBlock() { function GetLastErrorText (line 103) | std::string GetLastErrorText() { function Connect (line 152) | std::unique_ptr Connect(const std::string& host, int... function read_TYPE (line 220) | static int read_TYPE(const SOCKET sock, TYPE* data, const duration SplitString(const std::string& original_strin... function SplitString (line 111) | std::vector SplitString(const std::string& original_strin... function SplitString (line 117) | void SplitString(const std::string& original_string, const std::string... function SplitString (line 121) | void SplitString(const std::string& original_string, const std::string... function SplitOnce (line 138) | std::tuple SplitOnce(const std::string& orig... function SplitOnceLast (line 145) | std::tuple SplitOnceLast(const std::string& ... function starts_with (line 154) | bool starts_with(const std::string& input, const std::string& match) { function ends_with (line 159) | bool ends_with(const std::string& input, const std::string& match) { function StringJustify (line 172) | void StringJustify(std::string* s, int length, char bg, JustificationT... function StringTrim (line 201) | void StringTrim(char* str) { function StringTrim (line 212) | void StringTrim(std::string* s) { function StringTrimCRLF (line 225) | void StringTrimCRLF(std::string* s) { function StringTrim (line 240) | std::string StringTrim(const std::string& orig) { function StringTrimBegin (line 253) | void StringTrimBegin(std::string* s) { function StringTrimEnd (line 258) | void StringTrimEnd(std::string* s) { function StringTrimEnd (line 263) | std::string StringTrimEnd(std::string_view s) { function StringTrimEnd (line 272) | void StringTrimEnd(char* str) { function StringUpperCase (line 278) | void StringUpperCase(std::string* s) { function ToStringUpperCase (line 282) | std::string ToStringUpperCase(const std::string& orig) { function tolower_char (line 288) | static char tolower_char(int c) { function StringLowerCase (line 292) | void StringLowerCase(std::string* s) { function ToStringLowerCase (line 296) | std::string ToStringLowerCase(const std::string& orig) { function JoinStrings (line 303) | std::string JoinStrings(const std::vector& lines, const s... function size_without_colors (line 312) | int size_without_colors(const std::string& s) { function trim_to_size_ignore_colors (line 317) | std::string trim_to_size_ignore_colors(const std::string& orig, int si... function pad_to_ignore_colors (line 325) | std::string pad_to_ignore_colors(const std::string& orig, int size) { function size (line 333) | std::string::size_type size(const std::string& s) { function size (line 337) | std::string::size_type size(const char* s) { function ssize (line 346) | int ssize(const char* s) { return static_cast(size(s)); } function size_int (line 347) | int size_int(const char* s) { return static_cast(size(s)); } function ssize (line 350) | int ssize(const unsigned char* s) { function size_int (line 355) | int size_int(const unsigned char* s) { function ssize (line 359) | int ssize(const std::string& s) { return static_cast(s.size()); } function size_int (line 361) | int size_int(const std::string& s) { return static_cast(s.size()); } function trim_to_size (line 363) | std::string trim_to_size(const std::string& orig, int max_size) { function IsColorCode (line 377) | static bool IsColorCode(char c) { function is_ansi_seq_start (line 404) | static bool is_ansi_seq_start(I& i, const std::string& orig) { function stripcolors (line 421) | std::string stripcolors(const std::string& orig) { function upcase (line 464) | unsigned char upcase(unsigned char ch) { function locase (line 476) | unsigned char locase(unsigned char ch) { function properize (line 483) | void properize(char* text) { function properize (line 498) | std::string properize(const std::string& text) { function ifind_first (line 516) | bool ifind_first(const std::string& haystack, const std::string& needle) { FILE: core/strings.h function namespace (line 47) | namespace wwiv::strings { FILE: core/strings_test.cpp function TEST (line 30) | TEST(StringsTest, StripColors) { function TEST (line 41) | TEST(StringsTest, StripColors_AnsiSeq) { function TEST (line 50) | TEST(StringsTest, StringColors_CharStarVersion) { function TEST (line 57) | TEST(StringsTest, Properize) { function TEST (line 72) | TEST(StringsTest, StrCat_Smoke) { function TEST (line 81) | TEST(StringsTest, StrCat_AlphaNumeric) { function TEST (line 86) | TEST(StringsTest, StringReplace_EntireString) { function TEST (line 93) | TEST(StringsTest, StringReplace_PartialString) { function TEST (line 100) | TEST(StringsTest, StringReplace_NotFound) { function TEST (line 107) | TEST(StringsTest, SplitString_Basic) { function TEST (line 115) | TEST(StringsTest, SplitString_BasicReturned) { function TEST (line 122) | TEST(StringsTest, SplitString_ExtraSingleDelim) { function TEST (line 130) | TEST(StringsTest, SplitString_ExtraSingleDelim_NoSkipEmpty) { function TEST (line 138) | TEST(StringsTest, SplitString_TwoDelims) { function TEST (line 146) | TEST(StringsTest, SplitString_TwoDelimsBackToBack) { function TEST (line 155) | TEST(StringsTest, SplitOnce_Smoke) { function TEST (line 161) | TEST(StringsTest, SplitOnce_Empty) { function TEST (line 167) | TEST(StringsTest, SplitOnce_End) { function TEST (line 173) | TEST(StringsTest, SplitOnce_Start) { function TEST (line 179) | TEST(StringsTest, String_int16_t) { function TEST (line 191) | TEST(StringsTest, String_uint16_t) { function TEST (line 201) | TEST(StringsTest, String_unsigned_int) { function TEST (line 211) | TEST(StringsTest, String_int) { function TEST (line 222) | TEST(StringsTest, String_int8_t) { function TEST (line 234) | TEST(StringsTest, String_uint8_t) { function TEST (line 246) | TEST(StringsTest, StartsWith) { function TEST (line 256) | TEST(StringsTest, EndssWith) { function TEST (line 266) | TEST(StringsTest, StringJustify_Left) { function TEST (line 276) | TEST(StringsTest, StringJustify_LeftOtherChar) { function TEST (line 286) | TEST(StringsTest, StringJustify_Right) { function TEST (line 296) | TEST(StringsTest, StringJustify_RightOtherChar) { function TEST (line 306) | TEST(StringsTest, StringJustify_LongerString) { function TEST (line 316) | TEST(StringsTest, StringTrim) { function TEST (line 326) | TEST(StringsTest, StringTrimBegin) { function TEST (line 332) | TEST(StringsTest, StringTrimEnd) { function TEST (line 338) | TEST(StringsTest, StringTrimEnd_NoTrailingSpace) { function TEST (line 344) | TEST(StringsTest, StringTrimEnd_Empty) { function TEST (line 350) | TEST(StringsTest, StringTrimEnd_StringView) { function TEST (line 355) | TEST(StringsTest, StringTrimEnd_StringView_Empty) { function TEST (line 360) | TEST(StringsTest, StringUpperCase) { function TEST (line 366) | TEST(StringsTest, StringLowerCase) { function TEST (line 372) | TEST(StringsTest, IEQuals_charstar) { function TEST (line 380) | TEST(StringsTest, IEQuals) { function TEST (line 388) | TEST(StringsTest, SizeWithoutColors) { function TEST (line 395) | TEST(StringsTest, SizeWithoutColors_AnsiStr) { function TEST (line 403) | TEST(StringsTest, TrimToSizeIgnoreColors) { function TEST (line 411) | TEST(StringsTest, Test_Compiler_Supports_PutTime) { function TEST (line 423) | TEST(StringsTest, Size) { function TEST (line 431) | TEST(StringsTest, SSize) { FILE: core/test/file_helper.cpp type wwiv::core::test (line 37) | namespace wwiv::core::test { FILE: core/test/file_helper.h function namespace (line 27) | namespace wwiv::core::test { FILE: core/test/wwivtest.cpp type wwiv::core::test (line 27) | namespace wwiv::core::test { function InitTestForMain (line 39) | void InitTestForMain(int argc, char** argv) { FILE: core/test/wwivtest.h function namespace (line 24) | namespace wwiv::core::test { FILE: core/textfile.cpp function FILE (line 54) | FILE* OpenImpl(const std::string& name, const std::string& mode) { function FILE (line 104) | FILE* OpenImpl(const std::string& name, const std::string& mode) { function fopen_compatible_mode (line 115) | static std::string fopen_compatible_mode(const std::string& m) noexcept { function StripLineEnd (line 171) | static void StripLineEnd(char* str) noexcept { FILE: core/textfile.h type std (line 30) | typedef std::basic_ostream&(ENDL_TYPE2)(std::basic_ostream&); function Close (line 74) | bool Close() noexcept; function IsEndOfFile (line 81) | [[nodiscard]] bool IsEndOfFile() const noexcept { return feof(file_) != ... function WriteLine (line 92) | ssize_t WriteLine(char* text) noexcept { return WriteLine(std::string(te... function WriteLine (line 94) | ssize_t WriteLine() noexcept { return WriteLine(""); } function noexcept (line 97) | WriteLine(const char t[N]) noexcept { function WriteBinary (line 115) | ssize_t WriteBinary(const void* buffer, ssize_t num) noexcept { function ReadLine (line 121) | [[nodiscard]] bool ReadLine(char* buffer, int nBufferSize) noexcept { function std (line 128) | [[nodiscard]] const std::filesystem::path& path() const noexcept; function dos_mode_ (line 182) | const bool dos_mode_{false}; FILE: core/textfile_test.cpp class TextFileTest (line 31) | class TextFileTest : public ::testing::Test { method SetUp (line 33) | void SetUp() override { function TEST_F (line 49) | TEST_F(TextFileTest, Constructor_SunnyCase) { function TEST_F (line 56) | TEST_F(TextFileTest, Constructor_Path_And_Name) { function TEST_F (line 63) | TEST_F(TextFileTest, Append) { function TEST_F (line 74) | TEST_F(TextFileTest, ReadLine_CA) { function TEST_F (line 87) | TEST_F(TextFileTest, ReadLine_String) { function TEST_F (line 100) | TEST_F(TextFileTest, Write) { function TEST_F (line 111) | TEST_F(TextFileTest, Insertion_Basic) { function TEST_F (line 122) | TEST_F(TextFileTest, Insertion_TwoLines) { function TEST_F (line 137) | TEST_F(TextFileTest, WriteChar) { function TEST_F (line 148) | TEST_F(TextFileTest, WriteBinary) { function TEST_F (line 160) | TEST_F(TextFileTest, Close) { function TEST_F (line 167) | TEST_F(TextFileTest, Close_SecondCloseReturnsFalse) { function TEST_F (line 175) | TEST_F(TextFileTest, IsEOF) { function TEST_F (line 185) | TEST_F(TextFileTest, GetPosition) { function TEST_F (line 199) | TEST_F(TextFileTest, ReadFileIntoString) { function TEST_F (line 206) | TEST_F(TextFileTest, ReadFileIntoString_EmptyFile) { function TEST_F (line 213) | TEST_F(TextFileTest, ReadFileNLinesIntoString) { function TEST_F (line 221) | TEST_F(TextFileTest, ReadFileNLinesIntoString_NoCRLF) { function TEST_F (line 228) | TEST_F(TextFileTest, ReadFileNLinesIntoString_HugeFile) { function TEST_F (line 237) | TEST_F(TextFileTest, ReadFileNLinesIntoString_SmallerFileThanN) { FILE: core/transaction.h function namespace (line 24) | namespace wwiv::core { FILE: core/transaction_test.cpp function TEST (line 25) | TEST(TransactionTest, Commit) { function TEST (line 39) | TEST(TransactionTest, Rollback) { function TEST (line 54) | TEST(TransactionTest, Rollback_RolebackNull) { function TEST (line 65) | TEST(TransactionTest, Commit_RollbackNull) { function TEST (line 75) | TEST(TransactionTest, Commit_CommitNull) { FILE: core/uuid.cpp type wwiv::core (line 28) | namespace wwiv::core { function uuid_t (line 46) | uuid_t& uuid_t::operator=(const uuid_t& that) { function from_single_hex_byte (line 84) | int from_single_hex_byte(const char r) { function from_hex_bytes (line 94) | uint8_t from_hex_bytes(char l, char r) { function uuid_t (line 139) | uuid_t uuid_generator::generate() { FILE: core/uuid.h function namespace (line 27) | namespace wwiv::core { FILE: core/uuid_test.cpp class UuidTest (line 27) | class UuidTest : public ::testing::Test { method UuidTest (line 29) | UuidTest() : g(rd) {} function TEST_F (line 35) | TEST_F(UuidTest, Smoke) { function TEST_F (line 41) | TEST_F(UuidTest, ToString) { function TEST_F (line 49) | TEST_F(UuidTest, Version) { function TEST_F (line 55) | TEST_F(UuidTest, Varint) { function TEST_F (line 61) | TEST_F(UuidTest, RoundTrip) { function TEST_F (line 70) | TEST_F(UuidTest, Eq) { function TEST_F (line 84) | TEST_F(UuidTest, FromString) { function TEST_F (line 90) | TEST_F(UuidTest, FromString_Braces) { function TEST_F (line 96) | TEST_F(UuidTest, FromString_Invalid) { FILE: core/version.cpp type wwiv::core (line 30) | namespace wwiv::core { function wwiv_compile_datetime (line 31) | std::string wwiv_compile_datetime() { function full_version (line 35) | std::string full_version() { function short_version (line 43) | std::string short_version() { function wwiv_config_version (line 51) | uint16_t wwiv_config_version() { function wwiv_network_compatible_version (line 55) | int wwiv_network_compatible_version() { FILE: core/version.h function namespace (line 24) | namespace wwiv::core { FILE: core/wfndfile.h type class (line 30) | enum class function file_size_ (line 41) | long file_size_{0} function file_type_ (line 43) | unsigned char file_type_{0} function __open (line 47) | void __open(const std::filesystem::path& file_spec, WFindFileTypeMask ty... function __close (line 52) | void __close() { function HANDLE (line 63) | HANDLE hFind{nullptr}; FILE: core/wfndfile_os2.cpp function fname_ok (line 48) | static int fname_ok(struct dirent* ent) { function scandir (line 84) | int scandir(const char* dir, struct dirent*** namelist, int (*sel)(/* co... function alphasort (line 171) | int alphasort (const void *a, const void *b) type dirent (line 210) | struct dirent type stat (line 219) | struct stat FILE: core/wfndfile_unix.cpp function fname_ok (line 46) | static int fname_ok(const struct dirent* ent) { type dirent (line 115) | struct dirent type stat (line 124) | struct stat FILE: core/wwivport.h type daten_t (line 28) | typedef uint32_t daten_t; type pid_t (line 50) | typedef int pid_t; FILE: deps/cl345/bindings/cryptlib.cs class crypt (line 8) | public class crypt method Init (line 1258) | public static void Init() method End (line 1263) | public static void End() method QueryCapability (line 1270) | public static CRYPT_QUERY_INFO QueryCapability( method CreateContext (line 1290) | public static int CreateContext( method DestroyContext (line 1307) | public static void DestroyContext( method DestroyObject (line 1316) | public static void DestroyObject( method GenerateKey (line 1325) | public static void GenerateKey( method Encrypt (line 1334) | public static void Encrypt( method Encrypt (line 1354) | public static void Encrypt( method Decrypt (line 1359) | public static void Decrypt( method Decrypt (line 1379) | public static void Decrypt( method SetAttribute (line 1386) | public static void SetAttribute( method SetAttributeString (line 1395) | public static void SetAttributeString( method SetAttributeString (line 1416) | public static void SetAttributeString( method SetAttributeString (line 1421) | public static void SetAttributeString( method GetAttribute (line 1427) | public static int GetAttribute( method GetAttributeString (line 1444) | public static int GetAttributeString( method GetAttributeString (line 1469) | public static int GetAttributeString( method GetAttributeString (line 1474) | public static String GetAttributeString( method DeleteAttribute (line 1486) | public static void DeleteAttribute( method AddRandom (line 1498) | public static void AddRandom( method AddRandom (line 1517) | public static void AddRandom( method AddRandom (line 1520) | public static void AddRandom( method AddRandom (line 1523) | public static void AddRandom( method QueryObject (line 1531) | public static CRYPT_OBJECT_INFO QueryObject( method QueryObject (line 1555) | public static CRYPT_OBJECT_INFO QueryObject( method QueryObject (line 1558) | public static CRYPT_OBJECT_INFO QueryObject( method ExportKey (line 1570) | public static int ExportKey( method ExportKey (line 1596) | public static int ExportKey( method ExportKeyEx (line 1603) | public static int ExportKeyEx( method ExportKeyEx (line 1630) | public static int ExportKeyEx( method ImportKey (line 1638) | public static void ImportKey( method ImportKey (line 1659) | public static void ImportKey( method ImportKey (line 1664) | public static void ImportKey( method ImportKeyEx (line 1670) | public static int ImportKeyEx( method ImportKeyEx (line 1694) | public static int ImportKeyEx( method ImportKeyEx (line 1699) | public static int ImportKeyEx( method CreateSignature (line 1707) | public static int CreateSignature( method CreateSignature (line 1733) | public static int CreateSignature( method CreateSignatureEx (line 1740) | public static int CreateSignatureEx( method CreateSignatureEx (line 1768) | public static int CreateSignatureEx( method CheckSignature (line 1777) | public static void CheckSignature( method CheckSignature (line 1798) | public static void CheckSignature( method CheckSignature (line 1803) | public static void CheckSignature( method CheckSignatureEx (line 1809) | public static int CheckSignatureEx( method CheckSignatureEx (line 1833) | public static int CheckSignatureEx( method CheckSignatureEx (line 1838) | public static int CheckSignatureEx( method KeysetOpen (line 1852) | public static int KeysetOpen( method KeysetClose (line 1876) | public static void KeysetClose( method GetPublicKey (line 1885) | public static int GetPublicKey( method GetPrivateKey (line 1908) | public static int GetPrivateKey( method GetKey (line 1937) | public static int GetKey( method AddPublicKey (line 1968) | public static void AddPublicKey( method AddPrivateKey (line 1976) | public static void AddPrivateKey( method DeleteKey (line 1996) | public static void DeleteKey( method CreateCert (line 2024) | public static int CreateCert( method DestroyCert (line 2041) | public static void DestroyCert( method GetCertExtension (line 2052) | public static int GetCertExtension( method GetCertExtension (line 2084) | public static int GetCertExtension( method AddCertExtension (line 2091) | public static void AddCertExtension( method AddCertExtension (line 2118) | public static void AddCertExtension( method AddCertExtension (line 2124) | public static void AddCertExtension( method DeleteCertExtension (line 2131) | public static void DeleteCertExtension( method SignCert (line 2152) | public static void SignCert( method CheckCert (line 2160) | public static void CheckCert( method ImportCert (line 2170) | public static int ImportCert( method ImportCert (line 2193) | public static int ImportCert( method ImportCert (line 2197) | public static int ImportCert( method ExportCert (line 2202) | public static int ExportCert( method ExportCert (line 2228) | public static int ExportCert( method CAAddItem (line 2237) | public static void CAAddItem( method CAGetItem (line 2245) | public static int CAGetItem( method CADeleteItem (line 2269) | public static void CADeleteItem( method CACertManagement (line 2290) | public static int CACertManagement( method CreateEnvelope (line 2317) | public static int CreateEnvelope( method DestroyEnvelope (line 2334) | public static void DestroyEnvelope( method CreateSession (line 2343) | public static int CreateSession( method DestroySession (line 2360) | public static void DestroySession( method PushData (line 2369) | public static int PushData( method PushData (line 2396) | public static int PushData( method PushData (line 2400) | public static int PushData( method FlushData (line 2405) | public static void FlushData( method PopData (line 2412) | public static int PopData( method PopData (line 2439) | public static int PopData( method DeviceOpen (line 2453) | public static int DeviceOpen( method DeviceClose (line 2476) | public static void DeviceClose( method DeviceQueryCapability (line 2485) | public static CRYPT_QUERY_INFO DeviceQueryCapability( method DeviceCreateContext (line 2506) | public static int DeviceCreateContext( method Login (line 2531) | public static int Login( method Logout (line 2558) | public static void Logout( method wrapped_Init (line 2572) | [DllImport("cl32.dll", EntryPoint="cryptInit")] method wrapped_End (line 2575) | [DllImport("cl32.dll", EntryPoint="cryptEnd")] method wrapped_QueryCapability (line 2578) | [DllImport("cl32.dll", EntryPoint="cryptQueryCapability")] method wrapped_CreateContext (line 2581) | [DllImport("cl32.dll", EntryPoint="cryptCreateContext")] method wrapped_DestroyContext (line 2584) | [DllImport("cl32.dll", EntryPoint="cryptDestroyContext")] method wrapped_DestroyObject (line 2587) | [DllImport("cl32.dll", EntryPoint="cryptDestroyObject")] method wrapped_GenerateKey (line 2590) | [DllImport("cl32.dll", EntryPoint="cryptGenerateKey")] method wrapped_Encrypt (line 2593) | [DllImport("cl32.dll", EntryPoint="cryptEncrypt")] method wrapped_Decrypt (line 2596) | [DllImport("cl32.dll", EntryPoint="cryptDecrypt")] method wrapped_SetAttribute (line 2599) | [DllImport("cl32.dll", EntryPoint="cryptSetAttribute")] method wrapped_SetAttributeString (line 2602) | [DllImport("cl32.dll", EntryPoint="cryptSetAttributeString")] method wrapped_GetAttribute (line 2605) | [DllImport("cl32.dll", EntryPoint="cryptGetAttribute")] method wrapped_GetAttributeString (line 2608) | [DllImport("cl32.dll", EntryPoint="cryptGetAttributeString")] method wrapped_DeleteAttribute (line 2611) | [DllImport("cl32.dll", EntryPoint="cryptDeleteAttribute")] method wrapped_AddRandom (line 2614) | [DllImport("cl32.dll", EntryPoint="cryptAddRandom")] method wrapped_QueryObject (line 2617) | [DllImport("cl32.dll", EntryPoint="cryptQueryObject")] method wrapped_ExportKey (line 2620) | [DllImport("cl32.dll", EntryPoint="cryptExportKey")] method wrapped_ExportKeyEx (line 2623) | [DllImport("cl32.dll", EntryPoint="cryptExportKeyEx")] method wrapped_ImportKey (line 2626) | [DllImport("cl32.dll", EntryPoint="cryptImportKey")] method wrapped_ImportKeyEx (line 2629) | [DllImport("cl32.dll", EntryPoint="cryptImportKeyEx")] method wrapped_CreateSignature (line 2632) | [DllImport("cl32.dll", EntryPoint="cryptCreateSignature")] method wrapped_CreateSignatureEx (line 2635) | [DllImport("cl32.dll", EntryPoint="cryptCreateSignatureEx")] method wrapped_CheckSignature (line 2638) | [DllImport("cl32.dll", EntryPoint="cryptCheckSignature")] method wrapped_CheckSignatureEx (line 2641) | [DllImport("cl32.dll", EntryPoint="cryptCheckSignatureEx")] method wrapped_KeysetOpen (line 2644) | [DllImport("cl32.dll", EntryPoint="cryptKeysetOpen")] method wrapped_KeysetClose (line 2647) | [DllImport("cl32.dll", EntryPoint="cryptKeysetClose")] method wrapped_GetPublicKey (line 2650) | [DllImport("cl32.dll", EntryPoint="cryptGetPublicKey")] method wrapped_GetPrivateKey (line 2653) | [DllImport("cl32.dll", EntryPoint="cryptGetPrivateKey")] method wrapped_GetKey (line 2656) | [DllImport("cl32.dll", EntryPoint="cryptGetKey")] method wrapped_AddPublicKey (line 2659) | [DllImport("cl32.dll", EntryPoint="cryptAddPublicKey")] method wrapped_AddPrivateKey (line 2662) | [DllImport("cl32.dll", EntryPoint="cryptAddPrivateKey")] method wrapped_DeleteKey (line 2665) | [DllImport("cl32.dll", EntryPoint="cryptDeleteKey")] method wrapped_CreateCert (line 2668) | [DllImport("cl32.dll", EntryPoint="cryptCreateCert")] method wrapped_DestroyCert (line 2671) | [DllImport("cl32.dll", EntryPoint="cryptDestroyCert")] method wrapped_GetCertExtension (line 2674) | [DllImport("cl32.dll", EntryPoint="cryptGetCertExtension")] method wrapped_AddCertExtension (line 2677) | [DllImport("cl32.dll", EntryPoint="cryptAddCertExtension")] method wrapped_DeleteCertExtension (line 2680) | [DllImport("cl32.dll", EntryPoint="cryptDeleteCertExtension")] method wrapped_SignCert (line 2683) | [DllImport("cl32.dll", EntryPoint="cryptSignCert")] method wrapped_CheckCert (line 2686) | [DllImport("cl32.dll", EntryPoint="cryptCheckCert")] method wrapped_ImportCert (line 2689) | [DllImport("cl32.dll", EntryPoint="cryptImportCert")] method wrapped_ExportCert (line 2692) | [DllImport("cl32.dll", EntryPoint="cryptExportCert")] method wrapped_CAAddItem (line 2695) | [DllImport("cl32.dll", EntryPoint="cryptCAAddItem")] method wrapped_CAGetItem (line 2698) | [DllImport("cl32.dll", EntryPoint="cryptCAGetItem")] method wrapped_CADeleteItem (line 2701) | [DllImport("cl32.dll", EntryPoint="cryptCADeleteItem")] method wrapped_CACertManagement (line 2704) | [DllImport("cl32.dll", EntryPoint="cryptCACertManagement")] method wrapped_CreateEnvelope (line 2707) | [DllImport("cl32.dll", EntryPoint="cryptCreateEnvelope")] method wrapped_DestroyEnvelope (line 2710) | [DllImport("cl32.dll", EntryPoint="cryptDestroyEnvelope")] method wrapped_CreateSession (line 2713) | [DllImport("cl32.dll", EntryPoint="cryptCreateSession")] method wrapped_DestroySession (line 2716) | [DllImport("cl32.dll", EntryPoint="cryptDestroySession")] method wrapped_PushData (line 2719) | [DllImport("cl32.dll", EntryPoint="cryptPushData")] method wrapped_FlushData (line 2722) | [DllImport("cl32.dll", EntryPoint="cryptFlushData")] method wrapped_PopData (line 2725) | [DllImport("cl32.dll", EntryPoint="cryptPopData")] method wrapped_DeviceOpen (line 2728) | [DllImport("cl32.dll", EntryPoint="cryptDeviceOpen")] method wrapped_DeviceClose (line 2731) | [DllImport("cl32.dll", EntryPoint="cryptDeviceClose")] method wrapped_DeviceQueryCapability (line 2734) | [DllImport("cl32.dll", EntryPoint="cryptDeviceQueryCapability")] method wrapped_DeviceCreateContext (line 2737) | [DllImport("cl32.dll", EntryPoint="cryptDeviceCreateContext")] method wrapped_Login (line 2740) | [DllImport("cl32.dll", EntryPoint="cryptLogin")] method wrapped_Logout (line 2743) | [DllImport("cl32.dll", EntryPoint="cryptLogout")] method processStatus (line 2749) | private static void processStatus(int status) method processStatus (line 2756) | private static void processStatus(int status, int extraInfo) method checkIndices (line 2762) | private static void checkIndices(byte[] array, int sequenceOffset, int... method getPointer (line 2780) | private static void getPointer(byte[] buffer, int bufferOffset, ref GC... method releasePointer (line 2788) | private static void releasePointer(GCHandle bufferHandle) class CRYPT_QUERY_INFO (line 2795) | [StructLayout(LayoutKind.Sequential, Pack=0, CharSet=CharSet.Ansi)] method CRYPT_QUERY_INFO (line 2804) | public CRYPT_QUERY_INFO(){} method CRYPT_QUERY_INFO (line 2806) | public CRYPT_QUERY_INFO(String newAlgoName, int newBlockSize, int newM... class CRYPT_OBJECT_INFO (line 2816) | [StructLayout(LayoutKind.Sequential, Pack=0, CharSet=CharSet.Ansi)] method CRYPT_OBJECT_INFO (line 2826) | public CRYPT_OBJECT_INFO() method CRYPT_OBJECT_INFO (line 2832) | public CRYPT_OBJECT_INFO(int newObjectType, int newCryptAlgo, int newC... class CryptException (line 2841) | public class CryptException : ApplicationException method CryptException (line 2847) | public CryptException(int status) method CryptException (line 2853) | public CryptException(int status, int extra) method convertMessage (line 2860) | private static string convertMessage(int status) FILE: deps/cl345/bindings/java_jni.c function processStatus (line 1690) | int processStatus(JNIEnv *env, jint status) function jobject (line 1728) | jobject processStatusReturnCryptQueryInfo(JNIEnv *env, int status, CRYPT... function jobject (line 1764) | jobject processStatusReturnCryptObjectInfo(JNIEnv *env, int status, CRYP... function checkIndicesArray (line 1801) | int checkIndicesArray(JNIEnv *env, jbyteArray array, int sequenceOffset,... function getPointerArray (line 1839) | int getPointerArray(JNIEnv* env, jbyteArray array, jbyte** bytesPtrPtr) function releasePointerArray (line 1859) | void releasePointerArray(JNIEnv* env,jbyteArray array, jbyte* bytesPtr) function checkIndicesNIO (line 1866) | int checkIndicesNIO(JNIEnv *env, jobject byteBuffer, int sequenceOffset,... function getPointerNIO (line 1915) | int getPointerNIO(JNIEnv* env, jobject byteBuffer, jbyte** bytesPtrPtr) function releasePointerNIO (line 1940) | void releasePointerNIO(JNIEnv* env,jbyteArray array, jbyte* bytesPtr) function getPointerString (line 1944) | int getPointerString(JNIEnv* env, jstring str, jbyte** bytesPtrPtr) function releasePointerString (line 2005) | void releasePointerString(JNIEnv* env, jstring str, jbyte* bytesPtr) function JNICALL (line 2017) | JNICALL Java_cryptlib_crypt_Init function JNICALL (line 2032) | JNICALL Java_cryptlib_crypt_End function JNICALL (line 2047) | JNICALL Java_cryptlib_crypt_QueryCapability function JNICALL (line 2063) | JNICALL Java_cryptlib_crypt_CreateContext function JNICALL (line 2080) | JNICALL Java_cryptlib_crypt_DestroyContext function JNICALL (line 2095) | JNICALL Java_cryptlib_crypt_DestroyObject function JNICALL (line 2110) | JNICALL Java_cryptlib_crypt_GenerateKey function JNICALL (line 2125) | JNICALL Java_cryptlib_crypt_Encrypt__ILjava_nio_ByteBuffer_2II function JNICALL (line 2149) | JNICALL Java_cryptlib_crypt_Encrypt__I_3BII function JNICALL (line 2173) | JNICALL Java_cryptlib_crypt_Decrypt__ILjava_nio_ByteBuffer_2II function JNICALL (line 2197) | JNICALL Java_cryptlib_crypt_Decrypt__I_3BII function JNICALL (line 2221) | JNICALL Java_cryptlib_crypt_SetAttribute function JNICALL (line 2236) | JNICALL Java_cryptlib_crypt_SetAttributeString__IILjava_nio_ByteBuffer_2II function JNICALL (line 2260) | JNICALL Java_cryptlib_crypt_SetAttributeString__II_3BII function JNICALL (line 2284) | JNICALL Java_cryptlib_crypt_GetAttribute function JNICALL (line 2301) | JNICALL Java_cryptlib_crypt_GetAttributeString__IILjava_nio_ByteBuffer_2I function JNICALL (line 2330) | JNICALL Java_cryptlib_crypt_GetAttributeString__II_3BI function JNICALL (line 2359) | JNICALL Java_cryptlib_crypt_DeleteAttribute function JNICALL (line 2374) | JNICALL Java_cryptlib_crypt_AddRandom__Ljava_nio_ByteBuffer_2II function JNICALL (line 2398) | JNICALL Java_cryptlib_crypt_AddRandom___3BII function JNICALL (line 2422) | JNICALL Java_cryptlib_crypt_AddRandom__I function JNICALL (line 2437) | JNICALL Java_cryptlib_crypt_QueryObject__Ljava_nio_ByteBuffer_2II function JNICALL (line 2462) | JNICALL Java_cryptlib_crypt_QueryObject___3BII function JNICALL (line 2487) | JNICALL Java_cryptlib_crypt_ExportKey__Ljava_nio_ByteBuffer_2IIII function JNICALL (line 2516) | JNICALL Java_cryptlib_crypt_ExportKey___3BIIII function JNICALL (line 2545) | JNICALL Java_cryptlib_crypt_ExportKeyEx__Ljava_nio_ByteBuffer_2IIIII function JNICALL (line 2574) | JNICALL Java_cryptlib_crypt_ExportKeyEx___3BIIIII function JNICALL (line 2603) | JNICALL Java_cryptlib_crypt_ImportKey__Ljava_nio_ByteBuffer_2IIII function JNICALL (line 2627) | JNICALL Java_cryptlib_crypt_ImportKey___3BIIII function JNICALL (line 2651) | JNICALL Java_cryptlib_crypt_ImportKeyEx__Ljava_nio_ByteBuffer_2IIII function JNICALL (line 2677) | JNICALL Java_cryptlib_crypt_ImportKeyEx___3BIIII function JNICALL (line 2703) | JNICALL Java_cryptlib_crypt_CreateSignature__Ljava_nio_ByteBuffer_2IIII function JNICALL (line 2732) | JNICALL Java_cryptlib_crypt_CreateSignature___3BIIII function JNICALL (line 2761) | JNICALL Java_cryptlib_crypt_CreateSignatureEx__Ljava_nio_ByteBuffer_2IIIIII function JNICALL (line 2790) | JNICALL Java_cryptlib_crypt_CreateSignatureEx___3BIIIIII function JNICALL (line 2819) | JNICALL Java_cryptlib_crypt_CheckSignature__Ljava_nio_ByteBuffer_2IIII function JNICALL (line 2843) | JNICALL Java_cryptlib_crypt_CheckSignature___3BIIII function JNICALL (line 2867) | JNICALL Java_cryptlib_crypt_CheckSignatureEx__Ljava_nio_ByteBuffer_2IIII function JNICALL (line 2893) | JNICALL Java_cryptlib_crypt_CheckSignatureEx___3BIIII function JNICALL (line 2919) | JNICALL Java_cryptlib_crypt_KeysetOpen function JNICALL (line 2942) | JNICALL Java_cryptlib_crypt_KeysetClose function JNICALL (line 2957) | JNICALL Java_cryptlib_crypt_GetPublicKey function JNICALL (line 2980) | JNICALL Java_cryptlib_crypt_GetPrivateKey function JNICALL (line 3007) | JNICALL Java_cryptlib_crypt_GetKey function JNICALL (line 3034) | JNICALL Java_cryptlib_crypt_AddPublicKey function JNICALL (line 3049) | JNICALL Java_cryptlib_crypt_AddPrivateKey function JNICALL (line 3070) | JNICALL Java_cryptlib_crypt_DeleteKey function JNICALL (line 3091) | JNICALL Java_cryptlib_crypt_CreateCert function JNICALL (line 3108) | JNICALL Java_cryptlib_crypt_DestroyCert function JNICALL (line 3123) | JNICALL Java_cryptlib_crypt_GetCertExtension__ILjava_lang_String_2Ljava_... function JNICALL (line 3158) | JNICALL Java_cryptlib_crypt_GetCertExtension__ILjava_lang_String_2_3BII function JNICALL (line 3193) | JNICALL Java_cryptlib_crypt_AddCertExtension__ILjava_lang_String_2ILjava... function JNICALL (line 3222) | JNICALL Java_cryptlib_crypt_AddCertExtension__ILjava_lang_String_2I_3BII function JNICALL (line 3251) | JNICALL Java_cryptlib_crypt_DeleteCertExtension function JNICALL (line 3272) | JNICALL Java_cryptlib_crypt_SignCert function JNICALL (line 3287) | JNICALL Java_cryptlib_crypt_CheckCert function JNICALL (line 3302) | JNICALL Java_cryptlib_crypt_ImportCert__Ljava_nio_ByteBuffer_2III function JNICALL (line 3328) | JNICALL Java_cryptlib_crypt_ImportCert___3BIII function JNICALL (line 3354) | JNICALL Java_cryptlib_crypt_ExportCert__Ljava_nio_ByteBuffer_2IIII function JNICALL (line 3383) | JNICALL Java_cryptlib_crypt_ExportCert___3BIIII function JNICALL (line 3412) | JNICALL Java_cryptlib_crypt_CAAddItem function JNICALL (line 3427) | JNICALL Java_cryptlib_crypt_CAGetItem function JNICALL (line 3450) | JNICALL Java_cryptlib_crypt_CADeleteItem function JNICALL (line 3471) | JNICALL Java_cryptlib_crypt_CACertManagement function JNICALL (line 3488) | JNICALL Java_cryptlib_crypt_CreateEnvelope function JNICALL (line 3505) | JNICALL Java_cryptlib_crypt_DestroyEnvelope function JNICALL (line 3520) | JNICALL Java_cryptlib_crypt_CreateSession function JNICALL (line 3537) | JNICALL Java_cryptlib_crypt_DestroySession function JNICALL (line 3552) | JNICALL Java_cryptlib_crypt_PushData__ILjava_nio_ByteBuffer_2II function JNICALL (line 3578) | JNICALL Java_cryptlib_crypt_PushData__I_3BII function JNICALL (line 3604) | JNICALL Java_cryptlib_crypt_FlushData function JNICALL (line 3619) | JNICALL Java_cryptlib_crypt_PopData__ILjava_nio_ByteBuffer_2II function JNICALL (line 3647) | JNICALL Java_cryptlib_crypt_PopData__I_3BII function JNICALL (line 3675) | JNICALL Java_cryptlib_crypt_DeviceOpen function JNICALL (line 3698) | JNICALL Java_cryptlib_crypt_DeviceClose function JNICALL (line 3713) | JNICALL Java_cryptlib_crypt_DeviceQueryCapability function JNICALL (line 3729) | JNICALL Java_cryptlib_crypt_DeviceCreateContext function JNICALL (line 3746) | JNICALL Java_cryptlib_crypt_Login function JNICALL (line 3773) | JNICALL Java_cryptlib_crypt_Logout FILE: deps/cl345/bindings/python.c function getPointerWrite (line 11) | static int getPointerWrite(PyObject* objPtr, unsigned char** bytesPtrPtr... function getPointerRead (line 29) | static int getPointerRead(PyObject* objPtr, unsigned char** bytesPtrPtr,... function getPointerReadNoLength (line 54) | static int getPointerReadNoLength(PyObject* objPtr, unsigned char** byte... function getPointerWriteCheckIndices (line 60) | static int getPointerWriteCheckIndices(PyObject* objPtr, unsigned char**... function getPointerReadString (line 76) | static int getPointerReadString(PyObject* objPtr, char** charPtrPtr) function releasePointer (line 111) | static void releasePointer(PyObject* objPtr, unsigned char* bytesPtr) function releasePointerString (line 115) | static void releasePointerString(PyObject* objPtr, char* charPtr) function PyObject (line 120) | static PyObject* processStatus(int status) function processStatusBool (line 199) | static int processStatusBool(int status) function PyObject (line 211) | static PyObject* processStatusReturnInt(int status, int returnValue) function PyObject (line 224) | static PyObject* processStatusReturnCryptHandle(int status, int returnVa... function PyObject (line 241) | static PyObject* processStatusReturnCryptQueryInfo(int status, CRYPT_QUE... function PyObject (line 258) | static PyObject* processStatusReturnCryptObjectInfo(int status, CRYPT_OB... function PyObject (line 275) | static PyObject* python_cryptInit(PyObject* self, PyObject* args) function PyObject (line 284) | static PyObject* python_cryptEnd(PyObject* self, PyObject* args) function PyObject (line 293) | static PyObject* python_cryptQueryCapability(PyObject* self, PyObject* a... function PyObject (line 307) | static PyObject* python_cryptCreateContext(PyObject* self, PyObject* args) function PyObject (line 322) | static PyObject* python_cryptDestroyContext(PyObject* self, PyObject* args) function PyObject (line 335) | static PyObject* python_cryptDestroyObject(PyObject* self, PyObject* args) function PyObject (line 348) | static PyObject* python_cryptGenerateKey(PyObject* self, PyObject* args) function PyObject (line 361) | static PyObject* python_cryptEncrypt(PyObject* self, PyObject* args) function PyObject (line 382) | static PyObject* python_cryptDecrypt(PyObject* self, PyObject* args) function PyObject (line 403) | static PyObject* python_cryptSetAttribute(PyObject* self, PyObject* args) function PyObject (line 418) | static PyObject* python_cryptSetAttributeString(PyObject* self, PyObject... function PyObject (line 440) | static PyObject* python_cryptGetAttribute(PyObject* self, PyObject* args) function PyObject (line 455) | static PyObject* python_cryptGetAttributeString(PyObject* self, PyObject... function PyObject (line 480) | static PyObject* python_cryptDeleteAttribute(PyObject* self, PyObject* a... function PyObject (line 494) | static PyObject* python_cryptAddRandom(PyObject* self, PyObject* args) function PyObject (line 518) | static PyObject* python_cryptQueryObject(PyObject* self, PyObject* args) function PyObject (line 539) | static PyObject* python_cryptExportKey(PyObject* self, PyObject* args) function PyObject (line 565) | static PyObject* python_cryptExportKeyEx(PyObject* self, PyObject* args) function PyObject (line 592) | static PyObject* python_cryptImportKey(PyObject* self, PyObject* args) function PyObject (line 614) | static PyObject* python_cryptImportKeyEx(PyObject* self, PyObject* args) function PyObject (line 637) | static PyObject* python_cryptCreateSignature(PyObject* self, PyObject* a... function PyObject (line 663) | static PyObject* python_cryptCreateSignatureEx(PyObject* self, PyObject*... function PyObject (line 691) | static PyObject* python_cryptCheckSignature(PyObject* self, PyObject* args) function PyObject (line 713) | static PyObject* python_cryptCheckSignatureEx(PyObject* self, PyObject* ... function PyObject (line 736) | static PyObject* python_cryptKeysetOpen(PyObject* self, PyObject* args) function PyObject (line 759) | static PyObject* python_cryptKeysetClose(PyObject* self, PyObject* args) function PyObject (line 772) | static PyObject* python_cryptGetPublicKey(PyObject* self, PyObject* args) function PyObject (line 794) | static PyObject* python_cryptGetPrivateKey(PyObject* self, PyObject* args) function PyObject (line 821) | static PyObject* python_cryptGetKey(PyObject* self, PyObject* args) function PyObject (line 848) | static PyObject* python_cryptAddPublicKey(PyObject* self, PyObject* args) function PyObject (line 862) | static PyObject* python_cryptAddPrivateKey(PyObject* self, PyObject* args) function PyObject (line 883) | static PyObject* python_cryptDeleteKey(PyObject* self, PyObject* args) function PyObject (line 904) | static PyObject* python_cryptCreateCert(PyObject* self, PyObject* args) function PyObject (line 919) | static PyObject* python_cryptDestroyCert(PyObject* self, PyObject* args) function PyObject (line 932) | static PyObject* python_cryptGetCertExtension(PyObject* self, PyObject* ... function PyObject (line 964) | static PyObject* python_cryptAddCertExtension(PyObject* self, PyObject* ... function PyObject (line 992) | static PyObject* python_cryptDeleteCertExtension(PyObject* self, PyObjec... function PyObject (line 1012) | static PyObject* python_cryptSignCert(PyObject* self, PyObject* args) function PyObject (line 1026) | static PyObject* python_cryptCheckCert(PyObject* self, PyObject* args) function PyObject (line 1040) | static PyObject* python_cryptImportCert(PyObject* self, PyObject* args) function PyObject (line 1062) | static PyObject* python_cryptExportCert(PyObject* self, PyObject* args) function PyObject (line 1088) | static PyObject* python_cryptCAAddItem(PyObject* self, PyObject* args) function PyObject (line 1102) | static PyObject* python_cryptCAGetItem(PyObject* self, PyObject* args) function PyObject (line 1125) | static PyObject* python_cryptCADeleteItem(PyObject* self, PyObject* args) function PyObject (line 1147) | static PyObject* python_cryptCACertManagement(PyObject* self, PyObject* ... function PyObject (line 1164) | static PyObject* python_cryptCreateEnvelope(PyObject* self, PyObject* args) function PyObject (line 1179) | static PyObject* python_cryptDestroyEnvelope(PyObject* self, PyObject* a... function PyObject (line 1192) | static PyObject* python_cryptCreateSession(PyObject* self, PyObject* args) function PyObject (line 1207) | static PyObject* python_cryptDestroySession(PyObject* self, PyObject* args) function PyObject (line 1220) | static PyObject* python_cryptPushData(PyObject* self, PyObject* args) function PyObject (line 1242) | static PyObject* python_cryptFlushData(PyObject* self, PyObject* args) function PyObject (line 1255) | static PyObject* python_cryptPopData(PyObject* self, PyObject* args) function PyObject (line 1279) | static PyObject* python_cryptDeviceOpen(PyObject* self, PyObject* args) function PyObject (line 1301) | static PyObject* python_cryptDeviceClose(PyObject* self, PyObject* args) function PyObject (line 1314) | static PyObject* python_cryptDeviceQueryCapability(PyObject* self, PyObj... function PyObject (line 1329) | static PyObject* python_cryptDeviceCreateContext(PyObject* self, PyObjec... function PyObject (line 1344) | static PyObject* python_cryptLogin(PyObject* self, PyObject* args) function PyObject (line 1369) | static PyObject* python_cryptLogout(PyObject* self, PyObject* args) type PyModuleDef (line 1448) | struct PyModuleDef FILE: deps/cl345/bn/bn.h type BIGNUM_EXT_TYPE (line 56) | typedef enum { type BIGNUM (line 313) | typedef struct { type BIGNUM_EXT (line 320) | typedef struct { type BIGNUM_EXT2 (line 325) | typedef struct { type BN_MONT_CTX (line 332) | typedef struct { type BN_RECP_CTX (line 342) | typedef struct { type BN_CTX (line 361) | typedef struct { FILE: deps/cl345/bn/bn_asm.c function BN_ULONG (line 86) | BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function BN_ULONG (line 116) | BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULON... function bn_sqr_words (line 144) | void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function BN_ULONG (line 172) | BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, function BN_ULONG (line 205) | BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULON... function bn_sqr_words (line 237) | void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function BN_ULONG (line 267) | BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function BN_ULONG (line 276) | BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) function BN_ULONG (line 341) | BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, function BN_ULONG (line 382) | BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, function BN_ULONG (line 440) | BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, function bn_mul_comba8 (line 650) | void bn_mul_comba8(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b) /*... function bn_mul_comba4 (line 753) | void bn_mul_comba4(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b) /*... function bn_sqr_comba8 (line 792) | void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) function bn_sqr_comba4 (line 867) | void bn_sqr_comba4(BN_ULONG *r, const BN_ULONG *a) function bn_mul_mont (line 916) | int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function bn_mul_mont (line 1011) | int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function bn_sqr_comba4 (line 1023) | void bn_sqr_comba4(BN_ULONG *r, const BN_ULONG *a) function bn_sqr_comba8 (line 1030) | void bn_sqr_comba8(BN_ULONG *r, const BN_ULONG *a) function bn_mul_comba4 (line 1036) | void bn_mul_comba4(BN_ULONG *r, BN_ULONG *a, const BN_ULONG *b) /* const... function bn_mul_comba8 (line 1044) | void bn_mul_comba8(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b) /*... function bn_mul_mont (line 1059) | int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function bn_mul_mont (line 1100) | int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, FILE: deps/cl345/bn/bn_exp.c function BN_exp (line 146) | int BN_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) function BN_mod_exp (line 195) | int BN_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM... function BN_mod_exp_recp (line 287) | int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, function BN_mod_exp_mont (line 415) | int BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, function BN_ULONG (line 588) | static BN_ULONG bn_get_bits(const BIGNUM *a, int bitpos) function MOD_EXP_CTIME_COPY_TO_PREBUF (line 615) | static int MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, function MOD_EXP_CTIME_COPY_FROM_PREBUF (line 631) | static int MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, function BN_mod_exp_mont_consttime (line 663) | int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, function BN_mod_exp_mont_word (line 836) | int BN_mod_exp_mont_word(BIGNUM *rr, BN_ULONG a, const BIGNUM *p, function BN_mod_exp_simple (line 974) | int BN_mod_exp_simple(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, FILE: deps/cl345/bn/bn_exp2.c function BN_mod_exp2_mont (line 128) | int BN_mod_exp2_mont(BIGNUM *rr, const BIGNUM *a1, const BIGNUM *p1, FILE: deps/cl345/bn/bn_gcd.c function BN_gcd (line 124) | int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) function BIGNUM (line 163) | static BIGNUM *euclid(BIGNUM *a, BIGNUM *b) function BIGNUM (line 233) | BIGNUM *BN_mod_inverse(BIGNUM *in, function BIGNUM (line 552) | static BIGNUM *BN_mod_inverse_no_branch(BIGNUM *in, FILE: deps/cl345/bn/bn_mul.c function BN_ULONG (line 92) | BN_ULONG bn_sub_part_words(BN_ULONG *r, function BN_ULONG (line 236) | BN_ULONG bn_add_part_words(BN_ULONG *r, function bn_mul_recursive (line 437) | void bn_mul_recursive(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,... function bn_mul_part_recursive (line 590) | void bn_mul_part_recursive(BN_ULONG *r, const BN_ULONG *a, const BN_ULON... function bn_mul_low_recursive (line 752) | void bn_mul_low_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, function bn_mul_high (line 781) | void bn_mul_high(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, BN_ULONG *l, int... function BN_mul (line 950) | int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) function bn_mul_normal (line 1140) | void bn_mul_normal(BN_ULONG *r, const BN_ULONG *a, int na, const BN_ULON... function bn_mul_low_normal (line 1186) | void bn_mul_low_normal(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) FILE: deps/cl345/bn/bn_recp.c function BN_RECP_CTX_init (line 73) | void BN_RECP_CTX_init(BN_RECP_CTX *recp) function BN_RECP_CTX (line 81) | BN_RECP_CTX *BN_RECP_CTX_new(void) function BN_RECP_CTX_free (line 93) | void BN_RECP_CTX_free(BN_RECP_CTX *recp) function BN_RECP_CTX_set (line 104) | int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx) function BN_mod_mul_reciprocal (line 115) | int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y, function BN_div_recp (line 144) | int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, function BN_reciprocal (line 242) | int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx) FILE: deps/cl345/bn/ec.h type point_conversion_form_t (line 129) | typedef enum { type EC_METHOD (line 140) | typedef struct ec_method_st EC_METHOD; type EC_GROUP (line 142) | typedef struct ec_group_st type EC_POINT (line 153) | typedef struct ec_point_st EC_POINT; type EC_builtin_curve (line 424) | typedef struct { type ECPKPARAMETERS (line 742) | typedef struct ecpk_parameters_st ECPKPARAMETERS; type EC_KEY (line 765) | typedef struct ec_key_st EC_KEY; FILE: deps/cl345/bn/ec_lcl.h type ec_method_st (line 100) | struct ec_method_st { type EC_EXTRA_DATA (line 209) | typedef struct ec_extra_data_st { type ec_group_st (line 217) | struct ec_group_st { type ec_key_st (line 273) | struct ec_key_st { type ec_point_st (line 307) | struct ec_point_st { FILE: deps/cl345/bn/ec_lib.c function EC_GROUP (line 80) | EC_GROUP *EC_GROUP_new(const EC_METHOD *meth) function EC_GROUP_free (line 124) | void EC_GROUP_free(EC_GROUP *group) function EC_GROUP_clear_free (line 148) | void EC_GROUP_clear_free(EC_GROUP *group) function EC_GROUP_copy (line 177) | int EC_GROUP_copy(EC_GROUP *dest, const EC_GROUP *src) function EC_GROUP (line 265) | EC_GROUP *EC_GROUP_dup(const EC_GROUP *a) function EC_METHOD (line 289) | const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group) function EC_METHOD_get_field_type (line 294) | int EC_METHOD_get_field_type(const EC_METHOD *meth) function EC_GROUP_set_generator (line 299) | int EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, function EC_POINT (line 337) | const EC_POINT *EC_GROUP_get0_generator(const EC_GROUP *group) function BN_MONT_CTX (line 342) | BN_MONT_CTX *EC_GROUP_get_mont_data(const EC_GROUP *group) function EC_GROUP_get_order (line 347) | int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) function EC_GROUP_get_cofactor (line 355) | int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, function EC_GROUP_set_curve_name (line 364) | void EC_GROUP_set_curve_name(EC_GROUP *group, int nid) function EC_GROUP_get_curve_name (line 369) | int EC_GROUP_get_curve_name(const EC_GROUP *group) function EC_GROUP_set_asn1_flag (line 374) | void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) function EC_GROUP_get_asn1_flag (line 380) | int EC_GROUP_get_asn1_flag(const EC_GROUP *group) function EC_GROUP_set_point_conversion_form (line 385) | void EC_GROUP_set_point_conversion_form(EC_GROUP *group, function point_conversion_form_t (line 391) | point_conversion_form_t EC_GROUP_get_point_conversion_form(const EC_GROUP function EC_GROUP_set_seed (line 397) | size_t EC_GROUP_set_seed(EC_GROUP *group, const unsigned char *p, size_t... function EC_GROUP_get_seed_len (line 421) | size_t EC_GROUP_get_seed_len(const EC_GROUP *group) function EC_GROUP_set_curve_GFp (line 426) | int EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNU... function EC_GROUP_get_curve_GFp (line 436) | int EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, function EC_GROUP_set_curve_GF2m (line 447) | int EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGN... function EC_GROUP_get_curve_GF2m (line 458) | int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, function EC_GROUP_get_degree (line 470) | int EC_GROUP_get_degree(const EC_GROUP *group) function EC_GROUP_check_discriminant (line 479) | int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) function EC_GROUP_cmp (line 489) | int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx) function EC_EX_DATA_set_data (line 562) | int EC_EX_DATA_set_data(EC_EXTRA_DATA **ex_data, void *data, function EC_EX_DATA_free_data (line 617) | void EC_EX_DATA_free_data(EC_EXTRA_DATA **ex_data, function EC_EX_DATA_clear_free_data (line 642) | void EC_EX_DATA_clear_free_data(EC_EXTRA_DATA **ex_data, function EC_EX_DATA_free_all_data (line 667) | void EC_EX_DATA_free_all_data(EC_EXTRA_DATA **ex_data) function EC_EX_DATA_clear_free_all_data (line 687) | void EC_EX_DATA_clear_free_all_data(EC_EXTRA_DATA **ex_data) function EC_POINT (line 708) | EC_POINT *EC_POINT_new(const EC_GROUP *group) function EC_POINT_free (line 738) | void EC_POINT_free(EC_POINT *point) function EC_POINT_clear_free (line 748) | void EC_POINT_clear_free(EC_POINT *point) function EC_POINT_copy (line 761) | int EC_POINT_copy(EC_POINT *dest, const EC_POINT *src) function EC_POINT (line 776) | EC_POINT *EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) function EC_METHOD (line 795) | const EC_METHOD *EC_POINT_method_of(const EC_POINT *point) function EC_POINT_set_to_infinity (line 800) | int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) function EC_POINT_set_Jprojective_coordinates_GFp (line 814) | int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, function EC_POINT_get_Jprojective_coordinates_GFp (line 833) | int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, function EC_POINT_set_affine_coordinates_GFp (line 852) | int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, function EC_POINT_set_affine_coordinates_GF2m (line 870) | int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, function EC_POINT_get_affine_coordinates_GFp (line 888) | int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, function EC_POINT_get_affine_coordinates_GF2m (line 906) | int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, function EC_POINT_add (line 924) | int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, function EC_POINT_dbl (line 939) | int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, function EC_POINT_invert (line 953) | int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) function EC_POINT_is_at_infinity (line 966) | int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) function EC_POINT_is_on_curve (line 987) | int EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, function EC_POINT_cmp (line 1001) | int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POIN... function EC_POINT_make_affine (line 1015) | int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX ... function EC_POINTs_make_affine (line 1028) | int EC_POINTs_make_affine(const EC_GROUP *group, size_t num, function EC_POINTs_mul (line 1052) | int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function EC_POINT_mul (line 1063) | int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_sca... function EC_GROUP_precompute_mult (line 1079) | int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx) function EC_GROUP_have_precompute_mult (line 1091) | int EC_GROUP_have_precompute_mult(const EC_GROUP *group) function ec_precompute_mont_data (line 1108) | int ec_precompute_mont_data(EC_GROUP *group) FILE: deps/cl345/bn/ec_mult.c type EC_PRE_COMP (line 90) | typedef struct ec_pre_comp_st { function EC_PRE_COMP (line 108) | static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group) function ec_pre_comp_free (line 143) | static void ec_pre_comp_free(void *pre_) function ec_pre_comp_clear_free (line 165) | static void ec_pre_comp_clear_free(void *pre_) function ec_wNAF_mul (line 346) | int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function ec_wNAF_precompute_mult (line 756) | int ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) function ec_wNAF_have_precompute_mult (line 920) | int ec_wNAF_have_precompute_mult(const EC_GROUP *group) FILE: deps/cl345/bn/ecp_mont.c function EC_METHOD (line 78) | const EC_METHOD *EC_GFp_mont_method(void) function ec_GFp_mont_group_init (line 130) | int ec_GFp_mont_group_init(EC_GROUP *group) function ec_GFp_mont_group_finish (line 140) | void ec_GFp_mont_group_finish(EC_GROUP *group) function ec_GFp_mont_group_clear_finish (line 153) | void ec_GFp_mont_group_clear_finish(EC_GROUP *group) function ec_GFp_mont_group_copy (line 166) | int ec_GFp_mont_group_copy(EC_GROUP *dest, const EC_GROUP *src) function ec_GFp_mont_group_set_curve (line 203) | int ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, function ec_GFp_mont_field_mul (line 261) | int ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM... function ec_GFp_mont_field_sqr (line 272) | int ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM... function ec_GFp_mont_field_encode (line 283) | int ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, function ec_GFp_mont_field_decode (line 295) | int ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, function ec_GFp_mont_field_set_to_one (line 307) | int ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, FILE: deps/cl345/bn/ecp_smpl.c function EC_METHOD (line 87) | const EC_METHOD *EC_GFp_simple_method(void) function ec_GFp_simple_group_init (line 151) | int ec_GFp_simple_group_init(EC_GROUP *group) function ec_GFp_simple_group_finish (line 160) | void ec_GFp_simple_group_finish(EC_GROUP *group) function ec_GFp_simple_group_clear_finish (line 167) | void ec_GFp_simple_group_clear_finish(EC_GROUP *group) function ec_GFp_simple_group_copy (line 174) | int ec_GFp_simple_group_copy(EC_GROUP *dest, const EC_GROUP *src) function ec_GFp_simple_group_set_curve (line 188) | int ec_GFp_simple_group_set_curve(EC_GROUP *group, function ec_GFp_simple_group_get_curve (line 248) | int ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGN... function ec_GFp_simple_group_get_degree (line 294) | int ec_GFp_simple_group_get_degree(const EC_GROUP *group) function ec_GFp_simple_group_check_discriminant (line 299) | int ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX... function ec_GFp_simple_point_init (line 374) | int ec_GFp_simple_point_init(EC_POINT *point) function ec_GFp_simple_point_finish (line 384) | void ec_GFp_simple_point_finish(EC_POINT *point) function ec_GFp_simple_point_clear_finish (line 391) | void ec_GFp_simple_point_clear_finish(EC_POINT *point) function ec_GFp_simple_point_copy (line 399) | int ec_GFp_simple_point_copy(EC_POINT *dest, const EC_POINT *src) function ec_GFp_simple_point_set_to_infinity (line 412) | int ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, function ec_GFp_simple_set_Jprojective_coordinates_GFp (line 420) | int ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, function ec_GFp_simple_get_Jprojective_coordinates_GFp (line 481) | int ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, function ec_GFp_simple_point_set_affine_coordinates (line 531) | int ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, function ec_GFp_simple_point_get_affine_coordinates (line 549) | int ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, function ec_GFp_simple_add (line 664) | int ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT... function ec_GFp_simple_dbl (line 852) | int ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT... function ec_GFp_simple_invert (line 995) | int ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX ... function ec_GFp_simple_is_at_infinity (line 1004) | int ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *... function ec_GFp_simple_is_on_curve (line 1009) | int ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, function ec_GFp_simple_cmp (line 1113) | int ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, function ec_GFp_simple_make_affine (line 1223) | int ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, function ec_GFp_simple_points_make_affine (line 1263) | int ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, function ec_GFp_simple_field_mul (line 1422) | int ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGN... function ec_GFp_simple_field_sqr (line 1428) | int ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGN... FILE: deps/cl345/cert/cert.h type RTCSRESPONSE_TYPE (line 153) | typedef enum { type ATTRIBUTE_TYPE (line 174) | typedef enum { type POLICY_TYPE (line 187) | typedef enum { /* Issuer Subject */ type SELECTION_OPTION (line 201) | typedef enum { type SELECTION_INFO (line 393) | typedef struct { type SELECTION_STATE (line 423) | typedef struct { type POLICY_DATA (line 463) | typedef struct { type POLICY_INFO (line 470) | typedef struct { type VALIDITY_INFO (line 480) | typedef struct VI { type CERT_VAL_INFO (line 503) | typedef struct { type REVOCATION_INFO (line 525) | typedef struct RI { type CERT_REV_INFO (line 561) | typedef struct { type CERT_REQ_INFO (line 590) | typedef struct { type CERT_INFO (line 614) | typedef struct { type CHECK_RETVAL (line 867) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 870) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/cert/certattr.h type ATTRIBUTE_INFO (line 339) | typedef struct { type ATTRIBUTE_LIST (line 429) | typedef struct AL { FILE: deps/cl345/cert/certfn.h function CHECK_RETVAL (line 41) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/cert/certrev.c function CHECK_RETVAL_BOOL (line 50) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 111) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 3 ) ) \ function addRevocationEntry (line 181) | int addRevocationEntry( INOUT_PTR DATAPTR *listHeadPtr, function deleteRevocationEntries (line 257) | void deleteRevocationEntries( INOUT_PTR DATAPTR *listHeadPtr ) function prepareRevocationEntries (line 291) | int prepareRevocationEntries( IN_DATAPTR_OPT const DATAPTR listHead, type CHECK_RETVAL (line 428) | typedef CHECK_RETVAL int ( *CHECKREVOCATIONFUNCTION ) \ function CHECK_RETVAL (line 433) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function checkRevocationOCSP (line 478) | static int checkRevocationOCSP( IN const CERT_INFO *certInfoPtr, function checkCRL (line 585) | int checkCRL( INOUT CERT_INFO *certInfoPtr, function readCRLentry (line 624) | int readCRLentry( INOUT STREAM *stream, function readCRLentries (line 690) | int readCRLentries( INOUT STREAM *stream, function CHECK_RETVAL_LENGTH_SHORT (line 766) | CHECK_RETVAL_LENGTH_SHORT STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 855) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 948) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function sizeofOcspID (line 1120) | static int sizeofOcspID( IN const REVOCATION_INFO *ocspEntry ) function CHECK_RETVAL (line 1225) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readOcspRequestEntries (line 1350) | int readOcspRequestEntries( INOUT STREAM *stream, function CHECK_RETVAL_LENGTH_SHORT (line 1403) | CHECK_RETVAL_LENGTH_SHORT STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_LENGTH_SHORT (line 1433) | CHECK_RETVAL_LENGTH_SHORT \ function writeOcspRequestEntry (line 1462) | static int writeOcspRequestEntry( INOUT STREAM *stream, function CHECK_RETVAL (line 1508) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function readOcspResponseEntries (line 1729) | int readOcspResponseEntries( INOUT STREAM *stream, function CHECK_RETVAL_LENGTH_SHORT (line 1782) | CHECK_RETVAL_LENGTH_SHORT STDC_NONNULL_ARG( ( 1 ) ) \ function writeOcspResponseEntry (line 1841) | static int writeOcspResponseEntry( INOUT STREAM *stream, FILE: deps/cl345/cert/certschk.c function generateCertID (line 30) | static int generateCertID( IN_BUFFER( dnLength ) const void *dn, function CHECK_RETVAL (line 101) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 500) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/cert/certsign.c function CHECK_RETVAL (line 26) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function getObjectDataPtr (line 60) | static int getObjectDataPtr( INOUT STREAM *stream, function CHECK_RETVAL (line 90) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 369) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 480) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 524) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 629) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function IN_BUFFER (line 771) | static int pseudoSignCertificate( INOUT CERT_INFO *certInfoPtr, function signCertInfo (line 908) | static int signCertInfo( OUT_BUFFER( signedObjectMaxLength, \ function CHECK_RETVAL (line 1055) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/cert/certval.c function CHECK_RETVAL_BOOL (line 47) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 99) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 2 ) ) \ function deleteValidityEntries (line 201) | void deleteValidityEntries( INOUT_PTR DATAPTR *listHeadPtr ) function CHECK_RETVAL (line 234) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 349) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 417) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readRTCSRequestEntries (line 450) | int readRTCSRequestEntries( INOUT STREAM *stream, function CHECK_RETVAL_LENGTH_SHORT (line 498) | CHECK_RETVAL_LENGTH_SHORT STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 534) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readRtcsResponseEntry (line 587) | static int readRtcsResponseEntry( INOUT STREAM *stream, function readRTCSResponseEntries (line 678) | int readRTCSResponseEntries( INOUT STREAM *stream, function CHECK_RETVAL_LENGTH_SHORT (line 745) | CHECK_RETVAL_LENGTH_SHORT STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_LENGTH_SHORT (line 776) | CHECK_RETVAL_LENGTH_SHORT \ function CHECK_RETVAL (line 808) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeRtcsResponseEntries (line 849) | int writeRtcsResponseEntries( INOUT STREAM *stream, FILE: deps/cl345/cert/chain.c type CHAIN_INFO (line 30) | typedef struct { type CHAINING_INFO (line 50) | typedef struct { function getSubjectChainingInfo (line 102) | static void getSubjectChainingInfo( OUT CHAINING_INFO *chainingInfo, function getIssuerChainingInfo (line 118) | static void getIssuerChainingInfo( OUT CHAINING_INFO *chainingInfo, function CHECK_RETVAL_BOOL (line 163) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function freeCertChain (line 253) | static void freeCertChain( IN_ARRAY( certChainSize ) \ function CHECK_RETVAL (line 288) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 454) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 807) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_BOOL (line 985) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1033) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_SPECIAL (line 1199) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1307) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1447) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function LOOP_MED_CHECK (line 1509) | LOOP_MED_CHECK( cryptStatusOK( status ) ) function CHECK_RETVAL (line 1582) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeCertPath (line 1635) | static int writeCertPath( INOUT STREAM *stream, function CHECK_RETVAL_LENGTH (line 1698) | CHECK_RETVAL_LENGTH STDC_NONNULL_ARG( ( 1 ) ) \ function writeCertCollection (line 1737) | int writeCertCollection( INOUT STREAM *stream, FILE: deps/cl345/cert/chk_cert.c function CHECK_RETVAL_BOOL (line 32) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 3, 4 ) ) \ function CHECK_RETVAL_BOOL (line 86) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 259) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 299) | CHECK_RETVAL_BOOL \ function checkNameConstraints (line 366) | int checkNameConstraints( IN const CERT_INFO *subjectCertInfoPtr, function CHECK_RETVAL_BOOL (line 489) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 509) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 537) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 2, 3 ) ) \ function CHECK_RETVAL_BOOL (line 585) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 2 ) ) \ function checkPathConstraints (line 788) | int checkPathConstraints( IN const CERT_INFO *subjectCertInfoPtr, function CHECK_RETVAL (line 862) | CHECK_RETVAL STDC_NONNULL_ARG( ( 4, 5 ) ) \ function OUT_ENUM_OPT (line 998) | static int checkCrlConsistency( IN const CERT_INFO *crlInfoPtr, function CHECK_RETVAL (line 1066) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function checkCert (line 1151) | int checkCert( INOUT CERT_INFO *subjectCertInfoPtr, FILE: deps/cl345/cert/chk_chn.c function CHECK_RETVAL (line 109) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 165) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 327) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 394) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL_SPECIAL (line 425) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 517) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 599) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 785) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL (line 1095) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/cert/chk_san.c function CHECK_RETVAL_BOOL (line 25) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 56) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 142) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 190) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 219) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 285) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 345) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/cert/chk_use.c type EXT_USAGE_INFO (line 85) | typedef struct { type NS_CERT_TYPE_INFO (line 135) | typedef struct { function getExtendedKeyUsageFlags (line 167) | static int getExtendedKeyUsageFlags( IN const DATAPTR_ATTRIBUTE attributes, function getNetscapeCertTypeFlags (line 244) | static int getNetscapeCertTypeFlags( IN const DATAPTR_ATTRIBUTE attributes, function getKeyUsageFromExtKeyUsage (line 309) | int getKeyUsageFromExtKeyUsage( IN const CERT_INFO *certInfoPtr, function OUT_ENUM_OPT (line 393) | int checkKeyUsage( IN const CERT_INFO *certInfoPtr, FILE: deps/cl345/cert/comp_cert.c function CHECK_RETVAL (line 38) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 149) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 241) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 315) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function copyPublicKeyInfo (line 381) | int copyPublicKeyInfo( INOUT CERT_INFO *certInfoPtr, function CHECK_RETVAL (line 504) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function sanitiseCertAttributes (line 569) | static int sanitiseCertAttributes( INOUT CERT_INFO *certInfoPtr, function CHECK_RETVAL (line 675) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 766) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 838) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeOCSPID (line 930) | static int writeOCSPID( INOUT STREAM *stream, function CHECK_RETVAL (line 976) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1010) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1106) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1165) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1194) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1247) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1322) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/cert/comp_curs.c function CHECK_RETVAL_BOOL (line 97) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 213) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 349) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL (line 441) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function selectGeneralNameComponent (line 534) | int selectGeneralNameComponent( INOUT CERT_INFO *certInfoPtr, function CHECK_RETVAL (line 598) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function selectDNComponent (line 733) | static int selectDNComponent( INOUT CERT_INFO *certInfoPtr, function CHECK_RETVAL (line 766) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 817) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 895) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 972) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1028) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function setAttributeCursorRelative (line 1094) | static int setAttributeCursorRelative( INOUT CERT_INFO *certInfoPtr, function CHECK_RETVAL (line 1185) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/cert/comp_del.c function CHECK_RETVAL_PTR (line 28) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 79) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/cert/comp_get.c function CHECK_RETVAL_DATAPTR (line 40) | CHECK_RETVAL_DATAPTR STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 125) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 192) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 259) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ FILE: deps/cl345/cert/comp_gets.c function OUT_LENGTH_BOUNDED_Z (line 37) | static int oidToText( IN_BUFFER( binaryOidLen ) const BYTE *binaryOID, function scanValue (line 144) | static int scanValue( IN_BUFFER( strMaxLength ) const char *string, function textToOID (line 181) | int textToOID( IN_BUFFER( textOidLength ) const char *textOID, function CHECK_RETVAL (line 287) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 5 ) ) \ function CHECK_RETVAL (line 360) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 5 ) ) \ function CHECK_RETVAL (line 431) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL (line 647) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function extractDnComponent (line 723) | static int extractDnComponent( IN_BUFFER( encodedDnLength ) \ function CHECK_RETVAL (line 778) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3, 4 ) ) \ function CHECK_RETVAL (line 847) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL (line 917) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL (line 988) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 5 ) ) \ function CHECK_RETVAL (line 1060) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 5 ) ) \ FILE: deps/cl345/cert/comp_pkiu.c function CHECK_RETVAL (line 27) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 212) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 287) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 584) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/cert/comp_set.c function CHECK_RETVAL (line 35) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 192) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 247) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 346) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 405) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function addCertComponentString (line 699) | int addCertComponentString( INOUT CERT_INFO *certInfoPtr, FILE: deps/cl345/cert/dn.c function CHECK_RETVAL_BOOL (line 177) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function DN_COMPONENT (line 376) | static DN_COMPONENT *findDNComponentByOID( const DATAPTR_DN dnComponentL... function CHECK_RETVAL_PTR (line 409) | CHECK_RETVAL_PTR \ function CHECK_RETVAL_PTR (line 433) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 502) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4, 5 ) ) \ function CHECK_RETVAL (line 586) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3, 7 ) ) \ function insertDNComponent (line 743) | int insertDNComponent( INOUT DATAPTR_DN *dnListHeadPtr, function CHECK_RETVAL (line 784) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1067) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1131) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3, 4 ) ) \ function CHECK_RETVAL (line 1222) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/cert/dn.h type DN_COMPONENT (line 41) | typedef struct DC { type DN_COMPONENT_INFO (line 74) | typedef struct { FILE: deps/cl345/cert/dn_rw.c function readAVABitstring (line 28) | static int readAVABitstring( INOUT STREAM *stream, function readAVA (line 89) | static int readAVA( INOUT STREAM *stream, function CHECK_RETVAL (line 142) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readDNComponent (line 220) | static int readDNComponent( INOUT STREAM *stream, function CHECK_RETVAL (line 256) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 318) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_LENGTH (line 383) | CHECK_RETVAL_LENGTH \ function CHECK_RETVAL (line 406) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/cert/dn_rws.c function BOOLEAN (line 42) | static BOOLEAN isTextString( IN_BUFFER( stringLength ) const BYTE *string, type DN_STRING_INFO (line 67) | typedef struct { function CHECK_RETVAL_BOOL (line 78) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readDNstring (line 215) | int readDNstring( INOUT_PTR DATAPTR_DN *dnPtr, function CHECK_RETVAL (line 376) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeDNstring (line 410) | int writeDNstring( INOUT STREAM *stream, FILE: deps/cl345/cert/dn_string.c type ASN1_STRINGTYPE (line 37) | typedef enum { type bmpchar_t (line 82) | typedef unsigned short int bmpchar_t; function wchar_t (line 137) | static wchar_t getNativeWidechar( IN_BUFFER_C( 2 ) const BYTE *string ) function getUTF8Char (line 183) | static long getUTF8Char( INOUT STREAM *stream ) function CHECK_RETVAL (line 247) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 269) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 325) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function copyFromUtf8String (line 356) | static int copyFromUtf8String( OUT_BUFFER( destMaxLen, *destLen ) void *... function copyToUtf8String (line 454) | static int copyToUtf8String( OUT_BUFFER( destMaxLen, *destLen ) void *dest, function STDC_NONNULL_ARG (line 633) | CHECK_RETVAL_ENUM( STRINGTYPE ) STDC_NONNULL_ARG( ( 1 ) ) \ function ASN1_STRINGTYPE (line 693) | static ASN1_STRINGTYPE getAsn1StringType( IN_BUFFER( stringLen ) \ function STDC_NONNULL_ARG (line 772) | CHECK_RETVAL_ENUM( STRINGTYPE ) STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 863) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function getAsn1StringInfo (line 1019) | int getAsn1StringInfo( IN_BUFFER( stringLen ) const void *string, function copyToAsn1String (line 1125) | int copyToAsn1String( OUT_BUFFER( destMaxLen, *destLen ) void *dest, FILE: deps/cl345/cert/ext.c function CHECK_RETVAL_BOOL (line 130) | CHECK_RETVAL_BOOL \ function initAttributes (line 151) | void initAttributes( void ) function CHECK_RETVAL_PTR (line 162) | CHECK_RETVAL_PTR \ function printAttributeList (line 235) | void printAttributeList( IN const DATAPTR_ATTRIBUTE attributeList ) function CHECK_RETVAL_PTR (line 270) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL_PTR (line 433) | CHECK_RETVAL_PTR \ function CHECK_RETVAL_DATAPTR (line 455) | CHECK_RETVAL_DATAPTR \ function CHECK_RETVAL_DATAPTR (line 497) | CHECK_RETVAL_DATAPTR \ function CHECK_RETVAL_DATAPTR (line 584) | CHECK_RETVAL_DATAPTR \ function CHECK_RETVAL_DATAPTR (line 632) | CHECK_RETVAL_DATAPTR \ function CHECK_RETVAL_DATAPTR (line 643) | CHECK_RETVAL_DATAPTR \ function CHECK_RETVAL_DATAPTR (line 689) | CHECK_RETVAL_DATAPTR \ function CHECK_RETVAL_BOOL (line 738) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 751) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_DATAPTR (line 769) | CHECK_RETVAL_DATAPTR \ function CHECK_RETVAL_BOOL (line 796) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 847) | CHECK_RETVAL_BOOL \ function setAttributeProperty (line 862) | void setAttributeProperty( IN const DATAPTR_ATTRIBUTE attributePtr, function CHECK_RETVAL (line 901) | CHECK_RETVAL \ function CHECK_RETVAL_DATAPTR (line 942) | CHECK_RETVAL_DATAPTR STDC_NONNULL_ARG( ( 1 ) ) \ function CONST_RETURN (line 1013) | CONST_RETURN DATAPTR_ATTRIBUTE getNextAttribute( INOUT ATTRIBUTE_ENUM_IN... function CHECK_RETVAL (line 1052) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 1093) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 1130) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 3 ) ) \ function CHECK_RETVAL (line 1182) | CHECK_RETVAL STDC_NONNULL_ARG( ( 4 ) ) \ function CHECK_RETVAL (line 1236) | CHECK_RETVAL \ function CHECK_RETVAL_BOOL (line 1262) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_BOOL (line 1341) | CHECK_RETVAL_BOOL \ FILE: deps/cl345/cert/ext_add.c function CHECK_RETVAL (line 26) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 7 ) ) \ function checkAttributeFieldString (line 116) | static int checkAttributeFieldString( IN_OPT const DATAPTR_ATTRIBUTE att... function CHECK_RETVAL (line 339) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function addAttributeField (line 515) | int addAttributeField( INOUT DATAPTR_ATTRIBUTE *listHeadPtr, function addAttributeFieldString (line 633) | int addAttributeFieldString( INOUT DATAPTR_ATTRIBUTE *listHeadPtr, function CHECK_RETVAL (line 781) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function deleteCompositeAttributeField (line 849) | int deleteCompositeAttributeField( INOUT DATAPTR_ATTRIBUTE *attributePtr, function deleteAttribute (line 904) | int deleteAttribute( INOUT DATAPTR_ATTRIBUTE *attributePtr, function deleteCompleteAttribute (line 962) | int deleteCompleteAttribute( INOUT DATAPTR_ATTRIBUTE *attributePtr, function deleteAttributes (line 1003) | void deleteAttributes( INOUT DATAPTR_ATTRIBUTE *attributePtr ) FILE: deps/cl345/cert/ext_chk.c type CHOICE_STATE (line 134) | typedef enum { CHOICE_NONE, CHOICE_START, CHOICE_DONE, type ATTRIBUTE_STACK (line 145) | typedef struct { type ATTRIBUTE_CHECK_INFO (line 156) | typedef struct { function CHECK_RETVAL_BOOL (line 191) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 235) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 414) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 482) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 787) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 937) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3, 4 ) ) \ FILE: deps/cl345/cert/ext_copy.c type COPY_TYPE (line 27) | typedef enum { function CHECK_RETVAL (line 46) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_SPECIAL (line 101) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1 ) ) \ function copyAttribute (line 167) | static int copyAttribute( INOUT_PTR DATAPTR_ATTRIBUTE *destHeadPtr, function CHECK_RETVAL (line 294) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function copyAttributes (line 378) | int copyAttributes( INOUT DATAPTR_ATTRIBUTE *destHeadPtr, function copyCAConstraints (line 563) | static int copyCAConstraints( INOUT DATAPTR_ATTRIBUTE *destHeadPtr, function copyIssuerAttributes (line 668) | int copyIssuerAttributes( INOUT DATAPTR_ATTRIBUTE *destHeadPtr, function CHECK_RETVAL (line 798) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 830) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 865) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/cert/ext_def.c function CHECK_RETVAL (line 3368) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 3 ) ) \ function CHECK_RETVAL_BOOL (line 3404) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 3689) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 3755) | CHECK_RETVAL_BOOL \ type URL_CHECK_TYPE (line 3869) | typedef enum { function STDC_NONNULL_ARG (line 3878) | CHECK_RETVAL_ENUM( CRYPT_ERRTYPE ) STDC_NONNULL_ARG( ( 1 ) ) \ function checkRFC822 (line 4029) | static int checkRFC822( const ATTRIBUTE_LIST *attributeListPtr ) function STDC_NONNULL_ARG (line 4037) | CHECK_RETVAL_ENUM( CRYPT_ERRTYPE ) STDC_NONNULL_ARG( ( 1 ) ) \ function STDC_NONNULL_ARG (line 4057) | CHECK_RETVAL_ENUM( CRYPT_ERRTYPE ) STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 4110) | CHECK_RETVAL_BOOL \ function getFieldEncodedTag (line 4129) | int getFieldEncodedTag( const ATTRIBUTE_INFO *attributeInfoPtr ) FILE: deps/cl345/cert/ext_rd.c function getFieldTag (line 63) | static int getFieldTag( INOUT STREAM *stream, function readExplicitTag (line 158) | static int readExplicitTag( INOUT STREAM *stream, function CHECK_RETVAL (line 194) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type SETOF_STATE_INFO (line 252) | typedef struct { type SETOF_STACK (line 263) | typedef struct { function CHECK_RETVAL_BOOL (line 278) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function BOOLEAN (line 305) | static BOOLEAN sanityCheckSetofStateInfo( IN const SETOF_STATE_INFO *set... function setofStackInit (line 371) | static void setofStackInit( OUT SETOF_STACK *setofStack ) function CHECK_RETVAL_BOOL (line 386) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 437) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 465) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function beginSetof (line 488) | static int beginSetof( INOUT STREAM *stream, function checkSetofEnd (line 576) | static int checkSetofEnd( const STREAM *stream, function CHECK_RETVAL_PTR (line 676) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1, 2 ) ) \ function processIdentifiedItem (line 773) | static int processIdentifiedItem( INOUT STREAM *stream, function readIdentifierFields (line 866) | static int readIdentifierFields( INOUT STREAM *stream, function fieldErrorReturn (line 1028) | static int fieldErrorReturn( OUT_ENUM_OPT( CRYPT_ATTRIBUTE ) \ function CHECK_RETVAL_PTR (line 1070) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readAttribute (line 1370) | static int readAttribute( INOUT STREAM *stream, function CHECK_RETVAL (line 1834) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readCertReqWrapper (line 1950) | static int readCertReqWrapper( INOUT STREAM *stream, function readAttributes (line 2057) | int readAttributes( INOUT STREAM *stream, FILE: deps/cl345/cert/ext_wr.c function getAttributeEncodingInfo (line 29) | static int getAttributeEncodingInfo( const ATTRIBUTE_LIST *attributeList... function CHECK_RETVAL_PTR (line 88) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1, 2 ) ) \ function calculateAttributeSizes (line 203) | static int calculateAttributeSizes( const ATTRIBUTE_LIST *attributeListPtr, function CHECK_RETVAL_LENGTH_SHORT (line 312) | CHECK_RETVAL_LENGTH_SHORT \ function calculateSpecialFieldSize (line 362) | static int calculateSpecialFieldSize( const ATTRIBUTE_LIST *attributeLis... function CHECK_RETVAL_LENGTH_SHORT (line 400) | CHECK_RETVAL_LENGTH_SHORT STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_LENGTH_SHORT (line 464) | CHECK_RETVAL_LENGTH_SHORT STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 529) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 747) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeBlobAttribute (line 840) | static int writeBlobAttribute( INOUT STREAM *stream, function CHECK_RETVAL (line 878) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 949) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeCertReqWrapper (line 1012) | static int writeCertReqWrapper( INOUT STREAM *stream, function CHECK_RETVAL (line 1088) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/cert/imp_chk.c function processCertWrapper (line 310) | static int processCertWrapper( INOUT STREAM *stream, function getCertObjectInfo (line 422) | int getCertObjectInfo( INOUT STREAM *stream, FILE: deps/cl345/cert/imp_exp.c function decodeCertificate (line 29) | static int decodeCertificate( IN_BUFFER( certObjectLength ) const void *... function checkTextEncoding (line 96) | static int checkTextEncoding( IN_BUFFER( certObjectLength ) const void *... function checkTextEncoding (line 197) | static int checkTextEncoding( IN_BUFFER( certObjectLength ) const void *... function CHECK_RETVAL (line 258) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 654) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3, 5 ) ) \ FILE: deps/cl345/cert/read.c function CHECK_RETVAL (line 41) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 67) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 132) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 181) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 239) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 266) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 294) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 380) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 433) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 494) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 647) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 794) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 914) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 956) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1029) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1103) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1243) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1332) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1498) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1585) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CERTREAD_INFO (line 1772) | typedef struct { function getCertReadFunction (line 1807) | getCertReadFunction( IN_ENUM( CRYPT_CERTTYPE ) \ FILE: deps/cl345/cert/trustmgr.c function CHECK_RETVAL_BOOL (line 44) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 102) | CHECK_RETVAL_PTR \ function updateTrustInfoChecksum (line 122) | static void updateTrustInfoChecksum( IN const DATAPTR trustInfo ) function getCertIdInfo (line 143) | static int getCertIdInfo( IN_BUFFER( certObjectLength ) const void *cert... function CHECK_RETVAL_PTR (line 264) | CHECK_RETVAL_PTR \ function CHECK_RETVAL (line 342) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_BOOL (line 402) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL (line 425) | CHECK_RETVAL \ function CHECK_RETVAL (line 501) | CHECK_RETVAL \ function CHECK_RETVAL (line 702) | CHECK_RETVAL \ function RETVAL (line 798) | RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 851) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/cert/trustmgr_int.h type TRUST_INFO (line 22) | typedef struct TI { type TRUST_INFO_CONTAINER (line 50) | typedef struct { FILE: deps/cl345/cert/write.c function setNonce (line 45) | static int setNonce( INOUT DATAPTR_ATTRIBUTE *attributePtr, function writeCertInfo (line 111) | static int writeCertInfo( INOUT STREAM *stream, function writeAttributeCertInfo (line 297) | static int writeAttributeCertInfo( INOUT STREAM *stream, function CHECK_RETVAL (line 446) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 621) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 696) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 810) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 889) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 961) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1053) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeOcspResponseInfo (line 1174) | static int writeOcspResponseInfo( INOUT STREAM *stream, function CHECK_RETVAL (line 1257) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function OUT_LENGTH_BOUNDED_Z (line 1329) | static int createPkiUserInfo( INOUT CERT_PKIUSER_INFO *certUserInfo, function writePkiUserInfo (line 1489) | static int writePkiUserInfo( INOUT STREAM *stream, type CERTWRITE_INFO (line 1622) | typedef struct { function getCertWriteFunction (line 1658) | getCertWriteFunction( IN_ENUM( CRYPT_CERTTYPE ) \ FILE: deps/cl345/cert/write_pre.c function CHECK_RETVAL (line 80) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 264) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 326) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 475) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/context/context.h type CONTEXT_TYPE (line 148) | typedef enum { type CONV_INFO (line 162) | typedef struct { type CHECK_RETVAL (line 204) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 206) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CI (line 214) | struct CI function OUT_LENGTH_BOUNDED_Z (line 222) | int ( *PKC_ENCODEDLVALUES_FUNCTION )( OUT_BUFFER( bufMaxSize, \ type HASH_INFO (line 320) | typedef struct { type MAC_INFO (line 328) | typedef struct { type GENERIC_INFO (line 353) | typedef struct { type CHECK_RETVAL (line 382) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 386) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 388) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CONTEXT_INFO (line 393) | typedef struct CI { type DH_DOMAINPARAMS (line 585) | typedef struct { type ECC_DOMAINPARAMS (line 590) | typedef struct { FILE: deps/cl345/context/ctx_3des.c type DES3_KEY (line 32) | typedef struct { function CHECK_RETVAL (line 56) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 100) | CHECK_RETVAL \ function CHECK_RETVAL (line 126) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 161) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function decryptECB (line 191) | static int decryptECB( INOUT CONTEXT_INFO *contextInfoPtr, function CHECK_RETVAL (line 221) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 279) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 351) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 439) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 545) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_aes.c type _unit (line 94) | typedef unsigned long _unit; type AES_CTX (line 95) | typedef struct { type AES_TEST (line 115) | typedef struct { function printVector (line 153) | static void printVector( const char *description, const BYTE *data, function updateKey (line 164) | static int updateKey( BYTE *key, const int keySize, function mct (line 193) | static int mct( CONTEXT_INFO *contextInfo, function CHECK_RETVAL (line 259) | CHECK_RETVAL \ function CHECK_RETVAL (line 340) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 429) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 465) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 515) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 572) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 633) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 722) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 804) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_attr.c function CHECK_RETVAL (line 26) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 58) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 94) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 271) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 513) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 862) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1183) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/context/ctx_bn.c function CHECK_RETVAL_LENGTH_SHORT_NOERROR (line 61) | CHECK_RETVAL_LENGTH_SHORT_NOERROR STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 96) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function BN_clear (line 147) | void BN_clear( INOUT BIGNUM *bignum ) function BN_init (line 164) | void BN_init( OUT BIGNUM *bignum ) function BN_init_ext (line 172) | static void BN_init_ext( INOUT void *bignumExtPtr, function CHECK_RETVAL_PTR (line 195) | CHECK_RETVAL_PTR \ function BN_free (line 210) | void BN_free( INOUT BIGNUM *bignum ) function CHECK_RETVAL_PTR (line 221) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function BIGNUM (line 242) | BIGNUM *BN_copy( INOUT BIGNUM *destBignum, const BIGNUM *srcBignum ) function BN_swap (line 269) | void BN_swap( INOUT BIGNUM *bignum1, INOUT BIGNUM *bignum2 ) function CHECK_RETVAL_PTR (line 292) | CHECK_RETVAL_PTR \ function BN_ULONG (line 316) | BN_ULONG BN_get_word( const BIGNUM *bignum ) function CHECK_RETVAL_BOOL (line 334) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_LENGTH_SHORT (line 370) | CHECK_RETVAL_LENGTH_SHORT STDC_NONNULL_ARG( ( 1 ) ) \ function BOOLEAN (line 466) | BOOLEAN BN_high_bit( const BIGNUM *bignum ) function BN_set_negative (line 492) | void BN_set_negative( INOUT BIGNUM *bignum, const int value ) function RETVAL_BOOL (line 506) | RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL_BOOL (line 540) | RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function BN_CTX_init (line 611) | void BN_CTX_init( OUT BN_CTX *bnCTX ) function BN_CTX_final (line 634) | void BN_CTX_final( INOUT BN_CTX *bnCTX ) function BN_CTX_start (line 655) | void BN_CTX_start( INOUT BN_CTX *bnCTX ) function BN_CTX_end (line 669) | void BN_CTX_end( INOUT BN_CTX *bnCTX ) function CHECK_RETVAL_PTR (line 710) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 749) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function BN_CTX_end_ext (line 786) | void BN_CTX_end_ext( INOUT BN_CTX *bnCTX, function CHECK_RETVAL_PTR (line 822) | CHECK_RETVAL_PTR \ function BN_CTX_free (line 837) | void BN_CTX_free( INOUT BN_CTX *bnCTX ) function BN_MONT_CTX_init (line 857) | void BN_MONT_CTX_init( OUT BN_MONT_CTX *bnMontCTX ) function BN_MONT_CTX_free (line 869) | void BN_MONT_CTX_free( INOUT BN_MONT_CTX *bnMontCTX ) function BOOLEAN (line 892) | BOOLEAN BN_MONT_CTX_set( INOUT BN_MONT_CTX *bnMontCTX, const BIGNUM *mod, function BOOLEAN (line 997) | BOOLEAN BN_to_montgomery( INOUT BIGNUM *ret, const BIGNUM *a, function BOOLEAN (line 1012) | BOOLEAN BN_from_montgomery( INOUT BIGNUM *ret, INOUT BIGNUM *aTmp, function CHECK_RETVAL_PTR (line 1103) | CHECK_RETVAL_PTR \ function CHECK_RETVAL_PTR (line 1119) | CHECK_RETVAL_PTR \ function BN_RECP_CTX_init (line 1136) | void BN_RECP_CTX_init( OUT BN_RECP_CTX *bnRecpCTX ) function BN_RECP_CTX_free (line 1147) | void BN_RECP_CTX_free( INOUT BN_RECP_CTX *bnRecpCTX ) function BOOLEAN (line 1166) | BOOLEAN BN_RECP_CTX_set( INOUT BN_RECP_CTX *bnRecpCTX, const BIGNUM *d, function CHECK_RETVAL_BOOL (line 1201) | CHECK_RETVAL_BOOL \ FILE: deps/cl345/context/ctx_bnmath.c function BOOLEAN (line 30) | BOOLEAN BN_uadd( INOUT BIGNUM *r, const BIGNUM *a, const BIGNUM *b ) function BOOLEAN (line 59) | BOOLEAN BN_usub( INOUT BIGNUM *r, const BIGNUM *a, const BIGNUM *b ) function BOOLEAN (line 96) | BOOLEAN BN_add( INOUT BIGNUM *r, const BIGNUM *a, const BIGNUM *b ) function BOOLEAN (line 127) | BOOLEAN BN_sub( INOUT BIGNUM *r, const BIGNUM *a, const BIGNUM *b ) function CHECK_RETVAL_BOOL (line 158) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function BOOLEAN (line 241) | BOOLEAN BN_rshift( INOUT BIGNUM *r, const BIGNUM *a, function CHECK_RETVAL_BOOL (line 335) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function BOOLEAN (line 377) | BOOLEAN BN_sub_word( INOUT BIGNUM *a, const BN_ULONG w ) function CHECK_RETVAL_BOOL (line 426) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function BOOLEAN (line 494) | static BOOLEAN bn_square( INOUT BN_ULONG *r, const BN_ULONG *a, function BOOLEAN (line 545) | BOOLEAN BN_sqr( INOUT BIGNUM *r, const BIGNUM *a, INOUT BN_CTX *bnCTX ) function CHECK_RETVAL_BOOL (line 634) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_BOOL (line 706) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function BOOLEAN (line 809) | BOOLEAN BN_div( INOUT_OPT BIGNUM *quotient, INOUT_OPT BIGNUM *remainder, function BOOLEAN (line 1029) | BOOLEAN BN_nnmod( INOUT BIGNUM *r, const BIGNUM *m, const BIGNUM *d, function BOOLEAN (line 1063) | BOOLEAN BN_mod_add_quick( INOUT BIGNUM *r, const BIGNUM *a, const BIGNUM... function BOOLEAN (line 1100) | BOOLEAN BN_mod_sub_quick( INOUT BIGNUM *r, const BIGNUM *a, const BIGNUM... function BIGNUM (line 1144) | const BIGNUM *m ) function BOOLEAN (line 1213) | BOOLEAN BN_mod_mul( INOUT BIGNUM *r, const BIGNUM *a, const BIGNUM *b, function BOOLEAN (line 1259) | BOOLEAN BN_mod_sqr( INOUT BIGNUM *r, const BIGNUM *a, const BIGNUM *m, function BOOLEAN (line 1297) | BOOLEAN BN_mod_mul_montgomery( INOUT BIGNUM *r, const BIGNUM *a, function BN_cmp_word (line 1354) | int BN_cmp_word( const BIGNUM *bignum, const BN_ULONG word ) function BN_ucmp (line 1381) | int BN_ucmp( const BIGNUM *bignum1, const BIGNUM *bignum2 ) function BIGNUM (line 1404) | const BIGNUM *bignum2 ) function bn_cmp_words (line 1424) | int bn_cmp_words( const BN_ULONG *bignumData1, const BN_ULONG *bignumData2, function IN_RANGE (line 1456) | int bn_cmp_part_words( const BN_ULONG *a, const BN_ULONG *b, FILE: deps/cl345/context/ctx_bnpkc.c function CHECK_RETVAL_BOOL (line 27) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function clearTempBignums (line 92) | void clearTempBignums( INOUT PKC_INFO *pkcInfo ) function CHECK_RETVAL (line 110) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function endContextBignums (line 161) | void endContextBignums( INOUT PKC_INFO *pkcInfo, function checksumBignumData (line 217) | static int checksumBignumData( IN_BUFFER( length ) const void *data, function BN_checksum_ec_group (line 247) | static void BN_checksum_ec_group( IN const EC_GROUP *group, function BN_checksum_ec_point (line 271) | static void BN_checksum_ec_point( IN const EC_POINT *point, function CHECK_RETVAL (line 293) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function checksumContextData (line 363) | int checksumContextData( INOUT PKC_INFO *pkcInfo, function BN_ULONG (line 448) | static BN_ULONG fmix64( BN_ULONG k ) function BN_ULONG (line 462) | static BN_ULONG MurmurHash3( const BN_ULONG *data, const int len, BN_ULO... function BN_ULONG (line 515) | static BN_ULONG MurmurHash3( const BN_ULONG *data, const int len, BN_ULO... function CHECK_RETVAL_BOOL (line 552) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function printBignumChecksum (line 592) | void printBignumChecksum( const BIGNUM *bignum ) function CHECK_RETVAL_BOOL (line 608) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function clearTempBignums (line 661) | void clearTempBignums( INOUT PKC_INFO *pkcInfo ) function freeContextBignums (line 670) | void freeContextBignums( INOUT PKC_INFO *pkcInfo, FILE: deps/cl345/context/ctx_bnprime.c function CHECK_RETVAL (line 221) | CHECK_RETVAL \ function CHECK_RETVAL (line 274) | CHECK_RETVAL \ function CHECK_RETVAL (line 691) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function checkFixedDHparams (line 803) | int checkFixedDHparams( const INOUT PKC_INFO *pkcInfo, type ECC_DOMAIN_PARAMS (line 871) | typedef struct { function CHECK_RETVAL_BOOL (line 1149) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1836) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/context/ctx_bnrw.c function printBignum (line 38) | void printBignum( const BIGNUM *bignum, const char *label ) function CHECK_RETVAL (line 72) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 173) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 228) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_BOOL (line 299) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function importECCPoint (line 352) | int importECCPoint( INOUT TYPECAST( BIGNUM * ) void *bignumPtr1, function CHECK_RETVAL_LENGTH_SHORT (line 442) | CHECK_RETVAL_LENGTH_SHORT STDC_NONNULL_ARG( ( 1, 2 ) ) \ function OUT_LENGTH_BOUNDED_Z (line 480) | int exportBignum( OUT_BUFFER( dataMaxLength, *dataLength ) void *data, FILE: deps/cl345/context/ctx_bnsieve.c function CHECK_RETVAL (line 290) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function nextSievePosition (line 359) | int nextSievePosition( IN_INT_SHORT int value ) function CHECK_RETVAL_BOOL (line 389) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/context/ctx_bntest.c type BN_OP_TYPE (line 32) | typedef enum { type SELFTEST_VALUE (line 56) | typedef struct { function CHECK_RETVAL_BOOL (line 419) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 478) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 515) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 593) | CHECK_RETVAL_BOOL \ function reportBignumValues (line 673) | static void reportBignumValues( const char *opDescription, function CHECK_RETVAL_BOOL (line 692) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function BOOLEAN (line 971) | static BOOLEAN selfTestOps( const SELFTEST_VALUE *selftestValueArray, function CHECK_RETVAL_BOOL (line 999) | CHECK_RETVAL_BOOL \ FILE: deps/cl345/context/ctx_cast.c type CAST_TEST (line 38) | struct CAST_TEST { function CHECK_RETVAL (line 51) | CHECK_RETVAL \ function CHECK_RETVAL (line 86) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 121) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function decryptECB (line 148) | static int decryptECB( INOUT CONTEXT_INFO *contextInfoPtr, function CHECK_RETVAL (line 175) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 217) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 286) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 370) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 411) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_des.c function CHECK_RETVAL (line 46) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 76) | CHECK_RETVAL \ function CHECK_RETVAL (line 108) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 143) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function decryptECB (line 171) | static int decryptECB( INOUT CONTEXT_INFO *contextInfoPtr, function CHECK_RETVAL (line 199) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 241) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function decryptCFB (line 308) | static int decryptCFB( INOUT CONTEXT_INFO *contextInfoPtr, function CHECK_RETVAL (line 392) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 444) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_dh.c function CHECK_RETVAL_BOOL (line 54) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ type DLP_KEY (line 133) | typedef struct { function CHECK_RETVAL (line 212) | CHECK_RETVAL \ function CHECK_RETVAL (line 292) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 406) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 490) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 528) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_dsa.c function hashToBignum (line 62) | static int hashToBignum( INOUT BIGNUM *bignum, function CHECK_RETVAL_BOOL (line 129) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 295) | CHECK_RETVAL \ function CHECK_RETVAL (line 426) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 593) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 758) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 797) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_ecdh.c function CHECK_RETVAL_BOOL (line 54) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ type ECC_KEY (line 133) | typedef struct { function CHECK_RETVAL (line 160) | CHECK_RETVAL \ function CHECK_RETVAL (line 228) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 373) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 485) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 527) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_ecdsa.c function hashToBignum (line 72) | static int hashToBignum( INOUT BIGNUM *bignum, function CHECK_RETVAL_BOOL (line 159) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 233) | CHECK_RETVAL \ function CHECK_RETVAL (line 376) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 541) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 658) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 770) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 813) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_elg.c function CHECK_RETVAL_BOOL (line 52) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 324) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 459) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 540) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 674) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_encr.c function CHECK_RETVAL_BOOL (line 35) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function sanitiseFailedData (line 90) | static void sanitiseFailedData( INOUT_BUFFER_FIXED( dataLength ) void *d... function CHECK_RETVAL (line 171) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 237) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 329) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ FILE: deps/cl345/context/ctx_generic.c function CHECK_RETVAL (line 30) | CHECK_RETVAL \ function CHECK_RETVAL (line 48) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 85) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_hsha.c type SHA1_MAC_STATE (line 22) | typedef struct { function CHECK_RETVAL (line 112) | CHECK_RETVAL \ function CHECK_RETVAL (line 148) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 183) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 246) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 334) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_hsha2.c type SHA2_MAC_STATE (line 22) | typedef struct { function CHECK_RETVAL (line 119) | CHECK_RETVAL \ function CHECK_RETVAL (line 155) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 190) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 258) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 340) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 416) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_idea.c type IDEA_KEY (line 26) | typedef struct { type IDEA_TEST (line 46) | typedef struct { function CHECK_RETVAL (line 102) | CHECK_RETVAL \ function CHECK_RETVAL (line 137) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 172) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function decryptECB (line 200) | static int decryptECB( INOUT CONTEXT_INFO *contextInfoPtr, function CHECK_RETVAL (line 228) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 272) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 342) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 427) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 472) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_md5.c function CHECK_RETVAL (line 64) | CHECK_RETVAL \ function CHECK_RETVAL (line 99) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 134) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function md5HashBuffer (line 168) | void md5HashBuffer( INOUT_OPT HASHINFO hashInfo, function CHECK_RETVAL_PTR_NONNULL (line 243) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_misc.c function CHECK_RETVAL_BOOL (line 35) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function BOOLEAN (line 189) | BOOLEAN sanityCheckCapability( const CAPABILITY_INFO *capabilityInfoPtr ) function getCapabilityInfo (line 362) | void getCapabilityInfo( OUT CRYPT_QUERY_INFO *cryptQueryInfo, function CHECK_RETVAL_PTR (line 382) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 479) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function RETVAL (line 551) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 576) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type session_op (line 631) | struct session_op type cphash_op (line 648) | struct cphash_op type cphash_op (line 650) | struct cphash_op function CHECK_RETVAL (line 669) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 718) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function staticDestroyContext (line 834) | void staticDestroyContext( INOUT CONTEXT_INFO *contextInfoPtr ) function testCipher (line 862) | int testCipher( IN const CAPABILITY_INFO *capabilityInfo, function testHash (line 918) | int testHash( IN const CAPABILITY_INFO *capabilityInfo, type HASHFUNCTION_INFO (line 1033) | typedef struct HI { type HASHFUNCTION_ATOMIC_INFO (line 1039) | typedef struct HAI { function getHashParameters (line 1046) | void getHashParameters( IN_ALGO const CRYPT_ALGO_TYPE hashAlgorithm, function getHashAtomicParameters (line 1130) | void getHashAtomicParameters( IN_ALGO const CRYPT_ALGO_TYPE hashAlgorithm, FILE: deps/cl345/context/ctx_rc2.c type RC2_TEST (line 46) | struct RC2_TEST { function CHECK_RETVAL (line 59) | CHECK_RETVAL \ function CHECK_RETVAL (line 94) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 129) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function decryptECB (line 157) | static int decryptECB( INOUT CONTEXT_INFO *contextInfoPtr, function CHECK_RETVAL (line 185) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 229) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 299) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function keyCrack (line 384) | static int keyCrack( CONTEXT_INFO *contextInfoPtr ) function CHECK_RETVAL_PTR_NONNULL (line 523) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_rc4.c function CHECK_RETVAL (line 206) | CHECK_RETVAL \ function CHECK_RETVAL (line 256) | CHECK_RETVAL \ function CHECK_RETVAL (line 297) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 335) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 410) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_rsa.c type RSA_KEY (line 66) | typedef struct { function CHECK_RETVAL (line 176) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 254) | CHECK_RETVAL \ function CHECK_RETVAL (line 374) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 497) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 667) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 768) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 811) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_sha.c function CHECK_RETVAL (line 59) | CHECK_RETVAL \ function CHECK_RETVAL (line 94) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 129) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function shaHashBuffer (line 178) | void shaHashBuffer( INOUT_OPT HASHINFO hashInfo, function CHECK_RETVAL_PTR_NONNULL (line 253) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/ctx_sha2.c function CHECK_RETVAL (line 140) | CHECK_RETVAL \ function CHECK_RETVAL (line 194) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 229) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function sha2HashBuffer (line 284) | void sha2HashBuffer( INOUT_OPT HASHINFO hashInfo, function sha2_ExtHashBuffer (line 357) | void sha2_ExtHashBuffer( INOUT_OPT HASHINFO hashInfo, function CHECK_RETVAL (line 436) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 515) | CHECK_RETVAL_PTR_NONNULL \ FILE: deps/cl345/context/key_id.c function CHECK_RETVAL (line 34) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 134) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 266) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 382) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function initKeyID (line 491) | void initKeyID( INOUT CONTEXT_INFO *contextInfoPtr ) function CHECK_RETVAL (line 505) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/context/key_rdpri.c function CHECK_RETVAL (line 37) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readDlpPrivateKey (line 137) | static int readDlpPrivateKey( INOUT STREAM *stream, function readRsaPrivateKeyOld (line 242) | static int readRsaPrivateKeyOld( INOUT STREAM *stream, function CHECK_RETVAL (line 480) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 665) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readPrivateKeyDlpFunction (line 707) | static int readPrivateKeyDlpFunction( INOUT STREAM *stream, function CHECK_RETVAL (line 751) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function initPrivKeyRead (line 795) | void initPrivKeyRead( INOUT CONTEXT_INFO *contextInfoPtr ) function CHECK_RETVAL (line 827) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/context/key_rdpub.c function readRsaSubjectPublicKey (line 68) | static int readRsaSubjectPublicKey( INOUT STREAM *stream, function readDlpSubjectPublicKey (line 134) | static int readDlpSubjectPublicKey( INOUT STREAM *stream, function readEccSubjectPublicKey (line 241) | static int readEccSubjectPublicKey( INOUT STREAM *stream, function readSshRsaPublicKey (line 379) | static int readSshRsaPublicKey( INOUT STREAM *stream, function readSshDlpPublicKey (line 432) | static int readSshDlpPublicKey( INOUT STREAM *stream, function readSshEccPublicKey (line 536) | static int readSshEccPublicKey( INOUT STREAM *stream, function readSslDlpPublicKey (line 682) | static int readSslDlpPublicKey( INOUT STREAM *stream, function CHECK_RETVAL (line 751) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 844) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readPgpRsaPublicKey (line 901) | static int readPgpRsaPublicKey( INOUT STREAM *stream, function readPgpDlpPublicKey (line 987) | static int readPgpDlpPublicKey( INOUT STREAM *stream, function readPgpEccPublicKey (line 1078) | static int readPgpEccPublicKey( INOUT STREAM *stream, function CHECK_RETVAL (line 1176) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1249) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1394) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3, 4, 5 ) ) \ function initPubKeyRead (line 1541) | void initPubKeyRead( INOUT CONTEXT_INFO *contextInfoPtr ) function initPubKeyRead (line 1585) | void initPubKeyRead( INOUT CONTEXT_INFO *contextInfoPtr ) FILE: deps/cl345/context/key_wr.c function CHECK_RETVAL (line 65) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeSshDlpPublicKey (line 317) | static int writeSshDlpPublicKey( INOUT STREAM *stream, function CHECK_RETVAL (line 366) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 467) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 514) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 574) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writePgpRsaPublicKey (line 604) | static int writePgpRsaPublicKey( INOUT STREAM *stream, function CHECK_RETVAL (line 628) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writePublicKeyDlpFunction (line 718) | static int writePublicKeyDlpFunction( INOUT STREAM *stream, function writePublicKeyEccFunction (line 779) | static int writePublicKeyEccFunction( INOUT STREAM *stream, function CHECK_RETVAL (line 842) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 882) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writePrivateKeyRsaFunction (line 982) | static int writePrivateKeyRsaFunction( INOUT STREAM *stream, function writePrivateKeyDlpFunction (line 1026) | static int writePrivateKeyDlpFunction( INOUT STREAM *stream, function writePrivateKeyEccFunction (line 1071) | static int writePrivateKeyEccFunction( INOUT STREAM *stream, function CHECK_RETVAL (line 1126) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3, 6 ) ) \ function OUT_LENGTH_BOUNDED_Z (line 1312) | static int encodeDLValuesFunction( OUT_BUFFER( bufMaxSize, \ function OUT_LENGTH_BOUNDED_Z (line 1389) | static int encodeECDLValuesFunction( OUT_BUFFER( bufMaxSize, \ function writePrivateKeyNullFunction (line 1449) | static int writePrivateKeyNullFunction( INOUT STREAM *stream, function initKeyWrite (line 1467) | void initKeyWrite( INOUT CONTEXT_INFO *contextInfoPtr ) function initKeyWrite (line 1519) | void initKeyWrite( INOUT CONTEXT_INFO *contextInfoPtr ) FILE: deps/cl345/context/keygen.h function CHECK_RETVAL (line 31) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ FILE: deps/cl345/context/keyload.c function CHECK_RETVAL (line 30) | CHECK_RETVAL \ function CHECK_RETVAL (line 72) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 172) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 390) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function loadKeyPKCFunction (line 436) | static int loadKeyPKCFunction( INOUT CONTEXT_INFO *contextInfoPtr, function CHECK_RETVAL (line 480) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 628) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 691) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 787) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function generateKeyPKCFunction (line 836) | static int generateKeyPKCFunction( INOUT CONTEXT_INFO *contextInfoPtr ) function CHECK_RETVAL (line 893) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function generateKeyGenericFunction (line 942) | static int generateKeyGenericFunction( INOUT CONTEXT_INFO *contextInfoPtr ) function CHECK_RETVAL (line 997) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function initKeyHandling (line 1150) | void initKeyHandling( INOUT CONTEXT_INFO *contextInfoPtr ) FILE: deps/cl345/context/kg_dlp.c function getDLPexpSize (line 130) | static int getDLPexpSize( IN_LENGTH_SHORT_MIN( MIN_PKCSIZE * 8 ) \ function CHECK_RETVAL (line 236) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 283) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 508) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function generateDLPPublicValue (line 577) | static int generateDLPPublicValue( INOUT PKC_INFO *pkcInfo ) function CHECK_RETVAL (line 614) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function checkDLPPublicKey (line 799) | static int checkDLPPublicKey( INOUT PKC_INFO *pkcInfo, function CHECK_RETVAL (line 841) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 971) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/context/kg_ecc.c function CHECK_RETVAL (line 29) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 95) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 149) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function generateECCPublicValue (line 207) | static int generateECCPublicValue( INOUT PKC_INFO *pkcInfo ) function CHECK_RETVAL_BOOL (line 256) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 325) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function checkECCPublicKey (line 618) | static int checkECCPublicKey( INOUT PKC_INFO *pkcInfo ) function CHECK_RETVAL (line 669) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 742) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 834) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/context/kg_prime.c function BN_cmp_checked (line 75) | static int BN_cmp_checked( const BIGNUM *bignum1, const BIGNUM *bignum2 ) function CHECK_RETVAL (line 87) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 194) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function witness (line 295) | static int witness( INOUT PKC_INFO *pkcInfo, INOUT BIGNUM *a, function CHECK_RETVAL (line 372) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 4 ) ) \ function CHECK_RETVAL (line 472) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 3, 4 ) ) \ function CHECK_RETVAL (line 524) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function GET_RANDOM_INFO (line 722) | const GET_RANDOM_INFO *getRandomInfo ) function CHECK_RETVAL (line 740) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function low (line 890) | int low ) function checkCompositePrime (line 1009) | void checkCompositePrime( void ) FILE: deps/cl345/context/kg_rsa.c function CHECK_RETVAL (line 83) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 150) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 188) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 319) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 498) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 630) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/crypt.h type QUERY_INFO (line 424) | typedef struct { type DLP_PARAMS (line 495) | typedef struct { type KEYAGREE_PARAMS (line 531) | typedef struct { FILE: deps/cl345/crypt/aes.h type aes_inf (line 76) | typedef union type ALIGNED_ (line 93) | struct ALIGNED_ type ALIGNED_ (line 98) | struct ALIGNED_ FILE: deps/cl345/crypt/aes_modes.c function AES_RETURN (line 115) | AES_RETURN aes_test_alignment_detection(unsigned int n) /* 4 <= n <= 16 */ function AES_RETURN (line 137) | AES_RETURN aes_mode_reset(aes_encrypt_ctx ctx[1]) function AES_RETURN (line 143) | AES_RETURN aes_ecb_encrypt(const unsigned char *ibuf, unsigned char *obuf, function AES_RETURN (line 205) | AES_RETURN aes_ecb_decrypt(const unsigned char *ibuf, unsigned char *obuf, function AES_RETURN (line 267) | AES_RETURN aes_cbc_encrypt(const unsigned char *ibuf, unsigned char *obuf, function AES_RETURN (line 364) | AES_RETURN aes_cbc_decrypt(const unsigned char *ibuf, unsigned char *obuf, function AES_RETURN (line 463) | AES_RETURN aes_cfb_encrypt(const unsigned char *ibuf, unsigned char *obuf, function AES_RETURN (line 588) | AES_RETURN aes_cfb_decrypt(const unsigned char *ibuf, unsigned char *obuf, function AES_RETURN (line 729) | AES_RETURN aes_ofb_crypt(const unsigned char *ibuf, unsigned char *obuf, function AES_RETURN (line 856) | AES_RETURN aes_ctr_crypt(const unsigned char *ibuf, unsigned char *obuf, FILE: deps/cl345/crypt/aes_ni.c function INLINE (line 33) | INLINE int has_aes_ni( void ) /* pcg */ function INLINE (line 54) | INLINE int has_aes_ni( void ) /* pcg */ function INLINE (line 72) | INLINE __m128i aes_128_assist(__m128i t1, __m128i t2) function AES_RETURN (line 86) | AES_RETURN aes_ni(encrypt_key128)(const unsigned char *key, aes_encrypt_... function INLINE (line 147) | INLINE void aes_192_assist(__m128i* t1, __m128i * t2, __m128i * t3) function AES_RETURN (line 164) | AES_RETURN aes_ni(encrypt_key192)(const unsigned char *key, aes_encrypt_... function INLINE (line 227) | INLINE void aes_256_assist1(__m128i* t1, __m128i * t2) function INLINE (line 240) | INLINE void aes_256_assist2(__m128i* t1, __m128i * t3) function AES_RETURN (line 254) | AES_RETURN aes_ni(encrypt_key256)(const unsigned char *key, aes_encrypt_... function INLINE (line 317) | INLINE void enc_to_dec(aes_decrypt_ctx cx[1]) function AES_RETURN (line 326) | AES_RETURN aes_ni(decrypt_key128)(const unsigned char *key, aes_decrypt_... function AES_RETURN (line 345) | AES_RETURN aes_ni(decrypt_key192)(const unsigned char *key, aes_decrypt_... function AES_RETURN (line 363) | AES_RETURN aes_ni(decrypt_key256)(const unsigned char *key, aes_decrypt_... function AES_RETURN (line 381) | AES_RETURN aes_ni(encrypt)(const unsigned char *in, unsigned char *out, ... function AES_RETURN (line 422) | AES_RETURN aes_ni(decrypt)(const unsigned char *in, unsigned char *out, ... function AES_RETURN (line 466) | AES_RETURN aes_CBC_encrypt(const unsigned char *in, function AES_RETURN (line 501) | AES_RETURN aes_CBC_decrypt(const unsigned char *in, function ctr_inc (line 539) | static void ctr_inc(unsigned char *ctr_blk) function AES_RETURN (line 551) | AES_RETURN AES_CTR_encrypt(const unsigned char *in, function aes_CBC_encrypt (line 605) | void aes_CBC_encrypt(const unsigned char *in, function aes_CBC_decrypt (line 631) | void aes_CBC_decrypt(const unsigned char *in, function AES_CTR_encrypt (line 660) | void AES_CTR_encrypt(const unsigned char *in, FILE: deps/cl345/crypt/aes_via_ace.h function INLINE (line 335) | INLINE int has_cpuid(void) function INLINE (line 351) | INLINE int is_via_cpu(void) function INLINE (line 376) | INLINE int read_via_flags(void) function INLINE (line 393) | INLINE int via_rng_in(void *buf) function INLINE (line 405) | INLINE volatile void via_ecb_op5( function INLINE (line 419) | INLINE volatile void via_cbc_op6( function INLINE (line 434) | INLINE volatile void via_cbc_op7( function INLINE (line 452) | INLINE volatile void via_cfb_op6( function INLINE (line 467) | INLINE volatile void via_cfb_op7( function INLINE (line 485) | INLINE volatile void via_ofb_op6( function INLINE (line 504) | INLINE int via_ace_test(void) function INLINE (line 512) | INLINE int via_rng_test(void) function INLINE (line 520) | INLINE int read_via_rng(void *buf, int count) FILE: deps/cl345/crypt/aeskey.c function AES_RETURN (line 95) | AES_RETURN aes_xi(encrypt_key128)(const unsigned char *key, aes_encrypt_... function AES_RETURN (line 143) | AES_RETURN aes_xi(encrypt_key192)(const unsigned char *key, aes_encrypt_... function AES_RETURN (line 194) | AES_RETURN aes_xi(encrypt_key256)(const unsigned char *key, aes_encrypt_... function AES_RETURN (line 317) | AES_RETURN aes_xi(decrypt_key128)(const unsigned char *key, aes_decrypt_... function AES_RETURN (line 397) | AES_RETURN aes_xi(decrypt_key192)(const unsigned char *key, aes_decrypt_... function AES_RETURN (line 493) | AES_RETURN aes_xi(decrypt_key256)(const unsigned char *key, aes_decrypt_... function AES_RETURN (line 551) | AES_RETURN aes_encrypt_key(const unsigned char *key, int key_len, aes_en... function AES_RETURN (line 562) | AES_RETURN aes_decrypt_key(const unsigned char *key, int key_len, aes_de... FILE: deps/cl345/crypt/aestab.c function AES_RETURN (line 192) | AES_RETURN aes_init(void) function hibit (line 216) | static uint8_t hibit(const uint32_t x) function gf_inv (line 226) | static uint8_t gf_inv(const uint8_t x) function fwd_affine (line 261) | uint8_t fwd_affine(const uint8_t x) function inv_affine (line 267) | uint8_t inv_affine(const uint8_t x) function AES_RETURN (line 275) | AES_RETURN aes_init(void) function aes_startup (line 407) | static void aes_startup(void) FILE: deps/cl345/crypt/cast.h type CAST_KEY (line 86) | typedef struct cast_key_st FILE: deps/cl345/crypt/castecb.c function CAST_ecb_encrypt (line 71) | void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out, FILE: deps/cl345/crypt/castskey.c function CAST_set_key (line 91) | void CAST_set_key(CAST_KEY *key, int len, const unsigned char *data) FILE: deps/cl345/crypt/des.h type des_ks_struct (line 93) | struct des_ks_struct type des_key_schedule (line 270) | typedef des_key_schedule bit_64; FILE: deps/cl345/crypt/descbc.c function des_ncbc_encrypt (line 80) | void des_ncbc_encrypt(const unsigned char *in, unsigned char *out, long ... FILE: deps/cl345/crypt/desecb.c function des_ecb_encrypt (line 113) | void des_ecb_encrypt(const_des_cblock *input, des_cblock *output, FILE: deps/cl345/crypt/desecb3.c function des_ecb3_encrypt (line 69) | void des_ecb3_encrypt(const_des_cblock *input, des_cblock *output, FILE: deps/cl345/crypt/desenc.c function des_encrypt1 (line 80) | void des_encrypt1(DES_LONG *data, des_key_schedule ks, int enc) function des_encrypt2 (line 178) | void des_encrypt2(DES_LONG *data, des_key_schedule ks, int enc) function des_encrypt3 (line 269) | void des_encrypt3(DES_LONG *data, des_key_schedule ks1, des_key_schedule... function des_decrypt3 (line 289) | void des_decrypt3(DES_LONG *data, des_key_schedule ks1, des_key_schedule... function des_ede3_cbc_encrypt (line 313) | void des_ede3_cbc_encrypt(const unsigned char *input, unsigned char *out... FILE: deps/cl345/crypt/desskey.c function des_set_odd_parity (line 97) | void des_set_odd_parity(des_cblock *key) function des_check_key_parity (line 106) | int des_check_key_parity(const_des_cblock *key) function des_is_weak_key (line 148) | int des_is_weak_key(const_des_cblock *key) function des_set_key (line 320) | int des_set_key(const_des_cblock *key, des_key_schedule schedule) function des_set_key_checked (line 337) | int des_set_key_checked(const_des_cblock *key, des_key_schedule schedule) function des_set_key_unchecked (line 347) | void des_set_key_unchecked(const_des_cblock *key, des_key_schedule sched... function des_key_sched (line 403) | int des_key_sched(const_des_cblock *key, des_key_schedule schedule) function des_fixup_key_parity (line 409) | void des_fixup_key_parity(des_cblock *key) FILE: deps/cl345/crypt/gcm.c function ret_type (line 104) | ret_type gcm_init_and_key( /* initialise mode and set k... function gf_mul_hh (line 136) | void gf_mul_hh(gf_t a, gcm_ctx ctx[1]) function ret_type (line 167) | ret_type gcm_init_message( /* initialise a new message ... function ret_type (line 210) | ret_type gcm_auth_header( /* authenticate the header ... function ret_type (line 267) | ret_type gcm_auth_data( /* authenticate ciphertext d... function ret_type (line 324) | ret_type gcm_crypt_data( /* encrypt or decrypt data ... function ret_type (line 385) | ret_type gcm_compute_tag( /* compute authentication ta... function ret_type (line 487) | ret_type gcm_end( /* clean up and end operatio... function ret_type (line 494) | ret_type gcm_encrypt( /* encrypt & authenticate da... function ret_type (line 505) | ret_type gcm_decrypt( /* authenticate & decrypt da... function ret_type (line 515) | ret_type gcm_encrypt_message( /* encrypt an entire message... function ret_type (line 532) | ret_type gcm_decrypt_message( /* decrypt an entire message... FILE: deps/cl345/crypt/gcm.h type ret_type (line 95) | typedef int ret_type; type gcm_ctx (line 104) | typedef struct FILE: deps/cl345/crypt/gf128mul.c function gf_mul (line 69) | void gf_mul(gf_t a, const gf_t b) function init_64k_table (line 120) | void init_64k_table(const gf_t g, gf_t64k_t t) function gf_mul_64k (line 190) | void gf_mul_64k(gf_t a, const gf_t64k_t t, gf_t r) function gf_mul_64k (line 206) | void gf_mul_64k(gf_t a, const gf_t64k_t t, gf_t r) function init_8k_table (line 233) | void init_8k_table(const gf_t g, gf_t8k_t t) function gf_mul_8k (line 294) | void gf_mul_8k(gf_t a, const gf_t8k_t t, gf_t r) function gf_mul_8k (line 310) | void gf_mul_8k(gf_t a, const gf_t8k_t t, gf_t r) function init_4k_table (line 347) | void init_4k_table(const gf_t g, gf_t4k_t t) function gf_mul_4k (line 373) | void gf_mul_4k(gf_t a, const gf_t4k_t t, gf_t r) function gf_mul_4k (line 389) | void gf_mul_4k(gf_t a, const gf_t4k_t t, gf_t r) function init_256_table (line 424) | void init_256_table(const gf_t g, gf_t256_t t) function gf_mul_256 (line 457) | void gf_mul_256(gf_t a, const gf_t256_t t, gf_t r) function gf_mul_256 (line 473) | void gf_mul_256(gf_t a, const gf_t256_t t, gf_t r) FILE: deps/cl345/crypt/gf128mul.h type transform (line 181) | typedef enum { REVERSE_NONE = 0, REVERSE_BITS = 1, REVERSE_BYTES = 2 } t... type gf_t (line 189) | typedef gf_t gf_t64k_a[16][256]; type gf_t (line 190) | typedef gf_t (*gf_t64k_t)[256]; type gf_t (line 197) | typedef gf_t gf_t8k_a[32][16]; type gf_t (line 198) | typedef gf_t (*gf_t8k_t)[16]; type gf_t (line 205) | typedef gf_t gf_t4k_a[256]; type gf_t (line 206) | typedef gf_t (*gf_t4k_t); type gf_t (line 213) | typedef gf_t gf_t256_a[16]; type gf_t (line 214) | typedef gf_t (*gf_t256_t); FILE: deps/cl345/crypt/gf_mul_lo.h type x_bit (line 145) | enum x_bit type x_bit (line 161) | enum x_bit function gf_decl (line 199) | gf_decl void gf_mulx1_ll(gf_t r, const gf_t x) function gf_decl (line 210) | gf_decl void gf_mulx4_ll(gf_t x) function gf_decl (line 221) | gf_decl void gf_mulx8_ll(gf_t x) function gf_decl (line 246) | gf_decl void gf_mulx1_ll(gf_t r, const gf_t x) function gf_decl (line 257) | gf_decl void gf_mulx4_ll(gf_t x) function gf_decl (line 268) | gf_decl void gf_mulx8_ll(gf_t x) function gf_decl (line 284) | gf_decl void gf_mulx1_ll(gf_t r, const gf_t x) function gf_decl (line 295) | gf_decl void gf_mulx4_ll(gf_t x) function gf_decl (line 308) | gf_decl void gf_mulx8_ll(gf_t x) function gf_decl (line 349) | gf_decl void gf_mulx1_bl(gf_t r, const gf_t x) function gf_decl (line 360) | gf_decl void gf_mulx4_bl(gf_t x) function gf_decl (line 371) | gf_decl void gf_mulx8_bl(gf_t x) function gf_decl (line 396) | gf_decl void gf_mulx1_bl(gf_t r, const gf_t x) function gf_decl (line 407) | gf_decl void gf_mulx4_bl(gf_t x) function gf_decl (line 418) | gf_decl void gf_mulx8_bl(gf_t x) function gf_decl (line 434) | gf_decl void gf_mulx1_bl(gf_t r, const gf_t x) function gf_decl (line 445) | gf_decl void gf_mulx4_bl(gf_t x) function gf_decl (line 458) | gf_decl void gf_mulx8_bl(gf_t x) function gf_decl (line 499) | gf_decl void gf_mulx1_lb(gf_t r, const gf_t x) function gf_decl (line 510) | gf_decl void gf_mulx4_lb(gf_t x) function gf_decl (line 521) | gf_decl void gf_mulx8_lb(gf_t x) function gf_decl (line 546) | gf_decl void gf_mulx1_lb(gf_t r, const gf_t x) function gf_decl (line 557) | gf_decl void gf_mulx4_lb(gf_t x) function gf_decl (line 568) | gf_decl void gf_mulx8_lb(gf_t x) function gf_decl (line 584) | gf_decl void gf_mulx1_lb(gf_t r, const gf_t x) function gf_decl (line 595) | gf_decl void gf_mulx4_lb(gf_t x) function gf_decl (line 608) | gf_decl void gf_mulx8_lb(gf_t x) function gf_decl (line 649) | gf_decl void gf_mulx1_bb(gf_t r, const gf_t x) function gf_decl (line 660) | gf_decl void gf_mulx4_bb(gf_t x) function gf_decl (line 671) | gf_decl void gf_mulx8_bb(gf_t x) function gf_decl (line 696) | gf_decl void gf_mulx1_bb(gf_t r, const gf_t x) function gf_decl (line 707) | gf_decl void gf_mulx4_bb(gf_t x) function gf_decl (line 718) | gf_decl void gf_mulx8_bb(gf_t x) function gf_decl (line 734) | gf_decl void gf_mulx1_bb(gf_t r, const gf_t x) function gf_decl (line 745) | gf_decl void gf_mulx4_bb(gf_t x) function gf_decl (line 758) | gf_decl void gf_mulx8_bb(gf_t x) FILE: deps/cl345/crypt/icbc.c function idea_cbc_encrypt (line 71) | void idea_cbc_encrypt(const unsigned char *in, unsigned char *out, long ... function idea_encrypt (line 145) | void idea_encrypt(unsigned long *d, IDEA_KEY_SCHEDULE *key) FILE: deps/cl345/crypt/idea.h type IDEA_KEY_SCHEDULE (line 73) | typedef struct idea_key_st FILE: deps/cl345/crypt/iecb.c function idea_ecb_encrypt (line 82) | void idea_ecb_encrypt(const unsigned char *in, unsigned char *out, FILE: deps/cl345/crypt/iskey.c function idea_set_encrypt_key (line 72) | void idea_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks) function idea_set_decrypt_key (line 106) | void idea_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk) function IDEA_INT (line 136) | static IDEA_INT inverse(unsigned int xin) FILE: deps/cl345/crypt/md32com.h function HASH_UPDATE (line 417) | void HASH_UPDATE (HASH_CTX *c, const void *data_, unsigned long len) function HASH_TRANSFORM (line 537) | void HASH_TRANSFORM (HASH_CTX *c, const unsigned char *data) function HASH_FINAL (line 557) | void HASH_FINAL (unsigned char *md, HASH_CTX *c) FILE: deps/cl345/crypt/md5.h type MD5_CTX (line 97) | typedef struct MD5state_st FILE: deps/cl345/crypt/md5dgst.c function MD5_Init (line 86) | void MD5_Init(MD5_CTX *c) function md5_block_host_order (line 98) | void md5_block_host_order (MD5_CTX *c, const void *data, int num) function md5_block_data_order (line 205) | void md5_block_data_order (MD5_CTX *c, const void *data_, int num) function printit (line 319) | int printit(unsigned long *l) FILE: deps/cl345/crypt/mode_hdr.h function mh_decl (line 155) | mh_decl uint32_t rotl32(uint32_t x, int n) function mh_decl (line 162) | mh_decl uint32_t rotr32(uint32_t x, int n) function mh_decl (line 169) | mh_decl uint64_t rotl64(uint64_t x, int n) function mh_decl (line 176) | mh_decl uint64_t rotr64(uint64_t x, int n) function mh_decl (line 185) | mh_decl uint16_t bswap_16(uint16_t x) function mh_decl (line 192) | mh_decl uint32_t bswap_32(uint32_t x) function mh_decl (line 199) | mh_decl uint64_t bswap_64(uint64_t x) function mh_decl (line 213) | mh_decl void copy_block(void* p, const void* q) function mh_decl (line 218) | mh_decl void copy_block_aligned(void *p, const void *q) function mh_decl (line 229) | mh_decl void xor_block(void *r, const void* p, const void* q) function mh_decl (line 234) | mh_decl void xor_block_aligned(void *r, const void *p, const void *q) function mh_decl (line 246) | mh_decl void bswap32_block(void *d, const void* s) function mh_decl (line 268) | mh_decl void bswap64_block(void *d, const void* s) function mh_decl (line 289) | mh_decl void bswap128_block(void *d, const void* s) FILE: deps/cl345/crypt/rc2.h type RC2_KEY (line 77) | typedef struct rc2_key_st FILE: deps/cl345/crypt/rc2cbc.c function RC2_cbc_encrypt (line 71) | void RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long l... function RC2_encrypt (line 145) | void RC2_encrypt(unsigned long *d, RC2_KEY *key) function RC2_decrypt (line 190) | void RC2_decrypt(unsigned long *d, RC2_KEY *key) FILE: deps/cl345/crypt/rc2ecb.c function RC2_ecb_encrypt (line 79) | void RC2_ecb_encrypt(const unsigned char *in, unsigned char *out, RC2_KE... FILE: deps/cl345/crypt/rc2skey.c function RC2_set_key (line 107) | void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int b... FILE: deps/cl345/crypt/rc4.h type RC4_KEY (line 84) | typedef struct rc4_key_st FILE: deps/cl345/crypt/rc4enc.c function RC4 (line 77) | void RC4(RC4_KEY *key, unsigned long len, const unsigned char *indata, FILE: deps/cl345/crypt/rc4skey.c function RC4_set_key (line 94) | void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data) FILE: deps/cl345/crypt/sha.h type SHA_CTX (line 93) | typedef struct SHAstate_st FILE: deps/cl345/crypt/sha1locl.h function HASH_INIT (line 150) | void HASH_INIT (SHA_CTX *c) function HASH_BLOCK_HOST_ORDER (line 232) | void HASH_BLOCK_HOST_ORDER (SHA_CTX *c, const void *d, int num) function HASH_BLOCK_DATA_ORDER (line 357) | void HASH_BLOCK_DATA_ORDER (SHA_CTX *c, const void *p, int num) FILE: deps/cl345/crypt/sha2.c function VOID_RETURN (line 196) | VOID_RETURN sha256_compile(sha256_ctx ctx[1]) function VOID_RETURN (line 308) | VOID_RETURN sha256_hash(const unsigned char data[], unsigned long len, s... function sha_end1 (line 329) | static void sha_end1(unsigned char hval[], sha256_ctx ctx[1], const unsi... function VOID_RETURN (line 383) | VOID_RETURN sha224_begin(sha224_ctx ctx[1]) function VOID_RETURN (line 389) | VOID_RETURN sha224_end(unsigned char hval[], sha224_ctx ctx[1]) function VOID_RETURN (line 394) | VOID_RETURN sha224(unsigned char hval[], const unsigned char data[], uns... function VOID_RETURN (line 412) | VOID_RETURN sha256_begin(sha256_ctx ctx[1]) function VOID_RETURN (line 418) | VOID_RETURN sha256_end(unsigned char hval[], sha256_ctx ctx[1]) function VOID_RETURN (line 423) | VOID_RETURN sha256(unsigned char hval[], const unsigned char data[], uns... function VOID_RETURN (line 518) | VOID_RETURN sha512_compile(sha512_ctx ctx[1]) function VOID_RETURN (line 549) | VOID_RETURN sha512_hash(const unsigned char data[], unsigned long len, s... function sha_end2 (line 570) | static void sha_end2(unsigned char hval[], sha512_ctx ctx[1], const unsi... function VOID_RETURN (line 628) | VOID_RETURN sha384_begin(sha384_ctx ctx[1]) function VOID_RETURN (line 634) | VOID_RETURN sha384_end(unsigned char hval[], sha384_ctx ctx[1]) function VOID_RETURN (line 639) | VOID_RETURN sha384(unsigned char hval[], const unsigned char data[], uns... function VOID_RETURN (line 661) | VOID_RETURN sha512_begin(sha512_ctx ctx[1]) function VOID_RETURN (line 667) | VOID_RETURN sha512_end(unsigned char hval[], sha512_ctx ctx[1]) function VOID_RETURN (line 672) | VOID_RETURN sha512(unsigned char hval[], const unsigned char data[], uns... function INT_RETURN (line 691) | INT_RETURN sha2_begin(unsigned long len, sha2_ctx ctx[1]) function VOID_RETURN (line 723) | VOID_RETURN sha2_hash(const unsigned char data[], unsigned long len, sha... function VOID_RETURN (line 742) | VOID_RETURN sha2_end(unsigned char hval[], sha2_ctx ctx[1]) function INT_RETURN (line 765) | INT_RETURN sha2(unsigned char hval[], unsigned long size, FILE: deps/cl345/crypt/sha2.h type sha256_ctx (line 78) | typedef struct type sha256_ctx (line 84) | typedef sha256_ctx sha224_ctx; type sha2_ctx (line 100) | typedef struct type sha512_ctx (line 119) | typedef struct type sha512_ctx (line 125) | typedef sha512_ctx sha384_ctx; type sha2_ctx (line 127) | typedef struct FILE: deps/cl345/crypt/testdes.h type DES_TEST (line 7) | typedef struct { FILE: deps/cl345/cryptapi.c function cmdCertCheck (line 21) | static int cmdCertCheck( COMMAND_INFO *cmd ) function cmdCertMgmt (line 41) | static int cmdCertMgmt( COMMAND_INFO *cmd ) function cmdCertSign (line 86) | static int cmdCertSign( COMMAND_INFO *cmd ) function cmdCreateObject (line 104) | static int cmdCreateObject( COMMAND_INFO *cmd ) function cmdCreateObjectIndirect (line 282) | static int cmdCreateObjectIndirect( COMMAND_INFO *cmd ) function cmdDecrypt (line 330) | static int cmdDecrypt( COMMAND_INFO *cmd ) function cmdDeleteAttribute (line 402) | static int cmdDeleteAttribute( COMMAND_INFO *cmd ) function cmdDeleteKey (line 441) | static int cmdDeleteKey( COMMAND_INFO *cmd ) function cmdDestroyObject (line 485) | static int cmdDestroyObject( COMMAND_INFO *cmd ) function cmdEncrypt (line 502) | static int cmdEncrypt( COMMAND_INFO *cmd ) function cmdExportObject (line 594) | static int cmdExportObject( COMMAND_INFO *cmd ) function cmdFlushData (line 670) | static int cmdFlushData( COMMAND_INFO *cmd ) function cmdGenKey (line 692) | static int cmdGenKey( COMMAND_INFO *cmd ) function cmdGetAttribute (line 706) | static int cmdGetAttribute( COMMAND_INFO *cmd ) function cmdGetKey (line 799) | static int cmdGetKey( COMMAND_INFO *cmd ) function cmdPopData (line 882) | static int cmdPopData( COMMAND_INFO *cmd ) function cmdPushData (line 907) | static int cmdPushData( COMMAND_INFO *cmd ) function cmdQueryCapability (line 934) | static int cmdQueryCapability( COMMAND_INFO *cmd ) function cmdServerQuery (line 990) | static int cmdServerQuery( COMMAND_INFO *cmd ) function cmdSetAttribute (line 1009) | static int cmdSetAttribute( COMMAND_INFO *cmd ) function cmdSetKey (line 1082) | static int cmdSetKey( COMMAND_INFO *cmd ) function processCommand (line 1155) | static void processCommand( BYTE *buffer ) function serverTransact (line 1300) | static void serverTransact( void *clientBuffer ) function dispatchCommand (line 1336) | static int dispatchCommand( COMMAND_INFO *cmd ) function BOOLEAN (line 1660) | static BOOLEAN needsTranslation( const CRYPT_ATTRIBUTE_TYPE attribute ) type ERRORMAP (line 1846) | typedef enum { function mapError (line 1855) | static int mapError( const ERRORMAP *errorMap, const int errorMapSize, function C_CHECK_RETVAL (line 1922) | C_CHECK_RETVAL \ function C_RET (line 1933) | C_RET cryptEnd( void ) function C_CHECK_RETVAL (line 1941) | C_CHECK_RETVAL C_NONNULL_ARG( ( 1 ) ) \ function C_CHECK_RETVAL (line 1987) | C_CHECK_RETVAL C_NONNULL_ARG( ( 2 ) ) \ function C_CHECK_RETVAL (line 2033) | C_CHECK_RETVAL C_NONNULL_ARG( ( 1 ) ) \ function C_CHECK_RETVAL (line 2080) | C_CHECK_RETVAL C_NONNULL_ARG( ( 1 ) ) \ function C_CHECK_RETVAL (line 2158) | C_CHECK_RETVAL C_NONNULL_ARG( ( 1 ) ) \ function C_CHECK_RETVAL (line 2205) | C_CHECK_RETVAL C_NONNULL_ARG( ( 1, 4 ) ) \ function C_CHECK_RETVAL (line 2281) | C_CHECK_RETVAL C_NONNULL_ARG( ( 1 ) ) \ function C_CHECK_RETVAL (line 2326) | C_CHECK_RETVAL C_NONNULL_ARG( ( 1, 2, 3 ) ) \ function C_RET (line 2398) | C_RET cryptDestroyObject( C_IN CRYPT_HANDLE cryptHandle ) function C_RET (line 2425) | C_RET cryptDestroyCert( C_IN CRYPT_CERTIFICATE certificate ) function C_RET (line 2429) | C_RET cryptDestroyContext( C_IN CRYPT_CONTEXT cryptContext ) function C_RET (line 2433) | C_RET cryptDestroyEnvelope( C_IN CRYPT_ENVELOPE cryptEnvelope ) function C_RET (line 2437) | C_RET cryptDeviceClose( C_IN CRYPT_DEVICE device ) function C_RET (line 2441) | C_RET cryptKeysetClose( C_IN CRYPT_KEYSET keyset ) function C_RET (line 2445) | C_RET cryptDestroySession( C_IN CRYPT_SESSION session ) function C_RET (line 2449) | C_RET cryptLogout( C_IN CRYPT_USER user ) function C_CHECK_RETVAL (line 2462) | C_CHECK_RETVAL C_NONNULL_ARG( ( 3 ) ) \ function C_RET (line 2515) | C_RET cryptGetAttributeString( C_IN CRYPT_HANDLE cryptHandle, function C_RET (line 2580) | C_RET cryptSetAttribute( C_IN CRYPT_HANDLE cryptHandle, function C_RET (line 2612) | C_RET cryptSetAttributeString( C_IN CRYPT_HANDLE cryptHandle, function C_RET (line 2751) | C_RET cryptDeleteAttribute( C_IN CRYPT_HANDLE cryptHandle, function C_CHECK_RETVAL (line 2789) | C_CHECK_RETVAL \ function C_RET (line 2815) | C_RET cryptEncrypt( C_IN CRYPT_CONTEXT cryptContext, function C_RET (line 2851) | C_RET cryptDecrypt( C_IN CRYPT_CONTEXT cryptContext, function C_CHECK_RETVAL (line 2904) | C_CHECK_RETVAL \ function C_CHECK_RETVAL (line 2932) | C_CHECK_RETVAL \ function C_CHECK_RETVAL (line 2974) | C_CHECK_RETVAL C_NONNULL_ARG( ( 1, 4 ) ) \ function C_CHECK_RETVAL (line 3020) | C_CHECK_RETVAL \ function C_CHECK_RETVAL (line 3092) | C_CHECK_RETVAL \ function C_CHECK_RETVAL (line 3121) | C_CHECK_RETVAL C_NONNULL_ARG( ( 2 ) ) \ function C_RET (line 3230) | C_RET cryptCADeleteItem( C_IN CRYPT_KEYSET keyset, function C_CHECK_RETVAL (line 3300) | C_CHECK_RETVAL \ function C_CHECK_RETVAL (line 3367) | C_CHECK_RETVAL C_NONNULL_ARG( ( 2, 4 ) ) \ function C_CHECK_RETVAL (line 3408) | C_CHECK_RETVAL C_NONNULL_ARG( ( 2, 4 ) ) \ function C_CHECK_RETVAL (line 3482) | C_CHECK_RETVAL C_NONNULL_ARG( ( 2 ) ) \ function C_RET (line 3561) | C_RET cryptGetPrivateKey( C_IN CRYPT_HANDLE keyset, function C_CHECK_RETVAL (line 3647) | C_CHECK_RETVAL C_NONNULL_ARG( ( 2, 4 ) ) \ function C_CHECK_RETVAL (line 3736) | C_CHECK_RETVAL \ function C_CHECK_RETVAL (line 3764) | C_CHECK_RETVAL C_NONNULL_ARG( ( 3 ) ) \ function C_RET (line 3831) | C_RET cryptDeleteKey( C_IN CRYPT_KEYSET keyset, function C_CHECK_RETVAL (line 3898) | C_CHECK_RETVAL \ function C_CHECK_RETVAL (line 3960) | C_CHECK_RETVAL \ function C_RET (line 4023) | C_RET cryptAddRandom( C_IN void C_PTR randomData, C_IN int randomDataLen... function C_RET (line 4094) | C_RET cryptCreateCert( C_OUT CRYPT_CERTIFICATE C_PTR certificate, function C_RET (line 4101) | C_RET cryptSignCert( C_IN CRYPT_CERTIFICATE certificate, function C_RET (line 4107) | C_RET cryptCheckCert( C_IN CRYPT_HANDLE certificate, function C_RET (line 4113) | C_RET cryptImportCert( C_IN void C_PTR certObject, function C_RET (line 4123) | C_RET cryptExportCert( C_OUT_OPT void C_PTR certObject, function C_RET (line 4135) | C_RET cryptGetCertExtension( C_IN CRYPT_CERTIFICATE certificate, function C_RET (line 4150) | C_RET cryptAddCertExtension( C_IN CRYPT_CERTIFICATE certificate, function C_RET (line 4161) | C_RET cryptDeleteCertExtension( C_IN CRYPT_CERTIFICATE certificate, function C_RET (line 4172) | C_RET cryptCAAddItem( C_IN CRYPT_KEYSET keyset, function C_RET (line 4178) | C_RET cryptCAGetItem( C_IN CRYPT_KEYSET keyset, function C_RET (line 4189) | C_RET cryptCADeleteItem( C_IN CRYPT_KEYSET keyset, function C_RET (line 4199) | C_RET cryptCACertManagement( C_OUT_OPT CRYPT_CERTIFICATE C_PTR certificate, function C_RET (line 4213) | C_RET cryptCreateAttachedCert( C_IN CRYPT_CONTEXT cryptContext, function C_RET (line 4252) | C_RET cryptDeviceCreateContext( C_IN CRYPT_DEVICE device, function C_RET (line 4261) | C_RET cryptDeviceOpen( C_OUT CRYPT_DEVICE C_PTR device, function C_RET (line 4271) | C_RET cryptDeviceQueryCapability( C_IN CRYPT_DEVICE device, function C_RET (line 4283) | C_RET cryptCreateEnvelope( C_OUT CRYPT_ENVELOPE C_PTR envelope, function C_RET (line 4295) | C_RET cryptPushData( C_IN CRYPT_HANDLE envelope, C_IN void C_PTR buffer, function C_RET (line 4304) | C_RET cryptPopData( C_IN CRYPT_ENVELOPE envelope, C_OUT void C_PTR buffer, function C_RET (line 4313) | C_RET cryptFlushData( C_IN CRYPT_HANDLE envelope ) function C_RET (line 4321) | C_RET cryptKeysetOpen( C_OUT CRYPT_KEYSET C_PTR keyset, function C_RET (line 4332) | C_RET cryptGetPublicKey( C_IN CRYPT_KEYSET keyset, function C_RET (line 4343) | C_RET cryptGetPrivateKey( C_IN CRYPT_HANDLE keyset, function C_RET (line 4355) | C_RET cryptGetKey( C_IN CRYPT_HANDLE keyset, function C_RET (line 4367) | C_RET cryptAddPrivateKey( C_IN CRYPT_KEYSET keyset, function C_RET (line 4376) | C_RET cryptAddPublicKey( C_IN CRYPT_KEYSET keyset, function C_RET (line 4382) | C_RET cryptDeleteKey( C_IN CRYPT_KEYSET keyset, function C_RET (line 4394) | C_RET cryptCreateSession( C_OUT CRYPT_SESSION C_PTR session, function CHECK_RETVAL (line 4426) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function C_RET (line 4509) | C_RET cryptSetFuzzData( C_IN CRYPT_SESSION cryptSession, function transportReadFunction (line 4570) | static int transportReadFunction( INOUT NET_STREAM_INFO *netStream, function transportWriteFunction (line 4594) | static int transportWriteFunction( INOUT NET_STREAM_INFO *netStream, function transportDummyFunction (line 4608) | static int transportDummyFunction( INOUT NET_STREAM_INFO *netStream ) function C_RET (line 4615) | C_RET cryptFuzzSpecial( C_IN CRYPT_CONTEXT cryptContext, function LLVMFuzzerTestOneInput (line 4691) | int LLVMFuzzerTestOneInput( const BYTE *data, const size_t dataLength ) function C_RET (line 4731) | C_RET cryptDelayRandom( C_IN CRYPT_CONTEXT signContext, function C_RET (line 4766) | C_RET cryptSetFaultType( C_IN int type ) function C_RET (line 4783) | C_RET cryptSetMemFaultCount( C_IN int number ) function C_RET (line 4799) | C_RET cryptSuiteBTestConfig( C_IN int magicValue ) FILE: deps/cl345/cryptcrt.c function CHECK_RETVAL_BOOL (line 46) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 248) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 425) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 558) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL (line 838) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1154) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1369) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function certManagementFunction (line 1444) | certManagementFunction( IN_ENUM( MANAGEMENT_ACTION ) \ function C_RET (line 1475) | C_RET cryptGetCertExtension( C_IN CRYPT_CERTIFICATE certificate, function C_CHECK_RETVAL (line 1593) | C_CHECK_RETVAL C_NONNULL_ARG( ( 2, 4 ) ) \ function C_RET (line 1690) | C_RET cryptDeleteCertExtension( C_IN CRYPT_CERTIFICATE certificate, function CHECK_RETVAL (line 1786) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1873) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/cryptctx.c function CHECK_RETVAL_BOOL (line 42) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 384) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 488) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 583) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 704) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL (line 727) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 3 ) ) \ function CHECK_RETVAL (line 914) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1191) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 1551) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/cryptdev.c function CHECK_RETVAL_BOOL (line 25) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 200) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 245) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4, 5 ) ) \ function CHECK_RETVAL (line 369) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 733) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 6 ) ) \ function CHECK_RETVAL (line 932) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1015) | CHECK_RETVAL \ type CHECK_RETVAL (line 1083) | typedef CHECK_RETVAL int ( *DEVICEINIT_FUNCTION )( void ); type DEVICEINIT_INFO (line 1085) | typedef struct { function deviceManagementFunction (line 1097) | deviceManagementFunction( IN_ENUM( MANAGEMENT_ACTION ) \ FILE: deps/cl345/cryptenv.c function CHECK_RETVAL_BOOL (line 47) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 242) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function deenvelopePush (line 368) | static int deenvelopePush( INOUT ENVELOPE_INFO *envelopeInfoPtr, function envelopePop (line 715) | static int envelopePop( INOUT ENVELOPE_INFO *envelopeInfoPtr, function deenvelopePop (line 777) | static int deenvelopePop( INOUT ENVELOPE_INFO *envelopeInfoPtr, function CHECK_RETVAL (line 838) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1163) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function createEnvelope (line 1261) | int createEnvelope( INOUT MESSAGE_CREATEOBJECT_INFO *createInfo, FILE: deps/cl345/cryptkey.c function CHECK_RETVAL_BOOL (line 33) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 157) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function resetErrorInfo (line 250) | static void resetErrorInfo( INOUT KEYSET_INFO *keysetInfoPtr ) type KEYID_INFO (line 262) | typedef struct { function CHECK_RETVAL (line 269) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 403) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function openKeysetStream (line 512) | static int openKeysetStream( INOUT STREAM *stream, function CHECK_RETVAL_BOOL (line 685) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 739) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 872) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1340) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 7 ) ) \ function CHECK_RETVAL (line 1613) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function keysetManagementFunction (line 1668) | keysetManagementFunction( IN_ENUM( MANAGEMENT_ACTION ) \ FILE: deps/cl345/cryptkrn.h type OBJECT_TYPE (line 114) | typedef enum { type OBJECT_SUBTYPE (line 242) | typedef long OBJECT_SUBTYPE; type OBJECT_SUBTYPE (line 244) | typedef int OBJECT_SUBTYPE; type MESSAGE_TYPE (line 304) | typedef enum { type MESSAGE_COMPARE_TYPE (line 437) | typedef enum { type MESSAGE_CHECK_TYPE (line 466) | typedef enum { type MESSAGE_CHANGENOTIFY_TYPE (line 532) | typedef enum { type MESSAGE_USERMGMT_TYPE (line 542) | typedef enum { type MESSAGE_TRUSTMGMT_TYPE (line 550) | typedef enum { type MESSAGE_SETDEPENDENT_TYPE (line 561) | typedef enum { type MESSAGE_DATA (line 572) | typedef struct { type MECHANISM_TYPE (line 749) | typedef enum { type MECHANISM_WRAP_INFO (line 827) | typedef struct { type MECHANISM_SIGN_INFO (line 850) | typedef struct { type MECHANISM_DERIVE_INFO (line 879) | typedef struct { type MECHANISM_KDF_INFO (line 901) | typedef struct { type MESSAGE_CREATEOBJECT_INFO (line 1007) | typedef struct { type KEYMGMT_ITEM_TYPE (line 1097) | typedef enum { type MESSAGE_KEYMGMT_INFO (line 1130) | typedef struct { type MESSAGE_CERTMGMT_INFO (line 1158) | typedef struct { function RETVAL (line 1191) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 1250) | RETVAL \ FILE: deps/cl345/cryptlib.c type CHECK_RETVAL (line 169) | typedef CHECK_RETVAL \ function CHECK_RETVAL (line 215) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function threadedBind (line 264) | void threadedBind( const THREAD_PARAMS *threadParams ) function BOOLEAN (line 290) | static BOOLEAN sanityCheckBuild( void ) function CHECK_RETVAL (line 529) | CHECK_RETVAL \ function CHECK_RETVAL (line 711) | CHECK_RETVAL \ FILE: deps/cl345/cryptlib.h type CRYPT_ALGO_TYPE (line 195) | typedef enum { /* Algorithms */ type CRYPT_MODE_TYPE (line 272) | typedef enum { /* Block cipher modes */ type CRYPT_KEYSET_TYPE (line 290) | typedef enum { /* Keyset types */ type CRYPT_DEVICE_TYPE (line 310) | typedef enum { /* Crypto device types */ type CRYPT_CERTTYPE_TYPE (line 321) | typedef enum { /* Certificate object types */ type CRYPT_FORMAT_TYPE (line 354) | typedef enum { type CRYPT_SESSION_TYPE (line 378) | typedef enum { type CRYPT_USER_TYPE (line 402) | typedef enum { type CRYPT_ATTRIBUTE_TYPE (line 429) | typedef enum { type CRYPT_COMPLIANCELEVEL_TYPE (line 1444) | typedef enum { type CRYPT_CONTENT_TYPE (line 1478) | typedef enum { CRYPT_CONTENT_NONE, CRYPT_CONTENT_DATA, type CRYPT_CERTSTATUS_TYPE (line 1499) | typedef enum { type CRYPT_SIGNATURELEVEL_TYPE (line 1516) | typedef enum { type CRYPT_INTEGRITY_TYPE (line 1528) | typedef enum { type CRYPT_CERTFORMAT_TYPE (line 1537) | typedef enum { type CRYPT_REQUESTTYPE_TYPE (line 1563) | typedef enum { type CRYPT_KEYID_TYPE (line 1576) | typedef enum { type CRYPT_OBJECT_TYPE (line 1598) | typedef enum { type CRYPT_ERRTYPE_TYPE (line 1609) | typedef enum { type CRYPT_CERTACTION_TYPE (line 1622) | typedef enum { type CRYPT_SUBPROTOCOL_TYPE (line 1654) | typedef enum { type CRYPT_KEYOPT_TYPE (line 1742) | typedef enum { type CRYPT_CERTIFICATE (line 1759) | typedef int CRYPT_CERTIFICATE; type CRYPT_CONTEXT (line 1760) | typedef int CRYPT_CONTEXT; type CRYPT_DEVICE (line 1761) | typedef int CRYPT_DEVICE; type CRYPT_ENVELOPE (line 1762) | typedef int CRYPT_ENVELOPE; type CRYPT_KEYSET (line 1763) | typedef int CRYPT_KEYSET; type CRYPT_SESSION (line 1764) | typedef int CRYPT_SESSION; type CRYPT_USER (line 1765) | typedef int CRYPT_USER; type CRYPT_HANDLE (line 1770) | typedef int CRYPT_HANDLE; type CRYPT_QUERY_INFO (line 1780) | typedef struct { type CRYPT_OBJECT_INFO (line 1793) | typedef struct { type CRYPT_PKCINFO_RSA (line 1815) | typedef struct { type CRYPT_PKCINFO_DLP (line 1840) | typedef struct { type CRYPT_ECCCURVE_TYPE (line 1859) | typedef enum { type CRYPT_PKCINFO_ECC (line 1874) | typedef struct { FILE: deps/cl345/cryptses.c function CHECK_RETVAL_BOOL (line 36) | CHECK_RETVAL_BOOL \ function BOOLEAN (line 169) | static BOOLEAN sanityCheckProtocolInfo( const PROTOCOL_INFO *protocolInfo ) function CHECK_RETVAL_BOOL (line 228) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 284) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 588) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function createSession (line 874) | int createSession( INOUT MESSAGE_CREATEOBJECT_INFO *createInfo, function sessionManagementFunction (line 923) | sessionManagementFunction( IN_ENUM( MANAGEMENT_ACTION ) \ FILE: deps/cl345/cryptusr.c function CHECK_RETVAL (line 59) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 81) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 157) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 289) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3, 4 ) ) \ function createUser (line 380) | int createUser( INOUT MESSAGE_CREATEOBJECT_INFO *createInfo, function CHECK_RETVAL (line 517) | CHECK_RETVAL \ function userManagementFunction (line 597) | userManagementFunction( IN_ENUM( MANAGEMENT_ACTION ) \ FILE: deps/cl345/device/capabil.h type KEYPARAM_TYPE (line 14) | typedef enum { type CI (line 30) | struct CI type CAPABILITY_INFO_TYPE (line 38) | typedef enum { type CHECK_RETVAL (line 54) | typedef CHECK_RETVAL \ type CHECK_RETVAL (line 56) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ type RETVAL (line 62) | typedef RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 64) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 70) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 79) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 84) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 89) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 93) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CAPABILITY_INFO (line 98) | typedef struct CA { type CAPABILITY_INFO_LIST (line 139) | typedef struct CL { type VARIABLE_CAPABILITY_INFO (line 153) | typedef struct { type CAPABILITY_INFO (line 188) | typedef const CAPABILITY_INFO * ( *GETCAPABILITY_FUNCTION )( void ); FILE: deps/cl345/device/dev_attr.c function CHECK_RETVAL (line 35) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 65) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 137) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 193) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 4 ) ) \ function CHECK_RETVAL (line 248) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 4 ) ) \ function CHECK_RETVAL (line 396) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ FILE: deps/cl345/device/device.h type CHECK_RETVAL (line 56) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CREATEOBJECT_FUNCTION_INFO (line 61) | typedef struct { type SYSTEMDEV_INFO (line 79) | typedef struct { type PKCS11_INFO (line 99) | typedef struct { type CRYPTOAPI_INFO (line 134) | typedef struct { type HARDWARE_INFO (line 152) | typedef struct { type DI (line 173) | struct DI type CHECK_RETVAL (line 175) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type STDC_NONNULL_ARG (line 180) | typedef STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 182) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 190) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 208) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type RETVAL (line 212) | typedef RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ type CHECK_RETVAL (line 243) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type DEVICE_INFO (line 250) | typedef struct DI { FILE: deps/cl345/device/hardware.c function getContextDeviceInfo (line 31) | static int getContextDeviceInfo( const CRYPT_HANDLE iCryptContext, function getHardwareReference (line 71) | static int getHardwareReference( const CRYPT_CONTEXT iCryptContext, function openStorageObject (line 111) | static int openStorageObject( CRYPT_KEYSET *iCryptKeyset, function closeStorageObject (line 179) | static int closeStorageObject( const CRYPT_KEYSET iCryptKeyset, function CHECK_RETVAL (line 219) | CHECK_RETVAL \ function deviceEndHardware (line 265) | void deviceEndHardware( void ) function shutdownFunction (line 279) | static void shutdownFunction( DEVICE_INFO *deviceInfo ) function initFunction (line 301) | static int initFunction( DEVICE_INFO *deviceInfo, const char *name, function controlFunction (line 341) | static int controlFunction( DEVICE_INFO *deviceInfo, function getRandomFunction (line 460) | static int getRandomFunction( DEVICE_INFO *deviceInfo, void *buffer, function getItemFunction (line 490) | static int getItemFunction( DEVICE_INFO *deviceInfo, function setItemFunction (line 733) | static int setItemFunction( DEVICE_INFO *deviceInfo, function deleteItemFunction (line 756) | static int deleteItemFunction( DEVICE_INFO *deviceInfo, function getFirstItemFunction (line 815) | static int getFirstItemFunction( DEVICE_INFO *deviceInfo, function getNextItemFunction (line 847) | static int getNextItemFunction( DEVICE_INFO *deviceInfo, function setPersonalityMapping (line 896) | int setPersonalityMapping( CONTEXT_INFO *contextInfoPtr, const int keyHa... function generateKeyComponents (line 984) | static int generateKeyComponents( CONTEXT_INFO *staticContextInfo, function rsaGenerateComponents (line 1017) | static int rsaGenerateComponents( CRYPT_PKCINFO_RSA *rsaKeyInfo, function dlpGenerateComponents (line 1067) | static int dlpGenerateComponents( CRYPT_PKCINFO_DLP *dlpKeyInfo, function generatePKCcomponents (line 1138) | int generatePKCcomponents( CONTEXT_INFO *contextInfoPtr, function setPKCinfo (line 1181) | int setPKCinfo( CONTEXT_INFO *contextInfoPtr, function setConvInfo (line 1259) | int setConvInfo( const CRYPT_CONTEXT iCryptContext, const int keySize ) function cleanupHardwareContext (line 1273) | int cleanupHardwareContext( const CONTEXT_INFO *contextInfoPtr ) FILE: deps/cl345/device/hw_dummy.c type BIGNUM_STORAGE (line 66) | typedef struct { type PERSONALITY_INFO (line 79) | typedef struct { function lookupPersonality (line 117) | static int lookupPersonality( const void *keyID, const int keyIDlength, function findFreePersonality (line 152) | static int findFreePersonality( int *keyHandle ) function deletePersonality (line 180) | static void deletePersonality( const int keyHandle ) function bignumToInternal (line 201) | static void bignumToInternal( LONG *outData, int *outDataLength, function bignumToExternal (line 223) | static void bignumToExternal( BYTE *outData, int *outDataLength, function dummyEncrypt (line 249) | static void dummyEncrypt( const PERSONALITY_INFO *personalityInfoPtr, function dummyGenRandom (line 301) | static void dummyGenRandom( void *buffer, const int length ) function aesSelfTest (line 339) | static int aesSelfTest( void ) function completeInitKeyAES (line 349) | static int completeInitKeyAES( CONTEXT_INFO *contextInfoPtr, function aesInitKey (line 381) | static int aesInitKey( CONTEXT_INFO *contextInfoPtr, const void *key, function aesGenerateKey (line 406) | static int aesGenerateKey( CONTEXT_INFO *contextInfoPtr, function aesEncryptECB (line 437) | static int aesEncryptECB( CONTEXT_INFO *contextInfoPtr, void *buffer, function aesDecryptECB (line 452) | static int aesDecryptECB( CONTEXT_INFO *contextInfoPtr, void *buffer, function aesEncryptCBC (line 468) | static int aesEncryptCBC( CONTEXT_INFO *contextInfoPtr, void *buffer, function aesDecryptCBC (line 483) | static int aesDecryptCBC( CONTEXT_INFO *contextInfoPtr, void *buffer, function aesEncryptCFB (line 501) | static int aesEncryptCFB( CONTEXT_INFO *contextInfoPtr, void *buffer, function aesDecryptCFB (line 516) | static int aesDecryptCFB( CONTEXT_INFO *contextInfoPtr, void *buffer, function rsaSelfTest (line 541) | static int rsaSelfTest( void ) function completeInitKeyRSA (line 551) | static int completeInitKeyRSA( CONTEXT_INFO *contextInfoPtr, function rsaKeyToInternal (line 578) | static void rsaKeyToInternal( BIGNUM_STORAGE *bignumStorage, function rsaInitKey (line 619) | static int rsaInitKey( CONTEXT_INFO *contextInfoPtr, const void *key, function rsaGenerateKey (line 655) | static int rsaGenerateKey( CONTEXT_INFO *contextInfoPtr, function rsaEncrypt (line 690) | static int rsaEncrypt( CONTEXT_INFO *contextInfoPtr, void *buffer, function rsaDecrypt (line 706) | static int rsaDecrypt( CONTEXT_INFO *contextInfoPtr, void *buffer, function rsaSign (line 724) | static int rsaSign( CONTEXT_INFO *contextInfoPtr, void *buffer, function rsaSigCheck (line 740) | static int rsaSigCheck( CONTEXT_INFO *contextInfoPtr, void *buffer, function shaSelfTest (line 764) | static int shaSelfTest( void ) function shaGetInfo (line 774) | static int shaGetInfo( const CAPABILITY_INFO_TYPE type, function shaHash (line 796) | static int shaHash( CONTEXT_INFO *contextInfoPtr, void *buffer, function hwGetCapabilities (line 871) | int hwGetCapabilities( const CAPABILITY_INFO **capabilityInfo, function hwGetRandom (line 885) | int hwGetRandom( void *buffer, const int length ) function hwLookupItem (line 899) | int hwLookupItem( const void *keyID, const int keyIDlength, int *keyHand... function hwDeleteItem (line 914) | int hwDeleteItem( const int keyHandle ) function hwInitialise (line 925) | int hwInitialise( void ) FILE: deps/cl345/device/ms_capi.c type CERT_USAGE_MATCH (line 95) | typedef struct { type CERT_CHAIN_PARA (line 99) | typedef struct { type CERT_TRUST_STATUS (line 109) | typedef struct { type CERT_CHAIN_ELEMENT (line 113) | typedef struct { type CERT_TRUST_LIST_INFO (line 122) | typedef struct { type CERT_SIMPLE_CHAIN (line 127) | typedef struct { type CERT_CHAIN_CONTEXT (line 136) | typedef struct CCC { type CERT_CHAIN_CONTEXT (line 146) | typedef const CERT_CHAIN_CONTEXT *PCCERT_CHAIN_CONTEXT; type BYTE (line 173) | typedef PCCERT_CONTEXT ( WINAPI *CERTCREATECERTIFICATECONTEXT )( DWORD d... type const (line 191) | typedef BOOL ( WINAPI *CERTSETCERTIFICATEPROPERTY )( PCCERT_CONTEXT pCer... function CHECK_RETVAL (line 272) | CHECK_RETVAL \ function deviceEndCryptoAPI (line 360) | void deviceEndCryptoAPI( void ) function getContextDeviceInfo (line 375) | static int getContextDeviceInfo( const CRYPT_HANDLE iCryptContext, function mapError (line 407) | static int mapError( CRYPTOAPI_INFO *cryptoapiInfo, const int defaultErr... function mapDeviceError (line 482) | static int mapDeviceError( CONTEXT_INFO *contextInfoPtr, const int defau... function ALG_ID (line 520) | static ALG_ID cryptlibToCapiID( const CRYPT_ALGO_TYPE cryptAlgo ) function CRYPT_ALGO_TYPE (line 531) | static CRYPT_ALGO_TYPE capiToCryptlibID( const ALG_ID algID ) function BYTE (line 552) | static BYTE *copyMPI( BYTE *dest, const BYTE *src, const int srcLen, function createExportKey (line 579) | static int createExportKey( const HCRYPTPROV hProv, HCRYPTKEY *hPrivateKey, function importPlainKey (line 658) | static int importPlainKey( const HCRYPTPROV hProv, function getPubkeyComponents (line 717) | static int getPubkeyComponents( CRYPTOAPI_INFO *cryptoapiInfo, function capiToCryptlibContext (line 762) | static int capiToCryptlibContext( CRYPTOAPI_INFO *cryptoapiInfo, function BOOLEAN (line 824) | static BOOLEAN isCertKey( const CRYPTOAPI_INFO *cryptoapiInfo, function getCertificate (line 833) | static int getCertificate( const CRYPTOAPI_INFO *cryptoapiInfo, function getCertificateChain (line 982) | static int getCertificateChain( CRYPTOAPI_INFO *cryptoapiInfo, function getCertificateFromKey (line 1016) | static int getCertificateFromKey( CRYPTOAPI_INFO *cryptoapiInfo, function getPrivKeyFromCertificate (line 1055) | static int getPrivKeyFromCertificate( CRYPTOAPI_INFO *cryptoapiInfo, function createPrivkeyContext (line 1082) | static int createPrivkeyContext( DEVICE_INFO *deviceInfo, function shutdownFunction (line 1175) | static void shutdownFunction( DEVICE_INFO *deviceInfo ) function initFunction (line 1201) | static int initFunction( DEVICE_INFO *deviceInfo, const char *name, function controlFunction (line 1303) | static int controlFunction( DEVICE_INFO *deviceInfo, function getRandomFunction (line 1319) | static int getRandomFunction( DEVICE_INFO *deviceInfo, void *buffer, function getItemFunction (line 1351) | static int getItemFunction( DEVICE_INFO *deviceInfo, function setItemFunction (line 1721) | static int setItemFunction( DEVICE_INFO *deviceInfo, function deleteItemFunction (line 1877) | static int deleteItemFunction( DEVICE_INFO *deviceInfo, function getFirstItemFunction (line 2015) | static int getFirstItemFunction( DEVICE_INFO *deviceInfo, function getNextItemFunction (line 2082) | static int getNextItemFunction( DEVICE_INFO *deviceInfo, function genericEndFunction (line 2144) | static int genericEndFunction( CONTEXT_INFO *contextInfoPtr ) function rsaSetKeyInfo (line 2170) | static int rsaSetKeyInfo( CRYPTOAPI_INFO *cryptoapiInfo, function rsaInitKey (line 2205) | static int rsaInitKey( CONTEXT_INFO *contextInfoPtr, const void *key, function rsaGenerateKey (line 2324) | static int rsaGenerateKey( CONTEXT_INFO *contextInfoPtr, const int keysi... function rsaSign (line 2365) | static int rsaSign( CONTEXT_INFO *contextInfoPtr, void *buffer, int leng... function rsaVerify (line 2449) | static int rsaVerify( CONTEXT_INFO *contextInfoPtr, void *buffer, int le... function rsaEncrypt (line 2459) | static int rsaEncrypt( CONTEXT_INFO *contextInfoPtr, void *buffer, int l... function rsaDecrypt (line 2500) | static int rsaDecrypt( CONTEXT_INFO *contextInfoPtr, void *buffer, int l... function dsaSetKeyInfo (line 2535) | static int dsaSetKeyInfo( DEVICE_INFO *deviceInfo, CONTEXT_INFO *context... function dsaInitKey (line 2602) | static int dsaInitKey( CONTEXT_INFO *contextInfoPtr, const void *key, function dsaGenerateKey (line 2689) | static int dsaGenerateKey( CONTEXT_INFO *contextInfoPtr, const int keysi... function dsaSign (line 2835) | static int dsaSign( CONTEXT_INFO *contextInfoPtr, void *buffer, int leng... function dsaVerify (line 2888) | static int dsaVerify( CONTEXT_INFO *contextInfoPtr, void *buffer, int le... function cipherInitKey (line 2940) | static int cipherInitKey( CONTEXT_INFO *contextInfoPtr, const void *key, function initCryptParams (line 2998) | static int initCryptParams( CONTEXT_INFO *contextInfoPtr ) function cipherEncrypt (line 3069) | static int cipherEncrypt( CONTEXT_INFO *contextInfoPtr, void *buffer, in... function cipherDecrypt (line 3095) | static int cipherDecrypt( CONTEXT_INFO *contextInfoPtr, void *buffer, in... function hashFunction (line 3123) | static int hashFunction( CONTEXT_INFO *contextInfoPtr, void *buffer, int... type MECHANISM_INFO (line 3170) | typedef struct { function CAPABILITY_INFO (line 3237) | static CAPABILITY_INFO *addCapability( const DEVICE_INFO *deviceInfo, function freeCapabilities (line 3361) | static void freeCapabilities( DEVICE_INFO *deviceInfo ) function getCapabilities (line 3389) | static int getCapabilities( DEVICE_INFO *deviceInfo ) FILE: deps/cl345/device/pkcs11.c type CK_EXTENDED_LOGIN (line 38) | typedef struct { function CHECK_RETVAL (line 66) | CHECK_RETVAL \ function time_t (line 145) | time_t getTokenTime( const CK_TOKEN_INFO *tokenInfo ) function CHECK_RETVAL (line 174) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 3 ) ) \ function CHECK_RETVAL (line 279) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function genericEncrypt (line 600) | static int genericEncrypt( const PKCS11_INFO *pkcs11Info, function genericDecrypt (line 630) | static int genericDecrypt( const PKCS11_INFO *pkcs11Info, function RETVAL (line 661) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type GETMECH_TYPE (line 724) | typedef enum { MECH_NONE, MECH_CONV, MECH_MAC, MECH_CONV_KEYGEN, function adjustKeyParity (line 735) | static void adjustKeyParity( INOUT_BUFFER_FIXED( length ) BYTE *key, function IN_BUFFER (line 760) | static int initKey( INOUT CONTEXT_INFO *contextInfoPtr, function cipherInitKey (line 871) | static int cipherInitKey( INOUT CONTEXT_INFO *contextInfoPtr, function CHECK_RETVAL (line 914) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1021) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1125) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function cipherDecrypt (line 1184) | static int cipherDecrypt( INOUT CONTEXT_INFO *contextInfoPtr, function CHECK_RETVAL (line 1247) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1287) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1331) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 1518) | CHECK_RETVAL_PTR_NONNULL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/device/pkcs11.h type CK_FUNCTION_LIST (line 291) | struct CK_FUNCTION_LIST { FILE: deps/cl345/device/pkcs11_api.h type RETVAL (line 110) | typedef RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 112) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 116) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 119) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 124) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 128) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type PKCS11_MECHANISM_INFO (line 133) | typedef struct { FILE: deps/cl345/device/pkcs11_init.c function getRandomFunction (line 42) | static int getRandomFunction( DEVICE_INFO *deviceInfo, void *buffer, function selfTestFunction (line 58) | static int selfTestFunction( void ) type PKCS11_DRIVER_INFO (line 86) | typedef struct { function loadPKCS11driver (line 96) | static int loadPKCS11driver( PKCS11_DRIVER_INFO *pkcs11Info, function deviceEndPKCS11 (line 247) | void deviceEndPKCS11( void ) function CHECK_RETVAL (line 271) | CHECK_RETVAL \ function CAPABILITY_INFO (line 416) | static CAPABILITY_INFO *getCapability( const DEVICE_INFO *deviceInfo, function freeCapabilities (line 790) | static void freeCapabilities( DEVICE_INFO *deviceInfo ) function getCapabilities (line 827) | static int getCapabilities( DEVICE_INFO *deviceInfo, function shutdownFunction (line 925) | static void shutdownFunction( DEVICE_INFO *deviceInfo ) function initFunction (line 945) | static int initFunction( DEVICE_INFO *deviceInfo, const char *name, function CHECK_RETVAL (line 1250) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/device/pkcs11_pkc.c function readAttributeValue (line 37) | static int readAttributeValue( PKCS11_INFO *pkcs11Info, function setTemplateEntry (line 78) | static void setTemplateEntry( INOUT_ARRAY( templateSize ) \ function templateEntryCount (line 126) | static int templateEntryCount( IN_ARRAY( templateSize ) \ function updateActionFlags (line 151) | static int updateActionFlags( INOUT PKCS11_INFO *pkcs11Info, function genericSign (line 187) | static int genericSign( PKCS11_INFO *pkcs11Info, function genericVerify (line 222) | static int genericVerify( PKCS11_INFO *pkcs11Info, function genericEncrypt (line 259) | static int genericEncrypt( PKCS11_INFO *pkcs11Info, function genericDecrypt (line 304) | static int genericDecrypt( PKCS11_INFO *pkcs11Info, function dhSetPublicComponents (line 415) | int dhSetPublicComponents( PKCS11_INFO *pkcs11Info, function dhInitKey (line 464) | static int dhInitKey( CONTEXT_INFO *contextInfoPtr, const void *key, function dhGenerateKey (line 547) | static int dhGenerateKey( CONTEXT_INFO *contextInfoPtr, const int keysiz... function dhEncrypt (line 628) | static int dhEncrypt( CONTEXT_INFO *contextInfoPtr, BYTE *buffer, int le... function dhDecrypt (line 656) | static int dhDecrypt( CONTEXT_INFO *contextInfoPtr, BYTE *buffer, int le... function CHECK_RETVAL (line 733) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function rsaSetKeyInfo (line 780) | static int rsaSetKeyInfo( PKCS11_INFO *pkcs11Info, function rsaInitKey (line 833) | static int rsaInitKey( CONTEXT_INFO *contextInfoPtr, const void *key, function rsaGenerateKey (line 969) | static int rsaGenerateKey( CONTEXT_INFO *contextInfoPtr, const int keysi... function rsaSign (line 1054) | static int rsaSign( CONTEXT_INFO *contextInfoPtr, BYTE *buffer, int leng... function rsaVerify (line 1090) | static int rsaVerify( CONTEXT_INFO *contextInfoPtr, BYTE *buffer, int le... function rsaEncrypt (line 1122) | static int rsaEncrypt( CONTEXT_INFO *contextInfoPtr, BYTE *buffer, int l... function rsaDecrypt (line 1166) | static int rsaDecrypt( CONTEXT_INFO *contextInfoPtr, BYTE *buffer, int l... function dsaSetKeyInfo (line 1249) | static int dsaSetKeyInfo( PKCS11_INFO *pkcs11Info, function CHECK_RETVAL (line 1328) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function dsaGenerateKey (line 1578) | static int dsaGenerateKey( CONTEXT_INFO *contextInfoPtr, const int keysi... function dsaSign (line 1749) | static int dsaSign( CONTEXT_INFO *contextInfoPtr, BYTE *buffer, int leng... function dsaVerify (line 1818) | static int dsaVerify( CONTEXT_INFO *contextInfoPtr, BYTE *buffer, int le... function CHECK_RETVAL (line 1924) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 6 ) ) \ function ecdsaSetPublicComponents (line 2005) | int ecdsaSetPublicComponents( INOUT PKCS11_INFO *pkcs11Info, function CHECK_RETVAL (line 2050) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function ecdsaGenerateKey (line 2217) | static int ecdsaGenerateKey( INOUT CONTEXT_INFO *contextInfoPtr, function CHECK_RETVAL (line 2313) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function ecdsaVerify (line 2391) | static int ecdsaVerify( INOUT CONTEXT_INFO *contextInfoPtr, FILE: deps/cl345/device/pkcs11_rd.c function getAttributeValue (line 72) | static int getAttributeValue( INOUT PKCS11_INFO *pkcs11Info, function getAttributeValueEnd (line 133) | static void getAttributeValueEnd( IN void *value, function OUT_LENGTH_BOUNDED_Z (line 148) | static int getObjectLabel( INOUT PKCS11_INFO *pkcs11Info, function getActionFlags (line 206) | int getActionFlags( INOUT PKCS11_INFO *pkcs11Info, function getMechanismInfo (line 296) | static int getMechanismInfo( const PKCS11_INFO *pkcs11Info, function CHECK_RETVAL (line 380) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 479) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 609) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function BOOLEAN (line 681) | const BOOLEAN onlyOne ) function findObject (line 719) | int findObject( INOUT PKCS11_INFO *pkcs11Info, function findObjectEx (line 737) | int findObjectEx( INOUT PKCS11_INFO *pkcs11Info, function CHECK_RETVAL (line 758) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function findCertFromLabel (line 864) | static int findCertFromLabel( INOUT PKCS11_INFO *pkcs11Info, function CHECK_RETVAL (line 917) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 1244) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ type FIND_PUBPRIV_TYPE (line 1360) | typedef enum { function findPubPrivKey (line 1368) | static int findPubPrivKey( INOUT PKCS11_INFO *pkcs11Info, function CHECK_RETVAL (line 1481) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1544) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function createDeviceObject (line 1614) | static int createDeviceObject( INOUT PKCS11_INFO *pkcs11Info, function getSecretKey (line 1768) | static int getSecretKey( INOUT DEVICE_INFO *deviceInfo, function getItemFunction (line 1849) | static int getItemFunction( INOUT DEVICE_INFO *deviceInfo, function getFirstItemFunction (line 2237) | static int getFirstItemFunction( INOUT DEVICE_INFO *deviceInfo, function getNextItemFunction (line 2294) | static int getNextItemFunction( INOUT DEVICE_INFO *deviceInfo, function initPKCS11Read (line 2374) | void initPKCS11Read( INOUT DEVICE_INFO *deviceInfo ) FILE: deps/cl345/device/pkcs11_wr.c function convertDate (line 33) | static void convertDate( OUT CK_DATE *date, const time_t theTime ) function CHECK_RETVAL (line 70) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 283) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 385) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function initPKCS11Write (line 596) | void initPKCS11Write( INOUT DEVICE_INFO *deviceInfo ) FILE: deps/cl345/device/pkcs11t.h type CK_BYTE (line 44) | typedef unsigned char CK_BYTE; type CK_BYTE (line 47) | typedef CK_BYTE CK_CHAR; type CK_BYTE (line 50) | typedef CK_BYTE CK_UTF8CHAR; type CK_BYTE (line 53) | typedef CK_BYTE CK_BBOOL; type CK_ULONG (line 56) | typedef unsigned long int CK_ULONG; type CK_LONG (line 60) | typedef long int CK_LONG; type CK_ULONG (line 63) | typedef CK_ULONG CK_FLAGS; type CK_BYTE (line 71) | typedef CK_BYTE CK_PTR CK_BYTE_PTR; type CK_CHAR (line 72) | typedef CK_CHAR CK_PTR CK_CHAR_PTR; type CK_UTF8CHAR (line 73) | typedef CK_UTF8CHAR CK_PTR CK_UTF8CHAR_PTR; type CK_ULONG (line 74) | typedef CK_ULONG CK_PTR CK_ULONG_PTR; type CK_VOID_PTR (line 75) | typedef void CK_PTR CK_VOID_PTR; type CK_VOID_PTR (line 78) | typedef CK_VOID_PTR CK_PTR CK_VOID_PTR_PTR; type CK_VERSION (line 86) | typedef struct CK_VERSION { type CK_VERSION (line 91) | typedef CK_VERSION CK_PTR CK_VERSION_PTR; type CK_INFO (line 94) | typedef struct CK_INFO { type CK_INFO (line 106) | typedef CK_INFO CK_PTR CK_INFO_PTR; type CK_ULONG (line 113) | typedef CK_ULONG CK_NOTIFICATION; type CK_ULONG (line 120) | typedef CK_ULONG CK_SLOT_ID; type CK_SLOT_ID (line 122) | typedef CK_SLOT_ID CK_PTR CK_SLOT_ID_PTR; type CK_SLOT_INFO (line 126) | typedef struct CK_SLOT_INFO { type CK_SLOT_INFO (line 145) | typedef CK_SLOT_INFO CK_PTR CK_SLOT_INFO_PTR; type CK_TOKEN_INFO (line 149) | typedef struct CK_TOKEN_INFO { type CK_TOKEN_INFO (line 268) | typedef CK_TOKEN_INFO CK_PTR CK_TOKEN_INFO_PTR; type CK_ULONG (line 273) | typedef CK_ULONG CK_SESSION_HANDLE; type CK_SESSION_HANDLE (line 275) | typedef CK_SESSION_HANDLE CK_PTR CK_SESSION_HANDLE_PTR; type CK_ULONG (line 281) | typedef CK_ULONG CK_USER_TYPE; type CK_ULONG (line 292) | typedef CK_ULONG CK_STATE; type CK_SESSION_INFO (line 301) | typedef struct CK_SESSION_INFO { type CK_SESSION_INFO (line 317) | typedef CK_SESSION_INFO CK_PTR CK_SESSION_INFO_PTR; type CK_ULONG (line 322) | typedef CK_ULONG CK_OBJECT_HANDLE; type CK_OBJECT_HANDLE (line 324) | typedef CK_OBJECT_HANDLE CK_PTR CK_OBJECT_HANDLE_PTR; type CK_ULONG (line 332) | typedef CK_ULONG CK_OBJECT_CLASS; type CK_OBJECT_CLASS (line 352) | typedef CK_OBJECT_CLASS CK_PTR CK_OBJECT_CLASS_PTR; type CK_ULONG (line 357) | typedef CK_ULONG CK_HW_FEATURE_TYPE; type CK_ULONG (line 368) | typedef CK_ULONG CK_KEY_TYPE; type CK_ULONG (line 425) | typedef CK_ULONG CK_CERTIFICATE_TYPE; type CK_ULONG (line 440) | typedef CK_ULONG CK_ATTRIBUTE_TYPE; type CK_ATTRIBUTE (line 606) | typedef struct CK_ATTRIBUTE { type CK_ATTRIBUTE (line 614) | typedef CK_ATTRIBUTE CK_PTR CK_ATTRIBUTE_PTR; type CK_DATE (line 618) | typedef struct CK_DATE{ type CK_ULONG (line 629) | typedef CK_ULONG CK_MECHANISM_TYPE; type CK_MECHANISM_TYPE (line 998) | typedef CK_MECHANISM_TYPE CK_PTR CK_MECHANISM_TYPE_PTR; type CK_MECHANISM (line 1003) | typedef struct CK_MECHANISM { type CK_MECHANISM (line 1012) | typedef CK_MECHANISM CK_PTR CK_MECHANISM_PTR; type CK_MECHANISM_INFO (line 1017) | typedef struct CK_MECHANISM_INFO { type CK_MECHANISM_INFO (line 1058) | typedef CK_MECHANISM_INFO CK_PTR CK_MECHANISM_INFO_PTR; type CK_ULONG (line 1064) | typedef CK_ULONG CK_RV; type CK_FUNCTION_LIST (line 1215) | typedef struct CK_FUNCTION_LIST CK_FUNCTION_LIST; type CK_FUNCTION_LIST (line 1217) | typedef CK_FUNCTION_LIST CK_PTR CK_FUNCTION_LIST_PTR; type CK_FUNCTION_LIST_PTR (line 1219) | typedef CK_FUNCTION_LIST_PTR CK_PTR CK_FUNCTION_LIST_PTR_PTR; type CK_C_INITIALIZE_ARGS (line 1251) | typedef struct CK_C_INITIALIZE_ARGS { type CK_C_INITIALIZE_ARGS (line 1266) | typedef CK_C_INITIALIZE_ARGS CK_PTR CK_C_INITIALIZE_ARGS_PTR; type CK_ULONG (line 1279) | typedef CK_ULONG CK_RSA_PKCS_MGF_TYPE; type CK_RSA_PKCS_MGF_TYPE (line 1281) | typedef CK_RSA_PKCS_MGF_TYPE CK_PTR CK_RSA_PKCS_MGF_TYPE_PTR; type CK_ULONG (line 1297) | typedef CK_ULONG CK_RSA_PKCS_OAEP_SOURCE_TYPE; type CK_RSA_PKCS_OAEP_SOURCE_TYPE (line 1299) | typedef CK_RSA_PKCS_OAEP_SOURCE_TYPE CK_PTR CK_RSA_PKCS_OAEP_SOURCE_TYPE... type CK_RSA_PKCS_OAEP_PARAMS (line 1307) | typedef struct CK_RSA_PKCS_OAEP_PARAMS { type CK_RSA_PKCS_OAEP_PARAMS (line 1315) | typedef CK_RSA_PKCS_OAEP_PARAMS CK_PTR CK_RSA_PKCS_OAEP_PARAMS_PTR; type CK_RSA_PKCS_PSS_PARAMS (line 1320) | typedef struct CK_RSA_PKCS_PSS_PARAMS { type CK_RSA_PKCS_PSS_PARAMS (line 1326) | typedef CK_RSA_PKCS_PSS_PARAMS CK_PTR CK_RSA_PKCS_PSS_PARAMS_PTR; type CK_ULONG (line 1329) | typedef CK_ULONG CK_EC_KDF_TYPE; type CK_ECDH1_DERIVE_PARAMS (line 1340) | typedef struct CK_ECDH1_DERIVE_PARAMS { type CK_ECDH1_DERIVE_PARAMS (line 1348) | typedef CK_ECDH1_DERIVE_PARAMS CK_PTR CK_ECDH1_DERIVE_PARAMS_PTR; type CK_ECDH2_DERIVE_PARAMS (line 1354) | typedef struct CK_ECDH2_DERIVE_PARAMS { type CK_ECDH2_DERIVE_PARAMS (line 1366) | typedef CK_ECDH2_DERIVE_PARAMS CK_PTR CK_ECDH2_DERIVE_PARAMS_PTR; type CK_ECMQV_DERIVE_PARAMS (line 1368) | typedef struct CK_ECMQV_DERIVE_PARAMS { type CK_ECMQV_DERIVE_PARAMS (line 1381) | typedef CK_ECMQV_DERIVE_PARAMS CK_PTR CK_ECMQV_DERIVE_PARAMS_PTR; type CK_ULONG (line 1385) | typedef CK_ULONG CK_X9_42_DH_KDF_TYPE; type CK_X9_42_DH_KDF_TYPE (line 1386) | typedef CK_X9_42_DH_KDF_TYPE CK_PTR CK_X9_42_DH_KDF_TYPE_PTR; type CK_X9_42_DH1_DERIVE_PARAMS (line 1397) | typedef struct CK_X9_42_DH1_DERIVE_PARAMS { type CK_X9_42_DH1_DERIVE_PARAMS_PTR (line 1405) | typedef struct CK_X9_42_DH1_DERIVE_PARAMS CK_PTR CK_X9_42_DH1_DERIVE_PAR... type CK_X9_42_DH2_DERIVE_PARAMS (line 1411) | typedef struct CK_X9_42_DH2_DERIVE_PARAMS { type CK_X9_42_DH2_DERIVE_PARAMS (line 1423) | typedef CK_X9_42_DH2_DERIVE_PARAMS CK_PTR CK_X9_42_DH2_DERIVE_PARAMS_PTR; type CK_X9_42_MQV_DERIVE_PARAMS (line 1425) | typedef struct CK_X9_42_MQV_DERIVE_PARAMS { type CK_X9_42_MQV_DERIVE_PARAMS (line 1438) | typedef CK_X9_42_MQV_DERIVE_PARAMS CK_PTR CK_X9_42_MQV_DERIVE_PARAMS_PTR; type CK_KEA_DERIVE_PARAMS (line 1443) | typedef struct CK_KEA_DERIVE_PARAMS { type CK_KEA_DERIVE_PARAMS (line 1452) | typedef CK_KEA_DERIVE_PARAMS CK_PTR CK_KEA_DERIVE_PARAMS_PTR; type CK_ULONG (line 1458) | typedef CK_ULONG CK_RC2_PARAMS; type CK_RC2_PARAMS (line 1460) | typedef CK_RC2_PARAMS CK_PTR CK_RC2_PARAMS_PTR; type CK_RC2_CBC_PARAMS (line 1465) | typedef struct CK_RC2_CBC_PARAMS { type CK_RC2_CBC_PARAMS (line 1473) | typedef CK_RC2_CBC_PARAMS CK_PTR CK_RC2_CBC_PARAMS_PTR; type CK_RC2_MAC_GENERAL_PARAMS (line 1479) | typedef struct CK_RC2_MAC_GENERAL_PARAMS { type CK_RC2_MAC_GENERAL_PARAMS (line 1484) | typedef CK_RC2_MAC_GENERAL_PARAMS CK_PTR \ type CK_RC5_PARAMS (line 1491) | typedef struct CK_RC5_PARAMS { type CK_RC5_PARAMS (line 1496) | typedef CK_RC5_PARAMS CK_PTR CK_RC5_PARAMS_PTR; type CK_RC5_CBC_PARAMS (line 1502) | typedef struct CK_RC5_CBC_PARAMS { type CK_RC5_CBC_PARAMS (line 1509) | typedef CK_RC5_CBC_PARAMS CK_PTR CK_RC5_CBC_PARAMS_PTR; type CK_RC5_MAC_GENERAL_PARAMS (line 1515) | typedef struct CK_RC5_MAC_GENERAL_PARAMS { type CK_RC5_MAC_GENERAL_PARAMS (line 1521) | typedef CK_RC5_MAC_GENERAL_PARAMS CK_PTR \ type CK_ULONG (line 1529) | typedef CK_ULONG CK_MAC_GENERAL_PARAMS; type CK_MAC_GENERAL_PARAMS (line 1531) | typedef CK_MAC_GENERAL_PARAMS CK_PTR CK_MAC_GENERAL_PARAMS_PTR; type CK_DES_CBC_ENCRYPT_DATA_PARAMS (line 1534) | typedef struct CK_DES_CBC_ENCRYPT_DATA_PARAMS { type CK_DES_CBC_ENCRYPT_DATA_PARAMS (line 1540) | typedef CK_DES_CBC_ENCRYPT_DATA_PARAMS CK_PTR CK_DES_CBC_ENCRYPT_DATA_PA... type CK_AES_CBC_ENCRYPT_DATA_PARAMS (line 1542) | typedef struct CK_AES_CBC_ENCRYPT_DATA_PARAMS { type CK_AES_CBC_ENCRYPT_DATA_PARAMS (line 1548) | typedef CK_AES_CBC_ENCRYPT_DATA_PARAMS CK_PTR CK_AES_CBC_ENCRYPT_DATA_PA... type CK_SKIPJACK_PRIVATE_WRAP_PARAMS (line 1553) | typedef struct CK_SKIPJACK_PRIVATE_WRAP_PARAMS { type CK_SKIPJACK_PRIVATE_WRAP_PARAMS (line 1567) | typedef CK_SKIPJACK_PRIVATE_WRAP_PARAMS CK_PTR \ type CK_SKIPJACK_RELAYX_PARAMS (line 1574) | typedef struct CK_SKIPJACK_RELAYX_PARAMS { type CK_SKIPJACK_RELAYX_PARAMS (line 1591) | typedef CK_SKIPJACK_RELAYX_PARAMS CK_PTR \ type CK_PBE_PARAMS (line 1595) | typedef struct CK_PBE_PARAMS { type CK_PBE_PARAMS (line 1604) | typedef CK_PBE_PARAMS CK_PTR CK_PBE_PARAMS_PTR; type CK_KEY_WRAP_SET_OAEP_PARAMS (line 1610) | typedef struct CK_KEY_WRAP_SET_OAEP_PARAMS { type CK_KEY_WRAP_SET_OAEP_PARAMS (line 1616) | typedef CK_KEY_WRAP_SET_OAEP_PARAMS CK_PTR \ type CK_SSL3_RANDOM_DATA (line 1620) | typedef struct CK_SSL3_RANDOM_DATA { type CK_SSL3_MASTER_KEY_DERIVE_PARAMS (line 1628) | typedef struct CK_SSL3_MASTER_KEY_DERIVE_PARAMS { type CK_SSL3_MASTER_KEY_DERIVE_PARAMS_PTR (line 1633) | typedef struct CK_SSL3_MASTER_KEY_DERIVE_PARAMS CK_PTR \ type CK_SSL3_KEY_MAT_OUT (line 1637) | typedef struct CK_SSL3_KEY_MAT_OUT { type CK_SSL3_KEY_MAT_OUT (line 1646) | typedef CK_SSL3_KEY_MAT_OUT CK_PTR CK_SSL3_KEY_MAT_OUT_PTR; type CK_SSL3_KEY_MAT_PARAMS (line 1649) | typedef struct CK_SSL3_KEY_MAT_PARAMS { type CK_SSL3_KEY_MAT_PARAMS (line 1658) | typedef CK_SSL3_KEY_MAT_PARAMS CK_PTR CK_SSL3_KEY_MAT_PARAMS_PTR; type CK_TLS_PRF_PARAMS (line 1661) | typedef struct CK_TLS_PRF_PARAMS { type CK_TLS_PRF_PARAMS (line 1670) | typedef CK_TLS_PRF_PARAMS CK_PTR CK_TLS_PRF_PARAMS_PTR; type CK_WTLS_RANDOM_DATA (line 1673) | typedef struct CK_WTLS_RANDOM_DATA { type CK_WTLS_RANDOM_DATA (line 1680) | typedef CK_WTLS_RANDOM_DATA CK_PTR CK_WTLS_RANDOM_DATA_PTR; type CK_WTLS_MASTER_KEY_DERIVE_PARAMS (line 1682) | typedef struct CK_WTLS_MASTER_KEY_DERIVE_PARAMS { type CK_WTLS_MASTER_KEY_DERIVE_PARAMS (line 1688) | typedef CK_WTLS_MASTER_KEY_DERIVE_PARAMS CK_PTR \ type CK_WTLS_PRF_PARAMS (line 1691) | typedef struct CK_WTLS_PRF_PARAMS { type CK_WTLS_PRF_PARAMS (line 1701) | typedef CK_WTLS_PRF_PARAMS CK_PTR CK_WTLS_PRF_PARAMS_PTR; type CK_WTLS_KEY_MAT_OUT (line 1703) | typedef struct CK_WTLS_KEY_MAT_OUT { type CK_WTLS_KEY_MAT_OUT (line 1709) | typedef CK_WTLS_KEY_MAT_OUT CK_PTR CK_WTLS_KEY_MAT_OUT_PTR; type CK_WTLS_KEY_MAT_PARAMS (line 1711) | typedef struct CK_WTLS_KEY_MAT_PARAMS { type CK_WTLS_KEY_MAT_PARAMS (line 1722) | typedef CK_WTLS_KEY_MAT_PARAMS CK_PTR CK_WTLS_KEY_MAT_PARAMS_PTR; type CK_CMS_SIG_PARAMS (line 1725) | typedef struct CK_CMS_SIG_PARAMS { type CK_CMS_SIG_PARAMS (line 1736) | typedef CK_CMS_SIG_PARAMS CK_PTR CK_CMS_SIG_PARAMS_PTR; type CK_KEY_DERIVATION_STRING_DATA (line 1738) | typedef struct CK_KEY_DERIVATION_STRING_DATA { type CK_KEY_DERIVATION_STRING_DATA (line 1743) | typedef CK_KEY_DERIVATION_STRING_DATA CK_PTR \ type CK_ULONG (line 1752) | typedef CK_ULONG CK_EXTRACT_PARAMS; type CK_EXTRACT_PARAMS (line 1754) | typedef CK_EXTRACT_PARAMS CK_PTR CK_EXTRACT_PARAMS_PTR; type CK_ULONG (line 1760) | typedef CK_ULONG CK_PKCS5_PBKD2_PSEUDO_RANDOM_FUNCTION_TYPE; type CK_PKCS5_PBKD2_PSEUDO_RANDOM_FUNCTION_TYPE (line 1762) | typedef CK_PKCS5_PBKD2_PSEUDO_RANDOM_FUNCTION_TYPE CK_PTR CK_PKCS5_PBKD2... type CK_ULONG (line 1772) | typedef CK_ULONG CK_PKCS5_PBKDF2_SALT_SOURCE_TYPE; type CK_PKCS5_PBKDF2_SALT_SOURCE_TYPE (line 1774) | typedef CK_PKCS5_PBKDF2_SALT_SOURCE_TYPE CK_PTR CK_PKCS5_PBKDF2_SALT_SOU... type CK_PKCS5_PBKD2_PARAMS (line 1782) | typedef struct CK_PKCS5_PBKD2_PARAMS { type CK_PKCS5_PBKD2_PARAMS (line 1794) | typedef CK_PKCS5_PBKD2_PARAMS CK_PTR CK_PKCS5_PBKD2_PARAMS_PTR; type CK_ULONG (line 1798) | typedef CK_ULONG CK_OTP_PARAM_TYPE; type CK_OTP_PARAM_TYPE (line 1799) | typedef CK_OTP_PARAM_TYPE CK_PARAM_TYPE; type CK_OTP_PARAM (line 1801) | typedef struct CK_OTP_PARAM { type CK_OTP_PARAM (line 1807) | typedef CK_OTP_PARAM CK_PTR CK_OTP_PARAM_PTR; type CK_OTP_PARAMS (line 1809) | typedef struct CK_OTP_PARAMS { type CK_OTP_PARAMS (line 1814) | typedef CK_OTP_PARAMS CK_PTR CK_OTP_PARAMS_PTR; type CK_OTP_SIGNATURE_INFO (line 1816) | typedef struct CK_OTP_SIGNATURE_INFO { type CK_OTP_SIGNATURE_INFO (line 1821) | typedef CK_OTP_SIGNATURE_INFO CK_PTR CK_OTP_SIGNATURE_INFO_PTR; type CK_KIP_PARAMS (line 1842) | typedef struct CK_KIP_PARAMS { type CK_KIP_PARAMS (line 1849) | typedef CK_KIP_PARAMS CK_PTR CK_KIP_PARAMS_PTR; type CK_AES_CTR_PARAMS (line 1852) | typedef struct CK_AES_CTR_PARAMS { type CK_AES_CTR_PARAMS (line 1857) | typedef CK_AES_CTR_PARAMS CK_PTR CK_AES_CTR_PARAMS_PTR; type CK_CAMELLIA_CTR_PARAMS (line 1860) | typedef struct CK_CAMELLIA_CTR_PARAMS { type CK_CAMELLIA_CTR_PARAMS (line 1865) | typedef CK_CAMELLIA_CTR_PARAMS CK_PTR CK_CAMELLIA_CTR_PARAMS_PTR; type CK_CAMELLIA_CBC_ENCRYPT_DATA_PARAMS (line 1868) | typedef struct CK_CAMELLIA_CBC_ENCRYPT_DATA_PARAMS { type CK_CAMELLIA_CBC_ENCRYPT_DATA_PARAMS (line 1874) | typedef CK_CAMELLIA_CBC_ENCRYPT_DATA_PARAMS CK_PTR CK_CAMELLIA_CBC_ENCRY... type CK_ARIA_CBC_ENCRYPT_DATA_PARAMS (line 1877) | typedef struct CK_ARIA_CBC_ENCRYPT_DATA_PARAMS { type CK_ARIA_CBC_ENCRYPT_DATA_PARAMS (line 1883) | typedef CK_ARIA_CBC_ENCRYPT_DATA_PARAMS CK_PTR CK_ARIA_CBC_ENCRYPT_DATA_... FILE: deps/cl345/device/system.c function CHECK_RETVAL (line 93) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 249) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 454) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 545) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 651) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 694) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 853) | CHECK_RETVAL \ FILE: deps/cl345/enc_dec/asn1.h function RETVAL (line 264) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/enc_dec/asn1_algid.c function IN_ENUM (line 35) | static int oidToAlgorithm( IN_BUFFER( oidLength ) const BYTE *oid, function CHECK_RETVAL (line 204) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readAuthEncParamData (line 367) | static int readAuthEncParamData( INOUT STREAM *stream, function CHECK_RETVAL (line 409) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readAlgoIDInfo (line 483) | static int readAlgoIDInfo( INOUT STREAM *stream, function CHECK_RETVAL_LENGTH (line 622) | CHECK_RETVAL_LENGTH \ function CHECK_RETVAL (line 643) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function writeCryptContextAlgoID (line 701) | int writeCryptContextAlgoID( INOUT STREAM *stream, function CHECK_RETVAL_BOOL (line 854) | CHECK_RETVAL_BOOL \ function extraLength (line 884) | const int extraLength ) function CHECK_RETVAL_LENGTH_SHORT (line 922) | CHECK_RETVAL_LENGTH_SHORT \ function CHECK_RETVAL_LENGTH_SHORT (line 930) | CHECK_RETVAL_LENGTH_SHORT \ function CHECK_RETVAL_LENGTH_SHORT (line 945) | CHECK_RETVAL_LENGTH_SHORT \ function RETVAL (line 970) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 1048) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function readAlgoIDex (line 1092) | int readAlgoIDex( INOUT STREAM *stream, function readAlgoIDparam (line 1142) | int readAlgoIDparam( INOUT STREAM *stream, function CHECK_RETVAL_LENGTH (line 1161) | CHECK_RETVAL_LENGTH \ function RETVAL (line 1217) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1267) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1374) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1445) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function RETVAL (line 1486) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/enc_dec/asn1_chk.c type ASN1_STATE (line 95) | typedef enum { type ASN1_ITEM (line 115) | typedef struct { function STDC_NONNULL_ARG (line 132) | CHECK_RETVAL_ENUM( ASN1_STATE ) STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_BOOL (line 222) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function STDC_NONNULL_ARG (line 394) | CHECK_RETVAL_ENUM( ASN1_STATE ) STDC_NONNULL_ARG( ( 1 ) ) \ function STDC_NONNULL_ARG (line 683) | CHECK_RETVAL_ENUM( ASN1_STATE ) STDC_NONNULL_ARG( ( 1, 2 ) ) \ function STDC_NONNULL_ARG (line 797) | CHECK_RETVAL_ENUM( ASN1_STATE ) STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 923) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function checkObjectEncoding (line 959) | int checkObjectEncoding( IN_BUFFER( objectLength ) const void *objectPtr, function CHECK_RETVAL (line 974) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 1011) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 1110) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1148) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ FILE: deps/cl345/enc_dec/asn1_ext.c function CHECK_RETVAL_LENGTH_SHORT (line 28) | CHECK_RETVAL_LENGTH_SHORT \ function RETVAL (line 49) | RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function readMessageDigest (line 83) | int readMessageDigest( INOUT STREAM *stream, function CHECK_RETVAL (line 136) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeCMSheader (line 375) | int writeCMSheader( INOUT STREAM *stream, function CHECK_RETVAL_LENGTH (line 444) | CHECK_RETVAL_LENGTH STDC_NONNULL_ARG( ( 1 ) ) \ function writeCMSencrHeader (line 578) | int writeCMSencrHeader( INOUT STREAM *stream, FILE: deps/cl345/enc_dec/asn1_ext.h type CMS_CONTENT_INFO (line 16) | typedef struct { type ALGOID_CLASS_TYPE (line 133) | typedef enum { type ALGOID_ENCODING_TYPE (line 143) | typedef enum { FILE: deps/cl345/enc_dec/asn1_oids.h type ALGOID_INFO (line 44) | typedef struct { FILE: deps/cl345/enc_dec/asn1_rd.c function CHECK_RETVAL (line 45) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type READLENGTH_TYPE (line 154) | typedef enum { function CHECK_RETVAL (line 162) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 216) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 269) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL_BOOL (line 324) | CHECK_RETVAL_BOOL \ function readTag (line 347) | int readTag( INOUT STREAM *stream ) function peekTag (line 361) | int peekTag( INOUT STREAM *stream ) function checkEOC (line 380) | int checkEOC( INOUT STREAM *stream ) function OUT_LENGTH_BOUNDED_Z (line 411) | int readRawObject( INOUT STREAM *stream, function CHECK_RETVAL_LENGTH_SHORT (line 505) | CHECK_RETVAL_LENGTH_SHORT STDC_NONNULL_ARG( ( 1 ) ) \ function readBignumTag (line 652) | int readBignumTag( INOUT STREAM *stream, function CHECK_RETVAL (line 685) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function RETVAL (line 736) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 758) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 814) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 945) | RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1007) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function readOctetStringTag (line 1067) | int readOctetStringTag( INOUT STREAM *stream, function RETVAL (line 1096) | RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL (line 1219) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type tm (line 1268) | struct tm function readUTCTimeTag (line 1433) | int readUTCTimeTag( INOUT STREAM *stream, OUT time_t *timeVal, function CHECK_RETVAL (line 1500) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function readObjectHeader (line 1554) | static int readObjectHeader( INOUT STREAM *stream, function CHECK_RETVAL (line 1631) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 1681) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 1721) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 1761) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function readLongSet (line 1826) | int readLongSet( INOUT STREAM *stream, OUT_OPT_LENGTH_INDEF long *length ) function RETVAL (line 1835) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1875) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readRawObjectAlloc (line 1911) | int readRawObjectAlloc( INOUT STREAM *stream, FILE: deps/cl345/enc_dec/asn1_wr.c function calculateLengthSize (line 29) | static int calculateLengthSize( IN_LENGTH_Z const long length ) function RETVAL (line 50) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function sizeofObject (line 160) | RETVAL_LENGTH_NOERROR \ function RETVAL_LENGTH_SHORT_NOERROR (line 175) | RETVAL_LENGTH_SHORT_NOERROR \ function signedBignumSize (line 197) | int signedBignumSize( IN TYPECAST( BIGNUM * ) const void *bignum ) function RETVAL (line 226) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 266) | RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function RETVAL (line 300) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 334) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 378) | RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 457) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function writeUTCTime (line 495) | int writeUTCTime( INOUT STREAM *stream, const time_t timeVal, function RETVAL (line 506) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 542) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 569) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/enc_dec/base64.c type HEADER_INFO (line 96) | typedef struct { function CHECK_RETVAL_BOOL (line 159) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 233) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function base64checkHeader (line 446) | int base64checkHeader( IN_BUFFER( dataLength ) const BYTE *data, function CHECK_RETVAL (line 653) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 808) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function HEADER_INFO (line 878) | static const HEADER_INFO *getHeaderInfo( IN_ENUM_OPT( CRYPT_CERTTYPE ) \ function CHECK_RETVAL (line 900) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function OUT_LENGTH_BOUNDED_Z (line 953) | int base64encode( OUT_BUFFER( destMaxLen, *destLen ) char *dest, FILE: deps/cl345/enc_dec/base64_id.c function CHECK_RETVAL (line 43) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function OUT_LENGTH_BOUNDED_Z (line 89) | int encodePKIUserValue( OUT_BUFFER( encValMaxLen, *encValLen ) char *enc... function CHECK_RETVAL_BOOL (line 190) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function OUT_LENGTH_BOUNDED_Z (line 235) | int decodePKIUserValue( OUT_BUFFER( valueMaxLen, *valueLen ) BYTE *value, FILE: deps/cl345/enc_dec/misc_rw.c type LENGTH_TYPE (line 26) | typedef enum { function CHECK_RETVAL (line 34) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function readUint16 (line 145) | int readUint16( INOUT STREAM *stream ) function readUint32 (line 167) | int readUint32( INOUT STREAM *stream ) function readUint32Time (line 192) | int readUint32Time( INOUT STREAM *stream, OUT time_t *timeVal ) function readUint64 (line 224) | int readUint64( INOUT STREAM *stream ) function CHECK_RETVAL (line 245) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 4 ) ) \ function readString32 (line 303) | int readString32( INOUT STREAM *stream, function RETVAL (line 320) | RETVAL STDC_NONNULL_ARG( ( 1, 2, 4 ) ) \ function CHECK_RETVAL (line 367) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 493) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function RETVAL (line 620) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 671) | RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function sizeofBignumInteger32 (line 773) | int sizeofBignumInteger32( const void *bignum ) function CHECK_RETVAL (line 781) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeBignumInteger16U (line 820) | int writeBignumInteger16U( INOUT STREAM *stream, FILE: deps/cl345/enc_dec/pgp_rw.c function readOpenPGPLength (line 27) | static int readOpenPGPLength( INOUT STREAM *stream, function CHECK_RETVAL (line 110) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_SPECIAL (line 160) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readPacketHeader (line 203) | static int readPacketHeader( INOUT STREAM *stream, function CHECK_RETVAL (line 298) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function pgpReadPartialLength (line 355) | int pgpReadPartialLength( INOUT STREAM *stream, function RETVAL (line 369) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function pgpWritePacketHeader (line 394) | int pgpWritePacketHeader( INOUT STREAM *stream, FILE: deps/cl345/envelope/cms_denv.c function CHECK_RETVAL_BOOL (line 75) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 106) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function initPkcContentInfo (line 177) | static int initPkcContentInfo( CONTENT_LIST *contentListItem, function initEncKeyContentInfo (line 238) | static int initEncKeyContentInfo( CONTENT_LIST *contentListItem, function CHECK_RETVAL (line 290) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function processEnvelopeHeader (line 454) | static int processEnvelopeHeader( INOUT ENVELOPE_INFO *envelopeInfoPtr, function CHECK_RETVAL (line 545) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 604) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 689) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_BOOL (line 732) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL (line 750) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function processSignedTrailer (line 785) | static int processSignedTrailer( INOUT ENVELOPE_INFO *envelopeInfoPtr, function processMacTrailer (line 836) | static int processMacTrailer( INOUT ENVELOPE_INFO *envelopeInfoPtr, function CHECK_RETVAL_SPECIAL (line 904) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1013) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function processPostamble (line 1421) | static int processPostamble( INOUT ENVELOPE_INFO *envelopeInfoPtr, function initCMSDeenveloping (line 1785) | void initCMSDeenveloping( INOUT ENVELOPE_INFO *envelopeInfoPtr ) FILE: deps/cl345/envelope/cms_env.c function CHECK_RETVAL_BOOL (line 28) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 59) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL (line 72) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_PTR (line 130) | CHECK_RETVAL_PTR \ function CHECK_RETVAL (line 154) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 196) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 336) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function writeEncryptedContentHeader (line 379) | static int writeEncryptedContentHeader( INOUT STREAM *stream, function getEncryptedContentSize (line 409) | static int getEncryptedContentSize( const ENVELOPE_INFO *envelopeInfoPtr, function CHECK_RETVAL (line 452) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 522) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 633) | CHECK_RETVAL \ function CHECK_RETVAL (line 676) | CHECK_RETVAL \ function CHECK_RETVAL (line 711) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 800) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 960) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_SPECIAL (line 1033) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1150) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1250) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1313) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1539) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function initCMSEnveloping (line 1721) | void initCMSEnveloping( INOUT ENVELOPE_INFO *envelopeInfoPtr ) FILE: deps/cl345/envelope/cms_envpre.c function CHECK_RETVAL_SPECIAL (line 28) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_SPECIAL (line 114) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_SPECIAL (line 172) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 246) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 373) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL (line 430) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 575) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/envelope/decode.c function CHECK_RETVAL (line 129) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 218) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function BOOLEAN (line 240) | static BOOLEAN isFixedLengthSegment( INOUT ENVELOPE_INFO *envelopeInfoPtr ) function processCmsSegment (line 300) | static int processCmsSegment( INOUT ENVELOPE_INFO *envelopeInfoPtr, function processPgpSegment (line 341) | static int processPgpSegment( INOUT ENVELOPE_INFO *envelopeInfoPtr, function getNextSegment (line 433) | static int getNextSegment( INOUT ENVELOPE_INFO *envelopeInfoPtr, type SEG_ACTION_TYPE (line 539) | typedef enum { function processSegment (line 548) | static int processSegment( INOUT ENVELOPE_INFO *envelopeInfoPtr, function copyEncryptedDataBlocks (line 691) | static int copyEncryptedDataBlocks( INOUT ENVELOPE_INFO *envelopeInfoPtr, function copyData (line 863) | static int copyData( INOUT ENVELOPE_INFO *envelopeInfoPtr, function CHECK_RETVAL_LENGTH (line 1031) | CHECK_RETVAL_LENGTH STDC_NONNULL_ARG( ( 1, 2 ) ) \ function copyOobData (line 1214) | static int copyOobData( INOUT ENVELOPE_INFO *envelopeInfoPtr, function copyFromDeenvelope (line 1265) | static int copyFromDeenvelope( INOUT ENVELOPE_INFO *envelopeInfoPtr, function CHECK_RETVAL (line 1532) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1655) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function initDeenvelopeStreaming (line 1710) | void initDeenvelopeStreaming( INOUT ENVELOPE_INFO *envelopeInfoPtr ) FILE: deps/cl345/envelope/encode.c function CHECK_RETVAL (line 161) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 345) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 547) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 637) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_LENGTH (line 784) | CHECK_RETVAL_LENGTH STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 939) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 4 ) ) \ function initEnvelopeStreaming (line 1034) | void initEnvelopeStreaming( INOUT ENVELOPE_INFO *envelopeInfoPtr ) FILE: deps/cl345/envelope/env_attr.c function CHECK_RETVAL (line 25) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 55) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function resetVirtualCursor (line 85) | static void resetVirtualCursor( INOUT CONTENT_LIST *contentListPtr ) function CHECK_RETVAL_BOOL (line 97) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 189) | CHECK_RETVAL_PTR \ function CHECK_RETVAL (line 281) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 358) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 409) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 544) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function getSignatureKey (line 705) | static int getSignatureKey( INOUT ENVELOPE_INFO *envelopeInfoPtr, function checkOtherAttribute (line 785) | static int checkOtherAttribute( INOUT ENVELOPE_INFO *envelopeInfoPtr, function CHECK_RETVAL (line 1023) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1274) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_INFO (line 1415) | typedef struct { function CHECK_RETVAL (line 1469) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1734) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/envelope/envelope.h type ACTION_TYPE (line 46) | typedef enum { type ACTION_LIST (line 107) | typedef struct AI { type ACTIONLIST_TYPE (line 134) | typedef enum { type ACTION_RESULT (line 149) | typedef enum { type CONTENT_TYPE (line 160) | typedef enum { type CONTENT_ENCR_INFO (line 192) | typedef struct { type CONTENT_SIG_INFO (line 207) | typedef struct { type CONTENT_AUTHENC_INFO (line 238) | typedef struct { type CONTENT_LIST (line 259) | typedef struct CL { type ENVELOPE_STATE (line 308) | typedef enum { type ENV_STATE (line 333) | typedef enum { type DEENV_STATE (line 373) | typedef enum { type PGP_DEENV_STATE (line 417) | typedef enum { type EI (line 556) | struct EI type CHECK_RETVAL (line 558) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 563) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ type CHECK_RETVAL (line 572) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 575) | typedef CHECK_RETVAL \ type CHECK_RETVAL (line 580) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL_SPECIAL (line 582) | typedef CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 585) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 598) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 603) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type ENVELOPE_INFO (line 607) | typedef struct EI { FILE: deps/cl345/envelope/pgp_denv.c function CHECK_RETVAL_BOOL (line 32) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ type PGP_LENGTH_TYPE (line 75) | typedef enum { function getPacketInfo (line 84) | static int getPacketInfo( INOUT STREAM *stream, function CHECK_RETVAL (line 173) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function processPacketHeader (line 492) | static int processPacketHeader( INOUT ENVELOPE_INFO *envelopeInfoPtr, function CHECK_RETVAL (line 825) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 945) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1193) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_BOOL (line 1311) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL (line 1328) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1435) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function processPostamble (line 1721) | static int processPostamble( INOUT ENVELOPE_INFO *envelopeInfoPtr, function initPGPDeenveloping (line 1843) | void initPGPDeenveloping( INOUT ENVELOPE_INFO *envelopeInfoPtr ) FILE: deps/cl345/envelope/pgp_env.c function CHECK_RETVAL_BOOL (line 26) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 60) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL (line 98) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 227) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 288) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 438) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function writeEncryptedContentHeader (line 504) | static int writeEncryptedContentHeader( INOUT ENVELOPE_INFO *envelopeInf... function CHECK_RETVAL (line 583) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 624) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function preEnvelopeSign (line 717) | static int preEnvelopeSign( const ENVELOPE_INFO *envelopeInfoPtr ) function CHECK_RETVAL (line 744) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 886) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1051) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function initPGPEnveloping (line 1154) | void initPGPEnveloping( INOUT ENVELOPE_INFO *envelopeInfoPtr ) FILE: deps/cl345/envelope/res_actn.c function CHECK_RETVAL_BOOL (line 28) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 103) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 135) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 194) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 349) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function replaceAction (line 376) | int replaceAction( INOUT ACTION_LIST *actionListItem, function deleteActionListItem (line 397) | static void deleteActionListItem( INOUT MEMPOOL_STATE memPoolState, function deleteAction (line 416) | static int deleteAction( INOUT ENVELOPE_INFO *envelopeInfoPtr, function deleteActionList (line 446) | static void deleteActionList( INOUT MEMPOOL_STATE memPoolState, function deleteActionLists (line 466) | void deleteActionLists( INOUT ENVELOPE_INFO *envelopeInfoPtr ) function deleteUnusedActions (line 501) | int deleteUnusedActions( INOUT ENVELOPE_INFO *envelopeInfoPtr ) function checkAction (line 545) | CHECK_RETVAL_ENUM( ACTION ) \ function CHECK_RETVAL (line 699) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/envelope/res_denv.c function CHECK_RETVAL_BOOL (line 38) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 64) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function BOOLEAN (line 102) | static BOOLEAN sanityCheckContentSig( IN const CONTENT_LIST *contentList... function CHECK_RETVAL_BOOL (line 161) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function BOOLEAN (line 223) | BOOLEAN sanityCheckContentList( IN const CONTENT_LIST *contentListPtr ) function CHECK_RETVAL_BOOL (line 326) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL (line 350) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 402) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function deleteContentListItem (line 437) | void deleteContentListItem( INOUT MEMPOOL_STATE memPoolState, function deleteContentList (line 478) | int deleteContentList( INOUT ENVELOPE_INFO *envelopeInfoPtr ) function CHECK_RETVAL (line 521) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 585) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 668) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 5 ) ) \ function CHECK_RETVAL (line 750) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1001) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1078) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3, 4 ) ) \ function CHECK_RETVAL (line 1207) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1391) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 3 ) ) \ function CHECK_RETVAL (line 1479) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 7 ) ) \ function CHECK_RETVAL (line 1640) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1717) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1756) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function IN_BUFFER (line 1932) | static int addDeenvelopeInfoString( INOUT ENVELOPE_INFO *envelopeInfoPtr, function initDenvResourceHandling (line 2034) | void initDenvResourceHandling( INOUT ENVELOPE_INFO *envelopeInfoPtr ) FILE: deps/cl345/envelope/res_env.c function CHECK_RETVAL (line 32) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function cloneActionContext (line 96) | static int cloneActionContext( OUT_HANDLE_OPT CRYPT_CONTEXT *iClonedCont... function CHECK_RETVAL (line 137) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 253) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 408) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 459) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 533) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 620) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 870) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/io/dns.c function CHECK_RETVAL (line 100) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 3 ) ) \ type addrinfo (line 133) | struct addrinfo type sockaddr_in (line 134) | struct sockaddr_in type sockaddr_in (line 141) | struct sockaddr_in type sockaddr (line 142) | struct sockaddr function my_getaddrinfo (line 157) | static int SOCKET_API my_getaddrinfo( IN_STRING_OPT const char *nodename, function my_freeaddrinfo (line 289) | static void SOCKET_API my_freeaddrinfo( INOUT struct addrinfo *ai ) type sockaddr_in (line 331) | struct sockaddr_in type sockaddr_in (line 336) | struct sockaddr_in type sockaddr_in (line 344) | struct sockaddr_in function CHECK_RETVAL (line 383) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type addrinfo (line 500) | struct addrinfo type addrinfo (line 555) | struct addrinfo type addrinfo (line 557) | struct addrinfo function OUT_BUFFER (line 563) | void getNameInfo( IN_BUFFER( sockAddrLen ) const void *sockAddr, FILE: deps/cl345/io/dns_srv.c function CHECK_RETVAL (line 51) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function getSrvFQDN (line 101) | static int getSrvFQDN( INOUT NET_STREAM_INFO *netStream, function findHostInfo (line 199) | int findHostInfo( INOUT NET_STREAM_INFO *netStream, function CHECK_RETVAL (line 308) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function findHostInfo (line 386) | int findHostInfo( INOUT NET_STREAM_INFO *netStream, FILE: deps/cl345/io/file.c function initFileStream (line 111) | static void initFileStream( OUT STREAM *stream, function OUT_LENGTH_BOUNDED_Z (line 132) | static int appendFilename( INOUT_BUFFER( pathMaxLen, *pathLen ) char *path, function OUT_LENGTH_BOUNDED_Z (line 189) | static int appendFilenameEBCDIC( OUT_BUFFER( pathMaxLen, *pathLen ) char... function eraseFile (line 248) | static void eraseFile( STREAM *stream, long position, long length ) function CHECK_RETVAL (line 301) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function sFileClose (line 346) | int sFileClose( INOUT STREAM *stream ) function fileRead (line 362) | int fileRead( INOUT STREAM *stream, function CHECK_RETVAL (line 386) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 419) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function fileClearToEOF (line 451) | void fileClearToEOF( STREAM *stream ) function fileErase (line 474) | void fileErase( IN_STRING const char *fileName ) function OUT_LENGTH_BOUNDED_Z (line 512) | int fileBuildCryptlibPath( OUT_BUFFER( pathMaxLen, *pathLen ) char *path, function RETVAL (line 629) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 670) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 704) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function fileClearToEOF (line 736) | void fileClearToEOF( STREAM *stream ) function fileErase (line 760) | void fileErase( IN_STRING const char *fileName ) function OUT_LENGTH_BOUNDED_Z (line 800) | int fileBuildCryptlibPath( OUT_BUFFER( pathMaxLen, *pathLen ) char *path, function CHECK_RETVAL (line 861) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function fileRead (line 902) | int fileRead( INOUT STREAM *stream, function CHECK_RETVAL (line 920) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 948) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function fileClearToEOF (line 971) | void fileClearToEOF( STREAM *stream ) function fileErase (line 989) | void fileErase( IN_STRING const char *fileName ) function OUT_LENGTH_BOUNDED_Z (line 1030) | int fileBuildCryptlibPath( OUT_BUFFER( pathMaxLen, *pathLen ) char *path, function CHECK_RETVAL (line 1086) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function sFileClose (line 1147) | int sFileClose( INOUT STREAM *stream ) function fileRead (line 1163) | int fileRead( INOUT STREAM *stream, function CHECK_RETVAL (line 1187) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1225) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function fileClearToEOF (line 1268) | void fileClearToEOF( STREAM *stream ) function fileErase (line 1289) | void fileErase( IN_STRING const char *fileName ) function OUT_LENGTH_BOUNDED_Z (line 1325) | int fileBuildCryptlibPath( OUT_BUFFER( pathMaxLen, *pathLen ) char *path, function sFileClose (line 1583) | int sFileClose( INOUT STREAM *stream ) function fileRead (line 1608) | int fileRead( INOUT STREAM *stream, function fileClearToEOF (line 1739) | void fileClearToEOF( STREAM *stream ) function fileErase (line 1756) | void fileErase( IN_STRING const char *fileName ) function CHECK_RETVAL (line 1835) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3, 4 ) ) \ function sFileOpen (line 1907) | int sFileOpen( OUT STREAM *stream, IN_STRING const char *fileName, function RETVAL (line 1948) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1989) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 2027) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function fileClearToEOF (line 2060) | void fileClearToEOF( STREAM *stream ) function fileErase (line 2079) | void fileErase( IN_STRING const char *fileName ) function CHECK_RETVAL (line 2123) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3, 4 ) ) \ function BOOLEAN (line 2197) | static BOOLEAN checkVFSMgr( void ) function CHECK_RETVAL (line 2207) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 2274) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 4 ) ) \ function CHECK_RETVAL (line 2322) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 2358) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function fileErase (line 2403) | void fileErase( IN_STRING const char *fileName ) function CHECK_RETVAL (line 2446) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3, 4 ) ) \ function sFileOpen (line 2520) | int sFileOpen( OUT STREAM *stream, IN_STRING const char *fileName, function RETVAL (line 2556) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 2597) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 2631) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function fileClearToEOF (line 2663) | void fileClearToEOF( STREAM *stream ) function fileErase (line 2695) | void fileErase( IN_STRING const char *fileName ) function CHECK_RETVAL (line 2730) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3, 4 ) ) \ function sFileClose (line 2845) | int sFileClose( INOUT STREAM *stream ) function CHECK_RETVAL (line 2860) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 4 ) ) \ function CHECK_RETVAL (line 2907) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 2942) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function fileErase (line 2992) | void fileErase( IN_STRING const char *fileName ) function CHECK_RETVAL (line 3026) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3, 4 ) ) \ function CHECK_RETVAL (line 3110) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function sFileClose (line 3166) | int sFileClose( INOUT STREAM *stream ) function CHECK_RETVAL (line 3181) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 4 ) ) \ function CHECK_RETVAL (line 3229) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function fileClearToEOF (line 3278) | void fileClearToEOF( STREAM *stream ) function fileErase (line 3297) | void fileErase( IN_STRING const char *fileName ) function CHECK_RETVAL (line 3352) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3, 4 ) ) \ function ftruncate (line 3422) | int ftruncate( int fd, off_t length ) function access (line 3436) | int access( const char *filename, const int flags ) function ftruncate (line 3449) | int ftruncate( const int fd, const int offset ) function CHECK_RETVAL (line 3483) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function safeFileCreate (line 3545) | static int safeFileCreate( INOUT STREAM *stream, type flock (line 3702) | struct flock type flock (line 3858) | struct flock function sFileClose (line 3885) | int sFileClose( INOUT STREAM *stream ) function CHECK_RETVAL (line 3935) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 4 ) ) \ function CHECK_RETVAL (line 4007) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 4036) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function fileErase (line 4086) | void fileErase( IN_STRING const char *fileName ) function CHECK_RETVAL (line 4238) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3, 4 ) ) \ type stat (line 4378) | struct stat function getErrorCode (line 4483) | static int getErrorCode( const int defaultErrorCode ) function CHECK_RETVAL (line 4526) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function sFileClose (line 4578) | int sFileClose( INOUT STREAM *stream ) function CHECK_RETVAL (line 4593) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 4 ) ) \ function CHECK_RETVAL (line 4639) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 4669) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type stat (line 4695) | struct stat function fileErase (line 4720) | void fileErase( IN_STRING const char *fileName ) function CHECK_RETVAL (line 4769) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3, 4 ) ) \ function CHECK_RETVAL_BOOL (line 4967) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 5427) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 5468) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 5502) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function fileClearToEOF (line 5562) | void fileClearToEOF( STREAM *stream ) function fileErase (line 5584) | void fileErase( IN_STRING const char *fileName ) function CHECK_RETVAL (line 5651) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function sFileOpen (line 5940) | int sFileOpen( OUT STREAM *stream, IN_STRING const char *fileName, function RETVAL (line 5971) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 6012) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 6044) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 6069) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type ftime (line 6193) | struct ftime { function CHECK_RETVAL (line 6246) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function sFileClose (line 6321) | int sFileClose( INOUT STREAM *stream ) function CHECK_RETVAL (line 6336) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 4 ) ) \ function CHECK_RETVAL (line 6383) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function fileClearToEOF (line 6463) | void fileClearToEOF( STREAM *stream ) function fileErase (line 6492) | void fileErase( IN_STRING const char *fileName ) FILE: deps/cl345/io/http.c function CHECK_RETVAL_BOOL (line 137) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 240) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 280) | CHECK_RETVAL_PTR \ function checkHTTPID (line 310) | int checkHTTPID( IN_BUFFER( dataLength ) const char *data, function retTextLineError (line 344) | int retTextLineError( INOUT STREAM *stream, function sendHTTPError (line 389) | int sendHTTPError( INOUT STREAM *stream, FILE: deps/cl345/io/http.h type HTTP_HEADER_INFO (line 56) | typedef struct { type HTTP_STATUS_INFO (line 85) | typedef struct { FILE: deps/cl345/io/http_parse.c type HTTP_HEADER_TYPE (line 24) | typedef enum { HTTP_HEADER_NONE, HTTP_HEADER_HOST, HTTP_HEADER_CONTENT_L... type HTTP_HEADER_PARSE_INFO (line 41) | typedef struct { type SYSTEM_ID_INFO (line 101) | typedef struct { function CHECK_RETVAL (line 135) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 228) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function retHeaderError (line 267) | static int retHeaderError( INOUT STREAM *stream, type URI_PARSE_INFO (line 327) | typedef struct { function getUriSegmentLength (line 336) | static int getUriSegmentLength( IN_BUFFER( dataMaxLength ) const char *d... function parseUriInfo (line 414) | int parseUriInfo( INOUT_BUFFER( dataInLength, *dataOutLength ) char *data, function CHECK_RETVAL (line 532) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function processHeaderLine (line 632) | static int processHeaderLine( IN_BUFFER( dataLength ) const char *data, function readFirstHeaderLine (line 722) | int readFirstHeaderLine( INOUT STREAM *stream, function readHeaderLines (line 840) | int readHeaderLines( INOUT STREAM *stream, FILE: deps/cl345/io/http_rd.c type HTTP_REQUEST_INFO (line 24) | typedef struct { function CHECK_RETVAL (line 52) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function readResponseHeader (line 342) | static int readResponseHeader( INOUT STREAM *stream, function readFunction (line 598) | static int readFunction( INOUT STREAM *stream, function setStreamLayerHTTP (line 775) | void setStreamLayerHTTP( INOUT NET_STREAM_INFO *netStream ) FILE: deps/cl345/io/http_wr.c function encodeRFC1866 (line 38) | static int encodeRFC1866( INOUT STREAM *headerStream, function CHECK_RETVAL (line 108) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 154) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeReqURI (line 213) | static int writeReqURI( INOUT STREAM *stream, function CHECK_RETVAL (line 247) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeRequestHeader (line 349) | int writeRequestHeader( INOUT STREAM *stream, function CHECK_RETVAL (line 429) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 492) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 561) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 4 ) ) \ function setStreamLayerHTTPwrite (line 689) | void setStreamLayerHTTPwrite( INOUT NET_STREAM_INFO *netStream ) FILE: deps/cl345/io/memory.c function CHECK_RETVAL_BOOL (line 24) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 95) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 146) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function sMemOpenOpt (line 230) | void sMemOpenOpt( OUT STREAM *stream, function RETVAL (line 250) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function sMemPseudoConnect (line 297) | void sMemPseudoConnect( OUT STREAM *stream, function RETVAL (line 315) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function sMemDataLeft (line 380) | int sMemDataLeft( const STREAM *stream ) function CHECK_RETVAL (line 407) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/io/net.c function CHECK_RETVAL_BOOL (line 26) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function checkForProxy (line 195) | static int checkForProxy( INOUT NET_STREAM_INFO *netStream, function CHECK_RETVAL (line 277) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function initStream (line 377) | static int initStream( OUT STREAM *stream, function CHECK_RETVAL (line 482) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function cleanupStream (line 552) | static void cleanupStream( INOUT STREAM *stream, function processConnectOptions (line 592) | static int processConnectOptions( INOUT STREAM *stream, function completeConnect (line 701) | static int completeConnect( INOUT STREAM *stream, function sNetConnect (line 914) | int sNetConnect( OUT STREAM *stream, function sNetListen (line 1018) | int sNetListen( OUT STREAM *stream, function RETVAL (line 1099) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function sNetGetErrorInfo (line 1143) | void sNetGetErrorInfo( INOUT STREAM *stream, OUT ERROR_INFO *errorInfo ) function sNetGetErrorInfo (line 1151) | void sNetGetErrorInfo( INOUT STREAM *stream, OUT ERROR_INFO *errorInfo ) function sNetConnect (line 1177) | int sNetConnect( OUT STREAM *stream, function sNetListen (line 1191) | int sNetListen( OUT STREAM *stream, function RETVAL (line 1204) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function sNetGetErrorInfo (line 1226) | void sNetGetErrorInfo( INOUT STREAM *stream, FILE: deps/cl345/io/net_proxy.c function CHECK_RETVAL (line 27) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 148) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type WINHTTP_AUTOPROXY_OPTIONS (line 237) | typedef struct { type WINHTTP_PROXY_INFO (line 246) | typedef struct { type WINHTTP_CURRENT_USER_IE_PROXY_CONFIG (line 252) | typedef struct { type HINTERNET (line 268) | typedef HINTERNET ( *WINHTTPOPEN )( LPCWSTR pwszUserAgent, DWORD dwAcces... type BOOL (line 271) | typedef BOOL ( *WINHTTPGETDEFAULTPROXYCONFIGURATION )( WINHTTP_PROXY_INF... type BOOL (line 272) | typedef BOOL ( *WINHTTPGETIEPROXYCONFIGFORCURRENTUSER )( type BOOL (line 274) | typedef BOOL ( *WINHTTPGETPROXYFORURL )( HINTERNET hSession, LPCWSTR lpc... type BOOL (line 277) | typedef BOOL ( *WINHTTPCLOSEHANDLE )( HINTERNET hInternet ); function findProxyUrl (line 280) | int findProxyUrl( OUT_BUFFER( proxyMaxLen, *proxyLen ) char *proxy, function findProxyUrl (line 471) | static int findProxyUrl( char *proxy, const int proxyMaxLen, FILE: deps/cl345/io/net_trans.c function transportDirectReadFunction (line 27) | static int transportDirectReadFunction( INOUT STREAM *stream, function transportDirectWriteFunction (line 55) | static int transportDirectWriteFunction( INOUT STREAM *stream, function setStreamLayerDirect (line 82) | void setStreamLayerDirect( INOUT NET_STREAM_INFO *netStream ) function CHECK_RETVAL (line 98) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 129) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL (line 135) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function transportVirtualReadFunction (line 169) | static int transportVirtualReadFunction( INOUT NET_STREAM_INFO *netStream, function transportVirtualWriteFunction (line 244) | static int transportVirtualWriteFunction( INOUT NET_STREAM_INFO *netStream, function setAccessMethodTransportVirtual (line 294) | void setAccessMethodTransportVirtual( INOUT NET_STREAM_INFO *netStream ) function bufferedTransportRead (line 344) | int bufferedTransportRead( INOUT STREAM *stream, function CHECK_RETVAL (line 544) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ FILE: deps/cl345/io/net_url.c function CHECK_RETVAL_BOOL (line 31) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 87) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 186) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/io/stream.c function CHECK_RETVAL_BOOL (line 26) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 220) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 292) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 340) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function sgetc (line 393) | int sgetc( INOUT STREAM *stream ) function CHECK_RETVAL (line 450) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function RETVAL (line 710) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 809) | RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1004) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 1096) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function stell (line 1228) | int stell( const STREAM *stream ) function RETVAL (line 1272) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function sioctlSet (line 1409) | int sioctlSet( INOUT STREAM *stream, function RETVAL (line 1584) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function sioctlGet (line 1654) | int sioctlGet( INOUT STREAM *stream, function sFileToMemStream (line 1791) | int sFileToMemStream( OUT STREAM *memStream, FILE: deps/cl345/io/stream.h type BUILDPATH_OPTION_TYPE (line 89) | typedef enum { type STREAM_IOCTL_TYPE (line 134) | typedef enum { type STREAM_HTTPREQTYPE_TYPE (line 156) | typedef enum { type STREAM_PEER_TYPE (line 168) | typedef enum { type STREAM_PROTOCOL_TYPE (line 178) | typedef enum { type STREAM (line 254) | typedef struct ST { type URL_TYPE (line 329) | typedef enum { URL_TYPE_NONE, URL_TYPE_HTTP, URL_TYPE_HTTPS, type URL_INFO (line 333) | typedef struct { type HTTP_REQ_INFO (line 352) | typedef struct { type HTTP_URI_INFO (line 371) | typedef struct { type NET_OPTION_TYPE (line 395) | typedef enum { type NET_CONNECT_INFO (line 404) | typedef struct { type HTTP_DATA_INFO (line 454) | typedef struct { FILE: deps/cl345/io/stream_int.h type STREAM_TYPE (line 26) | typedef enum { type NS (line 284) | struct NS type CHECK_RETVAL (line 286) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 289) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 297) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ type CHECK_RETVAL (line 303) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type STDC_NONNULL_ARG (line 310) | typedef STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL_BOOL (line 329) | typedef CHECK_RETVAL_BOOL \ type CHECK_RETVAL (line 331) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type STDC_NONNULL_ARG (line 333) | typedef STDC_NONNULL_ARG( ( 1, 2 ) ) \ type NET_STREAM_INFO (line 337) | typedef struct NS { FILE: deps/cl345/io/tcp.c function CHECK_RETVAL (line 33) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 62) | RETVAL \ function netEndTCP (line 118) | void netEndTCP( void ) function CHECK_RETVAL_BOOL (line 132) | CHECK_RETVAL_BOOL \ function my_select (line 176) | static int my_select( int socket_range, struct fd_set *read_bits, function my_setsockopt (line 212) | static int my_setsockopt( int socket, int level, int option, function my_getsockopt (line 220) | static int my_getsockopt( int socket, int level, int option, function getErrno (line 250) | int getErrno( SOCKET socket ) function clearErrno (line 276) | void clearErrno( void ) function my_getsockopt (line 289) | int my_getsockopt( int sockfd, int level, int optname, void *optval, type in_addr (line 298) | struct in_addr function inet_addr (line 306) | unsigned long inet_addr( const char *cp ) function my_select (line 327) | static int my_select( int socket_range, rtcs_fd_set *read_bits, function setAccessMethodTCP (line 360) | void setAccessMethodTCP( INOUT NET_STREAM_INFO *netStream ) FILE: deps/cl345/io/tcp.h type in_addr (line 153) | struct in_addr type sockaddr_storage (line 203) | struct sockaddr_storage { type timeval (line 231) | struct timeval { type sockaddr_storage (line 628) | struct sockaddr_storage { type LONG (line 749) | typedef LONG DNS_STATUS; type DWORD (line 751) | typedef DWORD IP4_ADDRESS; type DNS_FREE_TYPE (line 752) | typedef enum { DnsFreeFlat, DnsFreeRecordList } DNS_FREE_TYPE; type DNS_CONFIG_TYPE (line 753) | typedef enum { DnsConfigPrimaryDomainName_W, DnsConfigPrimaryDomainName_A, type DNS_RECORD_FLAGS (line 768) | typedef struct { type DNS_A_DATA (line 778) | typedef struct { type DNS_PTR_DATA (line 781) | typedef struct { type DNS_SRV_DATA (line 784) | typedef struct { type DNS_RECORD (line 791) | typedef struct _DnsRecord { type addrinfo (line 1324) | struct addrinfo { type addrinfo (line 1432) | struct addrinfo type addrinfo (line 1433) | struct addrinfo type addrinfo (line 1434) | struct addrinfo type sockaddr (line 1435) | struct sockaddr type addrinfo (line 1780) | struct addrinfo FILE: deps/cl345/io/tcp_conn.c function disableNagle (line 34) | static void disableNagle( const SOCKET netSocket ) function disableSlowACK (line 45) | static void disableSlowACK( const SOCKET netSocket ) function my_accept (line 67) | static int my_accept( int socket, struct sockaddr *address, function my_setsockopt (line 86) | static int32_t my_setsockopt( uint32_t socket, uint32_t level, function CHECK_RETVAL (line 155) | CHECK_RETVAL \ function CHECK_RETVAL (line 174) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function newSocketDone (line 314) | static void newSocketDone( void ) function CHECK_RETVAL (line 321) | CHECK_RETVAL \ function deleteSocket (line 357) | static void deleteSocket( const SOCKET netSocket ) function netSignalShutdown (line 430) | void netSignalShutdown( void ) function CHECK_RETVAL (line 486) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function completeOpen (line 592) | static int completeOpen( INOUT NET_STREAM_INFO *netStream ) function CHECK_RETVAL (line 690) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type sockaddr (line 951) | struct sockaddr type sockaddr (line 982) | struct sockaddr function CHECK_RETVAL (line 1022) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function closeSocketFunction (line 1139) | static void closeSocketFunction( INOUT NET_STREAM_INFO *netStream, function setAccessMethodTCPConnect (line 1170) | void setAccessMethodTCPConnect( INOUT NET_STREAM_INFO *netStream ) FILE: deps/cl345/io/tcp_err.c type SOCKETERROR_INFO (line 38) | typedef struct { function CHECK_RETVAL (line 584) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function getSocketError (line 654) | int getSocketError( NET_STREAM_INFO *netStream, function CHECK_RETVAL (line 672) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function OUT_LENGTH_BOUNDED_Z (line 748) | static int pingHost( INOUT NET_STREAM_INFO *netStream, function CHECK_RETVAL (line 947) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1086) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/io/tcp_int.h type IOWAIT_TYPE (line 18) | typedef enum { type SOCKET_INFO (line 50) | typedef struct { FILE: deps/cl345/io/tcp_rw.c function CHECK_RETVAL (line 59) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function readSocketFunction (line 385) | static int readSocketFunction( INOUT NET_STREAM_INFO *netStream, function writeSocketFunction (line 652) | static int writeSocketFunction( INOUT NET_STREAM_INFO *netStream, function setAccessMethodTCPReadWrite (line 792) | void setAccessMethodTCPReadWrite( INOUT NET_STREAM_INFO *netStream ) FILE: deps/cl345/kernel/acl.h type RANGEVAL_TYPE (line 234) | typedef enum { type RANGE_SUBRANGE_TYPE (line 261) | typedef struct { const int lowRange, highRange; } RANGE_SUBRANGE_TYPE; type ATTRIBUTE_VALUE_TYPE (line 338) | typedef enum { type CHECK_RETVAL (line 353) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ type ATTRIBUTE_ACL (line 360) | typedef struct { type ATTRIBUTE_ACL_ALT (line 535) | typedef struct { type KEYMGMT_ACL (line 571) | typedef struct { type PARAM_VALUE_TYPE (line 663) | typedef enum { type PARAM_ACL (line 677) | typedef struct { type OBJECT_ACL (line 756) | typedef struct { type MESSAGE_ACL (line 764) | typedef struct { type MECHANISM_ACL (line 771) | typedef struct { type CREATE_ACL (line 778) | typedef struct CRA { type CERTMGMT_ACL (line 793) | typedef struct { type COMPARE_ACL (line 802) | typedef struct { type CHECK_ACL (line 827) | typedef struct { type DEPENDENCY_ACL (line 847) | typedef struct { FILE: deps/cl345/kernel/attr_acl.c function CHECK_RETVAL_BOOL (line 4352) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 4429) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 4613) | CHECK_RETVAL \ function CHECK_RETVAL (line 5030) | CHECK_RETVAL \ function endAttributeACL (line 5037) | void endAttributeACL( void ) function CHECK_RETVAL_PTR (line 5049) | CHECK_RETVAL_PTR \ FILE: deps/cl345/kernel/certm_acl.c function CHECK_RETVAL (line 172) | CHECK_RETVAL \ function CHECK_RETVAL (line 241) | CHECK_RETVAL \ function endCertMgmtACL (line 248) | void endCertMgmtACL( void ) function CHECK_RETVAL (line 260) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ FILE: deps/cl345/kernel/init.c function CHECK_RETVAL_BOOL (line 26) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function preInit (line 405) | void preInit( void ) function postShutdown (line 427) | void postShutdown( void ) function krnlBeginInit (line 445) | CHECK_RETVAL_ACQUIRELOCK( MUTEX_LOCKNAME( initialisation ) ) \ function krnlCompleteInit (line 532) | RELEASELOCK( MUTEX_LOCKNAME( initialisation ) ) \ function krnlBeginShutdown (line 558) | CHECK_RETVAL_ACQUIRELOCK( MUTEX_LOCKNAME( initialisation ) ) \ function krnlCompleteShutdown (line 586) | RETVAL_RELEASELOCK( MUTEX_LOCKNAME( initialisation ) ) \ function CHECK_RETVAL_BOOL (line 639) | CHECK_RETVAL_BOOL \ FILE: deps/cl345/kernel/int_msg.c function updateActionPerms (line 86) | updateActionPerms( IN_FLAGS( ACTION_PERM ) int currentPerm, function CHECK_RETVAL (line 131) | CHECK_RETVAL \ function CHECK_RETVAL (line 265) | CHECK_RETVAL \ function CHECK_RETVAL (line 303) | CHECK_RETVAL \ function CHECK_RETVAL (line 337) | CHECK_RETVAL \ function endInternalMsgs (line 344) | void endInternalMsgs( void ) function CHECK_RETVAL (line 362) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 702) | CHECK_RETVAL \ function CHECK_RETVAL (line 736) | CHECK_RETVAL \ function CHECK_RETVAL (line 798) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function setDependentObject (line 840) | int setDependentObject( IN_HANDLE const int objectHandle, function CHECK_RETVAL (line 1000) | CHECK_RETVAL \ FILE: deps/cl345/kernel/kernel.h type OBJECT_INFO (line 140) | typedef struct { type OBJECT_STATE_INFO (line 203) | typedef struct { type MESSAGE_QUEUE_DATA (line 214) | typedef struct { type SEMAPHORE_STATE (line 239) | typedef enum { type SEMAPHORE_INFO (line 247) | typedef struct { type THREAD_INFO (line 255) | typedef struct { type INIT_LEVEL (line 272) | typedef enum { type SHUTDOWN_LEVEL (line 279) | typedef enum { type KERNEL_DATA (line 338) | typedef struct { FILE: deps/cl345/kernel/key_acl.c type IDTYPE_ACL (line 244) | typedef struct { function CHECK_RETVAL (line 279) | CHECK_RETVAL \ function CHECK_RETVAL (line 424) | CHECK_RETVAL \ function endKeymgmtACL (line 431) | void endKeymgmtACL( void ) function CHECK_RETVAL (line 444) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ FILE: deps/cl345/kernel/mech_acl.c function CHECK_RETVAL_BOOL (line 491) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 535) | CHECK_RETVAL \ function CHECK_RETVAL (line 562) | CHECK_RETVAL \ function endMechanismACL (line 569) | void endMechanismACL( void ) function CHECK_RETVAL (line 581) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function preDispatchCheckMechanismSignAccess (line 770) | int preDispatchCheckMechanismSignAccess( IN_HANDLE const int objectHandle, function CHECK_RETVAL (line 900) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function preDispatchCheckMechanismKDFAccess (line 984) | int preDispatchCheckMechanismKDFAccess( IN_HANDLE const int objectHandle, FILE: deps/cl345/kernel/msg_acl.c function CHECK_RETVAL_BOOL (line 522) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 555) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 2 ) ) \ function getWideChar (line 609) | static int getWideChar( const BYTE *string ) function CHECK_RETVAL_BOOL (line 634) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 696) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 740) | CHECK_RETVAL_PTR \ function CHECK_RETVAL_BOOL (line 775) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 861) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 947) | CHECK_RETVAL \ function CHECK_RETVAL (line 1146) | CHECK_RETVAL \ function endMessageACL (line 1153) | void endMessageACL( void ) function CHECK_RETVAL (line 1171) | CHECK_RETVAL \ function CHECK_RETVAL (line 1211) | CHECK_RETVAL STDC_NONNULL_ARG( ( 5 ) ) \ function CHECK_RETVAL (line 1672) | CHECK_RETVAL \ function CHECK_RETVAL (line 1753) | CHECK_RETVAL \ function CHECK_RETVAL (line 1832) | CHECK_RETVAL \ function CHECK_RETVAL (line 1884) | CHECK_RETVAL \ function CHECK_RETVAL (line 1923) | CHECK_RETVAL \ function CHECK_RETVAL (line 1973) | CHECK_RETVAL \ function CHECK_RETVAL (line 2025) | CHECK_RETVAL \ function CHECK_RETVAL (line 2072) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 2119) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 2247) | CHECK_RETVAL \ function CHECK_RETVAL (line 2275) | CHECK_RETVAL \ function CHECK_RETVAL (line 2326) | CHECK_RETVAL \ function CHECK_RETVAL (line 2364) | CHECK_RETVAL \ function CHECK_RETVAL (line 2570) | CHECK_RETVAL \ function CHECK_RETVAL (line 2632) | CHECK_RETVAL \ function CHECK_RETVAL (line 2671) | CHECK_RETVAL \ function CHECK_RETVAL (line 2694) | CHECK_RETVAL \ function CHECK_RETVAL (line 2743) | CHECK_RETVAL \ FILE: deps/cl345/kernel/obj_acc.c type ACCESS_CHECK_TYPE (line 69) | typedef enum { function CHECK_RETVAL (line 99) | CHECK_RETVAL \ function CHECK_RETVAL (line 224) | CHECK_RETVAL \ function releaseObject (line 357) | static int releaseObject( IN_HANDLE const int objectHandle, function CHECK_RETVAL (line 463) | CHECK_RETVAL \ function endObjectAltAccess (line 469) | void endObjectAltAccess( void ) function RETVAL (line 493) | RETVAL \ function CHECK_RETVAL (line 511) | CHECK_RETVAL \ function CHECK_RETVAL (line 557) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 4 ) ) \ function exportPrivateKeyData (line 662) | int exportPrivateKeyData( OUT_BUFFER_OPT( privKeyDataMaxLength, \ function CHECK_RETVAL (line 743) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/kernel/objects.c function CHECK_RETVAL (line 113) | CHECK_RETVAL \ function endObjects (line 184) | void endObjects( void ) function CHECK_RETVAL (line 206) | CHECK_RETVAL \ function CHECK_RETVAL (line 247) | CHECK_RETVAL \ function CHECK_RETVAL (line 376) | CHECK_RETVAL \ function findFreeObjectEntry (line 547) | static int findFreeObjectEntry( int value ) function CHECK_RETVAL (line 622) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 9 ) ) \ FILE: deps/cl345/kernel/sec_mem.c type MEM_INFO_HEADER (line 68) | typedef struct { type MEM_INFO_TRAILER (line 79) | typedef struct { function lockMemory (line 112) | static void lockMemory( INOUT MEM_INFO_HEADER *memHdrPtr ) function unlockMemory (line 122) | static void unlockMemory( INOUT MEM_INFO_HEADER *memHdrPtr ) function lockMemory (line 138) | static void lockMemory( INOUT MEM_INFO_HEADER *memHdrPtr ) function unlockMemory (line 147) | static void unlockMemory( INOUT MEM_INFO_HEADER *memHdrPtr ) function lockMemory (line 249) | static void lockMemory( INOUT MEM_INFO_HEADER *memHdrPtr ) function unlockMemory (line 257) | static void unlockMemory( INOUT MEM_INFO_HEADER *memHdrPtr ) function lockMemory (line 343) | static void lockMemory( INOUT MEM_INFO_HEADER *memHdrPtr ) function unlockMemory (line 351) | static void unlockMemory( INOUT MEM_INFO_HEADER *memHdrPtr ) function beosFree (line 496) | static void beosFree( void *memPtr ) function chorusFree (line 528) | static void chorusFree( void *memPtr ) function checksumMemHdr (line 549) | static int checksumMemHdr( INOUT MEM_INFO_HEADER *memHdrPtr ) function setMemChecksum (line 564) | static void setMemChecksum( INOUT MEM_INFO_HEADER *memHdrPtr ) function CHECK_RETVAL (line 620) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 3 ) ) \ function unlinkMemBlock (line 679) | static int unlinkMemBlock( INOUT MEM_INFO_HEADER **allocatedListHeadPtr, function touchAllocatedPages (line 750) | static void touchAllocatedPages( void ) function CHECK_RETVAL (line 802) | CHECK_RETVAL \ function endAllocation (line 822) | void endAllocation( void ) function CHECK_RETVAL (line 839) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/kernel/selftest.c function BOOLEAN (line 34) | static BOOLEAN testCFITrue( const ACCESS_TOKEN accessToken ) function BOOLEAN (line 39) | static BOOLEAN testCFIFalse( const ACCESS_TOKEN accessToken ) function BOOLEAN (line 44) | static BOOLEAN testSafetyMechanisms( void ) function CHECK_RETVAL_BOOL (line 182) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 288) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 332) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 395) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 434) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 472) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 517) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 568) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 619) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL (line 667) | CHECK_RETVAL \ function CHECK_RETVAL_BOOL (line 970) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL (line 997) | CHECK_RETVAL \ function CHECK_RETVAL (line 1007) | CHECK_RETVAL \ FILE: deps/cl345/kernel/semaphore.c function CHECK_RETVAL (line 34) | CHECK_RETVAL \ function endSemaphores (line 71) | void endSemaphores( void ) function setSemaphore (line 140) | void setSemaphore( IN_ENUM( SEMAPHORE ) const SEMAPHORE_TYPE semaphore, function clearSemaphore (line 168) | void clearSemaphore( IN_ENUM( SEMAPHORE ) const SEMAPHORE_TYPE semaphore ) function krnlWaitSemaphore (line 216) | krnlWaitSemaphore( IN_ENUM( SEMAPHORE ) const SEMAPHORE_TYPE semaphore ) function krnlWaitSemaphore (line 316) | krnlWaitSemaphore( IN_ENUM( SEMAPHORE ) const SEMAPHORE_TYPE semaphore ) function krnlEnterMutex (line 331) | krnlEnterMutex( IN_ENUM( MUTEX ) const MUTEX_TYPE mutex ) function krnlExitMutex (line 371) | void krnlExitMutex( IN_ENUM( MUTEX ) const MUTEX_TYPE mutex ) FILE: deps/cl345/kernel/sendmsg.c function CHECK_RETVAL (line 56) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function getObjectDescription (line 199) | static void getObjectDescription( IN_HANDLE const int objectHandle, function waitWarn (line 317) | static void waitWarn( IN_HANDLE const int objectHandle, function CHECK_RETVAL (line 334) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 455) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 548) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ type PARAMCHECK_TYPE (line 633) | typedef enum { type CHECK_RETVAL (line 686) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ type CHECK_RETVAL (line 691) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ type CHECK_RETVAL (line 696) | typedef CHECK_RETVAL \ type MESSAGE_HANDLING_INFO (line 701) | typedef struct { function initMessageQueue (line 1104) | static int initMessageQueue( void ) function CHECK_RETVAL (line 1124) | CHECK_RETVAL \ function CHECK_RETVAL (line 1219) | CHECK_RETVAL \ function endSendMessage (line 1226) | void endSendMessage( void ) function CHECK_RETVAL (line 1238) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL_BOOL (line 1374) | CHECK_RETVAL_BOOL \ function dequeueAllMessages (line 1430) | static void dequeueAllMessages( IN_HANDLE const int objectHandle ) function CHECK_RETVAL (line 1462) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 1549) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 3 ) ) \ function RETVAL (line 1664) | RETVAL \ FILE: deps/cl345/kernel/storage.c type STORAGE_STRUCT (line 54) | typedef struct { function excludeSystemStorage (line 105) | static void excludeSystemStorage( void ) function excludeSystemStorage (line 129) | static void excludeSystemStorage( void ) function initBuiltinStorage (line 147) | void initBuiltinStorage( void ) function destroyBuiltinStorage (line 153) | void destroyBuiltinStorage( void ) function clearKernelData (line 167) | void clearKernelData( void ) function CHECK_RETVAL_PTR_NONNULL (line 183) | CHECK_RETVAL_PTR_NONNULL \ function CHECK_RETVAL_PTR_NONNULL (line 189) | CHECK_RETVAL_PTR_NONNULL \ function CHECK_RETVAL_PTR_NONNULL (line 195) | CHECK_RETVAL_PTR_NONNULL \ function CHECK_RETVAL_PTR_NONNULL (line 201) | CHECK_RETVAL_PTR_NONNULL \ function CHECK_RETVAL_PTR_NONNULL (line 208) | CHECK_RETVAL_PTR_NONNULL \ function CHECK_RETVAL_PTR_NONNULL (line 216) | CHECK_RETVAL_PTR_NONNULL \ function CHECK_RETVAL_PTR_NONNULL (line 224) | CHECK_RETVAL_PTR_NONNULL \ function CHECK_RETVAL_PTR_NONNULL (line 232) | CHECK_RETVAL_PTR_NONNULL \ function CHECK_RETVAL_PTR_NONNULL (line 239) | CHECK_RETVAL_PTR_NONNULL \ function CHECK_RETVAL_LENGTH_NOERROR (line 250) | CHECK_RETVAL_LENGTH_NOERROR \ function CHECK_RETVAL_LENGTH_NOERROR (line 256) | CHECK_RETVAL_LENGTH_NOERROR \ function CHECK_RETVAL_LENGTH_NOERROR (line 262) | CHECK_RETVAL_LENGTH_NOERROR \ function CHECK_RETVAL_LENGTH_NOERROR (line 268) | CHECK_RETVAL_LENGTH_NOERROR \ function CHECK_RETVAL_LENGTH_NOERROR (line 275) | CHECK_RETVAL_LENGTH_NOERROR \ function CHECK_RETVAL_LENGTH_NOERROR (line 283) | CHECK_RETVAL_LENGTH_NOERROR \ function CHECK_RETVAL_LENGTH_NOERROR (line 291) | CHECK_RETVAL_LENGTH_NOERROR \ function CHECK_RETVAL_LENGTH_NOERROR (line 299) | CHECK_RETVAL_LENGTH_NOERROR \ function CHECK_RETVAL_LENGTH_NOERROR (line 306) | CHECK_RETVAL_LENGTH_NOERROR \ FILE: deps/cl345/kernel/thread.h type MUTEX_QUEUE_INFO (line 3495) | typedef struct { FILE: deps/cl345/keyset/ca_add.c function CHECK_RETVAL_BOOL (line 28) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL (line 154) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 212) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function caDeletePKIUser (line 272) | int caDeletePKIUser( INOUT DBMS_INFO *dbmsInfo, function CHECK_RETVAL (line 335) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 6 ) ) \ FILE: deps/cl345/keyset/ca_clean.c function deleteIncompleteRequest (line 44) | static int deleteIncompleteRequest( INOUT DBMS_INFO *dbmsInfo, function CHECK_RETVAL (line 73) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL (line 216) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ FILE: deps/cl345/keyset/ca_issue.c function CHECK_RETVAL (line 29) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 137) | CHECK_RETVAL \ function CHECK_RETVAL (line 239) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 369) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 427) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 6 ) ) \ function CHECK_RETVAL (line 623) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ FILE: deps/cl345/keyset/ca_misc.c function getSuccessorCert (line 34) | static int getSuccessorCert( INOUT DBMS_INFO *dbmsInfo, function updateCertErrorLog (line 256) | int updateCertErrorLog( INOUT DBMS_INFO *dbmsInfo, function RETVAL (line 350) | RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ FILE: deps/cl345/keyset/ca_rev.c function getCertToRevoke (line 29) | static int getCertToRevoke( INOUT DBMS_INFO *dbmsInfo, function CHECK_RETVAL (line 88) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL (line 196) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 5 ) ) \ function caIssueCRL (line 476) | int caIssueCRL( INOUT DBMS_INFO *dbmsInfo, FILE: deps/cl345/keyset/dbms.c function openDatabase (line 46) | static int openDatabase( INOUT DBMS_INFO *dbmsInfo, function closeDatabase (line 80) | static void closeDatabase( INOUT DBMS_INFO *dbmsInfo ) function CHECK_RETVAL (line 89) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function performStaticUpdate (line 148) | static int performStaticUpdate( INOUT DBMS_INFO *dbmsInfo, function CHECK_RETVAL (line 154) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function performStaticQuery (line 248) | static int performStaticQuery( INOUT DBMS_INFO *dbmsInfo, function copyStringArg (line 354) | static int copyStringArg( OUT_BUFFER( bufMaxLen, *bufPos ) char *buffer, function dbmsFormatQuery (line 404) | int dbmsFormatQuery( OUT_BUFFER( outMaxLength, *outLength ) char *output, function CHECK_RETVAL (line 621) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function endDbxSession (line 686) | int endDbxSession( INOUT KEYSET_INFO *keysetInfoPtr ) FILE: deps/cl345/keyset/dbms.h type RETCODE (line 61) | typedef signed short RETCODE; type SWORD (line 62) | typedef short int SWORD; type SDWORD (line 63) | typedef long int SDWORD; type SQLSCHAR (line 64) | typedef signed char SQLSCHAR; type HWND (line 65) | typedef HWND SQLHWND; type DBMS_QUERY_TYPE (line 169) | typedef enum { type DBMS_UPDATE_TYPE (line 179) | typedef enum { type DBMS_CACHEDQUERY_TYPE (line 193) | typedef enum { type CERTADD_TYPE (line 243) | typedef enum { type BOUND_DATA_TYPE (line 265) | typedef enum { type BOUND_DATA (line 273) | typedef struct { type DBMS_NAME_INFO (line 328) | typedef struct { type DBMS_STATE_INFO (line 351) | typedef struct { type DI (line 455) | struct DI type KI (line 456) | struct KI FILE: deps/cl345/keyset/dbx_misc.c function makeKeyID (line 213) | int makeKeyID( OUT_BUFFER( keyIdMaxLen, *keyIdLen ) char *keyID, function CHECK_RETVAL (line 305) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 404) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 491) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3, 5 ) ) \ function RETVAL (line 559) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 611) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL_BOOL (line 886) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 1075) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/keyset/dbx_rd.c function CHECK_RETVAL_PTR (line 80) | CHECK_RETVAL_PTR \ function CHECK_RETVAL_BOOL (line 133) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 205) | CHECK_RETVAL STDC_NONNULL_ARG( ( 4 ) ) \ function getItemData (line 298) | int getItemData( INOUT DBMS_INFO *dbmsInfo, function getFirstItemFunction (line 568) | static int getFirstItemFunction( INOUT KEYSET_INFO *keysetInfoPtr, function getNextItemFunction (line 622) | static int getNextItemFunction( INOUT KEYSET_INFO *keysetInfoPtr, function getItemFunction (line 686) | static int getItemFunction( INOUT KEYSET_INFO *keysetInfoPtr, function CHECK_RETVAL (line 854) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ FILE: deps/cl345/keyset/dbx_rpc.c function extractQueryData (line 15) | static void extractQueryData( COMMAND_INFO *cmd, time_t *timeValuePtrPtr, function cmdClose (line 63) | int cmdClose( void *stateInfo, COMMAND_INFO *cmd ) function cmdGetErrorInfo (line 74) | int cmdGetErrorInfo( void *stateInfo, COMMAND_INFO *cmd ) function cmdOpen (line 86) | int cmdOpen( void *stateInfo, COMMAND_INFO *cmd ) function cmdQuery (line 104) | int cmdQuery( void *stateInfo, COMMAND_INFO *cmd ) function cmdUpdate (line 133) | int cmdUpdate( void *stateInfo, COMMAND_INFO *cmd ) function processCommand (line 155) | void processCommand( void *stateInfo, BYTE *buffer ) FILE: deps/cl345/keyset/dbx_rpcc.c function netEncodeError (line 34) | static void netEncodeError( BYTE *buffer, const int status ) function netProcessCommand (line 41) | void netProcessCommand( void *stateInfo, BYTE *buffer ) function initDispatchNet (line 109) | int initDispatchNet( DBMS_INFO *dbmsInfo ) function dispatchCommand (line 157) | static int dispatchCommand( COMMAND_INFO *cmd, void *stateInfo, function initQueryData (line 258) | static int initQueryData( COMMAND_INFO *cmd, const COMMAND_INFO *cmdTemp... function openDatabase (line 307) | static int openDatabase( DBMS_INFO *dbmsInfo, const char *name, function closeDatabase (line 330) | static void closeDatabase( DBMS_INFO *dbmsInfo ) function performErrorQuery (line 343) | static void performErrorQuery( DBMS_INFO *dbmsInfo ) function performUpdate (line 368) | static int performUpdate( DBMS_INFO *dbmsInfo, const char *command, function performStaticUpdate (line 407) | static int performStaticUpdate( DBMS_INFO *dbmsInfo, const char *command ) function performQuery (line 413) | static int performQuery( DBMS_INFO *dbmsInfo, const char *command, function performStaticQuery (line 490) | static int performStaticQuery( DBMS_INFO *dbmsInfo, const char *command, FILE: deps/cl345/keyset/dbx_wr.c type CERT_ID_DATA (line 21) | typedef struct { function CHECK_RETVAL_PTR (line 61) | CHECK_RETVAL_PTR \ function CHECK_RETVAL (line 88) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 236) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 297) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 351) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 6 ) ) \ function CHECK_RETVAL (line 530) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 5 ) ) \ function CHECK_RETVAL (line 636) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 804) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ FILE: deps/cl345/keyset/http_keys.c function CHECK_RETVAL_PTR (line 34) | CHECK_RETVAL_PTR \ function getItemFunction (line 70) | static int getItemFunction( INOUT KEYSET_INFO *keysetInfoPtr, function CHECK_RETVAL (line 219) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function setAccessMethodHTTP (line 288) | int setAccessMethodHTTP( INOUT KEYSET_INFO *keysetInfoPtr ) FILE: deps/cl345/keyset/key_attr.c function CHECK_RETVAL (line 27) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 57) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 109) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 172) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 205) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/keyset/keyset.h type KEYSET_SUBTYPE (line 61) | typedef enum { type KEYSET_TYPE (line 79) | typedef enum { KEYSET_NONE, KEYSET_FILE, KEYSET_DBMS, KEYSET_LDAP, type KI (line 82) | struct KI type STDC_NONNULL_ARG (line 93) | typedef STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 95) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 105) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type STDC_NONNULL_ARG (line 131) | typedef STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 133) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 139) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 142) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 157) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 166) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type FILE_INFO (line 177) | typedef struct { type DBMS_INFO (line 189) | typedef struct DI { type HTTP_INFO (line 246) | typedef struct { type LDAP_INFO (line 258) | typedef struct { type CHECK_RETVAL (line 291) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type RETVAL (line 297) | typedef RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 300) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 305) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 322) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 5 ) ) \ type CHECK_RETVAL (line 333) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 342) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 348) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ type CHECK_RETVAL (line 377) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type KEYSET_INFO (line 380) | typedef struct KI { FILE: deps/cl345/keyset/ldap.c type LDAPMessage (line 98) | typedef LDAPMessage * ( LDAP_API *LDAP_FIRST_ENTRY )( LDAP *ld, LDAPMess... type berval (line 106) | struct berval type LDAP (line 108) | typedef LDAP * ( LDAP_API *LDAP_INIT )( const char *host, int port ); type LDAPMessage (line 113) | typedef LDAPMessage * ( LDAP_API *LDAP_NEXT_ENTRY )( LDAP *ld, LDAPMessa... type timeval (line 116) | struct timeval type timeval (line 123) | struct timeval type berval (line 125) | struct berval function CHECK_RETVAL (line 204) | CHECK_RETVAL \ function sendLdapQuery (line 702) | static int sendLdapQuery( LDAP_INFO *ldapInfo, LDAPMessage **resultPtr, function getItemFunction (line 777) | static int getItemFunction( INOUT KEYSET_INFO *keysetInfoPtr, function addCert (line 936) | static int addCert( KEYSET_INFO *keysetInfoPtr, function CHECK_RETVAL (line 1110) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1191) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL (line 1232) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1274) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/keyset/odbc.c type SQL_ERRLVL_TYPE (line 34) | typedef enum { SQL_ERRLVL_NONE, SQL_ERRLVL_STMT, SQL_ERRLVL_DBC, type BOUND_DATA_STATE (line 60) | typedef struct { type CHECK_RETVAL (line 94) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLALLOCHANDLE ) \ type CHECK_RETVAL (line 97) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLBINDPARAMETER ) \ type CHECK_RETVAL (line 106) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLCONNECT ) \ type CHECK_RETVAL (line 117) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLEXECDIRECT ) \ type CHECK_RETVAL (line 121) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLEXECUTE ) \ type CHECK_RETVAL (line 123) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLFETCH ) \ type CHECK_RETVAL (line 127) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLGETDATA ) \ type CHECK_RETVAL (line 133) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLGETDIAGREC ) \ type CHECK_RETVAL (line 141) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLGETINFO ) \ type CHECK_RETVAL (line 147) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLGETSTMTATTR ) \ type CHECK_RETVAL (line 152) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLGETTYPEINFO ) \ type CHECK_RETVAL (line 155) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLPREPARE ) \ type CHECK_RETVAL (line 159) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLROWCOUNT_FN ) \ type CHECK_RETVAL (line 162) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLSETCONNECTATTR ) \ type CHECK_RETVAL (line 166) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLSETENVATTR ) \ type CHECK_RETVAL (line 170) | typedef CHECK_RETVAL SQLRETURN ( SQL_API *SQLSETSTMTATTR ) \ function CHECK_RETVAL (line 245) | CHECK_RETVAL \ function dbxEndODBC (line 327) | void dbxEndODBC( void ) function CHECK_RETVAL (line 335) | CHECK_RETVAL \ function dbxEndODBC (line 341) | void dbxEndODBC( void ) function debugDiagOdbcError (line 521) | void debugDiagOdbcError( IN_STRING const char *functionName, function rewriteString (line 550) | static int rewriteString( INOUT_BUFFER( stringMaxLength, \ function OUT_LENGTH_BOUNDED_Z (line 605) | static int convertQuery( INOUT DBMS_STATE_INFO *dbmsInfo, function bindParameters (line 750) | static int bindParameters( const SQLHSTMT hStmt, function CHECK_RETVAL (line 884) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function getDateTimeInfo (line 967) | static int getDateTimeInfo( INOUT DBMS_STATE_INFO *dbmsInfo ) function CHECK_RETVAL (line 1216) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function closeDatabase (line 1257) | static void closeDatabase( INOUT DBMS_STATE_INFO *dbmsInfo ) function openDatabase (line 1334) | static int openDatabase( INOUT DBMS_STATE_INFO *dbmsInfo, function CHECK_RETVAL (line 1609) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1784) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/keyset/pgp.c function CHECK_RETVAL_BOOL (line 57) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function createDecryptionContext (line 99) | static int createDecryptionContext( OUT_HANDLE_OPT CRYPT_CONTEXT *iSessi... function CHECK_RETVAL_BOOL (line 179) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function BOOLEAN (line 267) | BOOLEAN pgpCheckKeyMatch( const PGP_INFO *pgpInfo, function CHECK_RETVAL_PTR (line 331) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function getItemFunction (line 411) | static int getItemFunction( INOUT KEYSET_INFO *keysetInfoPtr, function CHECK_RETVAL (line 684) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 937) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 996) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1044) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1103) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/keyset/pgp_key.h type PGP_KEYINFO (line 51) | typedef struct { type PGP_INFO (line 99) | typedef struct { type KEY_MATCH_INFO (line 130) | typedef struct { FILE: deps/cl345/keyset/pgp_rd.c function CHECK_RETVAL (line 43) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL_SPECIAL (line 191) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_SPECIAL (line 288) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1, 2, 3 ) ) \ function CHECK_RETVAL_SPECIAL (line 374) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1, 2, 3 ) ) \ function readPublicKeyComponents (line 430) | static int readPublicKeyComponents( INOUT STREAM *stream, function CHECK_RETVAL_SPECIAL (line 496) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 656) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 4 ) ) \ function CHECK_RETVAL (line 947) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 6 ) ) \ function CHECK_RETVAL (line 1026) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 4, 8, 9 ) ) \ function pgpScanPubKeyring (line 1256) | int pgpScanPubKeyring( INOUT STREAM *stream, FILE: deps/cl345/keyset/pgp_wr.c function CHECK_RETVAL (line 39) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 112) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 4 ) ) \ function CHECK_RETVAL (line 266) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function createSubpacketSignature (line 380) | static int createSubpacketSignature( OUT_BUFFER( sigMaxLength, \ function CHECK_RETVAL (line 496) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/keyset/pkcs12.c function CHECK_RETVAL_BOOL (line 41) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 165) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 240) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function pkcs12freeObjectEntry (line 278) | void pkcs12freeObjectEntry( INOUT PKCS12_OBJECT_INFO *pkcs12objectInfo ) function pkcs12freeEntry (line 293) | void pkcs12freeEntry( INOUT PKCS12_INFO *pkcs12info ) function pkcs12Free (line 308) | void pkcs12Free( INOUT_ARRAY( noPkcs12objects ) PKCS12_INFO *pkcs12info, function readPkcs12header (line 328) | static int readPkcs12header( INOUT STREAM *stream, function initDeriveParams (line 431) | static int initDeriveParams( IN_HANDLE const CRYPT_USER cryptOwner, function initContext (line 479) | static int initContext( OUT_HANDLE_OPT CRYPT_CONTEXT *iCryptContext, function createPkcs12KeyWrapContext (line 611) | int createPkcs12KeyWrapContext( INOUT PKCS12_OBJECT_INFO *pkcs12objectInfo, function createPkcs12MacContext (line 657) | int createPkcs12MacContext( INOUT PKCS12_INFO *pkcs12info, function CHECK_RETVAL (line 707) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function shutdownFunction (line 776) | static int shutdownFunction( INOUT KEYSET_INFO *keysetInfoPtr ) FILE: deps/cl345/keyset/pkcs12.h type PKCS12_OBJECT_INFO (line 83) | typedef struct { type PKCS12_INFO (line 103) | typedef struct { FILE: deps/cl345/keyset/pkcs12_rd.c function copyObjectInfo (line 57) | static void copyObjectInfo( INOUT PKCS12_INFO *destPkcs12Info, function CHECK_RETVAL (line 124) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function importCertificate (line 242) | static int importCertificate( const PKCS12_OBJECT_INFO *certObjectInfo, function importPrivateKey (line 377) | static int importPrivateKey( const PKCS12_OBJECT_INFO *keyObjectInfo, function pkcs12ReadKeyset (line 538) | int pkcs12ReadKeyset( INOUT STREAM *stream, function keyCrack (line 756) | static int keyCrack( const void *encData, const int length ) function importDataOnlyCertificate (line 866) | static int importDataOnlyCertificate( const PKCS12_INFO *pkcs12infoPtr, function getItemFunction (line 978) | static int getItemFunction( INOUT KEYSET_INFO *keysetInfoPtr, FILE: deps/cl345/keyset/pkcs12_rdo.c type PKCS12_ALGO_MAP (line 54) | typedef struct { function readProtAlgoInfo (line 94) | static int readProtAlgoInfo( INOUT STREAM *stream, function OUT_LENGTH_BOUNDED_Z (line 128) | static int readKeyDerivationInfo( INOUT STREAM *stream, function readObjectInfo (line 267) | static int readObjectInfo( INOUT STREAM *stream, function CHECK_RETVAL_BOOL (line 310) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function readEncryptedObjectInfo (line 352) | static int readEncryptedObjectInfo( INOUT STREAM *stream, function pkcs12ReadObject (line 448) | int pkcs12ReadObject( INOUT STREAM *stream, FILE: deps/cl345/keyset/pkcs12_wr.c function CHECK_RETVAL (line 40) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 77) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 221) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 281) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 414) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 551) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/keyset/pkcs15.c function CHECK_RETVAL_BOOL (line 53) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 184) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3, 5 ) ) \ function CHECK_RETVAL_PTR (line 408) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function pkcs15freeEntry (line 446) | void pkcs15freeEntry( INOUT PKCS15_INFO *pkcs15info ) function pkcs15Free (line 474) | void pkcs15Free( INOUT_ARRAY( noPkcs15objects ) PKCS15_INFO *pkcs15info, function CHECK_RETVAL (line 493) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 532) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readPkcs15header (line 593) | static int readPkcs15header( INOUT STREAM *stream, function CHECK_RETVAL (line 686) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function RETVAL (line 767) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/keyset/pkcs15.h type PKCS15_SUBTYPE (line 89) | typedef enum { type PKCS15_OBJECT_TYPE (line 101) | typedef enum { PKCS15_OBJECT_NONE, PKCS15_OBJECT_PUBKEY, type CERTADD_TYPE (line 184) | typedef enum { type PKCS15_INFO (line 222) | typedef struct { FILE: deps/cl345/keyset/pkcs15_add.c function CHECK_RETVAL (line 33) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 113) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL (line 233) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 298) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 11 ) ) \ FILE: deps/cl345/keyset/pkcs15_adpb.c function calculatePubkeyStorage (line 40) | static int calculatePubkeyStorage( const PKCS15_INFO *pkcs15infoPtr, function calculateCertStorage (line 82) | static int calculateCertStorage( const PKCS15_INFO *pkcs15infoPtr, function deletePubKey (line 128) | static void deletePubKey( INOUT PKCS15_INFO *pkcs15infoPtr ) function replacePubkeyData (line 142) | static void replacePubkeyData( INOUT PKCS15_INFO *pkcs15infoPtr, function replaceCertData (line 178) | static void replaceCertData( INOUT PKCS15_INFO *pkcs15infoPtr, function CHECK_RETVAL (line 221) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 6 ) ) \ function CHECK_RETVAL (line 406) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function pkcs15AddPublicKey (line 504) | int pkcs15AddPublicKey( INOUT PKCS15_INFO *pkcs15infoPtr, FILE: deps/cl345/keyset/pkcs15_adpr.c function replacePrivkeyData (line 54) | static void replacePrivkeyData( INOUT PKCS15_INFO *pkcs15infoPtr, function CHECK_RETVAL (line 94) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function IN_BUFFER (line 154) | void updatePrivKeyAttributes( INOUT PKCS15_INFO *pkcs15infoPtr, function CHECK_RETVAL (line 227) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 334) | CHECK_RETVAL \ function createContexts (line 372) | static int createContexts( OUT_HANDLE_OPT CRYPT_CONTEXT *iGenericSecret, function CHECK_RETVAL (line 450) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ type PRIVKEY_WRITE_PARAMS (line 644) | typedef struct { function CHECK_RETVAL (line 678) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 795) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3, 5, 8, 9, 10, 11 ) ) \ function pkcs15AddPrivateKey (line 1064) | int pkcs15AddPrivateKey( INOUT PKCS15_INFO *pkcs15infoPtr, function pkcs15AddPrivateKey (line 1172) | int pkcs15AddPrivateKey( INOUT PKCS15_INFO *pkcs15infoPtr, FILE: deps/cl345/keyset/pkcs15_atrd.c type ALLOWED_ATTRIBUTE_TYPES (line 43) | typedef struct { function CHECK_RETVAL (line 75) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 214) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 268) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_SPECIAL (line 351) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readSubclassAttributes (line 467) | static int readSubclassAttributes( INOUT STREAM *stream, function CHECK_RETVAL (line 536) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readObjectAttributes (line 663) | int readObjectAttributes( INOUT STREAM *stream, FILE: deps/cl345/keyset/pkcs15_atwr.c function CHECK_RETVAL (line 30) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function getCertIDs (line 112) | static int getCertIDs( INOUT PKCS15_INFO *pkcs15infoPtr, function getKeyUsageFlags (line 232) | static int getKeyUsageFlags( IN_HANDLE const CRYPT_HANDLE iCryptContext, function sizeofObjectIDs (line 335) | static int sizeofObjectIDs( const PKCS15_INFO *pkcs15infoPtr ) function CHECK_RETVAL (line 384) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function OUT_LENGTH_BOUNDED_Z (line 611) | int writeCertAttributes( OUT_BUFFER( certAttributeMaxLen, *certAttribute... FILE: deps/cl345/keyset/pkcs15_get.c function CHECK_RETVAL (line 30) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function OUT_LENGTH_BOUNDED_Z (line 94) | static int getTrustedCert( IN_ARRAY( noPkcs15objects ) \ function CHECK_RETVAL (line 165) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 6 ) ) \ function getItemFunction (line 240) | static int getItemFunction( INOUT KEYSET_INFO *keysetInfoPtr, function CHECK_RETVAL (line 487) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 5 ) ) \ function getItem (line 548) | static int getItem( INOUT_ARRAY( noPkcs15objects ) PKCS15_INFO *pkcs15info, function getFirstItemFunction (line 681) | static int getFirstItemFunction( INOUT KEYSET_INFO *keysetInfoPtr, function getNextItemFunction (line 727) | static int getNextItemFunction( INOUT KEYSET_INFO *keysetInfoPtr, function getFirstItemFunction (line 793) | static int getFirstItemFunction( INOUT KEYSET_INFO *keysetInfoPtr, function getNextItemFunction (line 807) | static int getNextItemFunction( INOUT KEYSET_INFO *keysetInfoPtr, FILE: deps/cl345/keyset/pkcs15_getp.c function CHECK_RETVAL (line 52) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function readPublicKeyComponents (line 108) | int readPublicKeyComponents( const PKCS15_INFO *pkcs15infoPtr, function importSessionKey (line 279) | static int importSessionKey( IN_HANDLE const CRYPT_CONTEXT iSessionKey, function initKeys (line 378) | static int initKeys( IN_HANDLE const CRYPT_CONTEXT iGenericContext, function verifyEncKey (line 568) | static int verifyEncKey( INOUT_HANDLE CRYPT_CONTEXT *iCryptContext, function CHECK_RETVAL (line 679) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 6 ) ) \ FILE: deps/cl345/keyset/pkcs15_rd.c function copyObjectIdInfo (line 34) | static void copyObjectIdInfo( INOUT PKCS15_INFO *pkcs15infoPtr, function copyObjectPayloadInfo (line 100) | static int copyObjectPayloadInfo( INOUT PKCS15_INFO *pkcs15infoPtr, function readObject (line 191) | static int readObject( INOUT STREAM *stream, function readPkcs15Keyset (line 247) | int readPkcs15Keyset( INOUT STREAM *stream, FILE: deps/cl345/keyset/pkcs15_set.c function checkAddInfo (line 29) | static int checkAddInfo( const PKCS15_INFO *pkcs15infoPtr, function CHECK_RETVAL (line 158) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 523) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 569) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ FILE: deps/cl345/keyset/pkcs15_wr.c function CHECK_RETVAL (line 32) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 75) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 132) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/mechs/keyex.c function STDC_NONNULL_ARG (line 34) | CHECK_RETVAL_ENUM( CRYPT_FORMAT ) STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 122) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 174) | CHECK_RETVAL \ function C_CHECK_RETVAL (line 293) | C_CHECK_RETVAL C_NONNULL_ARG( ( 1 ) ) \ function C_RET (line 443) | C_RET cryptImportKey( C_IN void C_PTR encryptedKey, function C_CHECK_RETVAL (line 537) | C_CHECK_RETVAL C_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 621) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function C_RET (line 743) | C_RET cryptImportKeyEx( C_IN void C_PTR encryptedKey, function C_RET (line 755) | C_RET cryptImportKey( C_IN void C_PTR encryptedKey, function C_RET (line 765) | C_RET cryptExportKeyEx( C_OUT_OPT void C_PTR encryptedKey, function C_RET (line 778) | C_RET cryptExportKey( C_OUT_OPT void C_PTR encryptedKey, FILE: deps/cl345/mechs/keyex_int.c function CHECK_RETVAL (line 32) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 178) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 326) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 422) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/mechs/keyex_rw.c function CHECK_RETVAL (line 44) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 4 ) ) \ function CHECK_RETVAL (line 110) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeKeyDerivationInfo (line 184) | static int writeKeyDerivationInfo( INOUT STREAM *stream, function CHECK_RETVAL (line 242) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 336) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeCryptlibKek (line 427) | static int writeCryptlibKek( STREAM *stream, function CHECK_RETVAL (line 527) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 656) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeCmsKeytrans (line 713) | static int writeCmsKeytrans( INOUT STREAM *stream, function writeCmsKeytransOAEP (line 750) | static int writeCmsKeytransOAEP( INOUT STREAM *stream, function CHECK_RETVAL (line 794) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeCryptlibKeytrans (line 844) | static int writeCryptlibKeytrans( INOUT STREAM *stream, function CHECK_RETVAL (line 894) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writePgpKeytrans (line 988) | static int writePgpKeytrans( INOUT STREAM *stream, type KEYTRANS_READ_INFO (line 1045) | typedef struct { type KEYTRANS_WRITE_INFO (line 1058) | typedef struct { type KEK_READ_INFO (line 1074) | typedef struct { type KEK_WRITE_INFO (line 1087) | typedef struct { function getReadKeytransFunction (line 1101) | getReadKeytransFunction( IN_ENUM( KEYEX ) \ function getWriteKeytransFunction (line 1123) | getWriteKeytransFunction( IN_ENUM( KEYEX ) \ function getReadKekFunction (line 1145) | getReadKekFunction( IN_ENUM( KEYEX ) \ function getWriteKekFunction (line 1167) | getWriteKekFunction( IN_ENUM( KEYEX ) \ FILE: deps/cl345/mechs/mech.h type KEYEX_TYPE (line 56) | typedef enum { type SIGNATURE_TYPE (line 65) | typedef enum { type CHECK_RETVAL (line 83) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 86) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 6 ) ) \ type CHECK_RETVAL (line 111) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 114) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ type CHECK_RETVAL (line 125) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 128) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/mechs/mech_cwrap.c function CHECK_RETVAL (line 32) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 202) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ FILE: deps/cl345/mechs/mech_drv.c function CHECK_RETVAL (line 30) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 3, 5, 7, 8 ) ) \ function prfEnd (line 104) | static int prfEnd( IN const HASH_FUNCTION hashFunction, function CHECK_RETVAL (line 164) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3, 4, 6, 8 ) ) \ function CHECK_RETVAL (line 249) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 330) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 415) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 554) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ type TLS_PRF_INFO (line 646) | typedef struct { function CHECK_RETVAL (line 665) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function tlsPrfHash (line 767) | static int tlsPrfHash( INOUT_BUFFER_FIXED( outLength ) BYTE *out, function CHECK_RETVAL (line 834) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 933) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function IN_BUFFER (line 1001) | static int pgpPrfHash( OUT_BUFFER_FIXED( outLength ) BYTE *out, function CHECK_RETVAL (line 1075) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 1176) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ type MECHANISM_TEST_INFO (line 1234) | typedef struct { function CHECK_RETVAL (line 1334) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 1393) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ FILE: deps/cl345/mechs/mech_int.c function CHECK_RETVAL (line 43) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 99) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 138) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ FILE: deps/cl345/mechs/mech_pkwrap.c function CHECK_RETVAL (line 126) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 195) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 270) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function pkcUnwrapData (line 367) | static int pkcUnwrapData( MECHANISM_WRAP_INFO *mechanismInfo, function CHECK_RETVAL (line 458) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function recoverPkcs1DataBlock (line 518) | static int recoverPkcs1DataBlock( IN_BUFFER( dataLength ) const BYTE *data, type PKCS1_WRAP_TYPE (line 621) | typedef enum { function CHECK_RETVAL (line 633) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function pkcs1Unwrap (line 802) | static int pkcs1Unwrap( INOUT MECHANISM_WRAP_INFO *mechanismInfo, function CHECK_RETVAL (line 956) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 990) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ type LHASH_INFO (line 1026) | typedef struct { function CHECK_RETVAL (line 1056) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function recoverOaepDataBlock (line 1307) | static int recoverOaepDataBlock( OUT_BUFFER( messageMaxLen, *messageLen ) \ function CHECK_RETVAL (line 1443) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function importOAEP (line 1549) | int importOAEP( STDC_UNUSED void *dummy, type TEST_TYPE (line 1638) | typedef enum { function manipulateDataBlock (line 1648) | static void manipulateDataBlock( INOUT_BUFFER_FIXED( length ) BYTE *buffer, function testPKCS1 (line 1691) | testPKCS1( IN_ENUM( TEST ) const TEST_TYPE testType ) function testOAEP (line 1729) | testOAEP( IN_ENUM( TEST ) const TEST_TYPE testType ) function CHECK_RETVAL (line 1807) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ FILE: deps/cl345/mechs/mech_privk.c function CHECK_RETVAL (line 36) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 95) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 151) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 213) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type PRIVATEKEY_WRAP_TYPE (line 325) | typedef enum { PRIVATEKEY_WRAP_NONE, PRIVATEKEY_WRAP_NORMAL, function CHECK_RETVAL (line 328) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function privateKeyUnwrap (line 440) | static int privateKeyUnwrap( STDC_UNUSED void *dummy, function CHECK_RETVAL (line 507) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 525) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ type PRIVATEKEYPGP_WRAP_TYPE (line 564) | typedef enum { PRIVATEKEYPGP_WRAP_NONE, PRIVATEKEYPGP_WRAP_PGP2, function CHECK_RETVAL (line 569) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function importPrivateKeyPGP2 (line 655) | int importPrivateKeyPGP2( STDC_UNUSED void *dummy, function CHECK_RETVAL (line 664) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ FILE: deps/cl345/mechs/mech_sig.c function OUT_LENGTH_BOUNDED_Z (line 45) | static int readRawObject( INOUT STREAM *stream, function CHECK_RETVAL_PTR (line 106) | CHECK_RETVAL_PTR \ function CHECK_RETVAL_LENGTH_SHORT (line 141) | CHECK_RETVAL_LENGTH_SHORT \ function CHECK_RETVAL_LENGTH_SHORT (line 155) | CHECK_RETVAL_LENGTH_SHORT \ function RETVAL (line 172) | RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 254) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 312) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ type SIGN_TYPE (line 433) | typedef enum { SIGN_NONE, SIGN_PKCS1, SIGN_SSL, SIGN_LAST } SIGN_TYPE; function CHECK_RETVAL (line 437) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function sigcheck (line 605) | static int sigcheck( INOUT MECHANISM_SIGN_INFO *mechanismInfo, function CHECK_RETVAL (line 746) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 770) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ type TEST_TYPE (line 803) | typedef enum { function manipulateDataBlock (line 815) | static void manipulateDataBlock( INOUT_BUFFER_FIXED( length ) BYTE *buffer, function testPKCS1 (line 873) | testPKCS1( IN_ENUM( TEST ) const TEST_TYPE testType ) function CHECK_RETVAL (line 904) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ FILE: deps/cl345/mechs/obj_qry.c function CHECK_RETVAL (line 32) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 144) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 215) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 308) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function C_CHECK_RETVAL (line 423) | C_CHECK_RETVAL C_NONNULL_ARG( ( 1, 3 ) ) \ function C_RET (line 497) | C_RET cryptQueryObject( C_IN void C_PTR objectData, FILE: deps/cl345/mechs/sign.c function STDC_NONNULL_ARG (line 34) | CHECK_RETVAL_ENUM( CRYPT_FORMAT ) STDC_NONNULL_ARG( ( 1 ) ) \ function C_CHECK_RETVAL (line 116) | C_CHECK_RETVAL C_NONNULL_ARG( ( 3 ) ) \ function C_RET (line 252) | C_RET cryptCreateSignature( C_OUT_OPT void C_PTR signature, function C_CHECK_RETVAL (line 283) | C_CHECK_RETVAL C_NONNULL_ARG( ( 1 ) ) \ function C_RET (line 412) | C_RET cryptCheckSignature( C_IN void C_PTR signature, function CHECK_RETVAL (line 433) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function iCryptCheckSignature (line 626) | int iCryptCheckSignature( IN_BUFFER( signatureLength ) const void *signa... function C_RET (line 742) | C_RET cryptCreateSignatureEx( C_OUT_OPT void C_PTR signature, function C_RET (line 756) | C_RET cryptCreateSignature( C_OUT_OPT void C_PTR signature, function C_RET (line 768) | C_RET cryptCheckSignatureEx( C_IN void C_PTR signature, function C_RET (line 780) | C_RET cryptCheckSignature( C_IN void C_PTR signature, FILE: deps/cl345/mechs/sign_cms.c type CMS_ATTRIBUTE_INFO (line 39) | typedef struct { function CHECK_RETVAL (line 96) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 7 ) ) \ function CHECK_RETVAL (line 197) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 291) | CHECK_RETVAL \ function addCmsNonce (line 314) | static void addCmsNonce( IN_HANDLE const CRYPT_CERTIFICATE iCmsAttributes ) function addSigningCertificate (line 336) | static void addSigningCertificate( IN_HANDLE const CRYPT_CERTIFICATE iCm... function checkSigningCertificate (line 392) | static int checkSigningCertificate( IN_HANDLE const CRYPT_CERTIFICATE iC... function addSmimeCapabilities (line 458) | static void addSmimeCapabilities( IN_HANDLE const CRYPT_CERTIFICATE iCms... function CHECK_RETVAL (line 564) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function BOOLEAN (line 655) | const BOOLEAN lengthCheckOnly ) function CHECK_RETVAL (line 819) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 961) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/mechs/sign_int.c function CHECK_RETVAL (line 28) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 171) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 376) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/mechs/sign_pgp.c function CHECK_RETVAL (line 42) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 211) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 427) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/mechs/sign_rw.c function CHECK_RETVAL (line 36) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 85) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeX509Signature (line 119) | static int writeX509Signature( INOUT STREAM *stream, function CHECK_RETVAL (line 154) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeCmsSignature (line 269) | static int writeCmsSignature( INOUT STREAM *stream, function CHECK_RETVAL (line 296) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeCryptlibSignature (line 352) | static int writeCryptlibSignature( INOUT STREAM *stream, function CHECK_RETVAL (line 411) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 473) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 602) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 663) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readOpenPgpSigInfo (line 705) | static int readOpenPgpSigInfo( INOUT STREAM *stream, function CHECK_RETVAL (line 783) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writePgpSignature (line 876) | static int writePgpSignature( INOUT STREAM *stream, function CHECK_RETVAL (line 920) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1103) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1156) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeTls12Signature (line 1243) | static int writeTls12Signature( INOUT STREAM *stream, type SIG_READ_INFO (line 1301) | typedef struct { type SIG_WRITE_INFO (line 1327) | typedef struct { function getReadSigFunction (line 1354) | getReadSigFunction( IN_ENUM( SIGNATURE ) \ function getWriteSigFunction (line 1375) | getWriteSigFunction( IN_ENUM( SIGNATURE ) \ FILE: deps/cl345/mechs/sign_x509.c function createX509signature (line 45) | int createX509signature( OUT_BUFFER( signedObjectMaxLength, \ function CHECK_RETVAL (line 167) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 317) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ FILE: deps/cl345/misc/consts.h type KEYFORMAT_TYPE (line 438) | typedef enum { type MANAGEMENT_ACTION_TYPE (line 455) | typedef enum { FILE: deps/cl345/misc/debug.h type __int64 (line 440) | typedef __int64 HIRES_TIME; type HIRES_TIME (line 443) | typedef long long HIRES_TIME; type HIRES_TIME (line 446) | typedef unsigned long HIRES_TIME; FILE: deps/cl345/misc/fault.h type FAULT_TYPE (line 29) | typedef enum { FILE: deps/cl345/misc/int_api.c function CHECK_RETVAL_BOOL (line 30) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function BOOLEAN (line 64) | BOOLEAN checkEntropy( IN_BUFFER( dataLength ) const BYTE *data, function CHECK_RETVAL_BOOL (line 152) | CHECK_RETVAL_BOOL \ function CFI_CHECK_TYPE (line 212) | CFI_CHECK_TYPE cfiCheckSequence( const CFI_CHECK_TYPE initValue, function CHECK_RETVAL (line 237) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function attributeCopy (line 280) | int attributeCopy( INOUT MESSAGE_DATA *msgData, function CHECK_RETVAL_BOOL (line 297) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 330) | CHECK_RETVAL_BOOL \ function getRandomInteger (line 388) | int getRandomInteger( void ) function CHECK_RETVAL (line 425) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 3 ) ) \ type DWORD64 (line 579) | typedef DWORD64 MACHINE_WORD; type DWORD (line 581) | typedef DWORD MACHINE_WORD; type MACHINE_WORD (line 583) | typedef unsigned long MACHINE_WORD; function merdeMerdeHash (line 599) | static int merdeMerdeHash( const int value1, const int value2 ) function randomDelay (line 653) | static void randomDelay( IN_RANGE( 0, 10 ) const int baseDelaySeconds, function registerCryptoFailure (line 698) | int registerCryptoFailure( void ) function insertCryptoDelay (line 799) | int insertCryptoDelay( void ) function checksumData (line 839) | int checksumData( IN_BUFFER( dataLength ) const void *data, function hashData (line 870) | void hashData( OUT_BUFFER_FIXED( hashMaxLength ) BYTE *hash, function CHECK_RETVAL_BOOL (line 919) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1007) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1042) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function importCertFromStream (line 1077) | int importCertFromStream( INOUT TYPECAST( STREAM * ) void *streamPtr, function CHECK_RETVAL (line 1142) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function iCryptReadSubjectPublicKey (line 1203) | int iCryptReadSubjectPublicKey( INOUT TYPECAST( STREAM * ) void *streamPtr, function CHECK_RETVAL_ERROR (line 1345) | CHECK_RETVAL_ERROR STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readCharFunction (line 1540) | static int readCharFunction( INOUT TYPECAST( STREAM * ) void *streamPtr ) function CHECK_RETVAL_BOOL (line 1552) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL_BOOL (line 1616) | CHECK_RETVAL_BOOL \ FILE: deps/cl345/misc/int_api.h function CHECK_RETVAL (line 17) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 117) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type SYSVAR_TYPE (line 140) | typedef enum { type SYSVAR_TYPE (line 151) | typedef enum { type SYSVAR_TYPE (line 159) | typedef enum { function CHECK_RETVAL_STRINGOP (line 305) | CHECK_RETVAL_STRINGOP STDC_NONNULL_ARG( ( 1 ) ) \ type ERROR_INFO (line 460) | typedef struct { type OBJECT_NAME_INFO (line 474) | typedef struct { function IN_BUFFER (line 524) | void formatFingerprint( OUT_BUFFER_FIXED( fingerprintTextMaxLen ) \ function CHECK_RETVAL (line 641) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ type DYNBUF (line 923) | typedef struct { type HASH_STATE_TYPE (line 1025) | typedef enum { type STDC_NONNULL_ARG (line 1062) | typedef STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL_BOOL (line 1110) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/misc/int_attr.c type CURSOR_MOVE_TYPE (line 24) | typedef enum { function CHECK_RETVAL_PTR (line 172) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL_PTR (line 276) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL_PTR (line 341) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_PTR (line 423) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_PTR (line 586) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 2 ) )\ function CHECK_RETVAL_DATAPTR (line 674) | CHECK_RETVAL_DATAPTR STDC_NONNULL_ARG( ( 2 ) ) \ FILE: deps/cl345/misc/int_debug.c function remove (line 36) | int remove( const char *pathname ) function debugPrintf (line 78) | int debugPrintf( const char *format, ... ) function debugPrintf (line 104) | int debugPrintf( const char *format, ... ) function debugPrintf (line 126) | int debugPrintf( const char *format, ... ) function debugPrintf (line 150) | int debugPrintf( const char *format, ... ) function buildFilePath (line 166) | static void buildFilePath( IN_STRING const char *fileName, function CHECK_RETVAL_PTR (line 194) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1, 2 ) ) \ function debugDumpFileCert (line 254) | void debugDumpFileCert( IN_STRING const char *fileName, function debugDumpHex (line 300) | void debugDumpHex( IN_STRING const char *prefixString, function debugDumpData (line 353) | void debugDumpData( IN_BUFFER( dataLength ) const void *data, function debugDumpStream (line 393) | void debugDumpStream( INOUT /*STREAM*/ void *streamPtr, function displayBacktrace (line 433) | void displayBacktrace( void ) function __cyg_profile_func_enter (line 588) | void __cyg_profile_func_enter( void *func, void *caller ) { } function __cyg_profile_func_exit (line 591) | void __cyg_profile_func_exit( void *func, void *caller ) { } function displayBacktrace (line 594) | void displayBacktrace( void ) function debugGetStreamByte (line 654) | int debugGetStreamByte( INOUT /*STREAM*/ void *streamPtr, function CHECK_RETVAL (line 720) | CHECK_RETVAL \ function injectMemoryFault (line 738) | void injectMemoryFault( void ) function HIRES_TIME (line 764) | HIRES_TIME debugTimeDiff( HIRES_TIME startTime ) function debugTimeDisplay (line 792) | int debugTimeDisplay( HIRES_TIME timeValue ) FILE: deps/cl345/misc/int_env.c function OUT_BUFFER (line 28) | int envelopeWrap( IN_BUFFER( inDataLength ) const void *inData, function OUT_BUFFER (line 158) | int envelopeUnwrap( IN_BUFFER( inDataLength ) const void *inData, function CHECK_RETVAL (line 288) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3, 5 ) ) \ function OUT_BUFFER (line 425) | int envelopeSigCheck( IN_BUFFER( inDataLength ) const void *inData, FILE: deps/cl345/misc/int_err.c function CHECK_RETVAL_ERROR (line 29) | CHECK_RETVAL_ERROR \ function RETVAL_BOOL (line 54) | RETVAL_BOOL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function appendErrorString (line 105) | static void appendErrorString( INOUT ERROR_INFO *errorInfoPtr, function clearErrorString (line 142) | void clearErrorString( OUT ERROR_INFO *errorInfoPtr ) function setErrorString (line 150) | void setErrorString( OUT ERROR_INFO *errorInfoPtr, function copyErrorInfo (line 182) | void copyErrorInfo( OUT ERROR_INFO *destErrorInfoPtr, function readErrorInfo (line 199) | int readErrorInfo( OUT ERROR_INFO *errorInfo, function CHECK_RETVAL (line 241) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 3 ) ) STDC_PRINTF_FN( 3, 4 ) \ function CHECK_RETVAL (line 292) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 4 ) ) STDC_PRINTF_FN( 4, 5 ) \ type DESCRIPTION_MAP (line 523) | typedef struct { function CHECK_RETVAL (line 528) | CHECK_RETVAL \ function CHECK_RETVAL (line 584) | CHECK_RETVAL \ function CHECK_RETVAL (line 635) | CHECK_RETVAL \ function copyErrorInfo (line 715) | void copyErrorInfo( OUT ERROR_INFO *destErrorInfoPtr, FILE: deps/cl345/misc/int_mem.c function safeBufferInit (line 58) | void safeBufferInit( INOUT_BUFFER_FIXED( bufSize ) void *buffer, function CHECK_RETVAL_PTR (line 75) | CHECK_RETVAL_PTR \ function safeBufferFree (line 96) | void safeBufferFree( const void *buffer ) function CHECK_RETVAL_BOOL (line 111) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 204) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function dynDestroy (line 236) | void dynDestroy( INOUT DYNBUF *dynBuf ) type MEMPOOL_INFO (line 267) | typedef struct { function freeMemPool (line 364) | void freeMemPool( INOUT void *statePtr, IN void *memblock ) function wcPrintf (line 406) | static int wcPrintf( FORMAT_STRING const char *format, ... ) function clFreeFn (line 485) | void clFreeFn( const char *fileName, const char *fnName, function clFaultAllocSetCount (line 530) | void clFaultAllocSetCount( const int number ) FILE: deps/cl345/misc/int_string.c function strSkipNonWhitespace (line 89) | int strSkipNonWhitespace( IN_BUFFER( strLen ) const char *str, function CHECK_RETVAL (line 177) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 265) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 323) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function mbstowcs_s (line 444) | int mbstowcs_s( OUT size_t *retval, function wcstombs_s (line 471) | int wcstombs_s( OUT size_t *retval, function CHECK_RETVAL_BOOL (line 508) | CHECK_RETVAL_BOOL \ FILE: deps/cl345/misc/int_time.c function time_t (line 37) | time_t getTime( void ) function time_t (line 52) | time_t getApproxTime( void ) function time_t (line 74) | time_t getReliableTime( IN_HANDLE const CRYPT_HANDLE cryptHandle ) function CHECK_RETVAL_BOOL (line 150) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function handleTimeOutOfBounds (line 178) | void handleTimeOutOfBounds( INOUT MONOTIMER_INFO *timerInfo ) function CHECK_RETVAL_BOOL (line 194) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function setMonoTimer (line 281) | int setMonoTimer( OUT MONOTIMER_INFO *timerInfo, function extendMonoTimer (line 308) | void extendMonoTimer( INOUT MONOTIMER_INFO *timerInfo, function CHECK_RETVAL_BOOL (line 340) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function BOOLEAN (line 378) | BOOLEAN checkMonoTimerExpired( INOUT MONOTIMER_INFO *timerInfo ) function setTestTime (line 393) | static void setTestTime( const time_t value ) function clearTestTime (line 398) | static void clearTestTime( void ) function CHECK_RETVAL_BOOL (line 403) | CHECK_RETVAL_BOOL \ FILE: deps/cl345/misc/os_spec.c function threadPriority (line 37) | int threadPriority( void ) function PROCESS_ID_TYPE (line 65) | PROCESS_ID_TYPE threadSelf( void ) function INT8U (line 90) | INT8U threadSelf( void ) function ID (line 113) | ID threadSelf( void ) function asciiToEbcdic (line 212) | int asciiToEbcdic( char *dest, const char *src, const int length ) function ebcdicToAscii (line 225) | int ebcdicToAscii( char *dest, const char *src, const int length ) function asciiToEbcdic (line 239) | int asciiToEbcdic( char *dest, const char *src, const int length ) function ebcdicToAscii (line 250) | int ebcdicToAscii( char *dest, const char *src, const int length ) function CHECK_RETVAL_LENGTH_SHORT (line 334) | CHECK_RETVAL_LENGTH_SHORT STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_LENGTH_SHORT (line 379) | CHECK_RETVAL_LENGTH_SHORT STDC_NONNULL_ARG( ( 1, 3 ) ) \ function sPrintf_s (line 527) | int sPrintf_s( char *buffer, const int bufSize, const char *format, ... ) type tm (line 569) | struct tm type tm (line 569) | struct tm function time_t (line 572) | time_t my_mktime( struct tm *timeptr ) type tm (line 582) | struct tm type tm (line 582) | struct tm type tm (line 584) | struct tm function TaskType (line 604) | TaskType threadSelf( void ) function clFreeFn (line 638) | void clFreeFn( void *memblock ) function cryptlibMain (line 656) | uint32_t cryptlibMain( uint16_t cmd, void *cmdPBP, uint16_t launchFlags ) function rtems_id (line 693) | rtems_id threadSelf( void ) function time_t (line 715) | time_t my_mktime( struct tm *timeptr ) function getTickCount (line 743) | long getTickCount( long startTime ) function fixedSprintf (line 788) | int fixedSprintf( char *buffer, const int bufSize, const char *format, .... function threadYield (line 861) | void threadYield( void ) function getTickCount (line 885) | long getTickCount( long startTime ) function bcSnprintf (line 933) | int bcSnprintf( char *buffer, const int bufSize, const char *format, ... ) function bcVsnprintf (line 945) | int bcVsnprintf( char *buffer, const int bufSize, const char *format, va... function HMODULE (line 999) | static HMODULE WINAPI loadExistingLibrary( IN_STRING LPCTSTR lpFileName ) function HMODULE (line 1017) | static HMODULE WINAPI loadFromSystemDirectory( IN_BUFFER( fileNameLength... function HMODULE (line 1042) | HMODULE WINAPI SafeLoadLibrary( IN_STRING LPCTSTR lpFileName ) function HMODULE (line 1172) | HMODULE WINAPI SafeLoadLibrary( IN_STRING LPCTSTR lpFileName ) type SECURITY_INFO (line 1252) | typedef struct { function CHECK_RETVAL_PTR (line 1264) | CHECK_RETVAL_PTR \ function freeACLInfo (line 1344) | void freeACLInfo( IN TYPECAST( SECURITY_INFO * ) void *securityInfoPtr ) function BOOL (line 1386) | BOOL WINAPI DllMain( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvRese... function STDAPI (line 1434) | STDAPI DllRegisterServer( void ) function vc6assert (line 1462) | void vc6assert( const char *exprString, const char *fileName, function BOOL (line 1520) | BOOL WINAPI DllEntryPoint( HINSTANCE hinstDLL, DWORD fdwReason, function LibMain (line 1548) | int CALLBACK LibMain( HINSTANCE hInstance, WORD wDataSeg, WORD wHeapSize, function WEP (line 1557) | int CALLBACK WEP( int nSystemExit ) function BOOLEAN (line 1611) | BOOLEAN isRunningInVM( void ) function CHECK_RETVAL (line 1629) | CHECK_RETVAL \ function CHECK_RETVAL (line 1654) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function timeTToFileTime (line 1681) | static void timeTToFileTime( FILETIME *fileTime, const time_t timeT ) function time_t (line 1694) | time_t time( time_t *timePtr ) function time_t (line 1715) | time_t mktime( struct tm *tmStruct ) type tm (line 1738) | struct tm type tm (line 1740) | struct tm type tm (line 1751) | struct tm function debugPrintf (line 1771) | int debugPrintf( const char *format, ... ) function asciiToUnicode (line 1801) | int asciiToUnicode( wchar_t *dest, const int destMaxLen, function unicodeToAscii (line 1817) | int unicodeToAscii( char *dest, const int destMaxLen, function BOOL (line 1847) | BOOL WINAPI DllMain( HANDLE hinstDLL, DWORD dwReason, LPVOID lpvReserved ) function strnicmp (line 1893) | int strnicmp( const char *src, const char *dest, /* const */ int length ) function stricmp (line 1915) | int stricmp( const char *src, const char *dest ) function strlcpy_s (line 1950) | int strlcpy_s( char *dest, const int destLen, const char *src ) function strlcat_s (line 1968) | int strlcat_s( char *dest, const int destLen, const char *src ) type CPUID_INFO (line 2135) | typedef struct { unsigned int eax, ebx, ecx, edx; } CPUID_INFO; function cpuID (line 2138) | static void cpuID( OUT CPUID_INFO *result, const int type ) function getHWIntrins (line 2156) | CHECK_RETVAL_ENUM( HWINTRINS_FLAG ) \ type CPUID_INFO (line 2237) | typedef struct { unsigned int eax, ebx, ecx, edx; } CPUID_INFO; function CHECK_RETVAL_BOOL (line 2239) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function getHWIntrins (line 2339) | CHECK_RETVAL_ENUM( HWINTRINS_FLAG ) \ function getHWIntrins (line 2481) | CHECK_RETVAL_ENUM( HWINTRINS_FLAG ) \ function getHWIntrins (line 2504) | CHECK_RETVAL_ENUM( HWINTRINS_FLAG ) \ function CHECK_RETVAL (line 2522) | CHECK_RETVAL \ function CHECK_RETVAL_BOOL (line 2589) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 2652) | CHECK_RETVAL_BOOL \ function getHWCrypt (line 2701) | CHECK_RETVAL_ENUM( HWCRYPT_FLAG ) \ function getHWCrypt (line 2761) | CHECK_RETVAL_ENUM( HWCRYPT_FLAG ) \ function CHECK_RETVAL (line 2768) | CHECK_RETVAL \ function CHECK_RETVAL (line 2813) | CHECK_RETVAL \ function getSysVar (line 2827) | getSysVar( IN_ENUM( SYSVAR ) const SYSVAR_TYPE type ) function ptr_diff (line 2861) | int ptr_diff( const void *ptr1, const void *ptr2 ) FILE: deps/cl345/misc/os_spec.h type INT_PTR (line 65) | typedef INT_PTR intptr_t; type UINT_PTR (line 66) | typedef UINT_PTR uintptr_t; type BYTE (line 173) | typedef unsigned char BYTE; type BOOLEAN (line 176) | typedef bool BOOLEAN; type BOOLEAN (line 189) | typedef int BOOLEAN; type BOOLEAN (line 199) | typedef int BOOLEAN; type BOOLEAN_INT (line 207) | typedef int BOOLEAN_INT; type wchar_t (line 519) | typedef unsigned short int wchar_t; FILE: deps/cl345/misc/pgp.h type PGP_PACKET_TYPE (line 22) | typedef enum { type PGP_SUBPACKET_TYPE (line 47) | typedef enum { type PGP_ALGOCLASS_TYPE (line 241) | typedef enum { FILE: deps/cl345/misc/pgp_misc.c type PGP_ALGOMAP_INFO (line 28) | typedef struct { function CHECK_RETVAL (line 154) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 306) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function readPgpS2K (line 434) | int readPgpS2K( INOUT STREAM *stream, FILE: deps/cl345/misc/rpc.h type COMMAND_TYPE (line 31) | typedef enum { type DBX_COMMAND_TYPE (line 60) | typedef enum { type COMMAND_INFO (line 233) | typedef struct { FILE: deps/cl345/misc/safety.h type ACCESS_TOKEN (line 432) | typedef unsigned int ACCESS_TOKEN; type CFI_CHECK_TYPE (line 474) | typedef unsigned int CFI_CHECK_TYPE; type DATAPTR (line 1066) | typedef struct { type FNPTR (line 1070) | typedef struct { type SAFE_FLAGS (line 1184) | typedef struct { type SAFE_BOOLEAN (line 1326) | typedef struct { FILE: deps/cl345/misc/user.c type USERID_TYPE (line 21) | typedef enum { type USER_INDEX_INFO (line 53) | typedef struct { function CHECK_RETVAL (line 90) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function openUserKeyset (line 133) | static int openUserKeyset( OUT_HANDLE_OPT CRYPT_KEYSET *iUserKeyset, function CHECK_RETVAL (line 151) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 214) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL (line 269) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function createUserEntry (line 350) | static int createUserEntry( OUT_PTR_COND USER_FILE_INFO **userIndexPtrPtr, function CHECK_RETVAL (line 417) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 495) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 569) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 647) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 3 ) ) \ function CHECK_RETVAL (line 683) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 832) | CHECK_RETVAL_PTR_NONNULL \ function CHECK_RETVAL (line 842) | CHECK_RETVAL \ function CHECK_RETVAL (line 870) | CHECK_RETVAL \ function CHECK_RETVAL (line 879) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 3 ) ) \ function CHECK_RETVAL (line 940) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 3 ) ) \ function CHECK_RETVAL (line 998) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1137) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1195) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1268) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function endUserIndex (line 1354) | void endUserIndex( IN void *userIndexPtr ) FILE: deps/cl345/misc/user.h type USER_STATE_TYPE (line 14) | typedef enum { type CONFIG_DISPOSITION_TYPE (line 33) | typedef enum { type USER_FILE_INFO (line 51) | typedef struct { type USER_INFO (line 66) | typedef struct UI { FILE: deps/cl345/misc/user_attr.c function CHECK_RETVAL (line 26) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 56) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 180) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 317) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 481) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 518) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/misc/user_cfg.c function CHECK_RETVAL_PTR (line 182) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 234) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 269) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL (line 340) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function setOptionSpecial (line 443) | int setOptionSpecial( INOUT_ARRAY( configOptionsCount ) TYPECAST( OPTION... function CHECK_RETVAL (line 565) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function endOptions (line 656) | void endOptions( IN_ARRAY( configOptionsCount ) TYPECAST( OPTION_INFO * ) \ FILE: deps/cl345/misc/user_int.h type OPTION_TYPE (line 14) | typedef enum { type BUILTIN_OPTION_INFO (line 28) | typedef struct { type OPTION_INFO (line 38) | typedef struct { FILE: deps/cl345/misc/user_rw.c function CHECK_RETVAL (line 31) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 123) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 195) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 286) | CHECK_RETVAL \ function CHECK_RETVAL (line 321) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 429) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function prepareConfigData (line 486) | int prepareConfigData( INOUT_ARRAY( configOptionsCount ) TYPECAST( OPTIO... function CHECK_RETVAL (line 537) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 620) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/random/4758.c function fastPoll (line 27) | void fastPoll( void ) function slowPoll (line 39) | void slowPoll( void ) FILE: deps/cl345/random/amx.c function fastPoll (line 26) | void fastPoll( void ) function slowPoll (line 36) | void slowPoll( void ) FILE: deps/cl345/random/beos.c type key_info (line 38) | typedef struct { function fastPoll (line 47) | void fastPoll( void ) function slowPoll (line 86) | void slowPoll( void ) FILE: deps/cl345/random/chorus.c function fastPoll (line 28) | void fastPoll( void ) function slowPoll (line 44) | void slowPoll( void ) FILE: deps/cl345/random/dos.c function fastPoll (line 26) | void fastPoll( void ) function slowPoll (line 38) | void slowPoll( void ) FILE: deps/cl345/random/ecos.c function slowPoll (line 36) | void slowPoll( void ) function fastPoll (line 127) | void fastPoll( void ) FILE: deps/cl345/random/embos.c function fastPoll (line 29) | void fastPoll( void ) function slowPoll (line 47) | void slowPoll( void ) FILE: deps/cl345/random/mac.c function fastPoll (line 56) | void fastPoll( void ) function slowPoll (line 207) | void slowPoll( void ) FILE: deps/cl345/random/mgos.c function fastPoll (line 26) | void fastPoll( void ) function slowPoll (line 45) | void slowPoll( void ) FILE: deps/cl345/random/mqx.c function fastPoll (line 33) | void fastPoll( void ) function slowPoll (line 48) | void slowPoll( void ) FILE: deps/cl345/random/mvs.c function fastPoll (line 38) | void fastPoll( void ) function getProcInfo (line 56) | static void getProcInfo( void ) function slowPoll (line 100) | void slowPoll( void ) FILE: deps/cl345/random/os2.c function USHORT (line 47) | USHORT _DosQProcStatus(PVOID pBuf, USHORT cbBuf) type qsGrec_t (line 97) | typedef struct qsGrec_s { /* Global record */ type qsTrec_t (line 103) | typedef struct qsTrec_s { /* Thread record */ type qsPrec_t (line 117) | typedef struct qsPrec_s { /* Process record */ type qsS16Headrec_t (line 142) | typedef struct qsS16Headrec_s { /* 16 Bit System Semaphore record */ type qsMrec_t (line 150) | typedef struct qsMrec_s { /* Shared Memory Segment record */ type qsLrec_t (line 158) | typedef struct qsLrec_s { /* Executable Module record */ type qsPtrRec_t (line 168) | typedef struct qsPtrRec_s { /* Pointer record */ function fastPoll (line 176) | void fastPoll( void ) function slowPoll (line 256) | void slowPoll( void ) function ULONG (line 290) | ULONG DosGetThreadID( void ) FILE: deps/cl345/random/osek.c function fastPoll (line 26) | void fastPoll( void ) function slowPoll (line 37) | void slowPoll( void ) FILE: deps/cl345/random/palmos.c function fastPoll (line 40) | void fastPoll( void ) function slowPoll (line 85) | void slowPoll( void ) FILE: deps/cl345/random/rand_x917.c function CHECK_RETVAL_BOOL (line 26) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function setKeyX917 (line 123) | int setKeyX917( INOUT RANDOM_INFO *randomInfo, function setKeyX917 (line 194) | int setKeyX917( INOUT RANDOM_INFO *randomInfo, function CHECK_RETVAL (line 247) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type X917_MCT_TESTDATA (line 447) | typedef struct { type X917_VST_TESTDATA (line 455) | typedef struct { function printVector (line 884) | static void printVector( const char *description, const BYTE *data ) function printVectors (line 895) | static void printVectors( const BYTE *key, const BYTE *dt, const BYTE *v, function CHECK_RETVAL (line 921) | CHECK_RETVAL \ function CHECK_RETVAL (line 966) | CHECK_RETVAL \ function CHECK_RETVAL (line 1001) | CHECK_RETVAL \ function CHECK_RETVAL (line 1068) | CHECK_RETVAL \ FILE: deps/cl345/random/random.c function CHECK_RETVAL_BOOL (line 124) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_BOOL (line 157) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 209) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 346) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function getRandomOutput (line 513) | static int getRandomOutput( INOUT RANDOM_INFO *randomInfo, function CHECK_RETVAL (line 668) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function endRandomInfo (line 1083) | void endRandomInfo( INOUT TYPECAST( RANDOM_INFO ** ) void **randomInfoPt... function CHECK_RETVAL (line 1120) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function addEntropyQuality (line 1237) | int addEntropyQuality( INOUT TYPECAST( RANDOM_INFO * ) void *randomInfoPtr, function addStoredSeedData (line 1334) | static void addStoredSeedData( INOUT RANDOM_INFO *randomInfo ) type RANDOM_STATE_INFO (line 1433) | typedef struct { function CHECK_RETVAL (line 1440) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function RETVAL (line 1553) | RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/random/random.h type BYTE (line 96) | typedef BYTE RANDOM_STATE[ 128 ]; FILE: deps/cl345/random/random_int.h type X917_KEY (line 99) | typedef struct { type X917_KEYDATA (line 102) | typedef struct { type X917_KEY (line 110) | typedef struct { type X917_KEYDATA (line 113) | typedef struct { type RANDOM_INFO (line 132) | typedef struct { FILE: deps/cl345/random/tandem.c function getProcessList (line 135) | static int getProcessList( const short int cpuNo, short int *pidBuffer, function fastPoll (line 173) | void fastPoll( void ) function slowPoll (line 233) | void slowPoll( void ) FILE: deps/cl345/random/telit.c function fastPoll (line 24) | void fastPoll( void ) function slowPoll (line 29) | void slowPoll( void ) FILE: deps/cl345/random/threadx.c function fastPoll (line 24) | void fastPoll( void ) function slowPoll (line 29) | void slowPoll( void ) FILE: deps/cl345/random/ucosii.c function fastPoll (line 28) | void fastPoll( void ) function slowPoll (line 33) | void slowPoll( void ) FILE: deps/cl345/random/uitron.c function fastPoll (line 28) | void fastPoll( void ) function slowPoll (line 33) | void slowPoll( void ) FILE: deps/cl345/random/unix.c type rlimit (line 157) | struct rlimit { int dummy1, dummy2; } type rusage (line 158) | struct rusage { int dummy; } function fastPoll (line 230) | void fastPoll( void ) type SYSCTL_INFO (line 408) | typedef struct { type kinfo_proc2 (line 496) | struct kinfo_proc2 function CHECK_RETVAL (line 556) | CHECK_RETVAL \ function CHECK_RETVAL (line 645) | CHECK_RETVAL \ function CHECK_RETVAL (line 726) | CHECK_RETVAL \ function CHECK_RETVAL (line 775) | CHECK_RETVAL \ function CHECK_RETVAL (line 847) | CHECK_RETVAL \ type PERF_READ_INFO (line 960) | typedef struct __attribute__((packed)) { function CHECK_RETVAL_BOOL (line 973) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL (line 1047) | CHECK_RETVAL \ function CHECK_RETVAL (line 1094) | CHECK_RETVAL \ function CHECK_RETVAL (line 1150) | CHECK_RETVAL \ function getHWRNGNAME (line 1215) | static int getHWRNGNAME( BYTE *buffer, const int bufSize ) function CHECK_RETVAL (line 1243) | CHECK_RETVAL \ function CHECK_RETVAL (line 1298) | CHECK_RETVAL \ function CHECK_RETVAL (line 1396) | CHECK_RETVAL \ function CHECK_RETVAL (line 1574) | CHECK_RETVAL \ function CHECK_RETVAL (line 1731) | CHECK_RETVAL \ type DATA_SOURCE_INFO (line 1890) | typedef struct { type sigaction (line 2066) | struct sigaction type GATHERER_INFO (line 2074) | typedef struct { type rusage (line 2085) | struct rusage type rusage (line 2100) | struct rusage type rusage (line 2102) | struct rusage function my_sched_yield (line 2112) | static void my_sched_yield( void ) function CHECK_RETVAL (line 2156) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function my_pclose (line 2303) | static int my_pclose( INOUT DATA_SOURCE_INFO *entry, function getEntropySourceData (line 2338) | static int getEntropySourceData( INOUT DATA_SOURCE_INFO *dataSource, function childPollingProcess (line 2427) | static void childPollingProcess( const int existingEntropy ) function externalSourcesPoll (line 2692) | static void externalSourcesPoll( const int existingEntropy ) function externalSourcesPollComplete (line 2819) | static int externalSourcesPollComplete( const BOOLEAN force ) function slowPoll (line 2957) | void slowPoll( void ) function CHECK_RETVAL (line 3111) | CHECK_RETVAL \ function BOOLEAN (line 3182) | BOOLEAN forkCheck( const BOOLEAN checkForked ) function setForked (line 3200) | void setForked( void ) function BOOLEAN (line 3210) | BOOLEAN forkCheck( const BOOLEAN checkForked ) function initRandomPolling (line 3234) | void initRandomPolling( void ) function endRandomPolling (line 3252) | void endRandomPolling( void ) FILE: deps/cl345/random/vdk.c function fastPoll (line 28) | void fastPoll( void ) function slowPoll (line 33) | void slowPoll( void ) FILE: deps/cl345/random/vmcms.c function fastPoll (line 22) | void fastPoll( void ) function slowPoll (line 33) | void slowPoll( void ) FILE: deps/cl345/random/vxworks.c function fastPoll (line 34) | void fastPoll( void ) function slowPoll (line 72) | void slowPoll( void ) FILE: deps/cl345/random/win16.c function fastPoll (line 24) | void fastPoll( void ) function slowPoll (line 83) | void slowPoll( void ) FILE: deps/cl345/random/win32.c function initSystemRNG (line 196) | static void initSystemRNG( void ) function readSystemRNG (line 245) | static void readSystemRNG( void ) function endSystemRNG (line 313) | static void endSystemRNG( void ) function readTPMRNG (line 324) | static void readTPMRNG( void ) type QUANTIS_HANDLE (line 399) | typedef struct { function initExternalRNG (line 432) | static void initExternalRNG( void ) function readExternalRNG (line 495) | static void readExternalRNG( void ) function endExternalRNG (line 531) | static void endExternalRNG( void ) type SharedIndex (line 560) | typedef struct { type SharedSensor (line 565) | typedef struct { type SharedInfo (line 580) | typedef struct { type SharedData (line 591) | typedef struct { function readMBMData (line 606) | static void readMBMData( void ) function readEverestData (line 644) | static void readEverestData( void ) type BYTE (line 690) | typedef BYTE VARIANT[ 16 ]; type BYTE (line 691) | typedef BYTE UINT8; type WORD (line 692) | typedef WORD UINT16; type SYSTOOL_SENSOR_TYPE (line 696) | typedef enum { sUnknown, sNumber, sTemperature, sVoltage, sRPM, sBytes, type SYSTOOL_SHMEM_SENSOR (line 700) | typedef struct { type SYSTOOL_SHMEM (line 711) | typedef struct { function readSysToolData (line 717) | static void readSysToolData( void ) type RTHM_SHARED_MEMORY_HEADER (line 760) | typedef struct { type RTHM_SHARED_MEMORY_ENTRY (line 768) | typedef struct { function readRivaTunerData (line 777) | static void readRivaTunerData( void ) type HMONITOR_DATA (line 823) | typedef struct { function readHMonitorData (line 831) | static void readHMonitorData( void ) type TRAY_TOOLS_DATA (line 871) | typedef struct { function readATITrayToolsData (line 892) | static void readATITrayToolsData( void ) type CORE_TEMP_SHARED_DATA (line 932) | typedef struct function readCoreTempData (line 948) | static void readCoreTempData( void ) type GPUZ_RECORD (line 990) | typedef struct { type GPUZ_SENSOR_RECORD (line 995) | typedef struct { type GPUZ_SH_MEM (line 1002) | typedef struct { function readGPUZData (line 1012) | static void readGPUZData( void ) type SP_DEVINFO_DATA (line 1072) | typedef struct _SP_DEVINFO_DATA { function readPnPData (line 1092) | static void readPnPData( void ) function readACPIData (line 1198) | static void readACPIData( void ) type IP_ADDRESS_STRING (line 1273) | typedef struct { type IP_ADDR_STRING (line 1277) | typedef struct _IP_ADDR_STRING { type FIXED_INFO (line 1284) | typedef struct { function readNetworkData (line 1305) | static void readNetworkData( void ) type alignStruct (line 1716) | struct alignStruct { type alignStruct (line 1720) | struct alignStruct type alignStruct (line 1720) | struct alignStruct function registryPoll (line 1859) | static void registryPoll( void ) function slowPollWindows (line 2008) | static void slowPollWindows( void ) function threadSafeSlowPollWindows (line 2355) | unsigned __stdcall threadSafeSlowPollWindows( void *dummy ) function slowPoll (line 2419) | void slowPoll( void ) function CHECK_RETVAL (line 2477) | CHECK_RETVAL \ function initRandomPolling (line 2527) | void initRandomPolling( void ) function endRandomPolling (line 2537) | void endRandomPolling( void ) FILE: deps/cl345/random/wince.c type BOOL (line 38) | typedef BOOL ( *CEGENRANDOM )( DWORD dwLen, BYTE *pbBuffer ); type DWORD (line 39) | typedef DWORD ( *GETSYSTEMPOWERSTATUS )( PSYSTEM_POWER_STATUS_EX2 pSyste... function fastPoll (line 44) | void fastPoll( void ) function slowPollWinCE (line 223) | static void slowPollWinCE( void ) function DWORD (line 446) | DWORD WINAPI threadSafeSlowPoll( void *dummy ) function slowPoll (line 458) | void slowPoll( void ) function waitforRandomCompletion (line 477) | int waitforRandomCompletion( const BOOLEAN force ) function initRandomPolling (line 525) | void initRandomPolling( void ) function endRandomPolling (line 531) | void endRandomPolling( void ) FILE: deps/cl345/random/xmk.c function fastPoll (line 29) | void fastPoll( void ) function slowPoll (line 34) | void slowPoll( void ) FILE: deps/cl345/session/certstore.c function CHECK_RETVAL (line 56) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function sendCertErrorResponse (line 200) | void sendCertErrorResponse( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 229) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 344) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/session/certstore.h type CERTSTORE_READ_INFO (line 30) | typedef struct { FILE: deps/cl345/session/cmp.c function CHECK_RETVAL_BOOL (line 30) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function SESSION_INFO (line 75) | const SESSION_INFO *sessionInfoPtr ) function reqToResp (line 168) | int reqToResp( IN_ENUM_OPT( CMP_MESSAGE ) const CMP_MESSAGE_TYPE reqType ) function initCMPprotocolInfo (line 183) | void initCMPprotocolInfo( OUT CMP_PROTOCOL_INFO *protocolInfo, function CHECK_RETVAL (line 200) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function destroyCMPprotocolInfo (line 291) | void destroyCMPprotocolInfo( INOUT CMP_PROTOCOL_INFO *protocolInfo ) function shutdownFunction (line 321) | static void shutdownFunction( INOUT SESSION_INFO *sessionInfoPtr ) function CHECK_RETVAL (line 342) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function setAttributeFunction (line 381) | static int setAttributeFunction( INOUT SESSION_INFO *sessionInfoPtr, FILE: deps/cl345/session/cmp.h type CMP_MESSAGE_TYPE (line 194) | typedef enum { type CMPBODY_TYPE (line 280) | typedef enum { type CMP_PROTOCOL_INFO (line 316) | typedef struct { FILE: deps/cl345/session/cmp_cli.c function clibReqToReq (line 39) | static int clibReqToReq( IN_ENUM( CRYPT_REQUESTTYPE ) const int reqType ) function CHECK_RETVAL (line 212) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 270) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function clientTransactWrapper (line 444) | static int clientTransactWrapper( INOUT SESSION_INFO *sessionInfoPtr ) function initCMPclientProcessing (line 473) | void initCMPclientProcessing( SESSION_INFO *sessionInfoPtr ) FILE: deps/cl345/session/cmp_crypt.c function CHECK_RETVAL (line 32) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function readMacInfo (line 137) | int readMacInfo( INOUT STREAM *stream, function CHECK_RETVAL (line 295) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function checkMessageMAC (line 350) | int checkMessageMAC( INOUT STREAM *stream, function checkMessageSignature (line 392) | int checkMessageSignature( INOUT CMP_PROTOCOL_INFO *protocolInfo, function IN_BUFFER (line 526) | int writeSignedProtinfo( IN_HANDLE const CRYPT_CONTEXT iSignContext, FILE: deps/cl345/session/cmp_err.c type FAILURE_INFO (line 40) | typedef struct { function getFailureInfo (line 121) | static int getFailureInfo( OUT_BUFFER_ALLOC_OPT( *stringLength ) \ function getFailureBitString (line 205) | static long getFailureBitString( IN_STATUS const int pkiStatus ) function CHECK_RETVAL (line 255) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL_LENGTH_SHORT_NOERROR (line 348) | CHECK_RETVAL_LENGTH_SHORT_NOERROR \ function CHECK_RETVAL (line 377) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/session/cmp_rd.c function CHECK_RETVAL (line 33) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readGeneralInfo (line 107) | static int readGeneralInfo( INOUT STREAM *stream, function CHECK_RETVAL (line 136) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 191) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 242) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 293) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function updateCertID (line 366) | int updateCertID( INOUT SESSION_INFO *sessionInfoPtr, function updateMacInfo (line 404) | static int updateMacInfo( INOUT SESSION_INFO *sessionInfoPtr, function readPkiHeader (line 492) | static int readPkiHeader( INOUT STREAM *stream, FILE: deps/cl345/session/cmp_rdmsg.c function maxLength (line 59) | const int maxLength ) function CHECK_RETVAL (line 93) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 203) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ type EXT_ERROR_MAP_INFO (line 252) | typedef struct { function CHECK_RETVAL (line 274) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function readRequestBody (line 364) | static int readRequestBody( INOUT STREAM *stream, function readResponseBody (line 515) | static int readResponseBody( INOUT STREAM *stream, function readConfBody (line 689) | static int readConfBody( INOUT STREAM *stream, function CHECK_RETVAL (line 774) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type MESSAGEREAD_INFO (line 916) | typedef struct { function getMessageReadFunction (line 939) | getMessageReadFunction( IN_ENUM_OPT( CMP_MESSAGE ) \ FILE: deps/cl345/session/cmp_svr.c function reqToClibReq (line 41) | static int reqToClibReq( IN_ENUM_OPT( CMP_MESSAGE ) \ function CHECK_RETVAL (line 59) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function initServerAuthentSign (line 184) | int initServerAuthentSign( INOUT SESSION_INFO *sessionInfoPtr, function sendErrorResponse (line 294) | static void sendErrorResponse( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 354) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function initCMPserverProcessing (line 795) | void initCMPserverProcessing( SESSION_INFO *sessionInfoPtr ) FILE: deps/cl345/session/cmp_wr.c function CHECK_RETVAL (line 70) | CHECK_RETVAL \ function CHECK_RETVAL (line 82) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function writePkiHeader (line 252) | static int writePkiHeader( INOUT STREAM *stream, FILE: deps/cl345/session/cmp_wrmsg.c function writeRequestBody (line 37) | static int writeRequestBody( INOUT STREAM *stream, function CHECK_RETVAL (line 97) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function writeEncryptedResponseBody (line 144) | static int writeEncryptedResponseBody( INOUT STREAM *stream, function writeResponseBody (line 236) | static int writeResponseBody( INOUT STREAM *stream, function writeConfBody (line 295) | static int writeConfBody( INOUT STREAM *stream, function CHECK_RETVAL (line 341) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 375) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 467) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ FILE: deps/cl345/session/ocsp.c type OCSPRESPONSE_TYPE (line 32) | typedef enum { function sendErrorResponse (line 56) | static void sendErrorResponse( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 81) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function CHECK_RETVAL (line 174) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 416) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 523) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 617) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 655) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 711) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/session/pnppki.c type KEY_TYPE (line 25) | typedef enum { function RETVAL (line 78) | RETVAL \ function CHECK_RETVAL_BOOL (line 110) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 154) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 236) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 374) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 440) | CHECK_RETVAL STDC_NONNULL_ARG( ( 4 ) ) \ function updateTrustedCerts (line 489) | static int updateTrustedCerts( IN_HANDLE const CRYPT_HANDLE iCryptHandle, function CHECK_RETVAL (line 527) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/session/rtcs.c type ACTION_TYPE (line 31) | typedef enum { type RTCS_PROTOCOL_INFO (line 42) | typedef struct { function CHECK_RETVAL (line 69) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 150) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 262) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 364) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 462) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 502) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 560) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/session/scep.c function CHECK_RETVAL_BOOL (line 30) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function initSCEPprotocolInfo (line 64) | void initSCEPprotocolInfo( OUT SCEP_PROTOCOL_INFO *protocolInfo ) function destroySCEPprotocolInfo (line 73) | void destroySCEPprotocolInfo( INOUT SCEP_PROTOCOL_INFO *protocolInfo ) function CHECK_RETVAL_BOOL (line 88) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL_BOOL (line 128) | CHECK_RETVAL_BOOL \ function CHECK_RETVAL (line 162) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 257) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function createScepAttributes (line 312) | int createScepAttributes( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 448) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 540) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function checkAttributeFunction (line 676) | static int checkAttributeFunction( INOUT SESSION_INFO *sessionInfoPtr, FILE: deps/cl345/session/scep.h type SCEP_PROTOCOL_INFO (line 96) | typedef struct { FILE: deps/cl345/session/scep_cli.c function CHECK_RETVAL (line 22) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function BOOLEAN (line 104) | static BOOLEAN isSameCertificate( IN_HANDLE const CRYPT_CERTIFICATE iCry... function CHECK_RETVAL (line 171) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 225) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type GETREQUEST_TYPE (line 350) | typedef enum { GETREQUEST_NONE, GETREQUEST_GETCACAPS, GETREQUEST_GETCACERT, function CHECK_RETVAL (line 439) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function getCACertificate (line 520) | static int getCACertificate( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 669) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 807) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 874) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 928) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1059) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1159) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1313) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function clientTransactWrapper (line 1469) | static int clientTransactWrapper( INOUT SESSION_INFO *sessionInfoPtr ) function initSCEPclientProcessing (line 1498) | void initSCEPclientProcessing( SESSION_INFO *sessionInfoPtr ) FILE: deps/cl345/session/scep_svr.c function sendErrorResponse (line 53) | static void sendErrorResponse( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 116) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 200) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 327) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 624) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 714) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 823) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function initSCEPserverProcessing (line 1040) | void initSCEPserverProcessing( SESSION_INFO *sessionInfoPtr ) FILE: deps/cl345/session/scorebrd.c function CHECK_RETVAL_BOOL (line 30) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function BOOLEAN (line 60) | static BOOLEAN sanityCheckScoreboardEntry( const SCOREBOARD_INDEX *score... function BOOLEAN (line 110) | static BOOLEAN isEmptyEntry( const SCOREBOARD_INDEX *scoreboardEntryPtr ) function clearScoreboardEntry (line 127) | static void clearScoreboardEntry( SCOREBOARD_INDEX *scoreboardEntryPtr ) function IN_BUFFER_OPT (line 426) | static int addEntry( INOUT SCOREBOARD_INDEX_INFO *scoreboardIndexInfo, function lookupScoreboardEntry (line 670) | int lookupScoreboardEntry( INOUT TYPECAST( SCOREBOARD_INDEX_INFO * ) \ function SCOREBOARD_INFO (line 708) | const SCOREBOARD_INFO *scoreboardInfo ) function IN_BUFFER (line 736) | int addScoreboardEntryEx( INOUT void *scoreboardIndexInfoPtr, function CHECK_RETVAL (line 906) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function endScoreboard (line 968) | void endScoreboard( INOUT TYPECAST( SCOREBOARD_INDEX_INFO * ) \ FILE: deps/cl345/session/scorebrd.h type SCOREBOARD_KEY_TYPE (line 22) | typedef enum { type SCOREBOARD_INFO (line 32) | typedef struct { type BYTE (line 49) | typedef BYTE SCOREBOARD_STATE[ 64 ]; FILE: deps/cl345/session/scorebrd_int.h type BYTE (line 61) | typedef BYTE SCOREBOARD_DATA[ SCOREBOARD_DATA_SIZE ]; type SCOREBOARD_INDEX (line 63) | typedef struct { type SCOREBOARD_INDEX_INFO (line 104) | typedef struct { FILE: deps/cl345/session/sess_attr.c function CHECK_RETVAL (line 26) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 56) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 86) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 218) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 358) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 475) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 600) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 677) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 928) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 977) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/session/sess_iattr.c function CHECK_RETVAL (line 37) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 139) | CHECK_RETVAL_PTR \ function lockEphemeralAttributes (line 262) | void lockEphemeralAttributes( INOUT ATTRIBUTE_LIST *attributeListHead ) function checkMissingInfo (line 284) | CHECK_RETVAL_ENUM( CRYPT_ATTRIBUTE ) \ function CHECK_RETVAL (line 339) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function setSessionAttributeCursor (line 409) | int setSessionAttributeCursor( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL_PTR (line 487) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 520) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 579) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function addSessionInfo (line 668) | int addSessionInfo( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 685) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function addSessionInfoComposite (line 729) | int addSessionInfoComposite( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 760) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function deleteSessionInfo (line 822) | int deleteSessionInfo( INOUT SESSION_INFO *sessionInfoPtr, function deleteSessionInfoAll (line 869) | void deleteSessionInfoAll( INOUT SESSION_INFO *sessionInfoPtr ) FILE: deps/cl345/session/sess_rd.c function CHECK_RETVAL_BOOL (line 58) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 199) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 313) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function readFixedHeader (line 369) | int readFixedHeader( INOUT SESSION_INFO *sessionInfoPtr, function tryRead (line 539) | static int tryRead( INOUT SESSION_INFO *sessionInfoPtr, function getData (line 698) | static int getData( INOUT SESSION_INFO *sessionInfoPtr, function getSessionData (line 864) | int getSessionData( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 967) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/session/sess_wr.c function CHECK_RETVAL_BOOL (line 56) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 150) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 358) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function CHECK_RETVAL (line 543) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/session/sess_ws.c function CHECK_RETVAL_BOOL (line 32) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 72) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_PTR_NONNULL (line 134) | CHECK_RETVAL_PTR_NONNULL \ function debugDumpWS (line 168) | void debugDumpWS( const SESSION_INFO *sessionInfoPtr, function calculateAuthValue (line 215) | static int calculateAuthValue( OUT_BUFFER_FIXED( outBufMaxLength ) \ function checkProtocol (line 272) | static int checkProtocol( IN_BUFFER( reqProtocolLen ) \ function CHECK_RETVAL (line 350) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function activateWebSocketsServer (line 472) | static int activateWebSocketsServer( INOUT SESSION_INFO *sessionInfoPtr ) function CHECK_RETVAL (line 590) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_SPECIAL (line 675) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function processLength (line 737) | static int processLength( INOUT STREAM *stream, function CHECK_RETVAL_SPECIAL (line 790) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL_LENGTH (line 870) | CHECK_RETVAL_LENGTH STDC_NONNULL_ARG( ( 1, 2, 4 ) ) \ function CHECK_RETVAL_LENGTH (line 1010) | CHECK_RETVAL_LENGTH STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL_LENGTH (line 1078) | CHECK_RETVAL_LENGTH STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1215) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/session/session.c function cleanupReqResp (line 28) | static void cleanupReqResp( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 60) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_BOOL (line 175) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 243) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_LENGTH (line 386) | CHECK_RETVAL_LENGTH \ function STDC_NONNULL_ARG (line 406) | CHECK_RETVAL_ENUM( CRYPT_ATTRIBUTE ) STDC_NONNULL_ARG( ( 1 ) ) \ function CRYPT_ATTRIBUTE_TYPE (line 466) | static CRYPT_ATTRIBUTE_TYPE checkServerParameters( const SESSION_INFO *s... function CHECK_RETVAL (line 491) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 728) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 867) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 950) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1023) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function defaultShutdownFunction (line 1119) | static void defaultShutdownFunction( INOUT SESSION_INFO *sessionInfoPtr ) function CHECK_RETVAL (line 1132) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/session/session.h type READSTATE_INFO (line 162) | typedef enum { type AUTHRESPONSE_TYPE (line 181) | typedef enum { type SSL_WS_INFO (line 205) | typedef struct { type SSL_INFO (line 226) | typedef struct { type SSH_RESPONSE_INFO (line 293) | typedef struct { type SSH_INFO (line 300) | typedef struct { type TSP_INFO (line 355) | typedef struct { type CMP_INFO (line 366) | typedef struct { type SCEP_INFO (line 380) | typedef struct { type PROTOCOL_INFO (line 394) | typedef struct { type AL (line 457) | struct AL type CHECK_RETVAL (line 459) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ type ATTRIBUTE_LIST (line 471) | typedef struct AL { type SI (line 504) | struct SI type STDC_NONNULL_ARG (line 506) | typedef STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 508) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 510) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 515) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 520) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL (line 525) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL_LENGTH (line 527) | typedef CHECK_RETVAL_LENGTH STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL_LENGTH (line 531) | typedef CHECK_RETVAL_LENGTH STDC_NONNULL_ARG( ( 1, 2 ) ) \ type CHECK_RETVAL_LENGTH (line 535) | typedef CHECK_RETVAL_LENGTH STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 538) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type CHECK_RETVAL (line 540) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ type SESSION_INFO (line 544) | typedef struct SI { FILE: deps/cl345/session/ssh.c function CHECK_RETVAL_BOOL (line 30) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function debugDumpSSH (line 79) | void debugDumpSSH( const SESSION_INFO *sessionInfoPtr, function initHandshakeInfo (line 174) | static void initHandshakeInfo( OUT SSH_HANDSHAKE_INFO *handshakeInfo ) function destroyHandshakeInfo (line 187) | static void destroyHandshakeInfo( INOUT SSH_HANDSHAKE_INFO *handshakeInfo ) function readCharFunction (line 214) | static int readCharFunction( INOUT TYPECAST( STREAM * ) void *streamPtr ) function CHECK_RETVAL (line 226) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 763) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function completeHandshake (line 810) | static int completeHandshake( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 852) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 919) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1064) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1159) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/session/ssh.h type SSH_PROTOCOL_STATE (line 212) | typedef enum { type SSH_ALGOSTRINGINFO_TYPE (line 223) | typedef enum { type SSH_ALGOCLASS_TYPE (line 266) | typedef enum { type SSH_ATTRIBUTE_TYPE (line 291) | typedef enum { type ALGO_STRING_INFO (line 350) | typedef struct { type SH (line 379) | struct SH type CHECK_RETVAL (line 381) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type SSH_HANDSHAKE_INFO (line 385) | typedef struct SH { FILE: deps/cl345/session/ssh2.c function initHandshakeCrypt (line 173) | void initHandshakeCrypt( INOUT SSH_HANDSHAKE_INFO *handshakeInfo ) function hashHandshakeStrings (line 193) | int hashHandshakeStrings( INOUT SSH_HANDSHAKE_INFO *handshakeInfo, type GETALGO_TYPE (line 273) | typedef enum { type ALGOID_INFO (line 281) | typedef struct { function readAlgoStringEx (line 330) | static int readAlgoStringEx( INOUT STREAM *stream, function CHECK_RETVAL (line 716) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function writeAlgoString (line 810) | int writeAlgoString( INOUT STREAM *stream, function writeAlgoClassList (line 885) | int writeAlgoClassList( INOUT STREAM *stream, function processHelloSSH (line 939) | int processHelloSSH( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 1209) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeExtensionsSSH (line 1308) | int writeExtensionsSSH( INOUT SESSION_INFO *sessionInfoPtr, function checkReadPublicKey (line 1368) | int checkReadPublicKey( INOUT STREAM *stream, function CHECK_RETVAL (line 1441) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_LENGTH (line 1503) | CHECK_RETVAL_LENGTH STDC_NONNULL_ARG( ( 1, 2 ) ) \ function processBodyFunction (line 1681) | static int processBodyFunction( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL_LENGTH (line 1803) | CHECK_RETVAL_LENGTH STDC_NONNULL_ARG( ( 1 ) ) \ function shutdownFunction (line 1873) | static void shutdownFunction( INOUT SESSION_INFO *sessionInfoPtr ) function initSSH2processing (line 1940) | void initSSH2processing( INOUT SESSION_INFO *sessionInfoPtr ) FILE: deps/cl345/session/ssh2_authc.c function CHECK_RETVAL (line 82) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function createPubkeyAuth (line 152) | static int createPubkeyAuth( const SESSION_INFO *sessionInfoPtr, function readAuthFailureInfo (line 303) | static int readAuthFailureInfo( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 510) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function processAuthFailure (line 596) | static int processAuthFailure( INOUT SESSION_INFO *sessionInfoPtr, function sendAuthRequest (line 628) | static int sendAuthRequest( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL_SPECIAL (line 695) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_SPECIAL (line 753) | CHECK_RETVAL_SPECIAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 817) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 958) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1097) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/session/ssh2_auths.c type CREDENTIAL_TYPE (line 98) | typedef enum { type USERAUTH_TYPE (line 130) | typedef enum { type METHOD_TYPE (line 205) | typedef enum { type METHOD_INFO (line 213) | typedef struct { function CHECK_RETVAL (line 260) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 300) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 414) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function checkPublicKeySig (line 479) | static int checkPublicKeySig( INOUT SESSION_INFO *sessionInfoPtr, function processUserAuth (line 655) | static int processUserAuth( INOUT SESSION_INFO *sessionInfoPtr, type FAILSAFE_AUTH_INFO (line 1223) | typedef struct { function CHECK_RETVAL (line 1242) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function processServerAuth (line 1328) | int processServerAuth( INOUT SESSION_INFO *sessionInfoPtr, FILE: deps/cl345/session/ssh2_chn.c type SSH_CHANNEL_INFO (line 37) | typedef struct { function CHECK_RETVAL_BOOL (line 99) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 261) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 307) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL_PTR (line 355) | CHECK_RETVAL_PTR STDC_NONNULL_ARG( ( 1, 2 ) ) \ function getCurrentChannelNo (line 432) | long getCurrentChannelNo( const SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 452) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function getChannelAttributeS (line 488) | int getChannelAttributeS( const SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 540) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function setChannelAttribute (line 577) | int setChannelAttribute( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 603) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function setChannelExtAttribute (line 649) | int setChannelExtAttribute( const SESSION_INFO *sessionInfoPtr, function STDC_NONNULL_ARG (line 692) | CHECK_RETVAL_ENUM( CHANNEL ) STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 738) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 793) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 4 ) ) \ function createChannel (line 885) | int createChannel( INOUT SESSION_INFO *sessionInfoPtr ) function CHECK_RETVAL (line 912) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 975) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1210) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/session/ssh2_cli.c function CHECK_RETVAL (line 31) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function processDHE (line 113) | static int processDHE( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 284) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 631) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 952) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function initSSH2clientProcessing (line 1246) | void initSSH2clientProcessing( INOUT SSH_HANDSHAKE_INFO *handshakeInfo ) FILE: deps/cl345/session/ssh2_crypt.c function CHECK_RETVAL (line 39) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function ctrModeCrypt (line 69) | int ctrModeCrypt( IN_HANDLE const CRYPT_CONTEXT iCryptContext, function CHECK_RETVAL (line 399) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function destroySecurityContextsSSH (line 501) | void destroySecurityContextsSSH( INOUT SESSION_INFO *sessionInfoPtr ) function CHECK_RETVAL (line 542) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 738) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function hashAsMPI (line 783) | int hashAsMPI( IN_HANDLE const CRYPT_CONTEXT iHashContext, function CHECK_RETVAL (line 829) | CHECK_RETVAL \ function CHECK_RETVAL (line 920) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function checkMacSSH (line 985) | int checkMacSSH( IN_HANDLE const CRYPT_CONTEXT iMacContext, function CHECK_RETVAL (line 1025) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ FILE: deps/cl345/session/ssh2_msg.c function CHECK_RETVAL (line 25) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function getWindowSize (line 168) | int getWindowSize( const SESSION_INFO *sessionInfoPtr ) function CHECK_RETVAL (line 180) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 498) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 560) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/session/ssh2_msgc.c type OPENREQUEST_TYPE (line 26) | typedef enum { OPENREQUEST_NONE, /* OPENREQUEST_STANDALONE, */ type SERVICE_TYPE (line 31) | typedef enum { SERVICE_NONE, SERVICE_SHELL, SERVICE_PORTFORWARD, type SERVICE_TYPE (line 34) | typedef enum { SERVICE_NONE, SERVICE_SHELL, SERVICE_LAST } SERVICE_TYPE; function CHECK_RETVAL (line 47) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 102) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function createOpenRequest (line 191) | static int createOpenRequest( INOUT SESSION_INFO *sessionInfoPtr, function createOpenRequest (line 376) | static int createOpenRequest( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 441) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 583) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/session/ssh2_msgs.c type REQUEST_TYPE (line 28) | typedef enum { REQUEST_NONE, REQUEST_SUBSYSTEM, REQUEST_SHELL, REQUEST_E... type REQUEST_TYPE (line 32) | typedef enum { REQUEST_NONE, REQUEST_SHELL, REQUEST_PTY, REQUEST_NOOP, type REQUEST_TYPE_INFO (line 39) | typedef struct { type CHANNEL_TYPE_INFO (line 47) | typedef struct { function OUT_LENGTH_BOUNDED_Z (line 138) | static int getAddressAndPort( INOUT SESSION_INFO *sessionInfoPtr, function clearAddressAndPort (line 177) | static int clearAddressAndPort( SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 206) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 279) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 552) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/session/ssh2_rd.c function readCharFunction (line 118) | static int readCharFunction( INOUT TYPECAST( STREAM * ) void *streamPtr ) function CHECK_RETVAL (line 130) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function CHECK_RETVAL (line 245) | CHECK_RETVAL \ function CHECK_RETVAL (line 329) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL_LENGTH_SHORT (line 625) | CHECK_RETVAL_LENGTH_SHORT STDC_NONNULL_ARG( ( 1 ) ) \ function readHSPacketSSH2 (line 997) | int readHSPacketSSH2( INOUT SESSION_INFO *sessionInfoPtr, FILE: deps/cl345/session/ssh2_svr.c function CHECK_RETVAL (line 31) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 136) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 666) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 881) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function initSSH2serverProcessing (line 1002) | void initSSH2serverProcessing( INOUT SSH_HANDSHAKE_INFO *handshakeInfo ) FILE: deps/cl345/session/ssh2_wr.c function streamBookmarkComplete (line 35) | int streamBookmarkComplete( INOUT STREAM *stream, function openPacketStreamSSHEx (line 82) | int openPacketStreamSSHEx( OUT STREAM *stream, function CHECK_RETVAL (line 165) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function wrapPacketSSH2 (line 232) | int wrapPacketSSH2( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 363) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/session/ssl.c function CHECK_RETVAL_BOOL (line 30) | CHECK_RETVAL_BOOL STDC_NONNULL_ARG( ( 1 ) ) \ function debugDumpSSL (line 83) | void debugDumpSSL( const SESSION_INFO *sessionInfoPtr, function destroyHandshakeInfo (line 153) | static void destroyHandshakeInfo( INOUT SSL_HANDSHAKE_INFO *handshakeInfo ) function CHECK_RETVAL (line 166) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 228) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeUint24 (line 273) | int writeUint24( INOUT STREAM *stream, IN_LENGTH_Z const int length ) function CHECK_RETVAL (line 325) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function sslSuiteBTestConfig (line 417) | int sslSuiteBTestConfig( const int magicValue ) function CHECK_RETVAL (line 458) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2, 3, 4 ) ) \ function writeSSLCertChain (line 701) | int writeSSLCertChain( INOUT SESSION_INFO *sessionInfoPtr, function shutdownFunction (line 755) | static void shutdownFunction( INOUT SESSION_INFO *sessionInfoPtr ) function CHECK_RETVAL (line 788) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function clientStartup (line 911) | static int clientStartup( INOUT SESSION_INFO *sessionInfoPtr ) function CHECK_RETVAL (line 919) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1021) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function checkAttributeFunction (line 1168) | static int checkAttributeFunction( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL_LENGTH (line 1240) | CHECK_RETVAL_LENGTH STDC_NONNULL_ARG( ( 1, 2 ) ) \ function processBodyFunction (line 1298) | static int processBodyFunction( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL_LENGTH (line 1352) | CHECK_RETVAL_LENGTH STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/session/ssl.h type SSL_CIPHERSUITE_TYPE (line 251) | typedef enum { type TLS_EXT_TYPE (line 429) | typedef enum { type TLS_CERTTYPE_TYPE (line 485) | typedef enum { type TLS_SIGALGO_TYPE (line 494) | typedef enum { type TLS_HASHALGO_TYPE (line 499) | typedef enum { type TLS_CURVE_TYPE (line 508) | typedef enum { type CIPHERSUITE_INFO (line 562) | typedef struct { type SUITEB_TEST_VALUE (line 601) | typedef enum { type SL (line 645) | struct SL type CHECK_RETVAL (line 647) | typedef CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type SSL_HANDSHAKE_INFO (line 651) | typedef struct SL { FILE: deps/cl345/session/ssl_cli.c function CHECK_RETVAL (line 103) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function processFragmentedRequest (line 304) | static int processFragmentedRequest( INOUT SESSION_INFO *sessionInfoPtr, function processCertRequest (line 353) | static int processCertRequest( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 464) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function readServerKeyexECDH (line 551) | static int readServerKeyexECDH( INOUT STREAM *stream, function processServerKeyex (line 629) | static int processServerKeyex( INOUT SESSION_INFO *sessionInfoPtr, function createClientKeyex (line 860) | static int createClientKeyex( INOUT SESSION_INFO *sessionInfoPtr, function matchName (line 1036) | static int matchName( INOUT_BUFFER_FIXED( serverNameLength ) \ function CHECK_RETVAL (line 1159) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2, 5 ) ) \ function CHECK_RETVAL (line 1273) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1362) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1646) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function initSSLclientProcessing (line 1996) | void initSSLclientProcessing( INOUT SSL_HANDSHAKE_INFO *handshakeInfo ) FILE: deps/cl345/session/ssl_crypt.c function CHECK_RETVAL (line 32) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function decryptData (line 175) | int decryptData( SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 333) | CHECK_RETVAL STDC_NONNULL_ARG( ( 3 ) ) \ function CHECK_RETVAL (line 462) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 549) | CHECK_RETVAL \ function createMacTLS (line 609) | int createMacTLS( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 659) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 806) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function hashHSPacketRead (line 853) | int hashHSPacketRead( const SSL_HANDSHAKE_INFO *handshakeInfo, function CHECK_RETVAL (line 878) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function getSessionHash (line 1269) | static int getSessionHash( IN_HANDLE const CRYPT_CONTEXT iHashContext, function CHECK_RETVAL (line 1303) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function createCertVerify (line 1371) | int createCertVerify( const SESSION_INFO *sessionInfoPtr, function checkCertVerify (line 1426) | int checkCertVerify( INOUT SESSION_INFO *sessionInfoPtr, function createKeyexHash (line 1533) | static int createKeyexHash( INOUT SSL_HANDSHAKE_INFO *handshakeInfo, function createKeyexSignature (line 1619) | int createKeyexSignature( INOUT SESSION_INFO *sessionInfoPtr, function checkKeyexSignature (line 1701) | int checkKeyexSignature( INOUT SESSION_INFO *sessionInfoPtr, FILE: deps/cl345/session/ssl_ext.c type EXT_CHECK_INFO (line 45) | typedef struct { function CHECK_RETVAL (line 438) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function processSignatureAlgos (line 669) | static int processSignatureAlgos( INOUT SESSION_INFO *sessionInfoPtr, function readExtensions (line 1009) | int readExtensions( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 1206) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1291) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1518) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/session/ssl_hs.c function processSessionID (line 31) | static int processSessionID( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 95) | CHECK_RETVAL STDC_NONNULL_ARG( ( 4 ) ) \ function setSuiteInfo (line 184) | static int setSuiteInfo( INOUT SESSION_INFO *sessionInfoPtr, function processCipherSuite (line 234) | static int processCipherSuite( INOUT SESSION_INFO *sessionInfoPtr, function processHelloSSL (line 558) | int processHelloSSL( INOUT SESSION_INFO *sessionInfoPtr, FILE: deps/cl345/session/ssl_hsc.c function destroyHashContexts (line 43) | static void destroyHashContexts( IN_HANDLE_OPT const CRYPT_CONTEXT hashC... function addSessionToCache (line 65) | static int addSessionToCache( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 157) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function writeHandshakeCompletionData (line 348) | static int writeHandshakeCompletionData( INOUT SESSION_INFO *sessionInfo... function CHECK_RETVAL (line 506) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/session/ssl_kmgmt.c function CHECK_RETVAL (line 31) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function destroyHandshakeCryptInfo (line 118) | void destroyHandshakeCryptInfo( INOUT SSL_HANDSHAKE_INFO *handshakeInfo ) function CHECK_RETVAL (line 167) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function destroySecurityContextsSSL (line 280) | void destroySecurityContextsSSL( INOUT SESSION_INFO *sessionInfoPtr ) function CHECK_RETVAL (line 322) | CHECK_RETVAL STDC_NONNULL_ARG( ( 2 ) ) \ function createSharedPremasterSecret (line 484) | int createSharedPremasterSecret( OUT_BUFFER( premasterSecretMaxLength, \ function wrapPremasterSecret (line 581) | int wrapPremasterSecret( INOUT SESSION_INFO *sessionInfoPtr, function unwrapPremasterSecret (line 635) | int unwrapPremasterSecret( INOUT SESSION_INFO *sessionInfoPtr, function premasterToMaster (line 752) | static int premasterToMaster( const SESSION_INFO *sessionInfoPtr, function masterToKeys (line 829) | static int masterToKeys( const SESSION_INFO *sessionInfoPtr, function masterToKeydata (line 897) | static int masterToKeydata( const SESSION_INFO *sessionInfoPtr, function BOOLEAN (line 961) | const BOOLEAN isClient ) function initCryptoSSL (line 1092) | int initCryptoSSL( INOUT SESSION_INFO *sessionInfoPtr, function loadExplicitIV (line 1164) | int loadExplicitIV( INOUT SESSION_INFO *sessionInfoPtr, function addDerivedKeydata (line 1235) | int addDerivedKeydata( INOUT SESSION_INFO *sessionInfoPtr, FILE: deps/cl345/session/ssl_rd.c function CHECK_RETVAL_PTR_NONNULL (line 33) | CHECK_RETVAL_PTR_NONNULL \ function CHECK_RETVAL_PTR_NONNULL (line 60) | CHECK_RETVAL_PTR_NONNULL \ function CHECK_RETVAL (line 104) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function maxLength (line 275) | int maxLength ) function checkPacketHeaderSSL (line 398) | int checkPacketHeaderSSL( INOUT SESSION_INFO *sessionInfoPtr, function minSize (line 419) | const int minSize ) function unwrapPacketSSLStd (line 550) | static int unwrapPacketSSLStd( INOUT SESSION_INFO *sessionInfoPtr, function unwrapPacketTLSMAC (line 644) | static int unwrapPacketTLSMAC( INOUT SESSION_INFO *sessionInfoPtr, function unwrapPacketTLSGCM (line 692) | static int unwrapPacketTLSGCM( INOUT SESSION_INFO *sessionInfoPtr, function unwrapPacketSSL (line 754) | int unwrapPacketSSL( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 827) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function readHSPacketSSL (line 886) | int readHSPacketSSL( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 1018) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ type ALERT_INFO (line 1067) | typedef struct { function CHECK_RETVAL (line 1124) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ FILE: deps/cl345/session/ssl_suites.c type CIPHERSUITES_LIST (line 352) | typedef struct { function CHECK_RETVAL (line 432) | CHECK_RETVAL \ function CHECK_RETVAL (line 488) | CHECK_RETVAL \ FILE: deps/cl345/session/ssl_svr.c function readCheckClientCerts (line 47) | static int readCheckClientCerts( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 197) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 269) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function processECDHKeyex (line 423) | static int processECDHKeyex( INOUT SESSION_INFO *sessionInfoPtr, function processPSKKeyex (line 509) | static int processPSKKeyex( INOUT SESSION_INFO *sessionInfoPtr, function processRSAKeyex (line 639) | static int processRSAKeyex( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 720) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function createServerKeyex (line 804) | static int createServerKeyex( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 904) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 1250) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function initSSLserverProcessing (line 1367) | void initSSLserverProcessing( SSL_HANDSHAKE_INFO *handshakeInfo ) FILE: deps/cl345/session/ssl_wr.c function CHECK_RETVAL (line 59) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function openPacketStreamSSL (line 101) | int openPacketStreamSSL( OUT STREAM *stream, function CHECK_RETVAL (line 160) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function INOUT_BUFFER (line 299) | static int wrapPacketSSLStd( INOUT SESSION_INFO *sessionInfoPtr, function INOUT_BUFFER (line 374) | static int wrapPacketTLSMAC( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 541) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 624) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function IN_RANGE (line 676) | static void sendAlert( INOUT SESSION_INFO *sessionInfoPtr, function sendCloseAlert (line 757) | void sendCloseAlert( INOUT SESSION_INFO *sessionInfoPtr, function sendHandshakeFailAlert (line 770) | void sendHandshakeFailAlert( INOUT SESSION_INFO *sessionInfoPtr, FILE: deps/cl345/session/tsp.c type TSP_PROTOCOL_INFO (line 38) | typedef struct { function CHECK_RETVAL (line 59) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 3 ) ) \ function readTSPRequest (line 114) | static int readTSPRequest( INOUT STREAM *stream, function OUT_LENGTH_BOUNDED_Z (line 280) | static int signTSToken( OUT_BUFFER( tsaRespMaxLength, *tsaRespLength ) \ function CHECK_RETVAL (line 434) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 637) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 702) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function CHECK_RETVAL (line 795) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function serverTransact (line 822) | static int serverTransact( INOUT SESSION_INFO *sessionInfoPtr ) function CHECK_RETVAL (line 845) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1, 2 ) ) \ function setAttributeFunction (line 923) | static int setAttributeFunction( INOUT SESSION_INFO *sessionInfoPtr, function CHECK_RETVAL (line 957) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ function CHECK_RETVAL (line 1009) | CHECK_RETVAL STDC_NONNULL_ARG( ( 1 ) ) \ FILE: deps/cl345/test/certimp.c function BOOLEAN (line 37) | static BOOLEAN handleCertImportError( const int errorCode, const int lin... function BOOLEAN (line 52) | static BOOLEAN handleCertError( const CRYPT_CERTIFICATE cryptCert, function certImport (line 101) | static int certImport( const int certNo, const BOOLEAN isECC, function importTestData (line 274) | static void importTestData( void ) function testCertImport (line 302) | int testCertImport( void ) function testCertImportECC (line 314) | int testCertImportECC( void ) function certReqImport (line 333) | static int certReqImport( const int certNo ) function testCertReqImport (line 416) | int testCertReqImport( void ) function crlImport (line 430) | static int crlImport( const int crlNo, BYTE *buffer ) function testCRLImport (line 461) | int testCRLImport( void ) function BOOLEAN (line 490) | static BOOLEAN isSingleCert( const CRYPT_CERTIFICATE cryptCertChain ) function checkExpiredCertChain (line 519) | static int checkExpiredCertChain( const CRYPT_CERTIFICATE cryptCertChain ) function BOOLEAN (line 538) | static BOOLEAN handleCertChainError( const CRYPT_CERTIFICATE cryptCertCh... function certChainImport (line 692) | static int certChainImport( const int certNo, const BOOLEAN isBase64 ) function testCertChainImport (line 800) | int testCertChainImport( void ) function testOCSPImport (line 812) | int testOCSPImport( void ) function testBase64CertImport (line 883) | int testBase64CertImport( void ) function testBase64CertChainImport (line 903) | int testBase64CertChainImport( void ) function miscImport (line 923) | static int miscImport( const char *fileName, const char *description ) function testMiscImport (line 958) | int testMiscImport( void ) function testNonchainCert (line 982) | int testNonchainCert( void ) function testCertComplianceLevel (line 1040) | int testCertComplianceLevel( void ) function checkChain (line 1153) | static int checkChain( const CHAINTEST_CERT_TYPE leftCertType, function testCertChainHandling (line 1257) | int testCertChainHandling( void ) type PATH_TEST_INFO (line 1345) | typedef struct { function testPath (line 1610) | static int testPath( const PATH_TEST_INFO *pathInfo ) function testPathProcessing (line 1672) | int testPathProcessing( void ) function testPKCS1Padding (line 1737) | int testPKCS1Padding( void ) function xxxCertImport (line 1784) | int xxxCertImport( const char *fileName ) function xxxCertCheck (line 1830) | int xxxCertCheck( const C_STR certFileName, const C_STR caFileNameOpt ) FILE: deps/cl345/test/certproc.c function createCertRequest (line 60) | static int createCertRequest( void *certRequest, function createCertificate (line 126) | static int createCertificate( void *certificate, const void *certRequest, function createCertDirect (line 166) | static int createCertDirect( void *certificate, function certProcess (line 212) | static int certProcess( const CRYPT_ALGO_TYPE cryptAlgo, function testCertProcess (line 287) | int testCertProcess( void ) function addCertRequest (line 487) | static int addCertRequest( const CRYPT_KEYSET cryptCertStore, function addRevRequest (line 599) | static int addRevRequest( const CRYPT_KEYSET cryptCertStore, function issueCert (line 652) | static int issueCert( const CRYPT_KEYSET cryptCertStore, function checkInvalidIssueRejected (line 698) | static int checkInvalidIssueRejected( const CRYPT_KEYSET cryptCertStore, function issueCRL (line 760) | static int issueCRL( const CRYPT_KEYSET cryptCertStore, function CRYPT_CERTIFICATE (line 800) | static CRYPT_CERTIFICATE getCertFromTemplate( const CRYPT_KEYSET cryptCe... function testCertManagement (line 816) | int testCertManagement( void ) FILE: deps/cl345/test/certs.c function setRootTrust (line 66) | int setRootTrust( const CRYPT_CERTIFICATE cryptCertChain, function checkExportCert (line 92) | static int checkExportCert( const CRYPT_CERTIFICATE cryptCert, function testBasicCert (line 139) | int testBasicCert( void ) function testCACert (line 363) | int testCACert( void ) function xyzzyCert (line 570) | static int xyzzyCert( const BOOLEAN useAltAlgo ) function testXyzzyCert (line 677) | int testXyzzyCert( void ) function testTextStringCert (line 725) | int testTextStringCert( void ) function testTextStringCert (line 890) | int testTextStringCert( void ) function testComplexCert (line 954) | int testComplexCert( void ) function testAltnameHandling (line 1216) | static int testAltnameHandling( const CERT_DATA *altnameCertData, function testAltnameCert (line 1305) | int testAltnameCert( void ) function testCertExtension (line 1316) | int testCertExtension( void ) function testCustomDNCert (line 1453) | int testCustomDNCert( void ) function testCertAttributeHandling (line 1599) | int testCertAttributeHandling( void ) function testSETCert (line 1886) | int testSETCert( void ) function testAttributeCert (line 1989) | int testAttributeCert( void ) function createRequest (line 2161) | static int createRequest( void *certificateData, function checkRequest (line 2266) | static int checkRequest( const void *certificateData, function createCertRequest (line 2304) | static int createCertRequest( const char *description, function testCertRequest (line 2349) | int testCertRequest( void ) function testComplexCertRequest (line 2358) | int testComplexCertRequest( void ) function testCertRequestAttrib (line 2365) | int testCertRequestAttrib( void ) function crmfRequest (line 2382) | static int crmfRequest( const CRYPT_ALGO_TYPE cryptAlgo ) function testCRMFRequest (line 2433) | int testCRMFRequest( void ) function testComplexCRMFRequest (line 2447) | int testComplexCRMFRequest( void ) function testCRLExt (line 2482) | static int testCRLExt( const CRYPT_CONTEXT cryptCAKey, function testCRL (line 2577) | int testCRL( void ) function testComplexCRL (line 2622) | int testComplexCRL( void ) function testRevRequest (line 2836) | int testRevRequest( void ) function createChain (line 2938) | static int createChain( CRYPT_CERTIFICATE *cryptCertChain, function testCertChain (line 3034) | int testCertChain( void ) function testCAConstraints (line 3245) | int testCAConstraints( void ) function testCMSAttributes (line 3307) | int testCMSAttributes( void ) function initRTCS (line 3356) | int initRTCS( CRYPT_CERTIFICATE *cryptRTCSRequest, function testRTCSReqResp (line 3457) | int testRTCSReqResp( void ) function initOCSP (line 3501) | int initOCSP( CRYPT_CERTIFICATE *cryptOCSPRequest, function testOCSPReqResp (line 3679) | int testOCSPReqResp( void ) function testPKIUserCreate (line 3805) | static int testPKIUserCreate( const CERT_DATA *pkiUserInfo ) function testPKIUser (line 3832) | int testPKIUser( void ) FILE: deps/cl345/test/devices.c type DEVICE_CONFIG_INFO (line 220) | typedef struct { function deleteTestKey (line 377) | static void deleteTestKey( const CRYPT_DEVICE cryptDevice, function BOOLEAN (line 390) | static BOOLEAN createKey( const CRYPT_DEVICE cryptDevice, function DEVICE_CONFIG_INFO (line 486) | static const DEVICE_CONFIG_INFO *checkLogonDevice( const CRYPT_DEVICE cr... function BOOLEAN (line 605) | static BOOLEAN initialiseDevice( const CRYPT_DEVICE cryptDevice, function BOOLEAN (line 750) | static BOOLEAN testDeviceCapabilities( const CRYPT_DEVICE cryptDevice, function BOOLEAN (line 793) | static BOOLEAN testPersistentObject( const CRYPT_DEVICE cryptDevice ) function BOOLEAN (line 887) | static BOOLEAN testDeviceHighlevel( const CRYPT_DEVICE cryptDevice, function testCryptoDevice (line 1139) | static int testCryptoDevice( const CRYPT_DEVICE_TYPE deviceType, function testDevices (line 1336) | int testDevices( void ) function BOOLEAN (line 1433) | static BOOLEAN setConnectInfo( const CRYPT_SESSION cryptSession, function createCACert (line 1485) | static int createCACert( const CRYPT_DEVICE cryptDevice ) function connectDevice (line 1555) | static int connectDevice( CRYPT_DEVICE *cryptDevice, CRYPT_DEVICE_TYPE t... function logonDevice (line 1592) | static int logonDevice( const CRYPT_DEVICE cryptDevice, const char *user... function initDevice (line 1654) | static int initDevice( const CRYPT_DEVICE cryptDevice, function openCertStore (line 1772) | static int openCertStore( CRYPT_KEYSET *cryptCertStore ) function initUserInfo (line 1801) | static int initUserInfo( const CRYPT_KEYSET cryptCertStore, function getUserInfo (line 1865) | static int getUserInfo( char *userID, char *issuePW ) function pnpServer (line 1919) | static int pnpServer( const CRYPT_DEVICE cryptDevice, function pnpClient (line 2004) | static int pnpClient( const CRYPT_DEVICE cryptDevice, const char *userID, function testServer (line 2062) | static int testServer( void ) function testClient (line 2111) | static int testClient( void ) function serverThread (line 2155) | unsigned __stdcall serverThread( void *dummy ) function testDeviceLifeCycle (line 2162) | int testDeviceLifeCycle( void ) function testUser (line 2208) | int testUser( void ) FILE: deps/cl345/test/envelope.c function getFileSize (line 77) | static int getFileSize( const char *fileName ) function readFileFromTemplate (line 95) | static int readFileFromTemplate( const C_STR fileTemplate, const int count, function initBufferContents (line 108) | static void initBufferContents( BYTE *buffer, const int bufSize ) function verifyBufferContents (line 116) | static int verifyBufferContents( const BYTE *buffer, const int bufSize, function createEnvelope (line 137) | static int createEnvelope( CRYPT_ENVELOPE *envelope, function createDeenvelope (line 154) | static int createDeenvelope( CRYPT_ENVELOPE *envelope ) function addEnvInfoString (line 170) | static int addEnvInfoString( const CRYPT_ENVELOPE envelope, function addEnvInfoNumeric (line 187) | static int addEnvInfoNumeric( const CRYPT_ENVELOPE envelope, function processEnvelopeResource (line 204) | static int processEnvelopeResource( const CRYPT_ENVELOPE envelope, function pushData (line 453) | static int pushData( const CRYPT_ENVELOPE envelope, const BYTE *buffer, function popData (line 581) | static int popData( CRYPT_ENVELOPE envelope, BYTE *buffer, int bufferSize ) function destroyEnvelope (line 595) | static int destroyEnvelope( CRYPT_ENVELOPE envelope ) type DATA_AMOUNT_TYPE (line 619) | typedef enum { function envelopeData (line 627) | static int envelopeData( const char *dumpFileName, function testEnvelopeData (line 807) | int testEnvelopeData( void ) function testEnvelopeDataLargeBuffer (line 818) | int testEnvelopeDataLargeBuffer( void ) function testEnvelopeDataVariable (line 825) | int testEnvelopeDataVariable( void ) function envelopeDataMultiple (line 867) | static int envelopeDataMultiple( const int dataSize, function testEnvelopeDataMultiple (line 964) | int testEnvelopeDataMultiple( void ) function envelopeDecompress (line 983) | static int envelopeDecompress( BYTE *buffer, const int bufSize, function envelopeCompress (line 1036) | static int envelopeCompress( const char *dumpFileName, function testEnvelopeCompress (line 1150) | int testEnvelopeCompress( void ) function envelopeSessionCrypt (line 1170) | static int envelopeSessionCrypt( const char *dumpFileName, function testEnvelopeSessionCrypt (line 1362) | int testEnvelopeSessionCrypt( void ) function testEnvelopeSessionCryptLargeBuffer (line 1379) | int testEnvelopeSessionCryptLargeBuffer( void ) function testEnvelopeSessionCryptVariable (line 1384) | int testEnvelopeSessionCryptVariable( void ) function testEnvelopeSessionCryptMultiple (line 1419) | int testEnvelopeSessionCryptMultiple( void ) function envelopeDecrypt (line 1438) | static int envelopeDecrypt( BYTE *buffer, const int length, function envelopeCrypt (line 1459) | static int envelopeCrypt( const char *dumpFileName, function testEnvelopeCrypt (line 1521) | int testEnvelopeCrypt( void ) function envelopePasswordDecrypt (line 1530) | static int envelopePasswordDecrypt( BYTE *buffer, const int length ) function envelopePasswordCrypt (line 1551) | static int envelopePasswordCrypt( const char *dumpFileName, function testEnvelopePasswordCrypt (line 1675) | int testEnvelopePasswordCrypt( void ) function envelopeBoundaryTest (line 1701) | static int envelopeBoundaryTest( const BOOLEAN usePassword, function testEnvelopePasswordCryptBoundary (line 1871) | int testEnvelopePasswordCryptBoundary( void ) function envelopePKCDecrypt (line 1884) | static int envelopePKCDecrypt( BYTE *buffer, const int length, function envelopePKCDecryptDirect (line 1959) | static int envelopePKCDecryptDirect( BYTE *buffer, const int length, function envelopePKCCrypt (line 1989) | static int envelopePKCCrypt( const char *dumpFileName, function testEnvelopePKCCrypt (line 2194) | int testEnvelopePKCCrypt( void ) function testEnvelopePKCCryptEx (line 2236) | int testEnvelopePKCCryptEx( const CRYPT_CONTEXT cryptContext, function envelopePKCIterated (line 2255) | static int envelopePKCIterated( const CRYPT_FORMAT_TYPE formatType ) function testEnvelopePKCIterated (line 2324) | int testEnvelopePKCIterated( void ) function envelopeAlgoCrypt (line 2333) | static int envelopeAlgoCrypt( const char *dumpFileName, function testEnvelopePKCCryptAlgo (line 2414) | int testEnvelopePKCCryptAlgo( void ) function envelopePKCCryptMulti (line 2426) | static int envelopePKCCryptMulti( const char *dumpFileName, function testEnvelopePKCCryptMulti (line 2504) | int testEnvelopePKCCryptMulti( void ) function getSigCheckResult (line 2532) | static int getSigCheckResult( const CRYPT_ENVELOPE cryptEnvelope, function envelopeSigCheck (line 2611) | static int envelopeSigCheck( BYTE *buffer, const int length, function envelopeSign (line 2770) | static int envelopeSign( const void *data, const int dataLength, function testEnvelopeSign (line 2940) | int testEnvelopeSign( void ) function envelopeAlgoSign (line 2989) | static int envelopeAlgoSign( const char *dumpFileName, function testEnvelopeSignAlgos (line 3074) | int testEnvelopeSignAlgos( void ) function testEnvelopeSignHashUpgrade (line 3089) | int testEnvelopeSignHashUpgrade( void ) function envelopeSignOverflow (line 3096) | static int envelopeSignOverflow( const void *data, const int dataLength, function testEnvelopeSignOverflow (line 3220) | int testEnvelopeSignOverflow( void ) function testEnvelopeSignIndef (line 3264) | int testEnvelopeSignIndef( void ) function envelopeAuthent (line 3332) | static int envelopeAuthent( const void *data, const int dataLength, function testEnvelopeAuthenticate (line 3534) | int testEnvelopeAuthenticate( void ) function testEnvelopeAuthEnc (line 3561) | int testEnvelopeAuthEnc( void ) type TEST_TYPE (line 3591) | typedef enum { TEST_SIGN, TEST_AUTH, TEST_AUTHENC } TEST_TYPE; function testCMSDebugCheck (line 3593) | static int testCMSDebugCheck( const TEST_TYPE testType, const FAULT_TYPE... function testPGPDebugCheck (line 3636) | static int testPGPDebugCheck( const TEST_TYPE testType, const FAULT_TYPE... function testEnvelopeCMSDebugCheck (line 3673) | int testEnvelopeCMSDebugCheck( void ) function testEnvelopePGPDebugCheck (line 3696) | int testEnvelopePGPDebugCheck( void ) function displaySigResult (line 3723) | static int displaySigResult( const CRYPT_ENVELOPE cryptEnvelope, function cmsEnvelopeSigCheck (line 3785) | static int cmsEnvelopeSigCheck( const void *signedData, function cmsEnvelopeSign (line 4048) | static int cmsEnvelopeSign( const BOOLEAN useDatasize, function testCMSEnvelopeSign (line 4415) | int testCMSEnvelopeSign( void ) function testCMSEnvelopeDualSign (line 4430) | int testCMSEnvelopeDualSign( void ) function testCMSEnvelopeDetachedSig (line 4436) | int testCMSEnvelopeDetachedSig( void ) function testCMSEnvelopeSignEx (line 4445) | int testCMSEnvelopeSignEx( const CRYPT_CONTEXT signContext ) function testCMSEnvelopeRefCount (line 4450) | int testCMSEnvelopeRefCount( void ) function testPGPEnvelopeDetachedSig (line 4458) | int testPGPEnvelopeDetachedSig( void ) function testSessionEnvTSP (line 4465) | int testSessionEnvTSP( void ) function cmsImportSignedData (line 4476) | static int cmsImportSignedData( const char *fileName, const int fileNo ) function cmsEnvelopeDecrypt (line 4525) | static int cmsEnvelopeDecrypt( const void *envelopedData, function cmsEnvelopeCrypt (line 4584) | static int cmsEnvelopeCrypt( const char *dumpFileName, function cmsImportEnvelopedData (line 4729) | static int cmsImportEnvelopedData( const char *fileName, const int fileNo ) function testCMSEnvelopePKCCrypt (line 4793) | int testCMSEnvelopePKCCrypt( void ) function testCMSEnvelopePKCCryptEx (line 4825) | int testCMSEnvelopePKCCryptEx( const CRYPT_HANDLE encryptContext, function testCMSEnvelopePKCCryptDoubleCert (line 4856) | int testCMSEnvelopePKCCryptDoubleCert( void ) function testCMSEnvelopeSignedDataImport (line 4919) | int testCMSEnvelopeSignedDataImport( void ) function testCMSEnvelopePKCCryptImport (line 4956) | int testCMSEnvelopePKCCryptImport( void ) function testEnvelopePasswordCryptImport (line 4990) | int testEnvelopePasswordCryptImport( void ) function testPGPEnvelopePasswordCryptImport (line 5035) | int testPGPEnvelopePasswordCryptImport( void ) function testPGPEnvelopePKCCryptImport (line 5173) | int testPGPEnvelopePKCCryptImport( void ) function testPGPEnvelopeSignedDataImport (line 5331) | int testPGPEnvelopeSignedDataImport( void ) function testPGPEnvelopeCompressedDataImport (line 5445) | int testPGPEnvelopeCompressedDataImport( void ) function dataImport (line 5578) | static void dataImport( void *buffer, const int length, function xxxDataImport (line 5599) | void xxxDataImport( const char *fileName ) function signedDataImport (line 5619) | static void signedDataImport( const BYTE *data, const int length ) function xxxSignedDataImport (line 5628) | void xxxSignedDataImport( const char *fileName ) function encryptedDataImport (line 5648) | static void encryptedDataImport( const BYTE *data, const int length, function xxxEncryptedDataImport (line 5662) | void xxxEncryptedDataImport( const char *fileName, const char *keyset, function xxxSignedEncryptedDataImport (line 5682) | void xxxSignedEncryptedDataImport( const char *fileName, const char *key... function xxxEnvelopeTest (line 5704) | void xxxEnvelopeTest( const char *certFileName, const char *outFile ) FILE: deps/cl345/test/highlvl.c function compareSessionKeys (line 49) | static int compareSessionKeys( const CRYPT_CONTEXT cryptContext1, function compareHashValues (line 96) | static int compareHashValues( const CRYPT_CONTEXT hashContext1, function signData (line 152) | static int signData( const char *algoName, const CRYPT_ALGO_TYPE algorithm, function keyExportImport (line 327) | static int keyExportImport( const char *algoName, function testLargeBufferEncrypt (line 472) | int testLargeBufferEncrypt( void ) function deriveKey (line 570) | static int deriveKey( const C_STR userKey, const int userKeyLength, function testDeriveKey (line 675) | int testDeriveKey( void ) type AES_KEYSIZE_OPT (line 827) | typedef enum { AES_NONE, AES_128_128, AES_128_256, function conventionalExportImport (line 832) | static int conventionalExportImport( const CRYPT_CONTEXT cryptContext, function testConv3DES (line 1045) | static int testConv3DES( void ) function testConvAES (line 1106) | static int testConvAES( const AES_KEYSIZE_OPT aesKeysizeOpt ) function testConventionalExportImport (line 1185) | int testConventionalExportImport( void ) function testMACExportImport (line 1209) | int testMACExportImport( void ) function testKeyExportImport (line 1369) | int testKeyExportImport( void ) function testSignData (line 1391) | int testSignData( void ) function keygen (line 1421) | static int keygen( const CRYPT_ALGO_TYPE cryptAlgo, const char *algoName ) function testKeygen (line 1612) | int testKeygen( void ) type TEST_TYPE (line 1637) | typedef enum { TEST_SIGN_RSA, TEST_SIGN_ECDSA, TEST_KEYEX_CONV, function testDebugCheck (line 1640) | static int testDebugCheck( const TEST_TYPE testType, const FAULT_TYPE te... function testMidLevelDebugCheck (line 1691) | int testMidLevelDebugCheck( void ) function testRandomRoutines (line 1729) | int testRandomRoutines( void ) function testKeyExportImportCMS (line 1775) | int testKeyExportImportCMS( void ) function signDataCMS (line 1905) | static int signDataCMS( const char *description, function testSignDataCMS (line 1998) | int testSignDataCMS( void ) FILE: deps/cl345/test/keydbx.c function checkKeysetCRL (line 92) | static int checkKeysetCRL( const CRYPT_KEYSET cryptKeyset, function testKeysetRead (line 148) | static int testKeysetRead( const CRYPT_KEYSET_TYPE keysetType, function testKeysetWrite (line 271) | static int testKeysetWrite( const CRYPT_KEYSET_TYPE keysetType, function testQuery (line 652) | int testQuery( const CRYPT_KEYSET_TYPE keysetType, const C_STR keysetName ) function testReadCert (line 719) | int testReadCert( void ) function testWriteCert (line 833) | int testWriteCert( void ) function testKeysetQuery (line 865) | int testKeysetQuery( void ) function testReadCertLDAP (line 892) | int testReadCertLDAP( void ) function testWriteCertLDAP (line 1089) | int testWriteCertLDAP( void ) function testReadCertURL (line 1125) | int testReadCertURL( void ) function testReadCertHTTP (line 1199) | int testReadCertHTTP( void ) FILE: deps/cl345/test/keyfile.c function C_STR (line 68) | static const C_STR getAlgoLabel( const CRYPT_ALGO_TYPE cryptAlgo ) function loadPrivateKeyContext (line 93) | static int loadPrivateKeyContext( CRYPT_CONTEXT *cryptContext, function checkCertPresence (line 118) | static int checkCertPresence( const CRYPT_HANDLE cryptHandle, function copyModifiedFile (line 168) | static int copyModifiedFile( const C_STR srcFileName, function getPGPPublicKey (line 211) | static int getPGPPublicKey( const KEYFILE_TYPE keyFileType, function testGetPGPPublicKey (line 301) | int testGetPGPPublicKey( void ) function getPGPPrivateKey (line 342) | static int getPGPPrivateKey( const KEYFILE_TYPE keyFileType, function testGetPGPPrivateKey (line 443) | int testGetPGPPrivateKey( void ) function borkenKeyImport (line 520) | static int borkenKeyImport( const int fileNo ) function testReadAltFileKey (line 694) | int testReadAltFileKey( void ) function readFileKey (line 720) | static int readFileKey( const CRYPT_ALGO_TYPE cryptAlgo, function writeFileKey (line 804) | static int writeFileKey( const CRYPT_ALGO_TYPE cryptAlgo, function testReadWriteFileKey (line 899) | int testReadWriteFileKey( void ) function testReadWriteAltFileKey (line 928) | int testReadWriteAltFileKey( void ) function testReadWritePGPFileKey (line 951) | int testReadWritePGPFileKey( void ) function fileKeyImport (line 965) | static int fileKeyImport( const int fileNo ) function testImportFileKey (line 1038) | int testImportFileKey( void ) function testReadFilePublicKey (line 1056) | int testReadFilePublicKey( void ) function readCert (line 1107) | static int readCert( const char *certTypeName, function testReadFileCert (line 1183) | int testReadFileCert( void ) function testReadFileCertPrivkey (line 1187) | int testReadFileCertPrivkey( void ) function testReadFileCertChain (line 1191) | int testReadFileCertChain( void ) function testReadCorruptedKey (line 1198) | int testReadCorruptedKey( void ) function testAddTrustedCert (line 1255) | int testAddTrustedCert( void ) function testAddGloballyTrustedCert (line 1323) | int testAddGloballyTrustedCert( void ) function testUpdateFileCert (line 1385) | int testUpdateFileCert( void ) function writeFileCertChain (line 1453) | static int writeFileCertChain( const CERT_DATA *certRequestData, function testWriteFileCertChain (line 1640) | int testWriteFileCertChain( void ) function testWriteFileLongCertChain (line 1647) | int testWriteFileLongCertChain( void ) function testDeleteFileKey (line 1656) | int testDeleteFileKey( void ) function testChangeFileKeyPassword (line 1709) | int testChangeFileKeyPassword( void ) function writeSingleStepFileCert (line 1770) | static int writeSingleStepFileCert( const CRYPT_ALGO_TYPE cryptAlgo, function testSingleStepFileCert (line 1938) | int testSingleStepFileCert( void ) function testSingleStepAltFileCert (line 1952) | int testSingleStepAltFileCert( void ) function testDoubleCertFile (line 1980) | int testDoubleCertFile( void ) function testRenewedCertFile (line 2255) | int testRenewedCertFile( void ) function testRenewedCertFile (line 2472) | int testRenewedCertFile( void ) function testReadMiscFile (line 2482) | int testReadMiscFile( void ) function xxxPrivKeyRead (line 2527) | void xxxPrivKeyRead( const char *fileName, const char *keyName, function xxxPubKeyRead (line 2555) | void xxxPubKeyRead( const char *fileName, const char *keyName ) function createCAKeyFile (line 2713) | static int createCAKeyFile( void ) function createSSHKeyFile (line 2804) | static int createSSHKeyFile( const int keyNo ) function createPseudoCertificateFile (line 2847) | static int createPseudoCertificateFile( void ) function writeCertChainNoRoot (line 3000) | static int writeCertChainNoRoot( void ) function createTestKeys (line 3077) | int createTestKeys( void ) FILE: deps/cl345/test/loadkey.c type RSA_KEY (line 119) | typedef struct { type DLP_KEY (line 400) | typedef struct { type ECC_KEY (line 532) | typedef struct { function BOOLEAN (line 623) | static BOOLEAN setLabel( const CRYPT_CONTEXT cryptContext, const C_STR l... type xMESSAGE_DATA (line 651) | typedef struct { function BOOLEAN (line 662) | BOOLEAN loadDHKey( const CRYPT_DEVICE cryptDevice, function loadRSAPublicKey (line 706) | static int loadRSAPublicKey( const CRYPT_DEVICE cryptDevice, function BOOLEAN (line 747) | BOOLEAN loadRSAContextsEx( const CRYPT_DEVICE cryptDevice, function BOOLEAN (line 898) | BOOLEAN loadRSAContexts( const CRYPT_DEVICE cryptDevice, function BOOLEAN (line 906) | BOOLEAN loadRSAContextsLarge( const CRYPT_DEVICE cryptDevice, function BOOLEAN (line 915) | BOOLEAN loadDSAContextsEx( const CRYPT_DEVICE cryptDevice, function BOOLEAN (line 1041) | BOOLEAN loadDSAContexts( const CRYPT_DEVICE cryptDevice, function BOOLEAN (line 1049) | BOOLEAN loadElgamalContexts( CRYPT_CONTEXT *cryptContext, function BOOLEAN (line 1147) | BOOLEAN loadDHContexts( const CRYPT_DEVICE cryptDevice, function BOOLEAN (line 1246) | BOOLEAN loadECDSAContextsEx( const CRYPT_DEVICE cryptDevice, function BOOLEAN (line 1386) | BOOLEAN loadECDSAContexts( const CRYPT_DEVICE cryptDevice, function destroyContexts (line 1396) | void destroyContexts( const CRYPT_DEVICE cryptDevice, FILE: deps/cl345/test/lowlvl.c function BOOLEAN (line 59) | static BOOLEAN checkLowlevelInfo( const CRYPT_DEVICE cryptDevice, function initTestBuffers (line 103) | static void initTestBuffers( BYTE *buffer1, BYTE *buffer2, const int len... function BOOLEAN (line 124) | static BOOLEAN checkTestBuffers( const BYTE *buffer1, const BYTE *buffer2 ) function BOOLEAN (line 161) | static BOOLEAN loadContexts( CRYPT_CONTEXT *cryptContext, CRYPT_CONTEXT ... function testCrypt (line 291) | int testCrypt( const CRYPT_CONTEXT cryptContext, function testCryptDirectAPI (line 657) | static int testCryptDirectAPI( const CRYPT_CONTEXT cryptContext, function testLowlevel (line 742) | int testLowlevel( const CRYPT_DEVICE cryptDevice, function testRSAMinimalKey (line 1047) | int testRSAMinimalKey( void ) function printTimes (line 1113) | static void printTimes( long times[ NO_TESTS + 1 ][ 8 ] ) function encOne (line 1196) | static long encOne( const CRYPT_CONTEXT cryptContext, BYTE *buffer, function encTest (line 1208) | static int encTest( const CRYPT_CONTEXT cryptContext, function encTests (line 1225) | static int encTests( const CRYPT_DEVICE cryptDevice, function performanceTests (line 1293) | void performanceTests( const CRYPT_DEVICE cryptDevice ) FILE: deps/cl345/test/pgp/test.c function main (line 10) | int main() FILE: deps/cl345/test/s_cmp.c type CMP_TEST_TYPE (line 32) | typedef enum { type CA_INFO (line 101) | typedef struct { function createCmpNewKeyRequest (line 356) | static int createCmpNewKeyRequest( const CERT_DATA *requestData, function createCmpRequest (line 438) | static int createCmpRequest( const CERT_DATA *requestData, function createCmpRevRequest (line 499) | static int createCmpRevRequest( const CRYPT_CERTIFICATE cryptCert ) function createCmpSession (line 522) | static int createCmpSession( const CRYPT_CONTEXT cryptCACert, function requestCert (line 632) | static int requestCert( const char *description, const CA_INFO *caInfoPtr, function revokeCert (line 860) | static int revokeCert( const char *description, const CA_INFO *caInfoPtr, function getPkiUserInfo (line 985) | static int getPkiUserInfo( const C_STR pkiUserName, function connectCryptlibCMP (line 1034) | static int connectCryptlibCMP( const CMP_TEST_TYPE testType, function connectCMP (line 1289) | static int connectCMP( const CRYPT_ALGO_TYPE cryptAlgo ) function connectCMPRA (line 1447) | static int connectCMPRA( void ) function connectCMPFail (line 1507) | static int connectCMPFail( const int count ) function testSessionCMP (line 1625) | int testSessionCMP( void ) function connectPNPPKI (line 1632) | static int connectPNPPKI( const BOOLEAN isCaUser, const BOOLEAN useDevice, function testSessionPNPPKI (line 1837) | int testSessionPNPPKI( void ) function cmpServerSingleIteration (line 1844) | static int cmpServerSingleIteration( const CRYPT_CONTEXT cryptPrivateKey, function cmpServer (line 1900) | static int cmpServer( void ) function testSessionCMPServer (line 2016) | int testSessionCMPServer( void ) function cmpServerRA (line 2027) | static int cmpServerRA( void ) function cmpServerFail (line 2070) | static int cmpServerFail( void ) function pnppkiServer (line 2116) | static int pnppkiServer( const BOOLEAN pkiBootOnly, const BOOLEAN isCaUser, function cmpServerThread (line 2166) | unsigned __stdcall cmpServerThread( void *dummy ) function cmpClientServer (line 2173) | static int cmpClientServer( const CMP_TEST_TYPE testType, function testSessionCMPClientServer (line 2202) | int testSessionCMPClientServer( void ) function testSessionCMPAltAlgoClientServer (line 2207) | int testSessionCMPAltAlgoClientServer( void ) function testSessionCMPSHA2ClientServer (line 2219) | int testSessionCMPSHA2ClientServer( void ) function cmpPKIBootServerThread (line 2254) | unsigned __stdcall cmpPKIBootServerThread( void *dummy ) function testSessionCMPPKIBootClientServer (line 2261) | int testSessionCMPPKIBootClientServer( void ) function cmpPnPPKIServerThread (line 2289) | unsigned __stdcall cmpPnPPKIServerThread( void *dummy ) function testSessionPNPPKIClientServer (line 2300) | int testSessionPNPPKIClientServer( void ) function cmpPnPPKIDeviceServerThread (line 2319) | unsigned __stdcall cmpPnPPKIDeviceServerThread( void *dummy ) function testSessionPNPPKIDeviceClientServer (line 2330) | int testSessionPNPPKIDeviceClientServer( void ) function cmpPnPPKICaServerThread (line 2349) | unsigned __stdcall cmpPnPPKICaServerThread( void *dummy ) function testSessionPNPPKICAClientServer (line 2356) | int testSessionPNPPKICAClientServer( void ) function cmpPnPPKIIntermedCaServerThread (line 2375) | unsigned __stdcall cmpPnPPKIIntermedCaServerThread( void *dummy ) function testSessionPNPPKIIntermedCAClientServer (line 2382) | int testSessionPNPPKIIntermedCAClientServer( void ) function cmpServerRAThread (line 2401) | unsigned __stdcall cmpServerRAThread( void *dummy ) function testSessionCMPRAClientServer (line 2408) | int testSessionCMPRAClientServer( void ) function cmpFailServerThread (line 2427) | unsigned __stdcall cmpFailServerThread( void *dummy ) function testSessionCMPFailClientServer (line 2434) | int testSessionCMPFailClientServer( void ) function testSessionCMPClientServerDebugCheck (line 2465) | int testSessionCMPClientServerDebugCheck( void ) FILE: deps/cl345/test/s_scep.c type SCEP_TEST_TYPE (line 32) | typedef enum { type SCEP_INFO (line 121) | typedef struct { function addPKIUser (line 222) | static int addPKIUser( const CRYPT_KEYSET cryptCertStore, function pkiGetUserInfo (line 404) | int pkiGetUserInfo( C_STR userID, C_STR issuePW, C_STR revPW, function pkiServerInit (line 487) | int pkiServerInit( CRYPT_CONTEXT *cryptPrivateKey, function getScepCACert (line 570) | static int getScepCACert( const C_STR caCertUrl, function connectSCEP (line 595) | static int connectSCEP( const BOOLEAN localSession, function testSessionSCEP (line 1050) | int testSessionSCEP( void ) function testSessionSCEPCACert (line 1055) | int testSessionSCEPCACert( void ) function scepServer (line 1062) | static int scepServer( const int mutexBehaviour, function testSessionSCEPServer (line 1157) | int testSessionSCEPServer( void ) function scepServerThread (line 1172) | unsigned __stdcall scepServerThread( void *arg ) function scepClientServer (line 1190) | static int scepClientServer( const SCEP_TEST_TYPE testType, function testSessionSCEPClientServer (line 1218) | int testSessionSCEPClientServer( void ) function testSessionSCEPAltAlgoClientServer (line 1223) | int testSessionSCEPAltAlgoClientServer( void ) function testSessionSCEPCustomExtClientServer (line 1235) | int testSessionSCEPCustomExtClientServer( void ) function testSessionSCEPSHA2ClientServer (line 1263) | int testSessionSCEPSHA2ClientServer( void ) function testSessionSCEPCACertClientServer (line 1298) | int testSessionSCEPCACertClientServer( void ) function testSessionSCEPRenewClientServer (line 1326) | int testSessionSCEPRenewClientServer( void ) function testSessionSCEPClientServerDebugCheck (line 1354) | int testSessionSCEPClientServerDebugCheck( void ) FILE: deps/cl345/test/sreqresp.c function connectCertstoreServer (line 43) | static int connectCertstoreServer( void ) function connectCertstoreClient (line 157) | static int connectCertstoreClient( void ) function testSessionHTTPCertstoreServer (line 230) | int testSessionHTTPCertstoreServer( void ) function certstoreServerThread (line 239) | unsigned __stdcall certstoreServerThread( void *dummy ) function testSessionHTTPCertstoreClientServer (line 246) | int testSessionHTTPCertstoreClientServer( void ) function connectRTCS (line 285) | static int connectRTCS( const CRYPT_SESSION_TYPE sessionType, function connectRTCSDirect (line 510) | static int connectRTCSDirect( void ) function testSessionRTCS (line 556) | int testSessionRTCS( void ) function testSessionRTCSServer (line 568) | int testSessionRTCSServer( void ) function rtcsServerThread (line 584) | unsigned __stdcall rtcsServerThread( void *dummy ) function testSessionRTCSClientServer (line 592) | int testSessionRTCSClientServer( void ) function connectOCSP (line 670) | static int connectOCSP( const CRYPT_SESSION_TYPE sessionType, function connectOCSPDirect (line 982) | static int connectOCSPDirect( void ) function testSessionOCSP (line 1032) | int testSessionOCSP( void ) function testSessionOCSPServer (line 1046) | int testSessionOCSPServer( void ) function ocspServerThread (line 1055) | unsigned __stdcall ocspServerThread( void *dummy ) function testSessionOCSPClientServer (line 1063) | int testSessionOCSPClientServer( void ) function testSessionOCSPMulticertClientServer (line 1082) | int testSessionOCSPMulticertClientServer( void ) function testTSP (line 1172) | static int testTSP( const CRYPT_SESSION cryptSession, function connectTSP (line 1298) | static int connectTSP( const CRYPT_SESSION_TYPE sessionType, function testSessionTSP (line 1420) | int testSessionTSP( void ) function testSessionTSPServer (line 1424) | int testSessionTSPServer( void ) function testSessionTSPServerEx (line 1428) | int testSessionTSPServerEx( const CRYPT_CONTEXT privKeyContext ) function tspServerThread (line 1437) | unsigned __stdcall tspServerThread( void *dummy ) function testSessionTSPClientServer (line 1445) | int testSessionTSPClientServer( void ) function tspServerPersistentThread (line 1464) | unsigned __stdcall tspServerPersistentThread( void *dummy ) function testSessionTSPClientServerPersistent (line 1472) | int testSessionTSPClientServerPersistent( void ) FILE: deps/cl345/test/ssh.c type SSH_TEST_TYPE (line 59) | typedef enum { type URL_PARSE_INFO (line 104) | typedef struct { function testSessionUrlParse (line 155) | int testSessionUrlParse( void ) function testSessionAttributes (line 270) | int testSessionAttributes( void ) function testSessionSSHClientServerMultiThread (line 649) | int testSessionSSHClientServerMultiThread( void ) function createChannel (line 660) | static int createChannel( const CRYPT_SESSION cryptSession, function BOOLEAN (line 684) | static BOOLEAN printChannelInfo( const CRYPT_SESSION cryptSession, function printDataInfo (line 767) | static int printDataInfo( CRYPT_SESSION cryptSession, function BOOLEAN (line 833) | static BOOLEAN printAuthInfo( CRYPT_SESSION cryptSession ) function connectSSH (line 898) | static int connectSSH( const CRYPT_SESSION_TYPE sessionType, function testSessionSSH (line 1813) | int testSessionSSH( void ) function testSessionSSHPubkeyAuth (line 1817) | int testSessionSSHPubkeyAuth( void ) function testSessionSSHPubkeyAuthWrongKey (line 1821) | int testSessionSSHPubkeyAuthWrongKey( void ) function testSessionSSHPubkeyAuthWrongName (line 1825) | int testSessionSSHPubkeyAuthWrongName( void ) function testSessionSSHPubkeyAuthPassword (line 1829) | int testSessionSSHPubkeyAuthPassword( void ) function testSessionSSHPortforward (line 1833) | int testSessionSSHPortforward( void ) function testSessionSSHExec (line 1841) | int testSessionSSHExec( void ) function testSessionSSH_SFTP (line 1849) | int testSessionSSH_SFTP( void ) function testSessionSSHServer (line 1857) | int testSessionSSHServer( void ) function testSessionSSHServerPubkeyAuth (line 1867) | int testSessionSSHServerPubkeyAuth( void ) function testSessionSSH_SFTPServer (line 1877) | int testSessionSSH_SFTPServer( void ) function ssh2ServerThread (line 1896) | unsigned __stdcall ssh2ServerThread( void *arg ) function sshClientServer (line 1904) | static int sshClientServer( const SSH_TEST_TYPE testType ) function testSessionSSHClientServer (line 1923) | int testSessionSSHClientServer( void ) function testSessionSSHClientServerDsaKey (line 1927) | int testSessionSSHClientServerDsaKey( void ) function testSessionSSHClientServerEccKey (line 1931) | int testSessionSSHClientServerEccKey( void ) function testSessionSSHClientServerPubkeyAuth (line 1941) | int testSessionSSHClientServerPubkeyAuth( void ) function testSessionSSHClientServerPubkeyAuthWrongKey (line 1945) | int testSessionSSHClientServerPubkeyAuthWrongKey( void ) function testSessionSSHClientServerPubkeyAuthWrongName (line 1949) | int testSessionSSHClientServerPubkeyAuthWrongName( void ) function testSessionSSHClientServerPubkeyAuthPassword (line 1953) | int testSessionSSHClientServerPubkeyAuthPassword( void ) function testSessionSSHClientServerFingerprint (line 1957) | int testSessionSSHClientServerFingerprint( void ) function testSessionSSHClientServerSFTP (line 1964) | int testSessionSSHClientServerSFTP( void ) function testSessionSSHClientServerPortForward (line 1968) | int testSessionSSHClientServerPortForward( void ) function testSessionSSHClientServerExec (line 1976) | int testSessionSSHClientServerExec( void ) function testSessionSSHClientServerMultichannel (line 1984) | int testSessionSSHClientServerMultichannel( void ) function testSessionSSHClientServerDualThread (line 1992) | int testSessionSSHClientServerDualThread( void ) function testSessionSSHClientServerDebugCheck (line 1996) | int testSessionSSHClientServerDebugCheck( void ) function sSetError (line 2083) | int sSetError( STREAM *stream, const int status ) function sMemOpen (line 2089) | int sMemOpen( STREAM *stream, void *buffer, const int bufSize ) function sread (line 2097) | int sread( STREAM *stream, void *buffer, const int count ) function swrite (line 2109) | int swrite( STREAM *stream, const void *buffer, const int count ) function sgetc (line 2124) | int sgetc( STREAM *stream ) function sputc (line 2138) | int sputc( STREAM *stream, const int data ) function sseek (line 2154) | int sseek( STREAM *stream, const long position ) function sPeek (line 2159) | int sPeek( STREAM *stream ) function sSkip (line 2164) | int sSkip( STREAM *stream, const long offset ) function sMemDataLeft (line 2169) | int sMemDataLeft( const STREAM *stream ) function BN_num_bits (line 2176) | int BN_num_bits( const BIGNUM *a ) { return 0; } function BN_high_bit (line 2177) | int BN_high_bit( BIGNUM *a ) { return 0; } function BIGNUM (line 2178) | BIGNUM *BN_bin2bn( const unsigned char *s, int len, BIGNUM *ret ) { retu... function BN_bn2bin (line 2179) | int BN_bn2bin( const BIGNUM *a, unsigned char *to ) { return 0; } function importBignum (line 2180) | int importBignum( BIGNUM *bn, const void *buffer, const int length, function exportBignum (line 2183) | int exportBignum( void *data, const int dataMaxLength, int *dataLength, type SFTP_ATTRS (line 2267) | typedef struct { type SFTP_INFO (line 2278) | typedef struct { function sizeofAttributes (line 2306) | static int sizeofAttributes( SFTP_ATTRS *attributes, const int version ) function readAttributes (line 2339) | static int readAttributes( STREAM *stream, SFTP_ATTRS *attributes, const... function writeAttributes (line 2425) | static int writeAttributes( STREAM *stream, SFTP_ATTRS *attributes, cons... function sizeofStatus (line 2491) | static int sizeofStatus( const char *sshStatusString ) function readStatus (line 2498) | static int readStatus( STREAM *stream, SFTP_INFO *info ) function writeStatus (line 2537) | static int writeStatus( STREAM *stream, SFTP_INFO *info, const int sshSt... function readSftpPacket (line 2546) | static int readSftpPacket( const CRYPT_SESSION cryptSession, void *buffer, function writeSftpPacket (line 2561) | static int writeSftpPacket( const CRYPT_SESSION cryptSession, const void... function sendAck (line 2584) | static int sendAck( const CRYPT_SESSION cryptSession, SFTP_INFO *sftpInfo ) function sftpServer (line 2600) | int sftpServer( const CRYPT_SESSION cryptSession ) function sftpClient (line 2812) | int sftpClient( const CRYPT_SESSION cryptSession ) FILE: deps/cl345/test/ssl.c type SSL_TEST_TYPE (line 98) | typedef enum { type PROTOCOL_TYPE (line 550) | typedef enum { PROTOCOL_NONE, PROTOCOL_SMTP, PROTOCOL_SMTP_DIRECT, function checksumData (line 612) | static int checksumData( const void *data, const int dataLength ) function BOOLEAN (line 629) | static BOOLEAN handleBulkBuffer( BYTE *buffer, const BOOLEAN isInit ) function BOOLEAN (line 676) | static BOOLEAN initSockets( void ) function endSockets (line 692) | static void endSockets( const SOCKET netSocket ) function setSocket (line 705) | static int setSocket( const CRYPT_SESSION cryptSession, function readLine (line 719) | static int readLine( SOCKET netSocket, BYTE *buffer ) function SOCKET (line 742) | static SOCKET negotiateSTARTTLS( int *protocol ) function SOCKET (line 878) | static SOCKET createServerSocket( void ) function SOCKET (line 923) | static SOCKET connectServerSocket( SOCKET netSocket ) function setPseudoSocket (line 946) | static int setPseudoSocket( const CRYPT_SESSION cryptSession ) function testSessionSSL (line 2386) | int testSessionSSL( void ) function testSessionSSLLocalSocket (line 2390) | int testSessionSSLLocalSocket( void ) function testSessionSSLClientCert (line 2394) | int testSessionSSLClientCert( void ) function testSessionSSLServer (line 2399) | int testSessionSSLServer( void ) function testSessionSSLServerCached (line 2409) | int testSessionSSLServerCached( void ) function testSessionSSLServerClientCert (line 2428) | int testSessionSSLServerClientCert( void ) function testSessionTLS (line 2439) | int testSessionTLS( void ) function testSessionTLSLocalSocket (line 2443) | int testSessionTLSLocalSocket( void ) function testSessionTLSSharedKey (line 2447) | int testSessionTLSSharedKey( void ) function testSessionTLSServer (line 2452) | int testSessionTLSServer( void ) function testSessionTLSServerSharedKey (line 2462) | int testSessionTLSServerSharedKey( void ) function testSessionTLS11 (line 2473) | int testSessionTLS11( void ) function testSessionTLS11Server (line 2477) | int testSessionTLS11Server( void ) function testSessionTLS12 (line 2488) | int testSessionTLS12( void ) function testSessionTLS12ClientCert (line 2492) | int testSessionTLS12ClientCert( void ) function testSessionTLS12Server (line 2496) | int testSessionTLS12Server( void ) function testSessionTLS12ServerClientCertManual (line 2507) | int testSessionTLS12ServerClientCertManual( void ) function testSessionTLS12WebSockets (line 2518) | int testSessionTLS12WebSockets( void ) function testSessionTLS12WebSocketsServer (line 2522) | int testSessionTLS12WebSocketsServer( void ) function testSessionTLSBadSSL (line 2533) | int testSessionTLSBadSSL( void ) function sslServerThread (line 2599) | unsigned __stdcall sslServerThread( void *arg ) function sslClientServer (line 2608) | static int sslClientServer( const SSL_TEST_TYPE testType ) function testSessionSSLClientServer (line 2627) | int testSessionSSLClientServer( void ) function testSessionSSLClientCertClientServer (line 2631) | int testSessionSSLClientCertClientServer( void ) function tlsServerThread (line 2636) | unsigned __stdcall tlsServerThread( void *arg ) function tlsClientServer (line 2645) | static int tlsClientServer( const SSL_TEST_TYPE testType ) function testSessionTLSClientServer (line 2664) | int testSessionTLSClientServer( void ) function testSessionTLSSharedKeyClientServer (line 2668) | int testSessionTLSSharedKeyClientServer( void ) function testSessionTLSNoSharedKeyClientServer (line 2672) | int testSessionTLSNoSharedKeyClientServer( void ) function testSessionTLSBulkTransferClientServer (line 2678) | int testSessionTLSBulkTransferClientServer( void ) function testSessionTLSLocalServerSocketClientServer (line 2682) | int testSessionTLSLocalServerSocketClientServer( void ) function tls11ServerThread (line 2687) | unsigned __stdcall tls11ServerThread( void *arg ) function tls11ClientServer (line 2696) | static int tls11ClientServer( const SSL_TEST_TYPE testType ) function testSessionTLS11ClientServer (line 2715) | int testSessionTLS11ClientServer( void ) function testSessionTLS11ClientCertClientServer (line 2719) | int testSessionTLS11ClientCertClientServer( void ) function testSessionTLS11ResumeClientServer (line 2723) | int testSessionTLS11ResumeClientServer( void ) function tls12ServerThread (line 2731) | unsigned __stdcall tls12ServerThread( void *arg ) function tls12ClientServer (line 2740) | static int tls12ClientServer( const SSL_TEST_TYPE testType ) function testSessionTLS12ClientServer (line 2759) | int testSessionTLS12ClientServer( void ) function testSessionTLS12ClientServerEccKey (line 2763) | int testSessionTLS12ClientServerEccKey( void ) function testSessionTLS12ClientServerEcc384Key (line 2774) | int testSessionTLS12ClientServerEcc384Key( void ) function testSessionTLS12ClientCertClientServer (line 2785) | int testSessionTLS12ClientCertClientServer( void ) function testSessionTLS12ClientCertManualClientServer (line 2789) | int testSessionTLS12ClientCertManualClientServer( void ) function testSessionTLS12WebSocketsClientServer (line 2793) | int testSessionTLS12WebSocketsClientServer( void ) function tlsServerDualThread2 (line 2798) | unsigned __stdcall tlsServerDualThread2( void *dummy ) function tlsServerDualThread1 (line 2804) | unsigned __stdcall tlsServerDualThread1( void *dummy ) function testSessionTLSClientServerDualThread (line 2810) | int testSessionTLSClientServerDualThread( void ) function tlsServerMultiThread (line 2829) | unsigned __stdcall tlsServerMultiThread( void *threadIdPtr ) function tlsClientMultiThread (line 2837) | unsigned __stdcall tlsClientMultiThread( void *threadIdPtr ) function testSessionTLSClientServerMultiThread (line 2845) | int testSessionTLSClientServerMultiThread( void ) function testSessionSSLClientServerDebugCheck (line 2851) | int testSessionSSLClientServerDebugCheck( void ) FILE: deps/cl345/test/stress.c function testStressObjects1 (line 57) | static void testStressObjects1( void ) function testStressObjects2 (line 129) | static void testStressObjects2( void ) function processData (line 207) | static int processData( const CRYPT_CONTEXT cryptContext, BYTE *buffer, function testProcessing (line 237) | static int testProcessing( const CRYPT_ALGO_TYPE cryptAlgo, function testDataProcessing (line 373) | static void testDataProcessing( void ) function smokeTestAttributes (line 464) | static void smokeTestAttributes( const CRYPT_HANDLE cryptHandle ) function testKernelChecks (line 480) | static void testKernelChecks( void ) function randSleep (line 533) | static void randSleep( void ) function processDataThread (line 538) | unsigned __stdcall processDataThread( void *arg ) function testStressThreadsSimple (line 574) | static void testStressThreadsSimple( void ) function envelopeDataThread (line 608) | unsigned __stdcall envelopeDataThread( void *arg ) function testContinuousThreads (line 666) | static void testContinuousThreads( void ) function signTest (line 707) | unsigned __stdcall signTest( void *arg ) function encTest (line 759) | unsigned __stdcall encTest( void *arg ) function testStressThreadsComplex (line 811) | int testStressThreadsComplex( void ) function smokeTest (line 849) | void smokeTest( void ) FILE: deps/cl345/test/suiteb.c type SUITEB_TEST_VALUE (line 30) | typedef enum { type SPECIAL_HANDLING_TYPE (line 66) | typedef enum { type SUITEB_TEST_INFO (line 94) | typedef struct { function showTest (line 224) | static int showTest( const SUITEB_TEST_INFO *testInfoPtr ) function showTestInfo (line 240) | static void showTestInfo( void ) function lookupTestNo (line 267) | static int lookupTestNo( const char *testName ) function SUITEB_TEST_INFO (line 293) | static const SUITEB_TEST_INFO *findAliasTest( const SUITEB_TEST_INFO *te... function suitebServer (line 310) | static int suitebServer( const int testNo, const char *hostName, function suitebClient (line 597) | static int suitebClient( const int testNo, const char *hostName, function suitebTest (line 859) | static int suitebTest( const BOOLEAN isServer, const int testNo, function suitebServerThread (line 890) | unsigned __stdcall suitebServerThread( void *arg ) function testSessionSuiteBClientServer (line 905) | int testSessionSuiteBClientServer( void ) function generateKey (line 948) | static int generateKey( const int keyBits, const char *certRequestFileNa... function updateKey (line 1047) | static int updateKey( const int keyBits, const char *certFileName ) function usageExit (line 1092) | static void usageExit( void ) function processArgs (line 1125) | static int processArgs( int argc, char **argv, int *testNo, function suiteBMain (line 1339) | int suiteBMain( int argc, char **argv ) FILE: deps/cl345/test/test.h type COMPONENT_TYPE (line 434) | typedef enum { IS_VOID, IS_NUMERIC, IS_STRING, IS_WCSTRING, type CERT_DATA (line 437) | typedef struct { type KEYFILE_TYPE (line 464) | typedef enum { KEYFILE_NONE, KEYFILE_X509, KEYFILE_X509_ALT, KEYFILE_PGP, type CHAINTEST_CERT_TYPE (line 477) | typedef enum { type HIRES_TIME (line 823) | typedef unsigned long HIRES_TIME; type __int64 (line 826) | typedef __int64 HIRES_TIME; type HIRES_TIME (line 829) | typedef long long HIRES_TIME; type HIRES_TIME (line 832) | typedef unsigned long HIRES_TIME; FILE: deps/cl345/test/testfunc.c type ODBC_SOURCE_TYPE (line 89) | typedef enum { ODBC_SOURCE_ACCESS, ODBC_SOURCE_SQLSERVER, function buildDBString (line 92) | static void buildDBString( char *buffer, const char *attrName, function reportSqlError (line 120) | static void reportSqlError( const ODBC_SOURCE_TYPE sourceType ) function BOOLEAN (line 147) | static BOOLEAN createDatabase( const char *driverName, function checkCreateDatabaseKeyset (line 227) | static void checkCreateDatabaseKeyset( void ) function checkCreateDatabaseCertstore (line 278) | static void checkCreateDatabaseCertstore( void ) function checkCreateDatabaseKeysets (line 326) | void checkCreateDatabaseKeysets( void ) function initDatabaseKeysets (line 376) | void initDatabaseKeysets( void ) function BOOLEAN (line 393) | BOOLEAN testSelfTest( void ) function BOOLEAN (line 425) | BOOLEAN testSelfTest( void ) function BOOLEAN (line 436) | BOOLEAN testLowLevel( void ) function BOOLEAN (line 509) | BOOLEAN testLowLevel( void ) function BOOLEAN (line 527) | BOOLEAN testRandom( void ) function BOOLEAN (line 542) | BOOLEAN testRandom( void ) function BOOLEAN (line 612) | BOOLEAN testConfig( void ) function BOOLEAN (line 662) | BOOLEAN testConfig( void ) function BOOLEAN (line 673) | BOOLEAN testDevice( void ) function BOOLEAN (line 691) | BOOLEAN testDevice( void ) function BOOLEAN (line 708) | BOOLEAN testMidLevel( void ) function BOOLEAN (line 740) | BOOLEAN testMidLevel( void ) function BOOLEAN (line 753) | BOOLEAN testHighLevel( void ) function BOOLEAN (line 764) | BOOLEAN testHighLevel( void ) function BOOLEAN (line 781) | BOOLEAN testCert( void ) function BOOLEAN (line 864) | BOOLEAN testCert( void ) function BOOLEAN (line 878) | BOOLEAN testCertMgmt( void ) function BOOLEAN (line 901) | BOOLEAN testCertMgmt( void ) function BOOLEAN (line 919) | BOOLEAN testKeysetFile( void ) function BOOLEAN (line 970) | BOOLEAN testKeysetDatabase( void ) function BOOLEAN (line 1037) | BOOLEAN testKeysetFile( void ) function BOOLEAN (line 1044) | BOOLEAN testKeysetDatabase( void ) function BOOLEAN (line 1062) | BOOLEAN testEnveloping( void ) function BOOLEAN (line 1145) | BOOLEAN testEnveloping( void ) function BOOLEAN (line 1162) | BOOLEAN testSessions( void ) function BOOLEAN (line 1228) | BOOLEAN testSessions( void ) function BOOLEAN (line 1245) | BOOLEAN testSessionsLoopback( void ) function BOOLEAN (line 1383) | BOOLEAN testSessionsLoopback( void ) function BOOLEAN (line 1400) | BOOLEAN testUsers( void ) function BOOLEAN (line 1409) | BOOLEAN testUsers( void ) function BOOLEAN (line 1435) | BOOLEAN testInit( void ) type FUNCTION_TBL (line 1447) | typedef struct { function testMemFault (line 1472) | static void testMemFault( void ) FILE: deps/cl345/test/testlib.c function cleanExit (line 133) | static void cleanExit( const int exitStatus ) function cleanupAndExit (line 139) | static void cleanupAndExit( const int exitStatus ) function cleanExit (line 150) | static void cleanExit( const int exitStatus ) function cleanupAndExit (line 154) | static void cleanupAndExit( const int exitStatus ) function updateConfig (line 175) | static void updateConfig( void ) function updateConfigCert (line 257) | static void updateConfigCert( void ) function checkDebugReleaseMismatch (line 293) | static void checkDebugReleaseMismatch( void ) function usageExit (line 356) | static void usageExit( void ) function processArgs (line 396) | static int processArgs( int argc, char **argv, int *argFlags, function fuzzSession (line 549) | static int fuzzSession( const int sessionType, function fuzzFile (line 642) | static int fuzzFile( const char *fuzzFileName ) function fuzzEnvelope (line 662) | static int fuzzEnvelope( const char *fuzzFileName ) function fuzzKeyset (line 690) | static int fuzzKeyset( const char *fuzzFileName ) function fuzzSpecial (line 709) | static int fuzzSpecial( const int fuzzType, const char *fuzzFileName ) function fuzz (line 788) | static int fuzz( const char *cmd, const char *arg ) function testKludge (line 983) | static void testKludge( const char *cmd, const char *arg ) function main (line 1042) | int main( int argc, char **argv ) function PilotMain (line 1276) | uint32_t PilotMain( uint16_t cmd, void *cmdPBP, uint16_t launchFlags ) function GLDEF_C (line 1292) | GLDEF_C TInt E32Main( void ) function EXPORT_C (line 1303) | EXPORT_C TInt WinsMain( void ) function TInt (line 1310) | TInt E32Dll( TDllReason ) function time_t (line 1360) | static time_t testTime( const int year ) function testSystemSpecific1 (line 1376) | void testSystemSpecific1( void ) function testSystemSpecific2 (line 1496) | void testSystemSpecific2( void ) FILE: deps/cl345/test/utils.c function remove (line 86) | int remove( const char *pathname ) function checkFileAccessibleACL (line 109) | static int checkFileAccessibleACL( const char *fileName ) function checkFileAccess (line 166) | int checkFileAccess( void ) function checkNetworkAccess (line 300) | int checkNetworkAccess( void ) function checkLibraryIsDebug (line 330) | int checkLibraryIsDebug( void ) function readFileData (line 358) | int readFileData( const char *fileName, const char *description, function importCertFile (line 396) | int importCertFile( CRYPT_CERTIFICATE *cryptCert, const C_STR fileName ) function importCertFromTemplate (line 413) | int importCertFromTemplate( CRYPT_CERTIFICATE *cryptCert, function exportCertFile (line 432) | int exportCertFile( const char *fileName, function getPublicKey (line 462) | int getPublicKey( CRYPT_CONTEXT *cryptContext, const C_STR keysetName, function getPrivateKey (line 485) | int getPrivateKey( CRYPT_CONTEXT *cryptContext, const C_STR keysetName, function addPseudoCertificate (line 574) | static int addPseudoCertificate( const CRYPT_CONTEXT cryptContext, function getPublicKey (line 592) | int getPublicKey( CRYPT_CONTEXT *cryptContext, const C_STR keysetName, function getPrivateKey (line 601) | int getPrivateKey( CRYPT_CONTEXT *cryptContext, const C_STR keysetName, function C_STR (line 619) | const C_STR getKeyfileName( const KEYFILE_TYPE type, function C_STR (line 658) | const C_STR getKeyfilePassword( const KEYFILE_TYPE type ) function C_STR (line 685) | const C_STR getKeyfileUserID( const KEYFILE_TYPE type, function mbstowcs (line 731) | size_t mbstowcs( char *pwcs, const char *s, size_t n ) function delayThread (line 751) | void delayThread( const int seconds ) function wcPrintf (line 772) | void wcPrintf( const char *format, ... ) function wcPuts (line 785) | void wcPuts( const char *string ) function filenameFromTemplate (line 809) | void filenameFromTemplate( char *buffer, const wchar_t *fileTemplate, function filenameParamFromTemplate (line 820) | void filenameParamFromTemplate( wchar_t *buffer, function createMutex (line 838) | void createMutex( void ) function acquireMutex (line 842) | void acquireMutex( void ) function waitMutex (line 851) | int waitMutex( void ) function releaseMutex (line 862) | void releaseMutex( void ) function destroyMutex (line 871) | void destroyMutex( void ) function waitForThread (line 876) | void waitForThread( const HANDLE hThread ) function createMutex (line 897) | void createMutex( void ) function acquireMutex (line 901) | void acquireMutex( void ) function waitMutex (line 905) | int waitMutex( void ) function releaseMutex (line 915) | void releaseMutex( void ) function destroyMutex (line 919) | void destroyMutex( void ) function waitForThread (line 924) | void waitForThread( const pthread_t hThread ) function createMutex (line 943) | void createMutex( void ) function acquireMutex (line 946) | void acquireMutex( void ) function releaseMutex (line 949) | void releaseMutex( void ) function waitMutex (line 952) | int waitMutex( void ) function destroyMutex (line 956) | void destroyMutex( void ) function multiThreadDispatch (line 965) | int multiThreadDispatch( THREAD_FUNC clientFunction, function HIRES_TIME (line 1074) | HIRES_TIME timeDiff( HIRES_TIME startTime ) function HIRES_TIME (line 1134) | HIRES_TIME timeDiff( HIRES_TIME startTime ) function timeDisplayMean (line 1183) | static int timeDisplayMean( HIRES_TIME *times, const int noTimes ) function timeDisplay (line 1316) | int timeDisplay( HIRES_TIME timeValue ) function testTimingAttackConv (line 1323) | int testTimingAttackConv( void ) function testTimingAttackPKC (line 1439) | int testTimingAttackPKC( void ) function printErrorAttributeInfo (line 1518) | void printErrorAttributeInfo( const CRYPT_HANDLE cryptHandle ) function printExtError (line 1548) | void printExtError( const CRYPT_HANDLE cryptHandle, function BOOLEAN (line 1576) | BOOLEAN attrErrorExit( const CRYPT_HANDLE cryptHandle, function BOOLEAN (line 1586) | BOOLEAN extErrorExit( const CRYPT_HANDLE cryptHandle, function CRYPT_ALGO_TYPE (line 1611) | CRYPT_ALGO_TYPE selectCipher( const CRYPT_ALGO_TYPE algorithm ) function printHex (line 1623) | void printHex( const char *prefix, const BYTE *value, const int length ) function addCertFields (line 1653) | int addCertFields( const CRYPT_CERTIFICATE certificate, function compareData (line 1893) | int compareData( const void *origData, const int origDataLength, function debugDump (line 1932) | void debugDump( const char *fileName, const void *data, const int dataLe... function printConnectInfo (line 2033) | int printConnectInfo( const CRYPT_SESSION cryptSession ) function printSecurityInfo (line 2070) | int printSecurityInfo( const CRYPT_SESSION cryptSession, function printFingerprint (line 2136) | int printFingerprint( const CRYPT_SESSION cryptSession, function BOOLEAN (line 2165) | BOOLEAN setLocalConnect( const CRYPT_SESSION cryptSession, const int port ) function BOOLEAN (line 2224) | BOOLEAN isServerDown( const CRYPT_SESSION cryptSession, function printOperationType (line 2274) | static void printOperationType( const CRYPT_SESSION cryptSession ) function activatePersistentServerSession (line 2314) | int activatePersistentServerSession( const CRYPT_SESSION cryptSession, function displayAttributes (line 2360) | int displayAttributes( const CRYPT_HANDLE cryptHandle ) function BOOLEAN (line 2426) | static BOOLEAN isUnicode( const BYTE *value, const int length ) function certInfoErrorExit (line 2469) | static int certInfoErrorExit( const char *functionCall, const int status, function printComponent (line 2479) | static int printComponent( const CRYPT_CERTIFICATE certificate, function printComponents (line 2528) | static int printComponents( const CRYPT_CERTIFICATE certificate, function printDN (line 2561) | static void printDN( const CRYPT_CERTIFICATE certificate ) function printAltName (line 2572) | static void printAltName( const CRYPT_CERTIFICATE certificate ) function printCertInfo (line 2594) | int printCertInfo( const CRYPT_CERTIFICATE certificate ) function printCertChainInfo (line 3049) | int printCertChainInfo( const CRYPT_CERTIFICATE certChain ) FILE: deps/cl345/tools/cryptlibConverter.py function parseEnumContents (line 10) | def parseEnumContents(enumContents, nameSpace, debugString): class ParamStruct (line 65) | class ParamStruct: method __init__ (line 66) | def __init__(self): method __str__ (line 73) | def __str__(self): function parseFunctionParams (line 76) | def parseFunctionParams(functionParams): function expandFunctionPrototype (line 132) | def expandFunctionPrototype(functionPrototype, newParamStructs): FILE: deps/cl345/tools/dumpasn1.c type BYTE (line 80) | typedef unsigned char BYTE; type STR_OPTION (line 242) | typedef enum { type ASN1_ITEM (line 256) | typedef struct { type OIDINFO (line 358) | typedef struct tagOIDINFO { function OIDINFO (line 523) | static OIDINFO *getOIDinfo( const BYTE *oid, const int oidLength ) function addAttribute (line 543) | static int addAttribute( char **buffer, char *attribute ) function isPrintable (line 582) | static int isPrintable( int ch ) function isIA5 (line 589) | static int isIA5( int ch ) function readLine (line 615) | static int readLine( FILE *file, char *buffer ) function processOID (line 686) | static int processOID( OIDINFO *oidInfo, char *string ) function processHexOID (line 766) | static int processHexOID( OIDINFO *oidInfo, char *string ) function readConfig (line 797) | static int readConfig( const char *path, const int isDefaultConfig ) function testConfigPath (line 957) | static int testConfigPath( const char *path ) function buildConfigPath (line 971) | static void buildConfigPath( char *path, const char *pathTemplate ) function readGlobalConfig (line 1034) | static int readGlobalConfig( const char *path ) function freeConfig (line 1145) | static void freeConfig( void ) function asciiToEbcdic (line 1170) | static int asciiToEbcdic( const int ch ) function printString (line 1183) | static int printString( const int level, const char *format, ... ) function doIndent (line 1199) | static void doIndent( const int level ) function complain (line 1214) | static void complain( const char *message, const int messageParam, function complainLength (line 1229) | static void complainLength( const ASN1_ITEM *item, const int level ) function complainLengthCanonical (line 1247) | static void complainLengthCanonical( const ASN1_ITEM *item, const int le... function complainInt (line 1273) | static void complainInt( const BYTE *intValue, const int level ) function complainEOF (line 1286) | static void complainEOF( const int level, const int missingBytes ) function adjustLevel (line 1298) | static int adjustLevel( const int level, const int maxLevel ) function displayUnicode (line 1321) | static int displayUnicode( const wchar_t wCh, const int level ) function printValue (line 1404) | static void printValue( FILE *inFile, const int valueLength, function dumpHex (line 1459) | static void dumpHex( FILE *inFile, long length, int level, function oidToString (line 1598) | static int oidToString( char *textOID, int *textOIDlength, function dumpBitString (line 1737) | static void dumpBitString( FILE *inFile, const int length, const int unu... function displayString (line 1847) | static void displayString( FILE *inFile, long length, int level, function getItem (line 2095) | static int getItem( FILE *inFile, ASN1_ITEM *item ) function checkEncapsulate (line 2191) | static int checkEncapsulate( FILE *inFile, const int length ) function zeroLengthOK (line 2282) | static int zeroLengthOK( const ASN1_ITEM *item ) function STR_OPTION (line 2333) | static STR_OPTION checkForText( FILE *inFile, const int length ) function dumpHeader (line 2451) | static void dumpHeader( FILE *inFile, const ASN1_ITEM *item, const int l... function markConstructed (line 2496) | static void markConstructed( const int level, const ASN1_ITEM *item ) function printConstructed (line 2506) | static void printConstructed( FILE *inFile, int level, const ASN1_ITEM *... function printASN1object (line 2538) | static void printASN1object( FILE *inFile, ASN1_ITEM *item, int level ) function processObjectStart (line 2943) | static long processObjectStart( FILE *inFile, const ASN1_ITEM *item ) function printAsn1 (line 3037) | static int printAsn1( FILE *inFile, const int level, long length, function usageExit (line 3174) | static void usageExit( void ) function main (line 3227) | int main( int argc, char *argv[] ) FILE: deps/cl345/tools/endian.c function main (line 10) | int main() FILE: deps/cl345/zlib/adler32.c function uLong (line 89) | uLong ZEXPORT adler32_z( uLong adler, const Bytef *buf, z_size_t len ) /... function uLong (line 157) | uLong ZEXPORT adler32( uLong adler, const Bytef *buf, uInt len ) /* pcg */ function local (line 163) | local uLong adler32_combine_( uLong adler1, uLong adler2, z_off64_t len2... function uLong (line 189) | uLong ZEXPORT adler32_combine( uLong adler1, uLong adler2, z_off_t len2 ... function uLong (line 194) | uLong ZEXPORT adler32_combine64( uLong adler1, uLong adler2, z_off64_t l... FILE: deps/cl345/zlib/deflate.c type block_state (line 95) | typedef enum { type block_state (line 102) | typedef block_state (*compress_func) type config (line 149) | typedef struct config_s { function local (line 230) | local void slide_hash( deflate_state *s ) /* pcg */ function deflateInit_ (line 256) | int ZEXPORT deflateInit_( z_streamp strm, int level, const char *version... function deflateInit2_ (line 264) | int ZEXPORT deflateInit2_( z_streamp strm, int level, int method, int ... function local (line 369) | local int deflateStateCheck ( z_streamp strm ) /* pcg */ function deflateSetDictionary (line 391) | int ZEXPORT deflateSetDictionary ( z_streamp strm, const Bytef *dictiona... function deflateGetDictionary (line 457) | int ZEXPORT deflateGetDictionary ( z_streamp strm, Bytef *dictionary, uI... function deflateReset (line 513) | int ZEXPORT deflateReset ( z_streamp strm ) function deflateSetHeader (line 524) | int ZEXPORT deflateSetHeader ( z_streamp strm, gz_headerp head ) /* pcg */ function deflatePending (line 533) | int ZEXPORT deflatePending ( z_streamp strm, unsigned *pending, int *bit... function deflatePrime (line 544) | int ZEXPORT deflatePrime ( z_streamp strm, int bits, int value ) /* pcg */ function deflateParams (line 567) | int ZEXPORT deflateParams( z_streamp strm, int level, int strategy ) /* ... function deflateTune (line 613) | int ZEXPORT deflateTune( z_streamp strm, int good_length, int max_lazy, function uLong (line 644) | uLong ZEXPORT deflateBound( z_streamp strm, uLong sourceLen ) /* pcg */ function local (line 706) | local void putShortMSB ( deflate_state *s, uInt b ) /* pcg */ function local (line 718) | local void flush_pending( z_streamp strm ) /* pcg */ function deflate (line 750) | int ZEXPORT deflate ( z_streamp strm, int flush ) /* pcg */ function deflateEnd (line 1061) | int ZEXPORT deflateEnd ( z_streamp strm ) /* pcg */ function deflateCopy (line 1086) | int ZEXPORT deflateCopy ( z_streamp dest, z_streamp source ) /* pcg */ function read_buf (line 1146) | local unsigned read_buf( z_streamp strm, Bytef *buf, unsigned size ) /* ... function local (line 1173) | local void lm_init ( deflate_state *s ) /* pcg */ function local (line 1214) | local uInt longest_match( deflate_state *s, IPos cur_match ) /* pcg */ function local (line 1361) | local uInt longest_match( deflate_state *s, IPos cur_match ) /* pcg */ function local (line 1422) | local void check_match( deflate_state *s, IPos start, match, int length ... function local (line 1453) | local void fill_window( deflate_state *s ) /* pcg */ function local (line 1613) | local block_state deflate_stored( deflate_state *s, int flush ) /* pcg */ function local (line 1792) | local block_state deflate_fast( deflate_state *s, int flush ) /* pcg */ function local (line 1892) | local block_state deflate_slow( deflate_state *s, int flush ) /* pcg */ function local (line 2021) | local block_state deflate_rle( deflate_state *s, int flush ) /* pcg */ function local (line 2092) | local block_state deflate_huff( deflate_state *s, int flush ) /* pcg */ FILE: deps/cl345/zlib/deflate.h type ct_data (line 72) | typedef struct ct_data_s { type static_tree_desc (line 88) | typedef struct static_tree_desc_s static_tree_desc; type tree_desc (line 90) | typedef struct tree_desc_s { type ush (line 96) | typedef ush Pos; type Pos (line 97) | typedef Pos FAR Posf; type IPos (line 98) | typedef unsigned IPos; type deflate_state (line 104) | typedef struct internal_state { FILE: deps/cl345/zlib/inffast.c function inflate_fast (line 59) | void ZLIB_INTERNAL inflate_fast( z_streamp strm, unsigned start ) /* pcg */ FILE: deps/cl345/zlib/inflate.c type inflate_state (line 128) | struct inflate_state function local (line 137) | local int inflateStateCheck( z_streamp strm ) /* pcg */ function inflateResetKeep (line 150) | int ZEXPORT inflateResetKeep( z_streamp strm ) /* pcg */ function inflateReset (line 174) | int ZEXPORT inflateReset( z_streamp strm ) /* pcg */ function inflateReset2 (line 186) | int ZEXPORT inflateReset2( z_streamp strm, int windowBits ) /* pcg */ function inflateInit2_ (line 222) | int ZEXPORT inflateInit2_( z_streamp strm, int windowBits, const char *v... function inflateInit_ (line 263) | int ZEXPORT inflateInit_( z_streamp strm, const char *version, int strea... function inflatePrime (line 268) | int ZEXPORT inflatePrime( z_streamp strm, int bits, int value ) /* pcg */ function local (line 296) | local void fixedtables( struct inflate_state FAR *state ) /* pcg */ function makefixed (line 359) | void makefixed( void ) /* pcg */ function local (line 413) | local int updatewindow( z_streamp strm, const Bytef *end, unsigned copy ... type inflate_state (line 638) | struct inflate_state type inflate_state (line 661) | struct inflate_state type inflate_state (line 1291) | struct inflate_state type inflate_state (line 1294) | struct inflate_state type inflate_state (line 1304) | struct inflate_state type inflate_state (line 1308) | struct inflate_state type inflate_state (line 1324) | struct inflate_state type inflate_state (line 1330) | struct inflate_state type inflate_state (line 1356) | struct inflate_state type inflate_state (line 1360) | struct inflate_state type inflate_state (line 1405) | struct inflate_state type inflate_state (line 1409) | struct inflate_state type inflate_state (line 1452) | struct inflate_state type inflate_state (line 1455) | struct inflate_state type inflate_state (line 1461) | struct inflate_state type inflate_state (line 1462) | struct inflate_state type inflate_state (line 1469) | struct inflate_state type inflate_state (line 1472) | struct inflate_state type inflate_state (line 1473) | struct inflate_state type inflate_state (line 1487) | struct inflate_state type internal_state (line 1500) | struct internal_state type inflate_state (line 1506) | struct inflate_state type inflate_state (line 1509) | struct inflate_state type inflate_state (line 1522) | struct inflate_state type inflate_state (line 1525) | struct inflate_state type inflate_state (line 1535) | struct inflate_state type inflate_state (line 1539) | struct inflate_state type inflate_state (line 1547) | struct inflate_state type inflate_state (line 1549) | struct inflate_state FILE: deps/cl345/zlib/inflate.h type inflate_mode (line 20) | typedef enum { type inflate_state (line 82) | struct inflate_state { FILE: deps/cl345/zlib/inftrees.c function inflate_table (line 39) | int ZLIB_INTERNAL inflate_table( codetype type, unsigned short FAR *lens... FILE: deps/cl345/zlib/inftrees.h type code (line 24) | typedef struct { type codetype (line 54) | typedef enum { FILE: deps/cl345/zlib/trees.c type static_tree_desc_s (line 123) | struct static_tree_desc_s { function local (line 192) | local void send_bits( deflate_state *s, int value, int length ) /* pcg */ function local (line 235) | local void tr_static_init( void ) /* pcg */ function gen_trees_header (line 329) | void gen_trees_header( void ) /* pcg */ function _tr_init (line 382) | void ZLIB_INTERNAL _tr_init( deflate_state *s ) /* pcg */ function local (line 409) | local void init_block( deflate_state *s ) /* pcg */ function local (line 452) | local void pqdownheap( deflate_state *s, ct_data *tree, int k ) /* pcg */ function local (line 484) | local void gen_bitlen( deflate_state *s, tree_desc *desc ) /* pcg */ function local (line 568) | local void gen_codes ( ct_data *tree, int max_code, ushf *bl_count ) /* ... function local (line 608) | local void build_tree( deflate_state *s, tree_desc *desc ) /* pcg */ function local (line 694) | local void scan_tree ( deflate_state *s, ct_data *tree, int max_code ) /... function local (line 736) | local void send_tree ( deflate_state *s, ct_data *tree, int max_code ) /... function local (line 784) | local int build_bl_tree( deflate_state *s ) /* pcg */ function local (line 818) | local void send_all_trees( deflate_state *s, int lcodes, int dcodes, int... function _tr_stored_block (line 845) | void ZLIB_INTERNAL _tr_stored_block( deflate_state *s, charf *buf, ulg s... function _tr_flush_bits (line 864) | void ZLIB_INTERNAL _tr_flush_bits( deflate_state *s ) /* pcg */ function _tr_align (line 873) | void ZLIB_INTERNAL _tr_align( deflate_state *s ) /* pcg */ function ZLIB_INTERNAL (line 986) | int ZLIB_INTERNAL _tr_tally ( deflate_state *s, unsigned dist, unsigned ... function local (line 1033) | local void compress_block( deflate_state *s, const ct_data *ltree, const... function local (line 1090) | local int detect_data_type( deflate_state *s ) /* pcg */ function bi_reverse (line 1123) | local unsigned bi_reverse( unsigned code, int len ) /* pcg */ function local (line 1136) | local void bi_flush( deflate_state *s ) /* pcg */ function local (line 1152) | local void bi_windup( deflate_state *s ) /* pcg */ FILE: deps/cl345/zlib/zconf.h type z_size_t (line 245) | typedef unsigned long z_size_t; type z_size_t (line 249) | typedef unsigned NO_SIZE_T z_size_t; type z_size_t (line 252) | typedef size_t z_size_t; type z_size_t (line 254) | typedef unsigned long z_size_t; type Byte (line 395) | typedef unsigned char Byte; type uInt (line 397) | typedef unsigned int uInt; type uLong (line 398) | typedef unsigned long uLong; type Byte (line 404) | typedef Byte FAR Bytef; type charf (line 406) | typedef char FAR charf; type intf (line 407) | typedef int FAR intf; type uInt (line 408) | typedef uInt FAR uIntf; type uLong (line 409) | typedef uLong FAR uLongf; type Byte (line 416) | typedef Byte const *voidpc; type Byte (line 417) | typedef Byte FAR *voidpf; type Byte (line 418) | typedef Byte *voidp; type Z_U4 (line 433) | typedef Z_U4 z_crc_t; type z_crc_t (line 435) | typedef unsigned long z_crc_t; FILE: deps/cl345/zlib/zlib.h type voidpf (line 119) | typedef voidpf (*alloc_func) type internal_state (line 122) | struct internal_state type z_stream (line 124) | typedef struct z_stream_s { type z_stream (line 146) | typedef z_stream FAR *z_streamp; type gz_header (line 152) | typedef struct gz_header_s { type gz_header (line 169) | typedef gz_header FAR *gz_headerp; type gzFile_s (line 1338) | struct gzFile_s type gzFile_s (line 1855) | struct gzFile_s { FILE: deps/cl345/zlib/zutil.c function uLong (line 40) | uLong ZEXPORT zlibCompileFlags( void ) /* pcg */ function ZLIB_INTERNAL (line 130) | void ZLIB_INTERNAL z_error ( char *m ) /* pcg */ function zmemcpy (line 155) | void ZLIB_INTERNAL zmemcpy( Bytef* dest, const Bytef* source, uInt len ... function zmemcmp (line 163) | int ZLIB_INTERNAL zmemcmp( const Bytef* s1, const Bytef* s2, uInt len )... function zmemzero (line 173) | void ZLIB_INTERNAL zmemzero( Bytef* dest, uInt len ) /* pcg */ type ptr_table (line 202) | typedef struct ptr_table_s { function voidpf (line 215) | voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) function ZLIB_INTERNAL (line 241) | void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) function voidpf (line 278) | voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) function ZLIB_INTERNAL (line 284) | void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) function voidpf (line 315) | voidpf ZLIB_INTERNAL zcalloc ( voidpf opaque, unsigned items, unsigned s... function ZLIB_INTERNAL (line 322) | void ZLIB_INTERNAL zcfree ( voidpf opaque, voidpf ptr ) /* pcg */ FILE: deps/cl345/zlib/zutil.h type uch (line 49) | typedef unsigned char uch; type uch (line 50) | typedef uch FAR uchf; type ush (line 51) | typedef unsigned short ush; type ush (line 52) | typedef ush FAR ushf; type ulg (line 53) | typedef unsigned long ulg; FILE: deps/infozip/unzip60/acorn/acorn.c type dirent (line 69) | struct dirent type dirent (line 102) | struct dirent type dirent (line 138) | struct dirent function has_NFS_ext (line 165) | static int has_NFS_ext(const char* name) function mapattr (line 179) | int mapattr(__G) function mimemap (line 317) | static int mimemap(const char *name) function mkdir (line 774) | int mkdir(path, mode) function setRISCOSexfield (line 792) | static void setRISCOSexfield(ZCONST char *path, ZCONST void *ef_spark) function printRISCOSexfield (line 801) | static void printRISCOSexfield(int isdir, ZCONST void *extra_field) function uxtime2acornftime (line 845) | static int uxtime2acornftime(unsigned *pexadr, unsigned *pldadr, time_t ut) function close_outfile (line 868) | void close_outfile(__G) function stamp_file (line 934) | int stamp_file(fname, modtime) function version (line 965) | void version(__G) FILE: deps/infozip/unzip60/acorn/riscos.c function stat (line 24) | int stat(char *filename,struct stat *res) function DIR (line 91) | DIR *opendir(char *dirname) type dirent (line 134) | struct dirent type dirent (line 136) | struct dirent function closedir (line 170) | void closedir(DIR *d) function unlink (line 179) | int unlink(f) function rmdir (line 197) | int rmdir(char *d) function chmod (line 230) | int chmod(char *file, int mode) function setfiletype (line 239) | void setfiletype(char *fname,int ftype) function getRISCOSexts (line 246) | void getRISCOSexts(char *envstr) function checkext (line 260) | int checkext(char *suff) function swapext (line 285) | void swapext(char *name, char *exptr) function remove_prefix (line 306) | void remove_prefix(void) function set_prefix (line 311) | void set_prefix(void) type tm (line 348) | struct tm type tm (line 357) | struct tm FILE: deps/infozip/unzip60/acorn/riscos.h type os_error (line 16) | typedef struct { type stat (line 29) | struct stat { type DIR (line 44) | typedef struct { type dirent (line 54) | struct dirent { type riscos_direntry (line 62) | typedef struct { type extra_block (line 71) | typedef struct { type stat (line 120) | struct stat type dirent (line 122) | struct dirent type tm (line 133) | struct tm type tm (line 134) | struct tm FILE: deps/infozip/unzip60/amiga/amiga.c function ispattern (line 69) | static int ispattern(ZCONST char *p) type dirent (line 106) | struct dirent function mapattr (line 201) | int mapattr(__G) /* Amiga version */ function close_outfile (line 698) | void close_outfile(__G) function stamp_file (line 768) | int stamp_file(fname, modtime) function _abort (line 801) | void _abort(void) /* called when ^C is pressed */ type MsgPort (line 820) | struct MsgPort function screensize (line 822) | int screensize(int *ttrows, int *ttcols) function BOOL (line 853) | BOOL is_floppy(ZCONST char *path) function dateformat (line 903) | int dateformat() function version (line 957) | void version(__G) FILE: deps/infozip/unzip60/amiga/amiga.h type zoff_t (line 36) | typedef long zoff_t; type z_stat (line 38) | typedef struct stat z_stat; FILE: deps/infozip/unzip60/amiga/filedate.c type ExecBase (line 168) | struct ExecBase type MsgPort (line 200) | struct MsgPort function LONG (line 232) | LONG FileDate(filename, u) type Process (line 325) | struct Process function setenv (line 354) | int setenv(const char *var, const char *value, int overwrite) function set_TZ (line 385) | void set_TZ(long time_zone, int day_light) function GetPlatformLocalTimezone (line 409) | int GetPlatformLocalTimezone(sp, fill_tzstate_from_rules) function time_t (line 488) | time_t time(time_t *tp) type MsgPort (line 520) | struct MsgPort function LONG (line 522) | LONG sendpkt(pid,action,args,nargs) function Agetch (line 576) | int Agetch(void) FILE: deps/infozip/unzip60/amiga/makesfx.c type ulg (line 34) | typedef unsigned long ulg; type uch (line 35) | typedef unsigned char uch; function CopyData (line 65) | bool CopyData(FILE *out, FILE *inn, ulg archivesize, function main (line 122) | void main(int argc, char **argv) function _wb_parse (line 183) | void _wb_parse(void) { } FILE: deps/infozip/unzip60/amiga/stat.c function close_leftover_open_dirs (line 56) | void close_leftover_open_dirs(void) type stat (line 65) | struct stat type stat (line 69) | struct stat type FileInfoBlock (line 72) | struct FileInfoBlock type tm (line 75) | struct tm type FileInfoBlock (line 81) | struct FileInfoBlock type FileInfoBlock (line 82) | struct FileInfoBlock function fstat (line 139) | int fstat(int handle, struct stat *buf) function DIR (line 151) | DIR *opendir(const char *path) function closedir (line 174) | void closedir(DIR *dd) type dirent (line 186) | struct dirent type dirent (line 188) | struct dirent function rmdir (line 194) | int rmdir(const char *path) function chmod (line 199) | int chmod(const char *filename, int bits) /* bits are as for st_mo... function _wb_parse (line 207) | void _wb_parse(void) { } function umask (line 210) | int umask(void) { return 0; } function __signal_return_type (line 217) | __signal_return_type signal() { return SIG_ERR; } function _cli_parse (line 227) | void _cli_parse(struct Process *pp, long alen, register UBYTE *aptr) FILE: deps/infozip/unzip60/amiga/z-stat.h type stat (line 39) | struct stat { type stat (line 71) | struct stat type stat (line 72) | struct stat type DIR (line 74) | typedef struct dirent { type dirent (line 87) | struct dirent FILE: deps/infozip/unzip60/aosvs/aosvs.c type FILE (line 88) | typedef FILE DIR; type dirent (line 94) | struct dirent type dirent (line 97) | struct dirent type dirent (line 103) | struct dirent type dirent (line 104) | struct dirent type dirent (line 125) | struct dirent type dirent (line 164) | struct dirent type dirent (line 205) | struct dirent function open_outfile (line 240) | int open_outfile(__G) /* return 1 if fail */ function mapattr (line 387) | int mapattr(__G) function zvs_create (line 1360) | int zvs_create(ZCONST char *fname, long cretim, long modtim, long acctim, function zvs_credir (line 1410) | int zvs_credir(ZCONST char *dname, long cretim, long modtim, long acctim, function dgdate (line 1563) | long int dgdate(short mm, short dd, short yy) FILE: deps/infozip/unzip60/aosvs/aosvs.h type ZVSFSTAT_STRU (line 45) | typedef union zvsfstat_stru { type ZVSCREATE_STRU (line 52) | typedef union zvscreate_stru { type ZEXTRAFLD (line 59) | typedef struct zextrafld { FILE: deps/infozip/unzip60/api.c function ZCONST (line 66) | ZCONST UzpVer * UZ_EXP UzpVersion() /* returns pointer to const stru... function UzpVersion2 (line 119) | unsigned UZ_EXP UzpVersion2(UzpVer2 *version) function UzpAltMain (line 191) | int UZ_EXP UzpAltMain(int argc, char *argv[], UzpInit *init) function UzpFreeMemBuffer (line 222) | void UZ_EXP UzpFreeMemBuffer(UzpBuffer *retstr) function UzpDLL_Init (line 238) | static int UzpDLL_Init(pG, UsrFuncts) function UzpUnzipToMemory (line 270) | int UZ_EXP UzpUnzipToMemory(char *zip, char *file, UzpOpts *optflgs, function UzpFileTree (line 334) | int UZ_EXP UzpFileTree(char *name, cbList(callBack), char *cpInclude[], function setFileNotFound (line 377) | void setFileNotFound(__G) function unzipToMemory (line 386) | int unzipToMemory(__GPRO__ char *zip, char *file, UzpBuffer *retstr) function redirect_outfile (line 422) | int redirect_outfile(__G) function writeToMemory (line 478) | int writeToMemory(__GPRO__ ZCONST uch *rawbuf, extent size) function close_redirect (line 501) | int close_redirect(__G) function UzpGrep (line 547) | int UZ_EXP UzpGrep(char *archive, char *file, char *pattern, int cmd, function UzpValidate (line 631) | int UZ_EXP UzpValidate(char *archive, int AllCodes) FILE: deps/infozip/unzip60/apihelp.c type APIDocStruct (line 123) | struct APIDocStruct FILE: deps/infozip/unzip60/atari/atari.c type dirent (line 57) | struct dirent type dirent (line 96) | struct dirent type dirent (line 137) | struct dirent function mapattr (line 172) | int mapattr(__G) function stamp_file (line 955) | int stamp_file(fname, modtime) function version (line 977) | void version(__G) FILE: deps/infozip/unzip60/atheos/atheos.c type uxdirattr (line 48) | typedef struct uxdirattr { /* struct for holding unix style directo... type RO_extra_block (line 65) | typedef struct { type dirent (line 95) | struct dirent type dirent (line 135) | struct dirent type dirent (line 178) | struct dirent function filtattr (line 227) | static unsigned filtattr(__G__ perms) function mapattr (line 246) | int mapattr(__G) function close_outfile (line 920) | void close_outfile(__G) /* GRR: change to return PK-style warning lev... function stamp_file (line 1172) | int stamp_file(fname, modtime) function version (line 1194) | void version(__G) function uch (line 1234) | static uch *scanAtheOSexfield(const uch *ef_ptr, unsigned ef_len) function set_file_attrs (line 1269) | static int set_file_attrs( const char *name, function setAtheOSexfield (line 1330) | static void setAtheOSexfield(const char *path, uch *extra_field) FILE: deps/infozip/unzip60/beos/beos.c type uxdirattr (line 62) | typedef struct uxdirattr { /* struct for holding unix style directo... type RO_extra_block (line 79) | typedef struct { type dirent (line 126) | struct dirent type dirent (line 166) | struct dirent type dirent (line 209) | struct dirent function filtattr (line 258) | static unsigned filtattr(__G__ perms) function mapattr (line 277) | int mapattr(__G) function close_outfile (line 957) | void close_outfile(__G) /* GRR: change to return PK-style warning lev... type utimbuf (line 1183) | struct utimbuf function stamp_file (line 1212) | int stamp_file(fname, modtime) function version (line 1234) | void version(__G) function uch (line 1280) | static uch *scanBeOSexfield(const uch *ef_ptr, unsigned ef_len) function set_file_attrs (line 1315) | static int set_file_attrs( const char *name, function setBeOSexfield (line 1383) | static void setBeOSexfield(const char *path, uch *extra_field) function printBeOSexfield (line 1472) | static void printBeOSexfield( int isdir, uch *extra_field ) function assign_MIME (line 1529) | static void assign_MIME( const char *file ) FILE: deps/infozip/unzip60/beos/beosmain.cpp function main (line 34) | int main( int argc, char **argv ) FILE: deps/infozip/unzip60/cmsmvs/vmmvs.c function FILE (line 38) | FILE *vmmvs_open_infile(__G) function open_outfile (line 95) | int open_outfile(__G) /* return 1 if fail */ function close_outfile (line 169) | void close_outfile(__G) function close_infile (line 180) | void close_infile(__G) function extent (line 197) | extent getVMMVSexfield(type, ef_block, datalen) function mapattr (line 270) | int mapattr(__G) function stat (line 514) | int stat(const char *path, struct stat *buf) function MAIN_VMMVS (line 555) | int MAIN_VMMVS(void) function version (line 598) | void version(__G) FILE: deps/infozip/unzip60/cmsmvs/vmstat.h type ino_t (line 15) | typedef unsigned short ino_t; type dev_t (line 20) | typedef short dev_t; type off_t (line 25) | typedef long off_t; type stat (line 30) | struct stat { type stat (line 45) | struct stat type stat (line 46) | struct stat FILE: deps/infozip/unzip60/crc32.c function local (line 115) | local void make_crc_table() function OF (line 619) | OF((void)) function free_crc_table (line 634) | void free_crc_table() function ulg (line 680) | ulg crc32(crc, buf, len) FILE: deps/infozip/unzip60/crypt.c type z_uint4 (line 103) | typedef unsigned int z_uint4; type z_uint4 (line 107) | typedef unsigned long z_uint4; type z_uint4 (line 111) | typedef unsigned short z_uint4; type ulg (line 119) | typedef ulg z_uint4; function decrypt_byte (line 149) | int decrypt_byte(__G) function update_keys (line 163) | int update_keys(__G__ c) function near (line 212) | near *crytab_init(__G) function crypthead (line 231) | void crypthead(passwd, crc, zfile) function zipcloak (line 271) | int zipcloak(z, source, dest, passwd) type zlist (line 327) | struct zlist function zfwrite (line 422) | unsigned zfwrite(buf, item_size, nb, f) FILE: deps/infozip/unzip60/crypt.h type zlist (line 139) | struct zlist type zlist (line 140) | struct zlist FILE: deps/infozip/unzip60/envargs.c function envargs (line 49) | int envargs(Pargc, Pargv, envstr, envstr2) function count_args (line 179) | static int count_args(s) function main (line 221) | int main(argc, argv) function dump_args (line 239) | void dump_args(argc, argv) function mksargs (line 276) | void mksargs(argcp, argvp) FILE: deps/infozip/unzip60/explode.c type huft (line 265) | struct huft type huft (line 383) | struct huft function explode (line 489) | int explode(__G) FILE: deps/infozip/unzip60/extract.c function extract_or_test_files (line 331) | int extract_or_test_files(__G) /* return PK-type error code */ function store_info (line 820) | static int store_info(__G) /* return 0 if skipping, 1 if OK */ function find_compr_idx (line 997) | unsigned find_compr_idx(compr_methodnum) function extract_or_test_member (line 1618) | static int extract_or_test_member(__G) /* return PK-type error code */ function decompress_bits (line 2449) | static void decompress_bits(outptr, needlen, bitptr) function dircomp (line 2678) | static int Cdecl dircomp(a, b) /* used by qsort(); swiped from Zip */ FILE: deps/infozip/unzip60/fileio.c function open_input_file (line 219) | int open_input_file(__G) /* return 1 if open failed */ function undefer_input (line 523) | void undefer_input(__G) function defer_leftover_input (line 550) | void defer_leftover_input(__G) function readbyte (line 616) | int readbyte(__G) /* refill inbuf and return a byte if available, else... function fillinbuf (line 676) | int fillinbuf(__G) /* like readbyte() except returns number of bytes in ... function seek_zipf (line 710) | int seek_zipf(__G__ abs_offset) function PutNativeEOL (line 1015) | PutNativeEOL function disk_error (line 1213) | static int disk_error(__G) function UzpMessagePrnt (line 1242) | int UZ_EXP UzpMessagePrnt(pG, buf, size, flag) function UzpMessageNull (line 1465) | int UZ_EXP UzpMessageNull(pG, buf, size, flag) function UzpInput (line 1485) | int UZ_EXP UzpInput(pG, buf, size, flag) function UzpMorePause (line 1509) | void UZ_EXP UzpMorePause(pG, prompt, flag) function UzpPassword (line 1571) | int UZ_EXP UzpPassword (pG, rcnt, pwbuf, size, zfn, efn) function handler (line 1632) | void handler(signal) /* upon interrupt, turn on echo and exit cleanly */ type tm (line 1704) | struct tm type tmx (line 1729) | struct tmx type tm (line 1735) | struct tm type timeb (line 1743) | struct timeb type tmx (line 1766) | struct tmx type tmx (line 1766) | struct tmx type tm (line 1815) | struct tm function ush (line 2412) | ush makeword(b) function ulg (line 2430) | ulg makelong(sig) function zusz_t (line 2451) | zusz_t makeint64(sig) function memcmp (line 2622) | int memcmp(b1, b2, len) function zstrnicmp (line 2667) | int zstrnicmp(s1, s2, n) function zstat (line 2695) | int zstat(p, s) function zfstrcmp (line 2842) | int Far zfstrcmp(const char Far *s1, const char Far *s2) FILE: deps/infozip/unzip60/flexos/flexos.c type dirent (line 88) | struct dirent type dirent (line 136) | struct dirent type dirent (line 188) | struct dirent function mapattr (line 221) | int mapattr(__G) function map2fat (line 460) | static void map2fat(pathcomp, last_dot) function close_outfile (line 768) | void close_outfile(__G) function dateformat (line 898) | int dateformat() function version (line 907) | void version(__G) FILE: deps/infozip/unzip60/funzip.c function ush (line 164) | ush SH(uch* p) { return ((ush)(uch)((p)[0]) | ((ush)(uch)((p)[1]) << 8)); } function ulg (line 165) | ulg LG(uch* p) { return ((ulg)(SH(p)) | ((ulg)(SH((p)+2)) << 16)); } function fillinbuf (line 194) | int fillinbuf(__G) function err (line 221) | static void err(n, m) function partflush (line 234) | static int partflush(rawbuf, w) function flush (line 246) | int flush(w) /* used by inflate.c (FLUSH macro) */ function flush (line 269) | int flush(w) /* used by inflate.c (FLUSH macro) */ function main (line 282) | int main(argc, argv) FILE: deps/infozip/unzip60/gbloffs.c function asm_setflag (line 24) | static int asm_setflag(const char *flagname) function ccp_setflag (line 29) | static int ccp_setflag(const char *flagname) function main (line 35) | int main(argc, argv) FILE: deps/infozip/unzip60/globals.c function registerGlobalPointer (line 73) | static void registerGlobalPointer(__G) function deregisterGlobalPointer (line 96) | void deregisterGlobalPointer(__G) function Uz_Globs (line 130) | Uz_Globs *getGlobalPointer() function Uz_Globs (line 159) | Uz_Globs *globalsCtor() FILE: deps/infozip/unzip60/globals.h type Uz_Globs (line 154) | typedef struct Globals { FILE: deps/infozip/unzip60/human68k/human68k.c type dirent (line 64) | struct dirent type dirent (line 103) | struct dirent type dirent (line 150) | struct dirent function mapattr (line 184) | int mapattr(__G) function map2fat (line 466) | static void map2fat(pathcomp, last_dot) type dos_fdatetime (line 778) | typedef union { function close_outfile (line 800) | void close_outfile(__G) function stamp_file (line 872) | int stamp_file(fname, modtime) function version (line 925) | void version(__G) function main (line 967) | int main(int argc, char *argv[]) FILE: deps/infozip/unzip60/inflate.c function zlib_inCB (line 372) | static unsigned zlib_inCB(pG, pInbuf) function zlib_outCB (line 380) | static int zlib_outCB(pG, outbuf, outcnt) type huft (line 943) | struct huft function do (line 999) | DUMPBITS(e) function inflate_stored (line 1070) | static int inflate_stored(__G) type huft (line 1130) | struct huft type huft (line 1130) | struct huft type huft (line 1131) | struct huft type huft (line 1143) | struct huft type huft (line 1166) | struct huft type huft (line 1183) | struct huft function inflate_dynamic (line 1195) | static int inflate_dynamic(__G) function inflate (line 1437) | int inflate(__G__ is_defl64) function inflate_free (line 1525) | int inflate_free(__G) type huft (line 1558) | struct huft type huft (line 1581) | struct huft type huft (line 1582) | struct huft type huft (line 1583) | struct huft type huft (line 1601) | struct huft type huft (line 1654) | struct huft type huft (line 1655) | struct huft type huft (line 1689) | struct huft type huft (line 1689) | struct huft type huft (line 1690) | struct huft type huft (line 1700) | struct huft function huft_free (line 1757) | int huft_free(t) FILE: deps/infozip/unzip60/list.c type tm (line 110) | struct tm type tm (line 292) | struct tm type tm (line 293) | struct tm function fn_is_dir (line 534) | static int fn_is_dir(__G) /* returns TRUE if G.filename is directory */ function ratio (line 697) | int ratio(uc, c) function fnprint (line 725) | void fnprint(__G) /* print filename (after filtering) and newline */ FILE: deps/infozip/unzip60/macos/source/getenv.c type EnviromentPair (line 67) | typedef struct _EnviromentPair { function get_string (line 105) | int get_string(char *string, int size, FILE *file, char *terms) function Set_LineNum (line 127) | void Set_LineNum(unsigned ln) function get_char (line 136) | int get_char(FILE *file) function skip_comments (line 154) | void skip_comments(FILE *file) function unget_char (line 206) | void unget_char(int ch, FILE *file) function EnviromentPair (line 242) | EnviromentPair *ParseLine(char *line) function OSErr (line 328) | OSErr FSpFindFolder_Name( function ShowAllKeyValues (line 353) | void ShowAllKeyValues(void) FILE: deps/infozip/unzip60/macos/source/helpers.c function ParseArguments (line 177) | int ParseArguments(char *s, char ***arg) function PrintArguments (line 220) | void PrintArguments(int argc, char **argv) function PrintUserHFSerr (line 240) | int PrintUserHFSerr(int cond, int err, char *msg2) function CheckMountedVolumes (line 288) | short CheckMountedVolumes(char *FullPath) function stricmp (line 323) | int stricmp(const char *p1, const char *p2) function MakeCompatibleString (line 353) | void MakeCompatibleString(char *MacOS_Str, function Boolean (line 383) | Boolean CheckForSwitch(char *Switch, int argc, char **argv) function OSErr (line 426) | OSErr printerr(const char *msg, int cond, int err, int line, char *file, function leftStatusString (line 445) | void leftStatusString(char *status) function rightStatusString (line 451) | void rightStatusString(char *status) function DoWarnUserDupVol (line 458) | void DoWarnUserDupVol( char *FullPath ) FILE: deps/infozip/unzip60/macos/source/macbin3.c type Word (line 48) | typedef unsigned short Word; function crc32 (line 167) | static unsigned long crc32(unsigned long seed, unsigned char *p, size_t ... function Boolean (line 185) | static Boolean FSpExists(FSSpec *file) function Boolean (line 193) | static Boolean HeaderIsMacBinary(char *header, function Boolean (line 291) | Boolean FSpIsMacBinary(FSSpec *file) function OSErr (line 334) | static OSErr GetDesktopComment(FSSpec *file, char*comment, long *length) function OSErr (line 359) | OSErr EncodeMacbinaryFile(FSSpec *file) function Handle (line 399) | static Handle EncodeMacbinary(FSSpec *file) function OSErr (line 542) | static OSErr SetDesktopComment(FSSpec *file, char*comment, long length) function OSErr (line 567) | OSErr DecodeMacBinaryFile(FSSpec *source) function OSErr (line 613) | static OSErr DecodeMacBinary(Handle data, FSSpec *destination) FILE: deps/infozip/unzip60/macos/source/maccfg.h type mode_t (line 25) | typedef unsigned long mode_t; type ZIP_EXTRA_HEADER (line 182) | typedef struct _ZipExtraHdr { type MACINFO (line 191) | typedef struct _MacInfo { FILE: deps/infozip/unzip60/macos/source/macdir.c function closedir (line 44) | int closedir(DIR *dPtr) function DIR (line 52) | DIR *opendir(char *dirName) type dirent (line 130) | struct dirent type dirent (line 132) | struct dirent type dirent (line 165) | struct dirent FILE: deps/infozip/unzip60/macos/source/macdir.h type dirent (line 40) | struct dirent { type DIR (line 47) | typedef struct { type dirent (line 58) | struct dirent FILE: deps/infozip/unzip60/macos/source/macos.c type dirent (line 203) | struct dirent type dirent (line 244) | struct dirent type dirent (line 278) | struct dirent function open_outfile (line 307) | int open_outfile(__G) /* return 1 if fail */ function mapattr (line 370) | int mapattr(__G) function close_outfile (line 791) | void close_outfile(__G) function OSErr (line 852) | static OSErr SetFileTime(__G) function version (line 933) | void version(__G) function macmkdir (line 986) | int macmkdir(char *path) function macopen (line 1062) | short macopen(char *sz, short nFlags) function maccreat (line 1127) | short maccreat(char *sz) function macread (line 1182) | short macread(short nFRefNum, char *pb, unsigned cb) function macwrite (line 1197) | long macwrite(short nFRefNum, char *pb, unsigned cb) function macclose (line 1231) | short macclose(short nFRefNum) function maclseek (line 1250) | long maclseek(short nFRefNum, long lib, short nMode) function BuildMacFilename (line 1269) | static void BuildMacFilename(void) function OSErr (line 1322) | static OSErr SetFinderInfo(__GPRO__ int SetTime, FSSpec *spec, MACINFO *mi) function uch (line 1409) | static uch *scanMacOSexfield(uch *ef_ptr, unsigned ef_len, function Boolean (line 1437) | static Boolean isMacOSexfield(unsigned id, unsigned size, short *MacZipM... function ulg (line 1490) | ulg makePPClong(ZCONST uch *sig) function ush (line 1506) | ush makePPCword(ZCONST uch *b) function PrintMacExtraInfo (line 1519) | static void PrintMacExtraInfo(MACINFO *mi) function Boolean (line 1636) | static Boolean GetExtraFieldData(short *MacZipMode, MACINFO *mi) function DecodeMac3ExtraField (line 1753) | static void DecodeMac3ExtraField(ZCONST uch *buff, MACINFO *mi) function DecodeJLEEextraField (line 1827) | static void DecodeJLEEextraField(ZCONST uch *buff, MACINFO *mi) function DecodeZPITextraField (line 1854) | static void DecodeZPITextraField(ZCONST uch *buff, MACINFO *mi) function MacGlobalsInit (line 1956) | void MacGlobalsInit(__GPRO) FILE: deps/infozip/unzip60/macos/source/macscreen.c function screenOpen (line 80) | void screenOpen(char *Title) { function screenControl (line 146) | void screenControl(char *options, int setting) { function screenClose (line 177) | void screenClose(void) { function screenUpdate (line 188) | void screenUpdate(WindowPtr window) { function screenNewline (line 216) | static void screenNewline(void) { function waitChar (line 240) | static char waitChar(void) { function screenPause (line 268) | static void screenPause(void) { function screenDisplay (line 291) | void screenDisplay(char *s) { function screenDump (line 327) | void screenDump(char *s, long n) { function macfprintf (line 391) | int macfprintf(FILE *stream, char *format, ...) function macprintf (line 411) | int macprintf(char *format, ...) function macgetch (line 432) | int macgetch(void) FILE: deps/infozip/unzip60/macos/source/macstat.c function UZmacstat (line 58) | int UZmacstat(const char *path, struct stat *buf) FILE: deps/infozip/unzip60/macos/source/macstat.h type dev_t (line 19) | typedef long dev_t; type ino_t (line 20) | typedef long ino_t; type off_t (line 21) | typedef long off_t; type stat (line 25) | struct stat { type stat (line 70) | struct stat FILE: deps/infozip/unzip60/macos/source/mactime.c type tm (line 60) | struct tm type tm (line 66) | struct tm type tm (line 67) | struct tm type tm (line 75) | struct tm type tm (line 76) | struct tm type tm (line 77) | struct tm function time_t (line 91) | time_t MacFtime2UnixFtime(unsigned long macftime) function UnixFtime2MacFtime (line 109) | unsigned long UnixFtime2MacFtime(time_t unxftime) function time_t (line 129) | time_t AdjustForTZmoveMac(unsigned long macloctim, long s_gmtoffs) function Boolean (line 148) | Boolean GetGMToffsetMac(unsigned long mactime, long *UTCoffset) type tm (line 187) | struct tm type tm (line 195) | struct tm function time_t (line 208) | time_t my_mktime(struct tm *tp) function time_t (line 223) | time_t my_time(time_t *time) function myReadLocation (line 260) | static void myReadLocation(MachineLocation * loc) function Boolean (line 278) | static Boolean DaylightSaving(void) function GMTDelta (line 294) | static long GMTDelta(void) function time_t (line 320) | static time_t GetTimeMac(void) function clear_tm (line 345) | static void clear_tm(struct tm * tm) function normalize (line 359) | static void normalize(int *i,int *j,int norm) function time_t (line 377) | static time_t Mactime(time_t *timer) type tm (line 390) | struct tm type tm (line 396) | struct tm function time_t (line 429) | static time_t tm2time(struct tm *tp) FILE: deps/infozip/unzip60/macos/source/macunzip.c function Boolean (line 177) | static Boolean TrapAvailable(machineType, trapNumber, trapType) function domenu (line 206) | static void domenu(menucommand) long menucommand; function dokey (line 492) | static void dokey(myevent) EventRecord *myevent; function domousedown (line 514) | static void domousedown(EventRecord *myevent) function UserStop (line 543) | void UserStop(void) function main (line 576) | int main(argc, argv) int argc; char *argv[]; FILE: deps/infozip/unzip60/macos/source/pathname.c function OSErr (line 65) | OSErr function GetVolumeFromPath (line 92) | unsigned short GetVolumeFromPath(const char *FullPath, char *VolumeName) function createArchiveName (line 197) | void createArchiveName(char *thePath) function FindDesktopFolder (line 262) | void FindDesktopFolder(char *Path) FILE: deps/infozip/unzip60/macos/source/sxunzip.c function main (line 55) | int main(int argc,char **argv) function macgetch (line 76) | int macgetch(void) function UserStop (line 110) | void UserStop(void) FILE: deps/infozip/unzip60/match.c function namecmp (line 358) | static int namecmp(s1, s2) function iswild (line 380) | int iswild(p) /* originally only used for stat()-bug workaround i... function main (line 420) | int main(int argc, char **argv) FILE: deps/infozip/unzip60/msdos/doscfg.h type stat (line 184) | struct stat FILE: deps/infozip/unzip60/msdos/msdos.c type SREGS (line 127) | struct SREGS type zDIR (line 191) | typedef struct zdirent { type zdirent (line 197) | struct zdirent type zdirent (line 250) | struct zdirent type zdirent (line 259) | struct zdirent type zdirent (line 260) | struct zdirent type zdirent (line 285) | struct zdirent type zdirent (line 333) | struct zdirent type zdirent (line 386) | struct zdirent function mapattr (line 420) | int mapattr(__G) function map2fat (line 803) | static void map2fat(pathcomp, last_dot) function isfloppy (line 1164) | static int isfloppy(nDrive) /* more precisely, is it removable? */ type dos_fcb (line 1245) | typedef struct dosfcb { function volumelabel (line 1260) | static int volumelabel(newlabel) type dos_fdatetime (line 1481) | typedef union { function close_outfile (line 1506) | void close_outfile(__G) function stamp_file (line 1617) | int stamp_file(fname, modtime) function prepare_ISO_OEM_translat (line 1668) | void prepare_ISO_OEM_translat(__G) function dateformat (line 1714) | int dateformat() function is_running_on_windows (line 1801) | static int is_running_on_windows(void) function check_for_windows (line 1826) | void check_for_windows(ZCONST char *app) type ptr_table (line 2022) | typedef struct ptr_table_s { function zvoid (line 2035) | zvoid far *zcalloc(unsigned items, unsigned size) function zvoid (line 2056) | zvoid zcfree(zvoid far *ptr) function zvoid (line 2084) | zvoid far *zcalloc(unsigned items, unsigned size) function zvoid (line 2089) | zvoid zcfree(zvoid far *ptr) function _dos_getcountryinfo (line 2109) | unsigned _dos_getcountryinfo(void *countrybuffer) function _dos_setftime (line 2121) | unsigned _dos_setftime(int fd, unsigned dosdate, unsigned dostime) function _dos_setfileattr (line 2136) | unsigned _dos_setfileattr(const char *name, unsigned attr) function _dos_getdrive (line 2168) | void _dos_getdrive(unsigned *d) function _dos_creat (line 2177) | unsigned _dos_creat(const char *path, unsigned attr, int *fd) function _dos_close (line 2202) | unsigned _dos_close(int fd) function volumelabel (line 2220) | static int volumelabel(ZCONST char *name) function _dos_getcountryinfo (line 2238) | unsigned _dos_getcountryinfo(void *countrybuffer) function _is_executable (line 2254) | int _is_executable (const char *path, int fhandle, const char *ext) function __crt0_load_environment_file (line 2273) | void __crt0_load_environment_file(char *_app_name) function screensize (line 2313) | int screensize(int *tt_rows, int *tt_cols) function screensize (line 2336) | int screensize(int *tt_rows, int *tt_cols) type RMINFO (line 2349) | struct RMINFO { function int86x_realmode (line 2366) | static int int86x_realmode(int inter_no, union REGS *in, function stat_bandaid (line 2415) | int stat_bandaid(const char *path, struct stat *buf) FILE: deps/infozip/unzip60/netware/netware.c type RO_extra_block (line 39) | typedef struct { function InitUnZipConsole (line 58) | void InitUnZipConsole() type dirent (line 96) | struct dirent type dirent (line 135) | struct dirent type dirent (line 176) | struct dirent function mapattr (line 206) | int mapattr(__G) function close_outfile (line 762) | void close_outfile(__G) /* GRR: change to return PK-style warning lev... function stamp_file (line 808) | int stamp_file(fname, modtime) function screensize (line 899) | int screensize(int *tt_rows, int *tt_cols) FILE: deps/infozip/unzip60/os2/os2.c type RO_extra_block (line 100) | typedef struct { function USHORT (line 158) | USHORT DosDevIOCtl32(PVOID pData, USHORT cbData, PVOID pParms, USHORT cb... type EFHEADER (line 173) | typedef struct type FEA2 (line 189) | typedef struct type FEA2LIST (line 199) | typedef struct type direct (line 244) | struct direct type _dircontents (line 268) | struct _dircontents function GetCountryInfo (line 274) | int GetCountryInfo(void) function SetFileSize (line 293) | int SetFileSize(FILE *file, ulg filesize) function GetFileTime (line 303) | long GetFileTime(ZCONST char *name) function SetFileTime (line 324) | static int SetFileTime(ZCONST char *name, ulg stamp) /* swiped from Zi... function stamp_file (line 344) | int stamp_file(ZCONST char *fname, time_t modtime) type F_DATE_TIME (line 357) | typedef union { function ulg (line 374) | static ulg Utime2DosDateTime(uxtime) function SetPathAttrTimes (line 459) | static void SetPathAttrTimes(__GPRO__ int flags, int dir) type FEALST (line 529) | typedef struct function SetEAs (line 546) | static int SetEAs(__GPRO__ const char *path, void *ef_block) function SetACL (line 622) | static int SetACL(__GPRO__ const char *path, void *ef_block) function DIR (line 686) | DIR *opendir(__GPRO__ const char *name) function closedir (line 782) | void closedir(DIR * dirp) type direct (line 789) | struct direct function seekdir (line 817) | void seekdir(DIR * dirp, long off) function telldir (line 832) | long telldir(DIR * dirp) function free_dircontents (line 841) | static void free_dircontents(struct _dircontents * dp) function IsFileSystemFAT (line 889) | int IsFileSystemFAT(__GPRO__ ZCONST char *dir) /* FAT / HPFS detection */ type direct (line 953) | struct direct function EvalExtraFields (line 1083) | static int EvalExtraFields(__GPRO__ const char *path, function mapattr (line 1133) | int mapattr(__G) function isfloppy (line 1828) | static int isfloppy(nDrive) function IsFileNameValid (line 1876) | static int IsFileNameValid(const char *name) function map2fat (line 1906) | static void map2fat(pathcomp, pEndFAT) function SetLongNameEA (line 2017) | static int SetLongNameEA(char *name, char *longname) function close_outfile (line 2054) | void close_outfile(__G) /* only for extracted files, not directories */ function dateformat (line 2138) | int dateformat() function zvoid (line 2287) | zvoid far *zcalloc (unsigned items, unsigned size) function zvoid (line 2292) | zvoid zcfree (zvoid far *ptr) function InitNLS (line 2311) | static void InitNLS(void) function IsUpperNLS (line 2337) | int IsUpperNLS(int nChr) function ToLowerNLS (line 2343) | int ToLowerNLS(int nChr) function screensize (line 2360) | int screensize(int *tt_rows, int *tt_cols) function DebugMalloc (line 2380) | void DebugMalloc(void) function ulg (line 2388) | ulg GetThreadId(void) function os2GlobalsCtor (line 2401) | void os2GlobalsCtor(__GPRO) FILE: deps/infozip/unzip60/os2/os2acl.c type ULONG (line 71) | typedef ULONG U_INT; type USHORT (line 80) | typedef USHORT U_INT; type ACCLIST (line 85) | typedef struct access_list type ACCINFO (line 93) | typedef struct access_info function USHORT (line 115) | USHORT NetAccessGetInfo(PSZ pszServer, PSZ pszResource, USHORT sLevel, function USHORT (line 129) | USHORT NetAccessSetInfo(PSZ pszServer, PSZ pszResource, USHORT sLevel, function USHORT (line 143) | USHORT NetAccessAdd(PSZ pszServer, USHORT sLevel, function BOOL (line 198) | static BOOL acl_init(void) function acl_mkpath (line 235) | static void acl_mkpath(char *buffer, const char *source) function acl_bin2text (line 288) | static int acl_bin2text(char *data, char *text) function acl_get (line 307) | int acl_get(char *server, const char *resource, char *buffer) function acl_text2bin (line 330) | static int acl_text2bin(char *data, char *text, char *path) function acl_set (line 359) | int acl_set(char *server, const char *resource, char *buffer) FILE: deps/infozip/unzip60/os2/os2data.h type direct (line 45) | struct direct type _dircontents (line 64) | struct _dircontents type DIR (line 72) | typedef struct _dirdesc type os2Global (line 82) | struct os2Global { FILE: deps/infozip/unzip60/os2/rexxapi.c function RexxReturn (line 121) | int RexxReturn(__GPRO__ int nodefault, RXSTRING *retstr) function GetVariable (line 140) | int GetVariable(__GPRO__ const char *name) function GetVariableIndex (line 167) | int GetVariableIndex(__GPRO__ int index) function CompoundToStringArray (line 178) | int CompoundToStringArray(__GPRO__ char ***pointer, const char *name) function KillStringArray (line 207) | void KillStringArray(char **pointer) function ULONG (line 226) | ULONG UZDropFuncs(CHAR *name, ULONG numargs, RXSTRING args[], function ULONG (line 267) | ULONG UZFileTree(CHAR *name, ULONG numargs, RXSTRING args[], function ULONG (line 353) | ULONG UZUnZipToVar(CHAR *name, ULONG numargs, RXSTRING args[], function ULONG (line 471) | ULONG UZUnZipToStem(CHAR *name, ULONG numargs, RXSTRING args[], function ULONG (line 555) | ULONG UZLoadFuncs(CHAR *name, ULONG numargs, RXSTRING args[], function ULONG (line 585) | ULONG UZVer(CHAR *name, ULONG numargs, RXSTRING args[], function ULONG (line 612) | ULONG UZUnZip(CHAR *name, ULONG numargs, RXSTRING args[], function varmessage (line 654) | int varmessage(__GPRO__ ZCONST uch *buf, ulg size) function varputchar (line 662) | int varputchar(__GPRO__ int c) function SetOutputVarStem (line 680) | int SetOutputVarStem(__GPRO__ const char *name) function SetOutputVar (line 699) | int SetOutputVar(__GPRO__ const char *name) function SetOutputVarLength (line 713) | int SetOutputVarLength(__GPRO) function PrintToVariable (line 723) | int PrintToVariable(__GPRO__ const char *name, const char *format,...) function WriteToVariable (line 734) | int WriteToVariable(__GPRO__ const char *name, char *buffer, int len) function _PrintToVariable (line 757) | int _PrintToVariable(__GPRO__ const char *name, const char *format, va_l... function PrintToSubVariable (line 764) | int PrintToSubVariable(__GPRO__ int idx, const char *format, ...) function WriteToNextVariable (line 780) | int WriteToNextVariable(__GPRO__ char *buffer, int len) function TextSetNext (line 790) | int TextSetNext(__GPRO__ char *buffer, int len, int all) function finish_REXX_redirect (line 819) | int finish_REXX_redirect(__GPRO) FILE: deps/infozip/unzip60/process.c function process_zipfiles (line 234) | int process_zipfiles(__G) /* return PK-type error code */ function free_G_buffers (line 571) | void free_G_buffers(__G) /* releases all memory allocated in global ... function zoff_t (line 1042) | static zoff_t file_size(fh) function check_ecrec_zip64 (line 1201) | static int check_ecrec_zip64(__G) function find_ecrec64 (line 1219) | static int find_ecrec64(__G__ searchlen) /* return PK-class erro... function find_ecrec (line 1445) | static int find_ecrec(__G__ searchlen) /* return PK-class error */ function process_zip_cmmnt (line 1588) | static int process_zip_cmmnt(__G) /* return PK-type error code */ function process_cdir_file_hdr (line 1691) | int process_cdir_file_hdr(__G) /* return PK-type error code */ function get_cdir_ent (line 1766) | static int get_cdir_ent(__G) /* return PK-type error code */ function process_local_file_hdr (line 1828) | int process_local_file_hdr(__G) /* return PK-type error code */ function utf8_char_bytes (line 2093) | static int utf8_char_bytes(utf8) function ulg (line 2132) | static ulg ucs4_char_from_utf8(utf8) function utf8_from_ucs4_char (line 2160) | static int utf8_from_ucs4_char(utf8buf, ch) function utf8_to_ucs4_string (line 2200) | static int utf8_to_ucs4_string(utf8, ucs4buf, buflen) function ucs4_string_to_utf8 (line 2229) | static int ucs4_string_to_utf8(ucs4, utf8buf, buflen) function utf8_chars (line 2263) | static int utf8_chars(utf8) function is_ascii_string (line 2289) | int is_ascii_string(mbstring) function zwchar (line 2383) | zwchar escape_string_to_wide(escape_string) function read_ux3_value (line 2635) | static int read_ux3_value(dbuf, uidgid_sz, p_uidgid) function ef_scan_for_izux (line 2669) | unsigned ef_scan_for_izux(ef_buf, ef_len, ef_is_c, dos_mdatetime, FILE: deps/infozip/unzip60/qdos/callstub.c type __QP_t (line 25) | typedef struct {short len; char chrs[1];} __QP_t; function xgetcwd (line 42) | static void xgetcwd (__QP_t *s) function checkdir (line 55) | int checkdir(__QP_t *dir) function makesfx (line 90) | int makesfx(__QP_t *tmp) function unpackit (line 129) | int unpackit ( __QP_t *tmpdir, __QP_t *outdir, char *basfil, int con) function main (line 191) | int main(void) FILE: deps/infozip/unzip60/qdos/izqdos.h type qdosextra (line 13) | typedef struct type jbextra (line 25) | typedef struct FILE: deps/infozip/unzip60/qdos/makesfx.c type NTC (line 35) | typedef struct type qdirect (line 41) | struct qdirect { function fs_headr (line 54) | int fs_headr (int fd, long t, struct qdirect *qs, short size) type uch (line 74) | typedef unsigned char uch; function rev_long (line 76) | long rev_long (long l) function usage (line 90) | void usage(void) function main (line 96) | int main (int ac, char **av) FILE: deps/infozip/unzip60/qdos/qdos.c type WINDOWDEF (line 56) | struct WINDOWDEF type WINDOWDEF (line 57) | struct WINDOWDEF type WINDOWDEF (line 59) | struct WINDOWDEF function jobid_t (line 72) | static jobid_t chowner(chanid_t chan) function QReturn (line 85) | int QReturn(int err) function QFilename (line 124) | void QFilename(char *f) function QMatch (line 144) | int QMatch(uch c1, uch c2) function Qgetch (line 163) | int Qgetch(void) function screensize (line 177) | int screensize(int *tt_rows, int *tt_cols) type stat (line 205) | struct stat type dirent (line 239) | struct dirent type dirent (line 287) | struct dirent type dirent (line 321) | struct dirent function mapattr (line 351) | int mapattr(__G) function close_outfile (line 962) | void close_outfile(__G) function stamp_file (line 1050) | int stamp_file(fname, modtime) function version (line 1072) | void version(__G) FILE: deps/infozip/unzip60/tandem/tandem.c function isatty (line 22) | int isatty (fnum) function zexit (line 153) | void zexit(status) function zputc (line 168) | int zputc(ch, fptr) function changelabel (line 188) | int changelabel(fnum, modtime, actime) function islicensed (line 201) | int islicensed(void) function utime (line 238) | int utime(file, time) function chmod (line 306) | int chmod(file, unix_sec) function chown (line 371) | int chown(file, uid, gid) function zgetch (line 410) | int zgetch(void) function parsename (line 435) | short parsename(srce, fname, ext) function time_t (line 470) | static time_t gmt_to_time_t (gmt) function stat (line 508) | int stat(n, s) function DIR (line 773) | DIR *opendir(const char *dirname) type dirent (line 862) | struct dirent type dirent (line 864) | struct dirent function rewinddir (line 871) | void rewinddir(DIR *dirp) function closedir (line 876) | int closedir(DIR *dirp) FILE: deps/infozip/unzip60/tandem/tandem.h type dirent (line 77) | struct dirent { type DIR (line 82) | typedef struct _DIR { type dirent (line 89) | struct dirent type nsk_stat_reserved (line 142) | struct nsk_stat_reserved type nsk_owner (line 148) | struct nsk_owner type nsk_file_flags (line 155) | struct nsk_file_flags type nsk_file_attrs_def (line 176) | struct nsk_file_attrs_def type nsk_file_attrs (line 199) | typedef struct nsk_file_attrs_def nsk_file_attrs; type nsk_stat_overlay (line 202) | struct nsk_stat_overlay type nsk_stat_ov (line 209) | typedef union FILE: deps/infozip/unzip60/tandem/tanunz.c type dirent (line 71) | struct dirent type dirent (line 105) | struct dirent type dirent (line 146) | struct dirent function open_outfile (line 226) | int open_outfile(__G) /* return 1 if fail */ function mapattr (line 351) | int mapattr(__G) function mkdir (line 860) | int mkdir(path, mode) function close_outfile (line 876) | void close_outfile(__G) /* GRR: change to return PK-style warning lev... function version (line 1024) | void version(__G) FILE: deps/infozip/unzip60/theos/_fprintf.c function _fprintf (line 16) | int _fprintf(FILE* fp, const char* fmt, ...) FILE: deps/infozip/unzip60/theos/_isatty.c function _isatty (line 18) | short _isatty(int fd) FILE: deps/infozip/unzip60/theos/_setargv.c function allocarg (line 45) | static int allocarg(int n, int asize, char ***nargv, char *s) function ismember (line 60) | static int ismember(char* path) function _setargv (line 97) | int _setargv(int *argc, char ***argv) FILE: deps/infozip/unzip60/theos/_sprintf.c function _sprintf (line 16) | int _sprintf(char *s, const char *fmt, ...) FILE: deps/infozip/unzip60/theos/_stat.c type stat (line 23) | struct stat type fdb (line 23) | struct fdb type stat (line 24) | struct stat function _tm2um_ (line 30) | unsigned short _tm2um_(char protect) function _um2tm_ (line 71) | char _um2tm_(unsigned short mask) function rdirstat (line 109) | static int rdirstat(char* fn, struct stat *st) function _stat (line 137) | int _stat(const char *fn, struct stat *st) function _fstat (line 217) | int _fstat(int fd, struct stat *st) function _isprt (line 249) | static int _isprt(int dev) function _dstat_ (line 256) | int _dstat_(st) function _stat_ (line 291) | int _stat_(st, fdb) type dirent (line 326) | struct dirent type dirent (line 330) | struct dirent FILE: deps/infozip/unzip60/theos/stat.h type stat (line 17) | struct stat { type stat (line 100) | struct stat type stat (line 101) | struct stat FILE: deps/infozip/unzip60/theos/theos.c type uxdirattr (line 41) | typedef struct uxdirattr { /* struct for holding unix style directo... type RO_extra_block (line 56) | typedef struct { function chmodv2_3 (line 74) | int chmodv2_3(const char *fname, short mask) function chlen (line 79) | int chlen(char *fname, unsigned short reclen, unsigned short keylen) function dateformat (line 94) | int dateformat() type dirent (line 170) | struct dirent type dirent (line 210) | struct dirent type dirent (line 247) | struct dirent function mapattr (line 282) | int mapattr(__G) function isv2_3 (line 403) | int isv2_3() function isv2_3lib (line 408) | int isv2_3lib() function isv2_3dir (line 413) | int isv2_3dir() type extra_block (line 426) | struct extra_block type extra_block (line 438) | struct extra_block type extra_block (line 440) | struct extra_block function isv2_0 (line 443) | int isv2_0() function isv2_0lib (line 448) | int isv2_0lib() function isv2_0dir (line 453) | int isv2_0dir() function close_outfile (line 1044) | void close_outfile(__G) /* GRR: change to return PK-style warning lev... function stamp_file (line 1172) | int stamp_file(fname, modtime) function version (line 1194) | void version(__G) FILE: deps/infozip/unzip60/theos/thscfg.h type uid_t (line 38) | typedef unsigned char uid_t; type gid_t (line 39) | typedef unsigned char gid_t; FILE: deps/infozip/unzip60/timezone.c type state (line 108) | struct state function generate_transitions (line 218) | static void generate_transitions(sp, start, end) type rule (line 347) | struct rule function Parse_TZ (line 393) | static int Parse_TZ(name, sp) function tzset (line 476) | void tzset() function __tzset (line 521) | void __tzset() type tm (line 526) | struct tm type tm (line 528) | struct tm type tm (line 556) | struct tm type tm (line 561) | struct tm function _isindst (line 580) | int _isindst(tb) function time_t (line 632) | time_t mktime(tm) function time_t (line 740) | time_t mkgmtime(tm) FILE: deps/infozip/unzip60/timezone.h type ttinfo (line 33) | struct ttinfo { type state (line 39) | struct state { type rule (line 49) | struct rule { type tm (line 65) | struct tm type state (line 70) | struct state type tm (line 79) | struct tm FILE: deps/infozip/unzip60/tops20/tops20.c function mapattr (line 36) | int mapattr(__G) /* just like Unix except no umask() */ type tm (line 100) | struct tm type tm (line 115) | struct tm type tm (line 117) | struct tm function version (line 191) | void version(__G) function upper (line 243) | int upper(s) /* returns s in uppercase */ function enquote (line 258) | int enquote(s) /* calls dequote(s) to normalize string, then */ function dequote (line 288) | int dequote(s) /* returns s without ^Vs */ function fnlegal (line 315) | int fnlegal(c) /* returns TRUE if c is a member of the */ FILE: deps/infozip/unzip60/ttyio.c type dsc$descriptor_s (line 186) | struct dsc$descriptor_s function echo (line 194) | int echo(opt) function tt_getch (line 261) | int tt_getch() function Echoff (line 306) | void Echoff(__G__ f) function Echon (line 321) | void Echon(__G) function screensize (line 353) | int screensize(tt_rows, tt_cols) function screensize (line 399) | int screensize(tt_rows, tt_cols) function zgetch (line 439) | int zgetch(__G__ f) function zgetch (line 484) | int zgetch(__G__ f) FILE: deps/infozip/unzip60/ubz2err.c function bz_internal_error (line 48) | void bz_internal_error(bzerrcode) FILE: deps/infozip/unzip60/unix/unix.c type uxdirattr (line 75) | typedef struct uxdirattr { /* struct for holding unix style directo... type RO_extra_block (line 92) | typedef struct { type FILE (line 132) | typedef FILE DIR; type DIR (line 133) | typedef struct zdir { type dirent (line 139) | struct dirent function closedir (line 155) | void closedir(dirp) type dirent (line 166) | struct dirent type dirent (line 174) | struct dirent type dirent (line 176) | struct dirent type dirent (line 199) | struct dirent type dirent (line 239) | struct dirent type dirent (line 282) | struct dirent function filtattr (line 331) | static unsigned filtattr(__G__ perms) function mapattr (line 350) | int mapattr(__G) function close_outfile (line 1102) | void close_outfile(__G) /* GRR: change to return PK-style warning lev... function stamp_file (line 1397) | int stamp_file(fname, modtime) type qdirect (line 1726) | struct qdirect { type qdosextra (line 1744) | typedef struct { type jbextra (line 1750) | typedef struct { function ush (line 1762) | static ush SH(ush val) function ulg (line 1773) | static ulg LG(ulg val) type _ntc_ (line 1808) | struct _ntc_ FILE: deps/infozip/unzip60/unix/unxcfg.h type zoff_t (line 57) | typedef long zoff_t; type off_t (line 59) | typedef off_t zoff_t; type z_stat (line 62) | typedef struct stat z_stat; type tm (line 120) | struct tm FILE: deps/infozip/unzip60/unshrink.c function unshrink (line 100) | int unshrink(__G) function partial_clear (line 307) | static void partial_clear(__G__ lastcodeused) FILE: deps/infozip/unzip60/unzip.c type savsigs_info (line 79) | typedef struct _sign_info function MAIN (line 714) | int MAIN(argc, argv) /* return PK-type error code (except under VMS) */ function usage (line 1975) | int usage(__G__ error) /* return PK-type error code */ function usage (line 2009) | int usage(__G__ error) /* return PK-type error code */ function help_extended (line 2086) | static void help_extended(__G) function show_version_info (line 2336) | static void show_version_info(__G) FILE: deps/infozip/unzip60/unzip.h type zvoid (line 392) | typedef void zvoid; type zvoid (line 399) | typedef char zvoid; type uch (line 401) | typedef unsigned char uch; type ush (line 402) | typedef unsigned short ush; type ulg (line 403) | typedef unsigned long ulg; type UzpBuffer (line 427) | typedef struct _UzpBuffer { /* rxstr */ type UzpInit (line 432) | typedef struct _UzpInit { type UzpCB (line 449) | typedef struct _UzpCB { type UzpOpts (line 461) | typedef struct _UzpOpts { type _version_type (line 566) | typedef struct _ver { type UzpVer (line 573) | typedef struct _UzpVer { type UzpVer2 (line 587) | typedef struct _UzpVer2 { type Uzp_Siz64 (line 601) | typedef struct _Uzp_Siz64 { type Uzp_cdir_Rec (line 606) | typedef struct _Uzp_cdir_Rec { FILE: deps/infozip/unzip60/unzipstb.c function main (line 30) | int main(int argc, char *argv[]) FILE: deps/infozip/unzip60/unzpriv.h type Z_OFF_T (line 625) | typedef Z_OFF_T zoff_t; type z_stat (line 629) | typedef struct stat z_stat; type extent (line 659) | typedef size_t extent; type extent (line 669) | typedef unsigned int extent; type shrint (line 998) | typedef short shrint; type shrint (line 1016) | typedef short shrint; type shrint (line 1021) | typedef short shrint; type shrint (line 1023) | typedef int shrint; type z_uint8 (line 1908) | typedef unsigned long long z_uint8; type z_uint8 (line 1910) | typedef unsigned __int64 z_uint8; type z_uint4 (line 1918) | typedef unsigned int z_uint4; type z_uint4 (line 1922) | typedef unsigned long z_uint4; type z_uint4 (line 1926) | typedef unsigned short z_uint4; type ulg (line 1934) | typedef ulg z_uint4; type z_uint8 (line 1951) | typedef z_uint8 zusz_t; type z_uint8 (line 1952) | typedef z_uint8 zucn_t; type z_uint4 (line 1953) | typedef z_uint4 zuvl_t; type ulg (line 1961) | typedef ulg zusz_t; type zucn_t (line 1962) | typedef unsigned int zucn_t; type zuvl_t (line 1963) | typedef unsigned short zuvl_t; type uid_t (line 1970) | typedef unsigned short uid_t; type gid_t (line 1971) | typedef unsigned short gid_t; type uid_t (line 1973) | typedef unsigned int uid_t; type gid_t (line 1974) | typedef unsigned int gid_t; type ztimbuf (line 1979) | typedef struct utimbuf ztimbuf; type ztimbuf (line 1981) | typedef struct ztimbuf { type iztimes (line 1987) | typedef struct iztimes { type direntry (line 1994) | typedef struct direntry { /* head of system-specific struct holding */ type slinkentry (line 2002) | typedef struct slinkentry { /* info for deferred symlink creation */ type min_info (line 2012) | typedef struct min_info { type VMStimbuf (line 2039) | typedef struct VMStimbuf { type uch (line 2081) | typedef uch local_byte_hdr[ LREC_SIZE ]; type uch (line 2093) | typedef uch cdir_byte_hdr[ CREC_SIZE ]; type uch (line 2112) | typedef uch ec_byte_rec[ ECREC_SIZE+4 ]; type uch (line 2122) | typedef uch ec_byte_loc64[ ECLOC64_SIZE+4 ]; type uch (line 2127) | typedef uch ec_byte_rec64[ ECREC64_SIZE+4 ]; type local_file_hdr (line 2148) | typedef struct local_file_header { /* LOCAL */ type cdir_file_hdr (line 2160) | typedef struct central_directory_file_header { /* CENTRAL */ type ecdir_rec (line 2178) | typedef struct end_central_dir_record { /* END CENTRAL */ type huft (line 2199) | struct huft { type APIDocStruct (line 2209) | typedef struct _APIDocStruct { type huft (line 2403) | struct huft type zwchar (line 3077) | typedef unsigned long zwchar; FILE: deps/infozip/unzip60/vms/cmdline.c type dsc$descriptor_s (line 261) | struct dsc$descriptor_s type dsc$descriptor_d (line 262) | struct dsc$descriptor_d type dsc$descriptor_s (line 264) | struct dsc$descriptor_s function main (line 268) | int function vms_unzip_cmdline (line 276) | unsigned long function get_list (line 863) | static unsigned long function check_cli (line 953) | static unsigned long function VMSCLI_usage (line 986) | int VMSCLI_usage(__GPRO__ int error) /* returns PK-type error code */ function VMSCLI_usage (line 1022) | int VMSCLI_usage(__GPRO__ int error) /* returns PK-type error code */ FILE: deps/infozip/unzip60/vms/unixlib_gcc.h type stat_t (line 13) | typedef struct stat stat_t; FILE: deps/infozip/unzip60/vms/vms.c type vmsdirattr (line 131) | typedef struct vmsdirattr { type FAB (line 148) | struct FAB type XABDAT (line 149) | struct XABDAT type XABRDT (line 150) | struct XABRDT type RAB (line 151) | struct RAB type NAM_STRUCT (line 152) | struct NAM_STRUCT type FAB (line 154) | struct FAB type RAB (line 155) | struct RAB type XABFHC (line 156) | struct XABFHC type XABDAT (line 157) | struct XABDAT type XABRDT (line 158) | struct XABRDT type XABPRO (line 159) | struct XABPRO type XABKEY (line 160) | struct XABKEY type XABALL (line 161) | struct XABALL type XAB (line 162) | struct XAB type bufdsc (line 173) | struct bufdsc type bufdsc (line 180) | struct bufdsc type tm (line 220) | struct tm type jpi_item_t (line 350) | typedef struct function get_rms_defaults (line 408) | static int get_rms_defaults() function check_format (line 469) | int check_format(__G) function open_outfile (line 563) | int open_outfile(__G) function init_buf_ring (line 584) | static void init_buf_ring() function set_default_datetime_XABs (line 614) | static void set_default_datetime_XABs(__GPRO) function create_default_output (line 674) | static int create_default_output(__GPRO) function create_rms_output (line 907) | static int create_rms_output(__GPRO) type fibdef (line 1131) | struct fibdef type atrdef (line 1132) | struct atrdef type fatdef (line 1135) | struct fatdef type atrdef (line 1138) | struct atrdef type dsc$descriptor (line 1143) | struct dsc$descriptor type dsc$descriptor_s (line 1146) | struct dsc$descriptor_s type dsc$descriptor_s (line 1149) | struct dsc$descriptor_s function create_qio_output (line 1173) | static int create_qio_output(__GPRO) function replace_rms_newversion (line 1462) | static int replace_rms_newversion(__GPRO) function replace_rms_overwrite (line 1520) | static int replace_rms_overwrite(__GPRO) function replace (line 1532) | static int replace(__GPRO) function find_vms_attrs (line 1643) | static int find_vms_attrs(__GPRO__ int set_date_time) type EB_header (line 1673) | struct EB_header type IZ_block (line 1687) | struct IZ_block type FAB (line 1690) | struct FAB type XABALL (line 1693) | struct XABALL type XABKEY (line 1697) | struct XABKEY type XABFHC (line 1701) | struct XABFHC type XABDAT (line 1705) | struct XABDAT type XABRDT (line 1710) | struct XABRDT type XABPRO (line 1714) | struct XABPRO type PK_header (line 1753) | struct PK_header type PK_header (line 1759) | struct PK_header type PK_field (line 1774) | struct PK_field type PK_field (line 1777) | struct PK_field type fatdef (line 1784) | struct fatdef function free_up (line 1849) | static void free_up() function get_vms_version (line 1875) | static int get_vms_version(verbuf, len) function find_eol (line 2306) | static unsigned find_eol(p, n, l) function _read_link_rms (line 2603) | static int _read_link_rms(int byte_count, char *link_text_buf) function close_outfile (line 2656) | void close_outfile(__G) function _close_rms (line 2671) | static int _close_rms(__GPRO) function _close_qio (line 2865) | static int _close_qio(__GPRO) type XABPRO (line 3103) | struct XABPRO type fatdef (line 3394) | struct fatdef type fatdef (line 3396) | struct fatdef function time_t (line 3464) | static time_t mkgmtime(tm) function time_t (line 3495) | time_t dos_to_unix_time(dosdatetime) function uxtime2vmstime (line 3551) | static void uxtime2vmstime( /* convert time_t value into 64 bit VMS bin... function stamp_file (line 3576) | int stamp_file(fname, modtime) function dump_rms_block (line 3755) | void dump_rms_block(p) function vms_msg_fetch (line 3838) | static int vms_msg_fetch(int status) function vms_msg (line 3850) | static void vms_msg(__GPRO__ ZCONST char *string, int status) type FAB (line 3896) | struct FAB type NAM_STRUCT (line 3897) | struct NAM_STRUCT function mapattr (line 3999) | int mapattr(__G) function dest_struct_level (line 4168) | int dest_struct_level(char *path) function adj_dir_name_ods2 (line 4252) | static void adj_dir_name_ods2(char *dest, char *src, int src_len) function adj_dir_name_ods5 (line 4278) | static void adj_dir_name_ods5(char *dest, char *src, int src_len) function adj_file_name_ods2 (line 4319) | static void adj_file_name_ods2(char *dest, char *src) function adj_file_name_ods5 (line 4390) | static void adj_file_name_ods5(char *dest, char *src) function mapname (line 4494) | int mapname(__G__ renamed) function checkdir (line 4658) | int checkdir(__G__ pathcomp, fcn) type tm (line 5035) | struct tm type FAB (line 5040) | struct FAB type XABDAT (line 5041) | struct XABDAT type NAM_STRUCT (line 5043) | struct NAM_STRUCT type tm (line 5095) | struct tm type tm (line 5097) | struct tm function getscreeninfo (line 5331) | static int getscreeninfo(int *tt_rows, int *tt_cols, int *tt_wrap) function screensize (line 5407) | int screensize(int *tt_rows, int *tt_cols) function screenlinewrap (line 5416) | int screenlinewrap() function version (line 5437) | void version(__G) function acc_cb (line 5553) | int acc_cb(int *id_arg, struct FAB *fab, struct RAB *rab) type decc_feat_t (line 5634) | typedef struct function decc_init (line 5660) | static void decc_init(void) function readonly (line 5721) | readonly _align (LONGWORD) FILE: deps/infozip/unzip60/vms/vms.h type EB_header (line 183) | struct EB_header /* Common header of extra block */ type XAB (line 197) | struct XAB { /* This definition may be skipped */ type IZ_block (line 232) | struct IZ_block /* Extra field block header structure */ type byte (line 275) | typedef unsigned char byte; type iosb (line 277) | struct iosb type PK_info_t (line 307) | typedef struct PK_info type PK_info_t (line 330) | typedef struct PK_info type PK_field (line 363) | struct PK_field type PK_header (line 372) | struct PK_header FILE: deps/infozip/unzip60/vms/vmscfg.h type zoff_t (line 157) | typedef long zoff_t; type off_t (line 159) | typedef off_t zoff_t; type z_stat (line 163) | typedef struct stat z_stat; FILE: deps/infozip/unzip60/vms/vmsdefs.h type fatdef (line 81) | struct fatdef { type fchdef (line 211) | struct fchdef { type fjndef (line 293) | struct fjndef { FILE: deps/infozip/unzip60/win32/nt.c function BOOL (line 98) | static BOOL Initialize(VOID) function BOOL (line 147) | BOOL ValidateSecurity(uch *securitydata) function VOID (line 198) | static VOID GetRemotePrivilegesSet(char *FileName, PDWORD dwRemotePrivil... function BOOL (line 261) | BOOL GetVolumeCaps( function BOOL (line 420) | BOOL SecuritySet(char *resource, PVOLUMECAPS VolumeCaps, uch *securitydata) function VOID (line 518) | static VOID InitLocalPrivileges(VOID) FILE: deps/infozip/unzip60/win32/nt.h type VOLUMECAPS (line 19) | typedef struct { FILE: deps/infozip/unzip60/win32/rsxntwin.h type PVOID (line 81) | typedef PVOID PSECURITY_DESCRIPTOR; type PVOID (line 82) | typedef PVOID PSID; type ACL (line 83) | typedef struct _ACL { type ACL (line 90) | typedef ACL *PACL; type LUID (line 92) | typedef struct _LUID { type LUID_AND_ATTRIBUTES (line 97) | typedef struct _LUID_AND_ATTRIBUTES { type TOKEN_PRIVILEGES (line 102) | typedef struct _TOKEN_PRIVILEGES { type DWORD (line 119) | typedef DWORD SECURITY_INFORMATION, *PSECURITY_INFORMATION; type WORD (line 125) | typedef WORD SECURITY_DESCRIPTOR_CONTROL, *PSECURITY_DESCRIPTOR_CONTROL; FILE: deps/infozip/unzip60/win32/w32cfg.h type zoff_t (line 436) | typedef long long zoff_t; type __int64 (line 439) | typedef __int64 zoff_t; type z_stat (line 452) | typedef struct _stati64 z_stat; type _stati64 (line 458) | struct _stati64 { type _stati64 (line 471) | struct _stati64 type _stati64 (line 472) | struct _stati64 type z_stat (line 487) | typedef struct stati64 z_stat; type z_stat (line 507) | typedef struct _stati64 z_stat; type zoff_t (line 557) | typedef long zoff_t; type z_stat (line 561) | typedef struct stat z_stat; FILE: deps/infozip/unzip60/win32/win32.c type zDIR (line 99) | typedef struct zdirent { type zdirent (line 111) | struct zdirent type NTdirattr (line 117) | typedef struct NTdirattr { /* struct for holding unix style directo... type RO_extra_block (line 171) | typedef struct { type zdirent (line 270) | struct zdirent type zdirent (line 286) | struct zdirent function Closedir (line 297) | static void Closedir(d) function FindSDExtraField (line 375) | static int FindSDExtraField(__GPRO__ function IsWinNT (line 496) | int IsWinNT(void) /* returns TRUE if real NT, FALSE if Win9x or Wi... function show_NTFileTime (line 515) | static int show_NTFileTime(FILE *hdo, char *TTmsg, int isloc, FILETIME *... type LLONG64 (line 541) | typedef long long LLONG64; type ULLNG64 (line 542) | typedef unsigned long long ULLNG64; type __int64 (line 545) | typedef __int64 LLONG64; type ULLNG64 (line 546) | typedef unsigned __int64 ULLNG64; type __int64 (line 549) | typedef __int64 LLONG64; type ULLNG64 (line 550) | typedef unsigned __int64 ULLNG64; type __int64 (line 553) | typedef __int64 LLONG64; type ULLNG64 (line 554) | typedef unsigned __int64 ULLNG64; type __int64 (line 557) | typedef __int64 LLONG64; type ULLNG64 (line 558) | typedef unsigned __int64 ULLNG64; function utime2NtfsFileTime (line 585) | static void utime2NtfsFileTime(time_t ut, FILETIME *pft) function utime2VFatFileTime (line 632) | static void utime2VFatFileTime(time_t ut, FILETIME *pft, int clipDosMin) type tm (line 813) | struct tm function FStampIsLocTime (line 919) | static int FStampIsLocTime(__GPRO__ const char *path) function SetFileSize (line 1004) | int SetFileSize(FILE *file, zusz_t filesize) function close_outfile (line 1054) | void close_outfile(__G) function stamp_file (line 1340) | int stamp_file(__GPRO__ ZCONST char *fname, time_t modtime) function isfloppy (line 1384) | static int isfloppy(int nDrive) /* 1 == A:, 2 == B:, etc. */ function NTQueryVolInfo (line 1411) | static int NTQueryVolInfo(__GPRO__ const char *name) function IsVolumeOldFAT (line 1480) | static int IsVolumeOldFAT(__GPRO__ const char *name) type zdirent (line 1505) | struct zdirent function mapattr (line 1636) | int mapattr(__G) function map2fat (line 1995) | static void map2fat(pathcomp, pEndFAT) function dateformat (line 2500) | int dateformat() function dateseparator (line 2523) | char dateseparator() function screensize (line 2660) | int screensize(int *tt_rows, int *tt_cols) function zstat_win32 (line 2720) | int zstat_win32(__W32STAT_GLOBALS__ const char *path, z_stat *buf) type rule (line 2831) | struct rule function conv_to_rule (line 2833) | static void conv_to_rule(LPSYSTEMTIME lpw32tm, struct rule * ZCONST ptrule) function GetPlatformLocalTimezone (line 2849) | int GetPlatformLocalTimezone(register struct state * ZCONST sp, function getch_win32 (line 2914) | int getch_win32(void) FILE: deps/infozip/unzip60/win32/win32i64.c function zoff_t (line 46) | zoff_t zftello(stream) function zfseeko (line 70) | int zfseeko(stream, offset, origin) FILE: deps/infozip/unzip60/wince/intrface.cpp function SendAppMsg (line 206) | void WINAPI SendAppMsg(z_uint8 uzSize, z_uint8 uzCompressedSize, function BOOL (line 276) | BOOL DoExtractOrTestFiles(LPCSTR szZipFile, EXTRACT_INFO *pei) { function DoGetComment (line 343) | int DoGetComment(LPCSTR szZipFile) { function BOOL (line 379) | BOOL SetExtractToDirectory(LPTSTR szDirectory) { function Uz_Globs (line 433) | static Uz_Globs* InitGlobals(LPCSTR szZipFile) function FreeGlobals (line 494) | static void FreeGlobals(Uz_Globs *pG) function ExtractOrTestFilesThread (line 521) | static unsigned __stdcall ExtractOrTestFilesThread(void *lpv) function SetCurrentFile (line 619) | static void SetCurrentFile(__GPRO) function IsFileOrDirectory (line 639) | static int IsFileOrDirectory(LPCTSTR szPath) function BOOL (line 654) | static BOOL SmartCreateDirectory(__GPRO__ LPCSTR szDirectory, BOOL *pNew... function UzpMessagePrnt2 (line 689) | int UZ_EXP UzpMessagePrnt2(zvoid *pG, uch *buffer, ulg size, int flag) function UzpInput2 (line 765) | int UZ_EXP UzpInput2(zvoid *pG, uch *buffer, int *size, int flag) function UzpMorePause (line 772) | void UZ_EXP UzpMorePause(zvoid *pG, const char *szPrompt, int flag) function UzpPassword (line 778) | int UZ_EXP UzpPassword(zvoid *pG, int *pcRetry, char *szPassword, int nS... function CheckForAbort2 (line 814) | int UZ_EXP CheckForAbort2(zvoid *pG, int fnflag, ZCONST char *zfn, function UzpReplace (line 853) | int WINAPI UzpReplace(LPSTR szFile, unsigned nbufsiz) { function UzpSound (line 862) | void WINAPI UzpSound(void) { function SendAppMsg (line 869) | void WINAPI SendAppMsg(z_uint8 uzSize, z_uint8 uzCompressedSize, function win_fprintf (line 942) | int win_fprintf(zvoid *pG, FILE *file, unsigned int dwCount, char far *b... function Wiz_NoPrinting (line 1040) | void WINAPI Wiz_NoPrinting(int f) { function test_NTSD (line 1055) | int test_NTSD(__GPRO__ uch *eb, unsigned eb_size) { function utimeToFileTime (line 1063) | static void utimeToFileTime(time_t ut, FILETIME *pft, BOOL fOldFileSystem) function BOOL (line 1210) | static BOOL IsOldFileSystem(char *szPath) { function SetFileSize (line 1269) | int SetFileSize(FILE *file, zusz_t filesize) function mapattr (line 1431) | int mapattr(__GPRO) function mapname (line 1473) | int mapname(__GPRO__ int renamed) function checkdir (line 1691) | int checkdir(__GPRO__ char *pathcomp, int flag) { function match (line 1763) | int match(ZCONST char *string, ZCONST char *pattern, int ignore_case __W... function iswild (line 1773) | int iswild(ZCONST char *pattern) { function version (line 1785) | void version(__GPRO) function getch_win32 (line 1792) | int getch_win32(void) FILE: deps/infozip/unzip60/wince/intrface.h type OVERWRITE_MODE (line 51) | typedef enum _OVERWRITE_MODE { type EXTRACT_INFO (line 58) | typedef struct _EXTRACT_INFO { type DECRYPT_INFO (line 88) | typedef struct _DECRYPT_INFO { FILE: deps/infozip/unzip60/wince/wcecfg.h type zoff_t (line 283) | typedef long long zoff_t; type __int64 (line 286) | typedef __int64 zoff_t; type z_stat (line 299) | typedef struct _stati64 z_stat; FILE: deps/infozip/unzip60/wince/wcemain.c function WinMain (line 20) | int WINAPI WinMain( HINSTANCE hInstance, FILE: deps/infozip/unzip60/wince/wince.cpp function DebugOut (line 83) | void DebugOut(LPCTSTR szFormat, ...) { function chmod (line 128) | int __cdecl chmod(const char *filename, int pmode) { function close (line 140) | int __cdecl close(int handle) { function isatty (line 146) | int __cdecl isatty(int handle) { function lseek (line 154) | long __cdecl lseek(int handle, long offset, int origin) { function open (line 161) | int __cdecl open(const char *filename, int oflags, ...) { function read (line 205) | int __cdecl read(int handle, void *buffer, unsigned int count) { function setmode (line 213) | int __cdecl setmode(int handle, int mode) { function unlink (line 221) | int __cdecl unlink(const char *filename) { function fflush (line 239) | int __cdecl fflush(FILE *stream) { function fileno (line 253) | int __cdecl fileno(FILE *stream) { function fprintf (line 308) | int __cdecl fprintf(FILE *stream, const char *format, ...) { function fclose (line 326) | int __cdecl fclose(FILE *stream) { function putc (line 332) | int __cdecl putc(int c, FILE *stream) { function sprintf (line 339) | int __cdecl sprintf(char *buffer, const char *format, ...) { function perror (line 374) | void __cdecl perror(const char* errorText) function setbuf (line 383) | void __cdecl setbuf(FILE *, char *) function mblen (line 395) | int __cdecl mblen(const char *mbc, size_t mbszmax) function _stricmp (line 409) | int __cdecl _stricmp(const char *string1, const char *string2) { function isupper (line 460) | int __cdecl isupper(int c) { function stat (line 470) | int __cdecl stat(const char *path, struct stat *buffer) { type tm (line 540) | struct tm type tm (line 544) | struct tm function SafeGetTimeZoneInformation (line 587) | static void SafeGetTimeZoneInformation(TIME_ZONE_INFORMATION *ptzi) function time_t (line 609) | static time_t GetTransitionTimeT(TIME_ZONE_INFORMATION *ptzi, function BOOL (line 691) | static BOOL IsDST(TIME_ZONE_INFORMATION *ptzi, time_t localTime) { type rule (line 750) | struct rule function conv_to_rule (line 752) | static void conv_to_rule(LPSYSTEMTIME lpw32tm, struct rule * ZCONST ptrule) function GetPlatformLocalTimezone (line 768) | int GetPlatformLocalTimezone(register struct state * ZCONST sp, FILE: deps/infozip/unzip60/wince/wince.h function DebugOut (line 60) | __inline void DebugOut(LPCTSTR szFormat, ...) {} type _off_t (line 120) | typedef long _off_t; type time_t (line 124) | typedef long time_t; type FILE (line 205) | typedef int FILE; type tm (line 273) | struct tm { type stat (line 297) | struct stat { type stat (line 328) | struct stat FILE: deps/infozip/unzip60/wince/winmain.cpp function WinMain (line 298) | int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, function InitializeApplication (line 449) | void InitializeApplication(LPCTSTR szZipFile) { function ShutdownApplication (line 501) | void ShutdownApplication() { function RegisterUnzip (line 528) | void RegisterUnzip() { function BuildImageList (line 598) | void BuildImageList() { function LRESULT (line 760) | LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lPa... function OnCreate (line 924) | int OnCreate() { function OnFileOpen (line 1068) | void OnFileOpen() { function OnActionView (line 1091) | void OnActionView() { function OnActionSelectAll (line 1268) | void OnActionSelectAll() { function OnViewExpandedView (line 1275) | void OnViewExpandedView() { function OnHelp (line 1296) | void OnHelp() { function OnGetDispInfo (line 1314) | void OnGetDispInfo(LV_DISPINFO *plvdi) { function OnDeleteItem (line 1392) | void OnDeleteItem(NM_LISTVIEW *pnmlv) { function OnItemChanged (line 1406) | void OnItemChanged(NM_LISTVIEW *pnmlv) { function Sort (line 1418) | void Sort(int sortColumn, BOOL fForce) { function CompareFunc (line 1453) | int CALLBACK CompareFunc(LPARAM lParam1, LPARAM lParam2, LPARAM sortColu... function SetCaptionText (line 1542) | void SetCaptionText(LPCTSTR szPrefix) { function DrawBanner (line 1560) | void DrawBanner(HDC hdc) { function AddDeleteColumns (line 1636) | void AddDeleteColumns() { function ResizeColumns (line 1680) | void ResizeColumns() { function LPCTSTR (line 1695) | LPCTSTR GetZipErrorString(int error) { function AddFileToListView (line 1770) | void AddFileToListView(FILE_NODE *pFile) { function EnableAllMenuItems (line 1825) | void EnableAllMenuItems(UINT uMenuItem, BOOL fEnabled) { function CheckAllMenuItems (line 1836) | void CheckAllMenuItems(UINT uMenuItem, BOOL fChecked) { function CenterWindow (line 1847) | void CenterWindow(HWND hWnd) { function AddTextToEdit (line 1865) | void AddTextToEdit(LPCSTR szText) { function LPTSTR (line 1931) | LPTSTR FormatValue(LPTSTR szValue, zusz_t uzValue) { function LPTSTR (line 1968) | LPTSTR BuildAttributesString(LPTSTR szBuffer, DWORD dwAttributes) { function LPCSTR (line 1983) | LPCSTR BuildTypeString(FILE_NODE *pFile, LPSTR szType) { function LPCSTR (line 2009) | LPCSTR GetFileFromPath(LPCSTR szPath) { function ForwardSlashesToBackSlashesA (line 2020) | void ForwardSlashesToBackSlashesA(LPSTR szBuffer) { function ForwardSlashesToBackSlashesW (line 2030) | void ForwardSlashesToBackSlashesW(LPWSTR szBuffer) { function DeleteDirectory (line 2040) | void DeleteDirectory(LPTSTR szPath) { function RegWriteKey (line 2104) | void RegWriteKey(HKEY hKeyRoot, LPCTSTR szSubKey, LPCTSTR szValue) { function BOOL (line 2118) | BOOL RegReadKey(HKEY hKeyRoot, LPCTSTR szSubKey, LPTSTR szValue, DWORD c... function WriteOptionString (line 2131) | void WriteOptionString(LPCTSTR szOption, LPCTSTR szValue) { function WriteOptionInt (line 2142) | void WriteOptionInt(LPCTSTR szOption, DWORD dwValue) { function LPTSTR (line 2152) | LPTSTR GetOptionString(LPCTSTR szOption, LPCTSTR szDefault, LPTSTR szVal... function DWORD (line 2167) | DWORD GetOptionInt(LPCTSTR szOption, DWORD dwDefault) { function DisableEditing (line 2184) | void DisableEditing(HWND hWndEdit) { function LRESULT (line 2198) | LRESULT CALLBACK EditSubclassProc(HWND hWnd, UINT uMsg, WPARAM wParam, L... function GetMenuString (line 2256) | int GetMenuString(HMENU hMenu, UINT uIDItem, LPTSTR lpString, int nMaxCo... function InitializeMRU (line 2270) | void InitializeMRU() { function AddFileToMRU (line 2308) | void AddFileToMRU(LPCSTR szFile) { function RemoveFileFromMRU (line 2391) | void RemoveFileFromMRU(LPCTSTR szFile) { function ActivateMRU (line 2500) | void ActivateMRU(UINT uIDItem) { function ReadZipFileList (line 2523) | void ReadZipFileList(LPCTSTR wszPath) { function BOOL (line 2614) | BOOL CALLBACK DlgProcProperties(HWND hDlg, UINT uMsg, WPARAM wParam, LPA... function MergeValues (line 2838) | void MergeValues(int *p1, int p2) { function CheckThreeStateBox (line 2847) | void CheckThreeStateBox(HWND hDlg, int nIDButton, int state) { function ExtractOrTestFiles (line 2858) | void ExtractOrTestFiles(BOOL fExtract) { function BOOL (line 2920) | BOOL CALLBACK DlgProcExtractOrTest(HWND hDlg, UINT uMsg, WPARAM wParam, ... function BOOL (line 3024) | BOOL FolderBrowser(LPTSTR szPath, DWORD dwLength) { function BOOL (line 3116) | BOOL CALLBACK DlgProcBrowser(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM... function SubclassSaveAsDlg (line 3175) | void SubclassSaveAsDlg() { function BOOL (line 3214) | BOOL CALLBACK DlgProcExtractProgress(HWND hDlg, UINT uMsg, WPARAM wParam... function BOOL (line 3385) | BOOL CALLBACK DlgProcViewProgress(HWND hDlg, UINT uMsg, WPARAM wParam, L... function UpdateProgress (line 3438) | void UpdateProgress(EXTRACT_INFO *pei, BOOL fFull) { function PromptToReplace (line 3504) | int PromptToReplace(LPCSTR szPath) { function BOOL (line 3540) | BOOL CALLBACK DlgProcReplace(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM... function BOOL (line 3594) | BOOL CALLBACK DlgProcPassword(HWND hDlg, UINT uMsg, WPARAM wParam, LPARA... function BOOL (line 3682) | BOOL CALLBACK DlgProcViewAssociation(HWND hDlg, UINT uMsg, WPARAM wParam... function BOOL (line 3767) | BOOL CALLBACK DlgProcComment(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM... function BOOL (line 3834) | BOOL CALLBACK DlgProcAbout(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM l... FILE: deps/infozip/unzip60/wince/winmain.h type FILE_TYPE_NODE (line 110) | typedef struct _FILE_TYPE_NODE { type FILE_NODE (line 116) | typedef struct _FILE_NODE { type COLUMN (line 127) | typedef struct _COLUMN { FILE: deps/infozip/unzip60/windll/csharp/Form1.cs class Form1 (line 33) | public class Form1 : System.Windows.Forms.Form method Form1 (line 54) | public Form1() method Dispose (line 69) | protected override void Dispose( bool disposing ) method InitializeComponent (line 86) | private void InitializeComponent() method Main (line 183) | [STAThread] method btnUnzipArchive_Click (line 191) | private void btnUnzipArchive_Click(object sender, System.EventArgs e) method btnListZipFiles_Click (line 253) | private void btnListZipFiles_Click(object sender, System.EventArgs e) method unZip_ReceivePrintMessage (line 299) | private void unZip_ReceivePrintMessage(object sender, UnZipDLLPrintMes... method unZip_ReceiveServiceMessage (line 305) | private int unZip_ReceiveServiceMessage(object sender, UnZipDLLService... FILE: deps/infozip/unzip60/windll/csharp/UnZipDLLPrintMessageEventArgs.cs class UnZipDLLPrintMessageEventArgs (line 28) | public class UnZipDLLPrintMessageEventArgs : EventArgs method UnZipDLLPrintMessageEventArgs (line 32) | public UnZipDLLPrintMessageEventArgs(string msg) FILE: deps/infozip/unzip60/windll/csharp/UnZipDLLServiceMessageEventArgs.cs class UnZipDLLServiceMessageEventArgs (line 28) | public class UnZipDLLServiceMessageEventArgs method UnZipDLLServiceMessageEventArgs (line 37) | public UnZipDLLServiceMessageEventArgs(ulong zipFileSize, string fileE... FILE: deps/infozip/unzip60/windll/csharp/Unzip.cs type ExtractOnlyNewerEnum (line 60) | public enum ExtractOnlyNewerEnum {False, True}; type SpaceToUnderScoreEnum (line 61) | public enum SpaceToUnderScoreEnum {False, True}; type PromptToOverWriteEnum (line 62) | public enum PromptToOverWriteEnum {NotRequired, Required}; type QuietEnum (line 63) | public enum QuietEnum {AllMessages, LessMessages, NoMessages}; type WriteStdOutEnum (line 64) | public enum WriteStdOutEnum {False, True}; type TestZipEnum (line 65) | public enum TestZipEnum {False, True}; type ExtractOrListEnum (line 66) | public enum ExtractOrListEnum {Extract, ListContents}; type FreshenExistingEnum (line 67) | public enum FreshenExistingEnum {False, True}; type DisplayCommentEnum (line 68) | public enum DisplayCommentEnum {False, True}; type HonorDirectoriesEnum (line 69) | public enum HonorDirectoriesEnum {False, True}; type OverWriteFilesEnum (line 70) | public enum OverWriteFilesEnum {False, True}; type ConvertCR_CRLFEnum (line 71) | public enum ConvertCR_CRLFEnum {False, True}; type VerboseZIEnum (line 72) | public enum VerboseZIEnum {False, True}; type UnixFileBackupEnum (line 73) | public enum UnixFileBackupEnum { False, True } type CaseSensitivityEnum (line 74) | public enum CaseSensitivityEnum { True, False }; type RestoreTimeStampsEnum (line 75) | public enum RestoreTimeStampsEnum { All, FilesOnly, None }; type UTF8NameTranslationEnum (line 76) | public enum UTF8NameTranslationEnum { Automatic, EscapeNonASCII, Disable... type PrivilegeEnum (line 77) | public enum PrivilegeEnum {Default, ACL, Privilege}; type ReplaceFileOptionsEnum (line 78) | public enum ReplaceFileOptionsEnum {ReplaceNo=100, ReplaceYes=102, Repla... class Unzip (line 91) | public class Unzip method Unzip (line 93) | public Unzip() type UNZIPCBChar (line 143) | protected struct UNZIPCBChar type UNZIPCBCh (line 150) | protected struct UNZIPCBCh type DCLIST (line 157) | [ StructLayout( LayoutKind.Sequential )] type USERFUNCTION (line 195) | [ StructLayout( LayoutKind.Sequential )] method Wiz_SingleEntryUnzip (line 221) | [DllImport("unzip32.dll", SetLastError=true)] method OnReceivePrintMessage (line 424) | protected virtual void OnReceivePrintMessage (UnZipDLLPrintMessageEven... method OnReceiveServiceMessage (line 432) | protected virtual void OnReceiveServiceMessage (UnZipDLLServiceMessage... method UZReceiveDLLMessage (line 446) | protected void UZReceiveDLLMessage (ulong ucsize, ulong csiz, ushort c... method UZDLLPrint (line 477) | protected int UZDLLPrint([MarshalAs(UnmanagedType.LPStr)]String msg, u... method UZDLLService (line 501) | protected int UZDLLService([MarshalAs(UnmanagedType.LPStr)]String fname, method UZDLLPassword (line 512) | protected int UZDLLPassword(ref UNZIPCBCh pwd, int bufsize, method UZDLLReplace (line 535) | protected int UZDLLReplace(ref UNZIPCBCh fname, uint fnbufsiz) method UnZipFiles (line 568) | public int UnZipFiles () method GetZipFileSizeAndCount (line 623) | public bool GetZipFileSizeAndCount(ref ulong size, ref ulong fileCount) method GetZipFileContents (line 631) | public ZipFileEntries GetZipFileContents () method GetZipFileComment (line 664) | public string GetZipFileComment() method Stop (line 718) | public void Stop () method ConvertEnumToInt (line 729) | private int ConvertEnumToInt (System.Enum obj) method GetZipFileSizeAndCount (line 734) | private bool GetZipFileSizeAndCount() method PrepareUserFunctionCallbackStructure (line 757) | private USERFUNCTION PrepareUserFunctionCallbackStructure() method GetLittleEndianByteOrder (line 772) | private int GetLittleEndianByteOrder(FileStream fs, int len) FILE: deps/infozip/unzip60/windll/csharp/ZipFileEntries.cs class ZipFileEntries (line 29) | [Serializable] method ZipFileEntries (line 33) | public ZipFileEntries() method Add (line 38) | public void Add(ZipFileEntry obj) method Remove (line 43) | public void Remove(int index) method Item (line 55) | public ZipFileEntry Item(int Index) method Dispose (line 63) | public void Dispose() FILE: deps/infozip/unzip60/windll/csharp/ZipFileEntry.cs class ZipFileEntry (line 28) | public class ZipFileEntry method ZipFileEntry (line 48) | public ZipFileEntry() FILE: deps/infozip/unzip60/windll/csharp/frmShowContents.cs class frmShowContents (line 32) | public class frmShowContents : System.Windows.Forms.Form method frmShowContents (line 67) | public frmShowContents() method Dispose (line 82) | protected override void Dispose( bool disposing ) method InitializeComponent (line 99) | private void InitializeComponent() method frmShowContents_Load (line 164) | private void frmShowContents_Load(object sender, System.EventArgs e) FILE: deps/infozip/unzip60/windll/guisfx/sfxwiz.c function BOOL (line 116) | BOOL WINAPI ReplaceProc(HWND hReplaceDlg, WORD wMessage, function BOOL (line 164) | BOOL WINAPI function BOOL (line 206) | BOOL WINAPI function PASCAL (line 251) | PASCAL InitDialogProc (HWND hDlg, WORD wMsg, WORD wParam, LONG lParam) { FILE: deps/infozip/unzip60/windll/structs.h type z_uint8 (line 35) | typedef unsigned long long z_uint8; type z_uint8 (line 38) | typedef unsigned __int64 z_uint8; type z_uint8 (line 41) | typedef unsigned __int64 z_uint8; type z_uint8 (line 44) | typedef unsigned __int64 z_uint8; type z_uint8 (line 47) | typedef unsigned __int64 z_uint8; type z_uint8 (line 50) | typedef unsigned __int64 z_uint8; type USERFUNCTIONS (line 93) | typedef struct { type DCL (line 131) | typedef struct { FILE: deps/infozip/unzip60/windll/uzexampl.c function GetReplaceDlgRetVal (line 402) | int WINAPI GetReplaceDlgRetVal(LPSTR filename, unsigned fnbufsiz) function FreeUpMemory (line 410) | static void FreeUpMemory(void) function ReceiveDllMessage (line 435) | void WINAPI ReceiveDllMessage(unsigned long ucsize, unsigned long csiz, function password (line 467) | int WINAPI password(LPSTR p, int n, LPCSTR m, LPCSTR name) function DisplayBuf (line 473) | int WINAPI DisplayBuf(LPSTR buf, unsigned long size) FILE: deps/infozip/unzip60/windll/uzexampl.h type UzpVer (line 38) | typedef const UzpVer * (WINAPI * _DLL_UZVER)(void); FILE: deps/infozip/unzip60/windll/windll.c function PASCAL (line 92) | PASCAL LibMain( HINSTANCE hInstance, function PASCAL (line 132) | PASCAL WEP ( int bSystemExit ) function UnzipAllocMemory (line 138) | static int UnzipAllocMemory(unsigned int i, char *cmd, char *str, function UnzipFreeArguments (line 156) | static void UnzipFreeArguments(unsigned int argCee, char ***pargVee) function UnzipParseString (line 172) | static int UnzipParseString(LPCSTR s, unsigned int *pargCee, char ***par... function BOOL (line 285) | BOOL WINAPI Wiz_Init(pG, lpUserFunc) function BOOL (line 347) | BOOL WINAPI Wiz_SetOpts(pG, lpDCL) function FreeDllMem (line 442) | static void FreeDllMem(__GPRO) function Wiz_Unzip (line 461) | int WINAPI Wiz_Unzip(pG, ifnc, ifnv, xfnc, xfnv) function Wiz_SingleEntryUnzip (line 656) | int WINAPI Wiz_SingleEntryUnzip(int ifnc, char **ifnv, int xfnc, char **... function Wiz_SingleEntryUnzpList (line 717) | int WINAPI Wiz_SingleEntryUnzpList(unsigned int ifnc, LPCSTR ExtList, function win_fprintf (line 761) | int win_fprintf(zvoid *pG, FILE *file, unsigned int size, char far *buffer) function DllMessagePrint (line 780) | static int UZ_EXP DllMessagePrint(pG, buf, size, flag) function DllDisplayPrint (line 801) | int DllDisplayPrint(pG, buf, size, flag) function UzpPassword (line 822) | int UZ_EXP UzpPassword(pG, rcnt, pwbuf, size, zfn, efn) function Wiz_NoPrinting (line 848) | void WINAPI Wiz_NoPrinting(int f) function DummySound (line 854) | static void WINAPI DummySound(void) function Wiz_StatReportCB (line 863) | static int WINAPI Wiz_StatReportCB(zvoid *pG, int fnflag, ZCONST char *zfn, function Wiz_UnzipToMemory (line 909) | int WINAPI Wiz_UnzipToMemory(LPSTR zip, LPSTR file, function Wiz_Grep (line 984) | int WINAPI Wiz_Grep(LPSTR archive, LPSTR file, LPSTR pattern, int cmd, function Wiz_Validate (line 1070) | int WINAPI Wiz_Validate(LPSTR archive, int AllCodes) FILE: deps/infozip/unzip60/zipinfo.c function zi_end_central (line 638) | void zi_end_central(__G) function zipinfo (line 705) | int zipinfo(__G) /* return PK-type error code */ function zi_short (line 1875) | static int zi_short(__G) /* return PK-type error code */ type tm (line 2248) | struct tm type tm (line 2268) | struct tm type tm (line 2274) | struct tm type tm (line 2275) | struct tm FILE: deps/infozip/zip30/acorn/acornzip.c type dirent (line 31) | struct dirent function local (line 47) | local int wild_recurse(whole, wildtail) char *whole; char *wildtail; function wild (line 129) | int wild(p) function procname (line 156) | int procname(n, caseflag) function local (line 371) | local int uxtime2acornftime(unsigned *pexadr, unsigned *pldadr, time_t ut) function stamp (line 389) | void stamp(f, d) function ulg (line 410) | ulg filetime(f, a, n, t) type zlist (line 481) | struct zlist function version_local (line 566) | void version_local() FILE: deps/infozip/zip30/acorn/riscos.c function stat (line 25) | int stat(char *filename,struct stat *res) function DIR (line 92) | DIR *opendir(char *dirname) type dirent (line 135) | struct dirent type dirent (line 137) | struct dirent function closedir (line 166) | void closedir(DIR *d) function unlink (line 175) | int unlink(f) function deletedir (line 193) | int deletedir(char *d) function chmod (line 238) | int chmod(char *file, int mode) function setfiletype (line 247) | void setfiletype(char *fname,int ftype) function getRISCOSexts (line 254) | void getRISCOSexts(char *envstr) function checkext (line 268) | int checkext(char *suff) function swapext (line 293) | int swapext(char *name, char *exptr) function remove_prefix (line 317) | void remove_prefix(void) function set_prefix (line 322) | void set_prefix(void) type tm (line 359) | struct tm type tm (line 368) | struct tm function riscos_fseek (line 378) | int riscos_fseek(FILE *fd, long offset, int whence) FILE: deps/infozip/zip30/acorn/riscos.h type os_error (line 17) | typedef struct { type stat (line 30) | struct stat { type DIR (line 45) | typedef struct { type dirent (line 56) | struct dirent { type riscos_direntry (line 64) | typedef struct { type extra_block (line 76) | typedef struct { type stat (line 100) | struct stat type dirent (line 102) | struct dirent type tm (line 113) | struct tm type tm (line 114) | struct tm FILE: deps/infozip/zip30/acorn/zipup.h type FILE (line 11) | typedef FILE *ftype; FILE: deps/infozip/zip30/amiga/amiga.c function _abort (line 95) | void _abort(void) /* called when ^C is pressed */ function ClearIOErr_exit (line 101) | void ClearIOErr_exit(int e) /* EXIT is defined as this */ type FileInfoBlock (line 121) | struct FileInfoBlock FILE: deps/infozip/zip30/amiga/amigazip.c function local (line 31) | local char *readd(d) function local (line 54) | local int wild_recurse(whole, wildtail) char *whole; char *wildtail; function wild (line 136) | int wild(p) char *p; function procname (line 155) | int procname(n, caseflag) function stamp (line 291) | void stamp(f, d) function ulg (line 305) | ulg filetime(f, a, n, t) function set_extra_field (line 373) | int set_extra_field(z, z_utim) function deletedir (line 405) | int deletedir(d) function version_local (line 431) | void version_local() FILE: deps/infozip/zip30/amiga/filedate.c type ExecBase (line 168) | struct ExecBase type MsgPort (line 200) | struct MsgPort function LONG (line 232) | LONG FileDate(filename, u) type Process (line 325) | struct Process function setenv (line 354) | int setenv(const char *var, const char *value, int overwrite) function set_TZ (line 385) | void set_TZ(long time_zone, int day_light) function GetPlatformLocalTimezone (line 409) | int GetPlatformLocalTimezone(sp, fill_tzstate_from_rules) function time_t (line 488) | time_t time(time_t *tp) type MsgPort (line 520) | struct MsgPort function LONG (line 522) | LONG sendpkt(pid,action,args,nargs) function Agetch (line 576) | int Agetch(void) FILE: deps/infozip/zip30/amiga/stat.c function close_leftover_open_dirs (line 56) | void close_leftover_open_dirs(void) type stat (line 65) | struct stat type stat (line 69) | struct stat type FileInfoBlock (line 72) | struct FileInfoBlock type tm (line 75) | struct tm type FileInfoBlock (line 81) | struct FileInfoBlock type FileInfoBlock (line 82) | struct FileInfoBlock function fstat (line 139) | int fstat(int handle, struct stat *buf) function DIR (line 151) | DIR *opendir(const char *path) function closedir (line 174) | void closedir(DIR *dd) type dirent (line 186) | struct dirent type dirent (line 188) | struct dirent function rmdir (line 194) | int rmdir(const char *path) function chmod (line 199) | int chmod(const char *filename, int bits) /* bits are as for st_mo... function _wb_parse (line 207) | void _wb_parse(void) { } function umask (line 210) | int umask(void) { return 0; } function __signal_return_type (line 217) | __signal_return_type signal() { return SIG_ERR; } function _cli_parse (line 227) | void _cli_parse(struct Process *pp, long alen, register UBYTE *aptr) FILE: deps/infozip/zip30/amiga/z-stat.h type stat (line 39) | struct stat { type stat (line 71) | struct stat type stat (line 72) | struct stat type DIR (line 74) | typedef struct dirent { type dirent (line 87) | struct dirent FILE: deps/infozip/zip30/amiga/zipup.h type ftype (line 17) | typedef int ftype; FILE: deps/infozip/zip30/aosvs/aosvs.c type ZVSFSTAT_STRU (line 26) | typedef union zvsfstat_stru type ZEXTRAFLD (line 34) | typedef struct zextrafld type dirent (line 68) | struct dirent function procname (line 74) | int procname(n, caseflag) function stamp (line 267) | void stamp(f, d) function ulg (line 279) | ulg filetime(f, a, n, t) function deletedir (line 347) | int deletedir(d) function set_extra_field (line 353) | int set_extra_field(z, z_utim) function version_local (line 473) | void version_local() function zvs_lstat (line 515) | int zvs_lstat(char *path, struct stat *buf) function zvs_readlink (line 611) | int zvs_readlink(char *path, char *buf, int nbytes) FILE: deps/infozip/zip30/api.c function ParseString (line 80) | int ParseString(LPSTR s, unsigned int ArgC) function AllocMemory (line 218) | int AllocMemory(unsigned int i, char *cmd, char *str, BOOL IncrementArgCee) function FreeArgVee (line 233) | void FreeArgVee(void) function ZpInit (line 259) | int EXPENTRY ZpInit(LPZIPUSERFUNCTIONS lpZipUserFunc) function ZpArchive (line 271) | int EXPENTRY ZpArchive(ZCL C, LPZPOPT Opts) function encr_passwd (line 668) | int encr_passwd(int modeflag, char *pwbuf, int size, const char *zfn) function ZpVersion (line 676) | void EXPENTRY ZpVersion(ZpVer far * p) /* should be pointer to const s... FILE: deps/infozip/zip30/api.h type _zip_version_type (line 52) | typedef struct _zip_ver { type ZpVer (line 59) | typedef struct _ZpVer { type ZPOPT (line 91) | typedef struct { /* zip options */ type ZCL (line 141) | typedef struct { type ZIPUSERFUNCTIONS (line 151) | typedef struct { FILE: deps/infozip/zip30/atari/atari.c function local (line 31) | local char *readd(d) function GetFileMode (line 72) | char GetFileMode(char *name) function wild2 (line 90) | int wild2(w) function regerror (line 225) | void regerror( char ZCONST *msg ) { function ftwfunc (line 239) | static int ftwfunc( struct stat *stats, int ftw_status ) function myftw (line 278) | static int myftw( int depth ) function wild (line 317) | int wild( char *p ) function procname (line 356) | int procname(n, caseflag) function stamp (line 503) | void stamp(f, d) function ulg (line 517) | ulg filetime(f, a, n, t) function set_extra_field (line 585) | int set_extra_field(z, z_utim) function deletedir (line 626) | int deletedir(d) function version_local (line 643) | void version_local() FILE: deps/infozip/zip30/atari/zipup.h type ftype (line 14) | typedef int ftype; FILE: deps/infozip/zip30/atheos/atheos.c type zlist (line 49) | struct zlist type zlist (line 50) | struct zlist type zlist (line 51) | struct zlist function local (line 53) | local char *readd(d) function procname (line 64) | int procname(n, caseflag) function stamp (line 225) | void stamp(f, d) function ulg (line 247) | ulg filetime(f, a, n, t) function get_attr_dir (line 379) | int get_attr_dir( const char *name, char **attr_buff, off_t *total_size ) function local (line 505) | local int add_UT_ef( struct zlist far *z ) function local (line 590) | local int add_Ux_ef( struct zlist far *z ) function local (line 666) | local int add_At_ef( struct zlist far *z ) function set_extra_field (line 800) | int set_extra_field(z, z_utim) function setfiletype (line 828) | void setfiletype(const char *file, const char *type) function version_local (line 858) | void version_local() FILE: deps/infozip/zip30/atheos/zipup.h type ftype (line 17) | typedef int ftype; FILE: deps/infozip/zip30/beos/beos.c type zlist (line 56) | struct zlist type zlist (line 57) | struct zlist type zlist (line 58) | struct zlist type FILE (line 66) | typedef FILE DIR; type dirent (line 74) | struct dirent type dirent (line 77) | struct dirent type dirent (line 82) | struct dirent function local (line 92) | local char *readd(d) function procname (line 103) | int procname(n, caseflag) function stamp (line 246) | void stamp(f, d) function ulg (line 268) | ulg filetime(f, a, n, t) function get_attr_dir (line 362) | int get_attr_dir( const char *name, char **attr_buff, off_t *total_size ) function local (line 518) | local int add_UT_ef( struct zlist far *z ) function local (line 603) | local int add_Ux_ef( struct zlist far *z ) function local (line 681) | local int add_Be_ef( struct zlist far *z ) function set_extra_field (line 818) | int set_extra_field(z, z_utim) function setfiletype (line 856) | void setfiletype( const char *file, const char *type ) function deletedir (line 880) | int deletedir(d) function version_local (line 912) | void version_local() FILE: deps/infozip/zip30/beos/zipup.h type ftype (line 14) | typedef int ftype; FILE: deps/infozip/zip30/cmsmvs/cms.c function procname (line 15) | int procname(n, caseflag) FILE: deps/infozip/zip30/cmsmvs/cmsmvs.c function stat (line 20) | int stat(const char *path, struct stat *buf) function fstat (line 55) | int fstat(int fd, struct stat *buf) function stamp (line 167) | void stamp(f, d) function ulg (line 181) | ulg filetime(f, a, n, t) function set_extra_field (line 225) | int set_extra_field(z, z_utim) function deletedir (line 307) | int deletedir(d) function main (line 322) | int main(void) function version_local (line 365) | void version_local() FILE: deps/infozip/zip30/cmsmvs/cstat.h type stat (line 30) | struct stat type stat (line 50) | struct stat type stat (line 51) | struct stat FILE: deps/infozip/zip30/cmsmvs/mvs.c function gen_node (line 16) | static int gen_node( DIR *dirp, RECORD *recptr ) function DIR (line 51) | DIR *opendir(const char *dirname) type dirent (line 78) | struct dirent type dirent (line 80) | struct dirent function rewinddir (line 87) | void rewinddir(DIR *dirp) function closedir (line 92) | int closedir(DIR *dirp) function local (line 105) | local char *readd(d) function procname (line 116) | int procname(n, caseflag) FILE: deps/infozip/zip30/cmsmvs/mvs.h type dirent (line 13) | struct dirent { type DIR (line 18) | typedef struct _DIR { type dirent (line 25) | struct dirent type _Packed (line 35) | typedef _Packed struct FILE: deps/infozip/zip30/cmsmvs/zipup.h type FILE (line 13) | typedef FILE *ftype; FILE: deps/infozip/zip30/crc32.c function local (line 115) | local void make_crc_table() function OF (line 619) | OF((void)) function free_crc_table (line 634) | void free_crc_table() function ulg (line 680) | ulg crc32(crc, buf, len) FILE: deps/infozip/zip30/crypt.c function decrypt_byte (line 125) | int decrypt_byte(__G) function update_keys (line 139) | int update_keys(__G__ c) function near (line 188) | near *crytab_init(__G) function crypthead (line 207) | void crypthead(passwd, crc) function zipcloak (line 246) | int zipcloak(z, passwd) type zlist (line 334) | struct zlist type zlist (line 343) | struct zlist function zfwrite (line 455) | unsigned zfwrite(buf, item_size, nb) FILE: deps/infozip/zip30/crypt.h type zlist (line 139) | struct zlist type zlist (line 140) | struct zlist FILE: deps/infozip/zip30/deflate.c type Pos (line 129) | typedef unsigned Pos; type ush (line 131) | typedef ush Pos; type IPos (line 133) | typedef unsigned IPos; type config (line 227) | typedef struct config { function lm_init (line 303) | void lm_init (pack_level, flags) function lm_free (line 388) | void lm_free() function longest_match (line 416) | int longest_match(cur_match) function local (line 549) | local void check_match(start, match, length) function local (line 591) | local void fill_window() function local (line 695) | local uzoff_t deflate_fast() FILE: deps/infozip/zip30/fileio.c type tm (line 30) | struct tm type flist (line 147) | struct flist type flist (line 152) | struct flist function local (line 181) | local int fqcmp(a, b) function local (line 189) | local int fqcmpz(a, b) function else (line 276) | else if (ismbblead(c) && *p) function else (line 288) | else if (c == '.') function else (line 333) | else if (ismbblead(c) && *pw) function else (line 345) | else if (c == '.') function proc_archive_name (line 369) | int proc_archive_name(n, caseflag) function check_dup (line 434) | int check_dup() function filter (line 495) | int filter(name, casesensitive) function newnamew (line 580) | int newnamew(namew, isdir, casesensitive) function newname (line 851) | int newname(name, isdir, casesensitive) function ulg (line 1074) | ulg dostime(y, n, d, h, m, s) function ulg (line 1091) | ulg unix2dostime(t) function issymlnk (line 1112) | int issymlnk(a) function time_t (line 1152) | time_t dos2unixtime(dostime) function destroy (line 1180) | int destroy(f) function replace (line 1188) | int replace(d, s) function getfileattr (line 1290) | int getfileattr(f) function setfileattr (line 1306) | int setfileattr(f, a) function fcopy (line 1503) | int fcopy(f, g, n) function ush (line 1547) | ush SH(uch* p) { return ((ush)(uch)((p)[0]) | ((ush)(uch)((p)[1]) << 8)); } function ulg (line 1548) | ulg LG(uch* p) { return ((ulg)(SH(p)) | ((ulg)(SH((p)+2)) << 16)); } function bfcopy (line 1560) | int bfcopy(n) function rename (line 1932) | int rename(from, to) function memcmp (line 1994) | int function ask_for_split_read_path (line 2033) | int ask_for_split_read_path(current_disk) function ask_for_split_write_path (line 2279) | int ask_for_split_write_path(current_disk) function close_split (line 2545) | int close_split(disk_number, tempfile, temp_name) function bfwrite (line 2568) | size_t bfwrite(buffer, size, count, mode) function local (line 2860) | local int utf8_char_bytes(utf8) function ucs4_char_from_utf8 (line 2902) | long ucs4_char_from_utf8(utf8) function local (line 2929) | local int utf8_from_ucs4_char(utf8buf, ch) function local (line 2968) | local int utf8_to_ucs4_string(utf8, ucs4buf, buflen) function local (line 2996) | local int ucs4_string_to_utf8(ucs4, utf8buf, buflen) function local (line 3031) | local int utf8_chars(utf8) function is_ascii_stringw (line 3078) | int is_ascii_stringw(wstring) function is_ascii_string (line 3100) | int is_ascii_string(mbstring) function zwchar (line 3191) | zwchar escape_string_to_wide(escape_string) function mb_clen (line 3637) | int mb_clen(ptr) function local (line 3670) | local int mb_clen(ptr) function local (line 3739) | local int optionerr(buf, err, optind, islong) function free_args (line 3812) | int free_args(args) function insert_arg (line 3839) | int insert_arg(pargs, arg, at_arg, free_args) function get_shortopt (line 3933) | local unsigned long get_shortopt(args, argnum, optchar, negated, value, function get_longopt (line 4170) | local unsigned long get_longopt(args, argnum, optchar, negated, value, function get_option (line 4548) | unsigned long get_option(pargs, argc, argnum, optchar, value, FILE: deps/infozip/zip30/globals.c type zlist (line 223) | struct zlist type zlist (line 234) | struct zlist type zlist (line 236) | struct zlist type flist (line 240) | struct flist type flist (line 241) | struct flist type plist (line 246) | struct plist FILE: deps/infozip/zip30/human68k/human68k.c function local (line 32) | local char *readd(DIR* d) function wild (line 39) | int wild(char* w) function procname (line 77) | int procname(n, caseflag) function stamp (line 211) | void stamp(f, d) function ulg (line 225) | ulg filetime(f, a, n, t) function set_extra_field (line 288) | int set_extra_field(z, z_utim) function deletedir (line 316) | int deletedir(d) function print_period (line 326) | void print_period(void) function version_local (line 338) | void version_local() FILE: deps/infozip/zip30/human68k/zipup.h type ftype (line 11) | typedef int ftype; FILE: deps/infozip/zip30/macos/ZipLib.h type stat (line 61) | struct stat FILE: deps/infozip/zip30/macos/ZipSx.h type stat (line 60) | struct stat FILE: deps/infozip/zip30/macos/source/extrafld.c type zlist (line 88) | struct zlist type zlist (line 89) | struct zlist type zlist (line 90) | struct zlist function set_extra_field (line 109) | int set_extra_field(struct zlist far *z, iztimes *z_utim) function add_UT_ef (line 189) | static int add_UT_ef(struct zlist far *z, iztimes *z_utim) function add_JLEE_ef (line 270) | static int add_JLEE_ef( struct zlist far *z ) function make_extrafield_JLEE (line 354) | static void make_extrafield_JLEE(char *ef) function add_MAC3_ef (line 453) | static int add_MAC3_ef( struct zlist far *z ) function make_extrafield_MAC3 (line 626) | unsigned make_extrafield_MAC3(char *ef) function PrintFileInfo (line 790) | static void PrintFileInfo(void) function print_extra_info (line 903) | static void print_extra_info(void) FILE: deps/infozip/zip30/macos/source/getenv.c type EnviromentPair (line 67) | typedef struct _EnviromentPair { function get_string (line 105) | int get_string(char *string, int size, FILE *file, char *terms) function Set_LineNum (line 127) | void Set_LineNum(unsigned ln) function get_char (line 136) | int get_char(FILE *file) function skip_comments (line 154) | void skip_comments(FILE *file) function unget_char (line 206) | void unget_char(int ch, FILE *file) function EnviromentPair (line 242) | EnviromentPair *ParseLine(char *line) function OSErr (line 328) | OSErr FSpFindFolder_Name( function ShowAllKeyValues (line 353) | void ShowAllKeyValues(void) FILE: deps/infozip/zip30/macos/source/helpers.c function ParseArguments (line 177) | int ParseArguments(char *s, char ***arg) function PrintArguments (line 220) | void PrintArguments(int argc, char **argv) function PrintUserHFSerr (line 240) | int PrintUserHFSerr(int cond, int err, char *msg2) function CheckMountedVolumes (line 288) | short CheckMountedVolumes(char *FullPath) function stricmp (line 323) | int stricmp(const char *p1, const char *p2) function MakeCompatibleString (line 353) | void MakeCompatibleString(char *MacOS_Str, function Boolean (line 383) | Boolean CheckForSwitch(char *Switch, int argc, char **argv) function OSErr (line 426) | OSErr printerr(const char *msg, int cond, int err, int line, char *file, function leftStatusString (line 445) | void leftStatusString(char *status) function rightStatusString (line 451) | void rightStatusString(char *status) function DoWarnUserDupVol (line 458) | void DoWarnUserDupVol( char *FullPath ) FILE: deps/infozip/zip30/macos/source/macglob.h type MacZipGlobals (line 25) | typedef struct { FILE: deps/infozip/zip30/macos/source/macopen.c function FILE (line 38) | FILE *MacFopen(const char *path, const char *mode) function MacOpen (line 77) | int MacOpen(const char *path,int oflag, ...) function destroy (line 109) | int destroy(char *path) function replace (line 140) | int replace(char *new_f, char *temp_f) /* destination and source file n... function destroy (line 174) | int destroy(char *path) function my_open (line 280) | int my_open(char *path, int oflag) FILE: deps/infozip/zip30/macos/source/macos.c function main (line 128) | int main(int argc, char **argv) function UserStop (line 159) | void UserStop(void) function macgetch (line 171) | int macgetch(void) function version_local (line 217) | void version_local() function deletedir (line 258) | int deletedir(char *path) function setfiletype (line 351) | void setfiletype(char *new_f, unsigned long Creator, unsigned long Type) function wild (line 454) | int wild(char *Pathpat) function procname (line 566) | int procname(char *filename, /* name to process */ function ulg (line 586) | ulg filetime( function stamp (line 634) | void stamp(char *f, ulg d) function ZipInitAllVars (line 721) | void ZipInitAllVars(void) function PrintStatProgress (line 826) | void PrintStatProgress(char *msg) function InformProgress (line 845) | void InformProgress(const long progressMax, const long progressSoFar ) function ShowCounter (line 868) | void ShowCounter(Boolean reset) function EstimateCompletionTime (line 887) | static long EstimateCompletionTime(const long progressMax, function UpdateTimeToComplete (line 911) | static void UpdateTimeToComplete(void) FILE: deps/infozip/zip30/macos/source/macstuff.c function pascal (line 98) | pascal OSErr FSMakeFSSpecCompat(short vRefNum, function FSpGetDefaultDir (line 213) | int FSpGetDefaultDir(FSSpecPtr dirSpec) /* On return the default directo... function FSpSetDefaultDir (line 246) | int FSpSetDefaultDir(FSSpecPtr dirSpec) /* The new default directory. */ function OSErr (line 281) | OSErr function OSErr (line 323) | OSErr function pascal (line 431) | pascal OSErr FSpGetDirectoryID(const FSSpec *spec, function pascal (line 442) | pascal OSErr GetDirectoryID(short vRefNum, function pascal (line 471) | pascal OSErr GetCatInfoNoName(short vRefNum, function pascal (line 502) | pascal OSErr GetObjectLocation(short vRefNum, function pascal (line 657) | pascal OSErr DetermineVRefNum(ConstStr255Param pathname, function pascal (line 675) | pascal OSErr GetFilenameFromPathname(ConstStr255Param pathname, function pascal (line 767) | pascal OSErr GetVolumeInfoNoName(ConstStr255Param pathname, function pascal (line 807) | pascal OSErr FSpGetFullPath(const FSSpec *spec, function pascal (line 910) | pascal OSErr FSpLocationFromFullPath(short fullPathLength, function pascal (line 939) | pascal OSErr GetFullPath(short vRefNum, function pascal (line 964) | pascal OSErr ChangeCreatorType(short vRefNum, function pascal (line 1028) | pascal OSErr FSpChangeCreatorType(const FSSpec *spec, function pascal (line 1038) | pascal OSErr BumpDate(short vRefNum, function pascal (line 1087) | pascal OSErr FSpBumpDate(const FSSpec *spec) function pascal (line 1095) | pascal OSErr OnLine(FSSpecPtr volumes, function pascal (line 1134) | pascal OSErr DTGetComment(short vRefNum, function pascal (line 1203) | pascal OSErr FSpDTGetComment(const FSSpec *spec, function pascal (line 1212) | pascal OSErr DTSetComment(short vRefNum, function pascal (line 1246) | pascal OSErr FSpDTSetComment(const FSSpec *spec, function pascal (line 1255) | pascal OSErr DTOpen(ConstStr255Param volName, function OSErr (line 1303) | static OSErr GetCommentFromDesktopFile(short vRefNum, function pascal (line 1388) | pascal OSErr HGetVolParms(ConstStr255Param volName, function OSErr (line 1415) | static OSErr GetCommentID(short vRefNum, function OSErr (line 1435) | static OSErr GetDesktopFileName(short vRefNum, function pascal (line 1470) | pascal OSErr XGetVInfo(short volReference, function pascal (line 1520) | pascal OSErr HGetVInfo(short volReference, function pascal (line 1618) | pascal OSErr PBXGetVolInfoSync(XVolumeParamPtr paramBlock) function pascal (line 1646) | pascal OSErr GetDirName(short vRefNum, function pascal (line 1672) | pascal OSErr GetVolFileSystemID(ConstStr255Param pathname, function pascal (line 1690) | pascal OSErr GetDInfo(short vRefNum, function pascal (line 1718) | pascal OSErr FSpGetDInfo(const FSSpec *spec, FILE: deps/infozip/zip30/macos/source/mactime.c type tm (line 60) | struct tm type tm (line 66) | struct tm type tm (line 67) | struct tm type tm (line 75) | struct tm type tm (line 76) | struct tm type tm (line 77) | struct tm function time_t (line 91) | time_t MacFtime2UnixFtime(unsigned long macftime) function UnixFtime2MacFtime (line 109) | unsigned long UnixFtime2MacFtime(time_t unxftime) function time_t (line 129) | time_t AdjustForTZmoveMac(unsigned long macloctim, long s_gmtoffs) function Boolean (line 148) | Boolean GetGMToffsetMac(unsigned long mactime, long *UTCoffset) type tm (line 187) | struct tm type tm (line 195) | struct tm function time_t (line 208) | time_t my_mktime(struct tm *tp) function time_t (line 223) | time_t my_time(time_t *time) function myReadLocation (line 260) | static void myReadLocation(MachineLocation * loc) function Boolean (line 278) | static Boolean DaylightSaving(void) function GMTDelta (line 294) | static long GMTDelta(void) function time_t (line 320) | static time_t GetTimeMac(void) function clear_tm (line 345) | static void clear_tm(struct tm * tm) function normalize (line 359) | static void normalize(int *i,int *j,int norm) function time_t (line 377) | static time_t Mactime(time_t *timer) type tm (line 390) | struct tm type tm (line 396) | struct tm function time_t (line 429) | static time_t tm2time(struct tm *tp) FILE: deps/infozip/zip30/macos/source/pathname.c function OSErr (line 65) | OSErr function GetVolumeFromPath (line 92) | unsigned short GetVolumeFromPath(const char *FullPath, char *VolumeName) function createArchiveName (line 197) | void createArchiveName(char *thePath) function FindDesktopFolder (line 262) | void FindDesktopFolder(char *Path) FILE: deps/infozip/zip30/macos/source/recurse.c type RecurseGlobals (line 53) | struct RecurseGlobals type RecurseGlobals (line 71) | typedef struct RecurseGlobals RecurseGlobals; type RecurseGlobals (line 72) | typedef RecurseGlobals *RecurseGlobalsPtr; function RecurseDirectoryLevel (line 109) | static void RecurseDirectoryLevel(long DirID, RecurseGlobals *Globals) function pascal (line 161) | pascal OSErr RecurseDirectory(short vRefNum, function pascal (line 211) | pascal OSErr FSpRecurseDirectory(const FSSpec *spec, function Boolean (line 263) | Boolean IsZipFile(char *filen) function Boolean (line 284) | static Boolean isRegularItem( RecurseGlobals *Globals) function ProcessFiles (line 319) | static void ProcessFiles(RecurseGlobals *Globals, function ProcessDirectory (line 363) | static void ProcessDirectory(RecurseGlobals *Globals, function ProcessItem (line 393) | static void ProcessItem(RecurseGlobals *Globals, long DirID) FILE: deps/infozip/zip30/macos/source/unixlike.c function Zmacstat (line 72) | int Zmacstat(const char *Fname, struct stat *buf) function chmod (line 292) | int chmod(char *path, int mode) FILE: deps/infozip/zip30/macos/source/unixlike.h type dirent (line 65) | struct dirent { type stat (line 80) | struct stat FILE: deps/infozip/zip30/macos/zipup.h type ftype (line 16) | typedef int ftype; FILE: deps/infozip/zip30/msdos/msdos.c type ff_dir (line 19) | typedef struct ffblk ff_dir; type ff_dir (line 35) | typedef struct find_t ff_dir; type ff_dir (line 60) | typedef struct _find ff_dir; function GetFileMode (line 110) | int GetFileMode(char *name) function local (line 117) | local int initDirSearch(name, ff_context_p) function local (line 183) | local int wild_recurse(whole, wildtail) function wild (line 274) | int wild(w) function local (line 324) | local int procname_dos(n, caseflag, attribs) function procname (line 455) | int procname(n, caseflag) function stamp (line 540) | void stamp(f, d) function ulg (line 564) | ulg filetime(f, a, n, t) function deletedir (line 637) | int deletedir(d) function set_extra_field (line 646) | int set_extra_field(z, z_utim) type ptr_table (line 697) | typedef struct ptr_table_s { function zvoid (line 710) | zvoid far *zcalloc (unsigned items, unsigned size) function zvoid (line 731) | zvoid zcfree (zvoid far *ptr) function zvoid (line 759) | zvoid far *zcalloc (unsigned items, unsigned size) function zvoid (line 764) | zvoid zcfree (zvoid far *ptr) function xit (line 775) | void xit(void) function local (line 781) | local int is_running_on_windows(void) function check_for_windows (line 807) | void check_for_windows(char *app) function version_local (line 834) | void version_local() function _dos_setfileattr (line 974) | unsigned _dos_setfileattr(char *name, unsigned attr) function _is_executable (line 1013) | int _is_executable (const char *path, int fhandle, const char *ext) function __crt0_load_environment_file (line 1032) | void __crt0_load_environment_file(char *_app_name) type tm (line 1059) | struct tm type tm (line 1061) | struct tm type tm (line 1072) | struct tm function time_t (line 1082) | time_t _dtoxtime(year, month, mday, hour, min, sec) function stat_bandaid (line 1113) | int stat_bandaid(const char *path, struct stat *buf) FILE: deps/infozip/zip30/msdos/osdep.h type stat (line 168) | struct stat FILE: deps/infozip/zip30/msdos/zipup.h type ftype (line 11) | typedef int ftype; FILE: deps/infozip/zip30/novell/Netware.c function local (line 47) | local char *readd(d) function findzip (line 58) | void findzip(char *s) function dowhereis (line 63) | void dowhereis(char *s) function findit (line 126) | static void findit(char *what) function wild (line 239) | int wild(w) type stat (line 330) | struct stat type zlist (line 331) | struct zlist type stat (line 412) | struct stat type zlist (line 413) | struct zlist function fixRelativpath (line 504) | int fixRelativpath () function stamp (line 625) | void stamp(f, d) function ulg (line 633) | ulg filetime(f, a, n, t) function ulg (line 703) | ulg filetimeHHO(f, a, n, t) function deletedir (line 787) | int deletedir(d) function set_extra_field (line 796) | int set_extra_field(z, z_utim) function stat_bandaid (line 955) | int stat_bandaid(const char *path, struct stat *buf) FILE: deps/infozip/zip30/novell/osdep.h type stat (line 163) | struct stat FILE: deps/infozip/zip30/novell/signal.c function NLMsignals (line 38) | void NLMsignals(void) function NLMexit (line 46) | void NLMexit(void) FILE: deps/infozip/zip30/novell/zipup.h type ftype (line 11) | typedef int ftype; FILE: deps/infozip/zip30/os2/os2.c function local (line 36) | local char *readd(d) function wild (line 47) | int wild(w) type stat (line 197) | struct stat type zlist (line 198) | struct zlist function stamp (line 364) | void stamp(f, d) function ulg (line 372) | ulg filetime(f, a, n, t) function deletedir (line 453) | int deletedir(d) function zvoid (line 467) | zvoid far *zcalloc (unsigned items, unsigned size) function zvoid (line 472) | zvoid zcfree (zvoid far *ptr) FILE: deps/infozip/zip30/os2/os2acl.c type ULONG (line 71) | typedef ULONG U_INT; type USHORT (line 80) | typedef USHORT U_INT; type ACCLIST (line 85) | typedef struct access_list type ACCINFO (line 93) | typedef struct access_info function USHORT (line 115) | USHORT NetAccessGetInfo(PSZ pszServer, PSZ pszResource, USHORT sLevel, function USHORT (line 129) | USHORT NetAccessSetInfo(PSZ pszServer, PSZ pszResource, USHORT sLevel, function USHORT (line 143) | USHORT NetAccessAdd(PSZ pszServer, USHORT sLevel, function BOOL (line 198) | static BOOL acl_init(void) function acl_mkpath (line 235) | static void acl_mkpath(char *buffer, const char *source) function acl_bin2text (line 288) | static int acl_bin2text(char *data, char *text) function acl_get (line 307) | int acl_get(char *server, const char *resource, char *buffer) function acl_text2bin (line 330) | static int acl_text2bin(char *data, char *text, char *path) function acl_set (line 359) | int acl_set(char *server, const char *resource, char *buffer) FILE: deps/infozip/zip30/os2/os2zip.c type _dircontents (line 78) | struct _dircontents function DIR (line 90) | DIR *opendir(const char *name) function closedir (line 184) | void closedir(DIR * dirp) type dirent (line 190) | struct dirent type dirent (line 192) | struct dirent function seekdir (line 213) | void seekdir(DIR * dirp, long off) function telldir (line 227) | long telldir(DIR * dirp) function free_dircontents (line 232) | static void free_dircontents(struct _dircontents * dp) function IsFileSystemFAT (line 276) | int IsFileSystemFAT(char *dir) function GetFileMode (line 320) | int GetFileMode(char *name) function ulg (line 331) | ulg GetFileTime(char *name) function SetFileTime (line 361) | void SetFileTime(char *path, ulg stamp) function IsFileNameValid (line 397) | int IsFileNameValid(char *name) function ChangeNameForFAT (line 419) | void ChangeNameForFAT(char *name) type FEALST (line 491) | typedef struct type GEALST (line 507) | typedef struct type EFHEADER (line 594) | typedef struct function GetEAs (line 624) | void GetEAs(char *path, char **bufptr, size_t *size, type FEA2 (line 761) | typedef struct type FEA2LIST (line 771) | typedef struct function GetEAs (line 778) | void GetEAs(char *path, char **bufptr, size_t *size, function GetACL (line 919) | void GetACL(char *path, char **bufptr, size_t *size, function GetExtraTime (line 973) | int GetExtraTime(struct zlist far *z, iztimes *z_utim) function set_extra_field (line 1039) | int set_extra_field(struct zlist far *z, iztimes *z_utim) function init_upper (line 1060) | void init_upper() function DebugMalloc (line 1091) | void DebugMalloc(void) FILE: deps/infozip/zip30/os2/os2zip.h type dirent (line 25) | struct dirent type _dircontents (line 44) | struct _dircontents type DIR (line 52) | typedef struct _dirdesc type dirent (line 63) | struct dirent FILE: deps/infozip/zip30/os2/zipup.h type ftype (line 11) | typedef int ftype; FILE: deps/infozip/zip30/qdos/qdos.c type qdirect (line 87) | struct qdirect { type qdosextra (line 105) | typedef struct type zlist (line 118) | struct zlist type WINDOWDEF (line 131) | struct WINDOWDEF type WINDOWDEF (line 132) | struct WINDOWDEF type WINDOWDEF (line 134) | struct WINDOWDEF function jobid_t (line 158) | static jobid_t chowner(chanid_t chan) function QDOSexit (line 171) | void QDOSexit(void) function access (line 196) | int access (char *f, int mode) function devlen (line 291) | short devlen(char *p) type stat (line 322) | struct stat type stat (line 384) | struct stat function add_dir (line 407) | static int add_dir(char * dnam) function qlwild (line 434) | int qlwild (char *dnam, short dorecurse, short l) function wild (line 580) | int wild(char *p) function qlstat (line 589) | int qlstat(char *name, struct qdirect *qs, char *flag) function rev_long (line 609) | long rev_long (ulg l) function rev_short (line 619) | short rev_short (ush s) function qlstat (line 629) | int qlstat(char *name, struct qdirect *qs, char *flag) function local (line 699) | local int GetExtraTime(struct zlist far *z, iztimes *z_utim, unsigned ut... function set_extra_field (line 817) | int set_extra_field (struct zlist *z, iztimes *z_utim ) FILE: deps/infozip/zip30/qdos/qfileio.c type time_t (line 30) | typedef time_t statime; function procname (line 36) | int procname(n, caseflag) function stamp (line 135) | void stamp(f, d) function ulg (line 147) | ulg filetime(f, a, n, t) function deletedir (line 217) | int deletedir(d) function version_local (line 230) | void version_local() FILE: deps/infozip/zip30/qdos/zipup.h type ftype (line 14) | typedef int ftype; FILE: deps/infozip/zip30/tailor.h type off_t (line 137) | typedef off_t zoff_t; type uzoff_t (line 138) | typedef unsigned long long uzoff_t; type zoff_t (line 149) | typedef long zoff_t; type uzoff_t (line 150) | typedef unsigned long uzoff_t; type z_stat (line 156) | typedef struct stat z_stat; type zvoid (line 245) | typedef char zvoid; type zvoid (line 250) | typedef void zvoid; type extent (line 311) | typedef unsigned int extent; type extent (line 315) | typedef size_t extent; type time_t (line 319) | typedef long time_t; type ztimbuf (line 373) | typedef struct ztimbuf { type z_uint4 (line 391) | typedef unsigned int z_uint4; type z_uint4 (line 395) | typedef unsigned long z_uint4; type z_uint4 (line 399) | typedef unsigned short z_uint4; type ulg (line 407) | typedef ulg z_uint4; FILE: deps/infozip/zip30/tandem/tandem.c function isatty (line 22) | int isatty (fnum) function zexit (line 153) | void zexit(status) function zputc (line 168) | int zputc(ch, fptr) function changelabel (line 188) | int changelabel(fnum, modtime, actime) function islicensed (line 201) | int islicensed(void) function utime (line 238) | int utime(file, time) function chmod (line 306) | int chmod(file, unix_sec) function chown (line 371) | int chown(file, uid, gid) function zgetch (line 410) | int zgetch(void) function parsename (line 435) | short parsename(srce, fname, ext) function time_t (line 470) | static time_t gmt_to_time_t (gmt) function stat (line 508) | int stat(n, s) function DIR (line 773) | DIR *opendir(const char *dirname) type dirent (line 862) | struct dirent type dirent (line 864) | struct dirent function rewinddir (line 871) | void rewinddir(DIR *dirp) function closedir (line 876) | int closedir(DIR *dirp) FILE: deps/infozip/zip30/tandem/tandem.h type dirent (line 77) | struct dirent { type DIR (line 82) | typedef struct _DIR { type dirent (line 89) | struct dirent type nsk_stat_reserved (line 142) | struct nsk_stat_reserved type nsk_owner (line 148) | struct nsk_owner type nsk_file_flags (line 155) | struct nsk_file_flags type nsk_file_attrs_def (line 176) | struct nsk_file_attrs_def type nsk_file_attrs (line 199) | typedef struct nsk_file_attrs_def nsk_file_attrs; type nsk_stat_overlay (line 202) | struct nsk_stat_overlay type nsk_stat_ov (line 209) | typedef union FILE: deps/infozip/zip30/tandem/tanzip.c function version_local (line 24) | void version_local() type stat (line 132) | struct stat type nsk_stat_overlay (line 136) | struct nsk_stat_overlay function zopen (line 144) | int zopen (filename, opt) function zread (line 196) | unsigned zread (fnum, buf, len) function zclose (line 315) | int zclose (fnum) function nskformatopt (line 331) | void nskformatopt(p) function deletedir (line 372) | int deletedir(d) function local (line 382) | local char *readd(d) function procname (line 393) | int procname(n, caseflag) function stamp (line 534) | void stamp(f, d) function ulg (line 547) | ulg filetime(f, a, n, t) function set_extra_field (line 584) | int set_extra_field(z, z_utim) function zgetpid (line 701) | unsigned zgetpid (void) FILE: deps/infozip/zip30/tandem/zipup.h type ftype (line 14) | typedef int ftype; FILE: deps/infozip/zip30/theos/_chmod.c function _chmod (line 15) | int _chmod(const char *fname, short mask) FILE: deps/infozip/zip30/theos/_fprintf.c function _fprintf (line 16) | int _fprintf(FILE* fp, const char* fmt, ...) FILE: deps/infozip/zip30/theos/_isatty.c function _isatty (line 18) | short _isatty(int fd) FILE: deps/infozip/zip30/theos/_rename.c function _n_ (line 21) | static void _n_(const char* fn, char* bfn) function _rename (line 30) | int _rename(const char* old, const char* new) FILE: deps/infozip/zip30/theos/_setargv.c function allocarg (line 44) | static int allocarg(int n, int l, char ***nargv, char *s) function sortcmp (line 59) | static int sortcmp(char **p, char **q) function _setargv (line 66) | int _setargv(int *argc, char ***argv) FILE: deps/infozip/zip30/theos/_stat.c type stat (line 23) | struct stat type fdb (line 23) | struct fdb type stat (line 24) | struct stat function _tm2um_ (line 30) | unsigned short _tm2um_(char protect) function _um2tm_ (line 71) | char _um2tm_(unsigned short mask) function rdirstat (line 109) | static int rdirstat(const char* fn, struct stat *st) type fdb (line 142) | struct fdb type fdb (line 144) | struct fdb function FILE (line 190) | FILE* _fopen(const char* fn, const char* mode) function __open (line 217) | int __open(const char* fn, int mode) function _stat (line 245) | int _stat(const char *_fn, struct stat *st) function _fstat (line 327) | int _fstat(int fd, struct stat *st) function _isprt (line 365) | static int _isprt(int dev) function _dstat_ (line 372) | int _dstat_(st) function _stat_ (line 407) | int _stat_(st, fdb) type dirent (line 447) | struct dirent type dirent (line 451) | struct dirent FILE: deps/infozip/zip30/theos/stat.h type stat (line 16) | struct stat { type stat (line 99) | struct stat type stat (line 100) | struct stat FILE: deps/infozip/zip30/theos/theos.c type dirent (line 34) | struct dirent function match (line 49) | int match(char *s, char *p) /*S Returns non-zero if string matches function local (line 85) | local char *readd(d) function ismember (line 98) | int ismember(char* path) function procname (line 133) | int procname(n, caseflag) function stamp (line 382) | void stamp(f, d) function ulg (line 394) | ulg filetime(f, a, n, t) function set_extra_field (line 489) | int set_extra_field(z, z_utim) function version_local (line 551) | void version_local() FILE: deps/infozip/zip30/theos/zipup.h type ftype (line 14) | typedef int ftype; FILE: deps/infozip/zip30/timezone.c type state (line 110) | struct state function generate_transitions (line 220) | static void generate_transitions(sp, start, end) type rule (line 349) | struct rule function Parse_TZ (line 395) | static int Parse_TZ(name, sp) function tzset (line 478) | void tzset() function __tzset (line 523) | void __tzset() type tm (line 528) | struct tm type tm (line 530) | struct tm type tm (line 558) | struct tm type tm (line 563) | struct tm function _isindst (line 582) | int _isindst(tb) function time_t (line 634) | time_t mktime(tm) function time_t (line 742) | time_t mkgmtime(tm) FILE: deps/infozip/zip30/timezone.h type ttinfo (line 35) | struct ttinfo { type state (line 41) | struct state { type rule (line 51) | struct rule { type tm (line 67) | struct tm type state (line 72) | struct state type tm (line 81) | struct tm FILE: deps/infozip/zip30/tops20/tops20.c type DIR (line 37) | typedef struct { function local (line 57) | local DIR *opendir(n) function local (line 93) | local char *readd(d) function local (line 109) | local void closedir(d) function wfopen (line 121) | static int function wfnext (line 153) | static int function strupper (line 164) | static int function strlower (line 175) | static int function procname (line 186) | int procname(n, caseflag) function stamp (line 393) | void stamp(f, d) function ulg (line 407) | ulg filetime(f, a, n, t) function set_extra_field (line 484) | int set_extra_field(z, z_utim) function deletedir (line 518) | int deletedir(d) function version_local (line 536) | void version_local() FILE: deps/infozip/zip30/tops20/zipup.h type ftype (line 13) | typedef int ftype; FILE: deps/infozip/zip30/trees.c type ct_data (line 219) | typedef struct ct_data { type tree_desc (line 256) | typedef struct tree_desc { function ct_init (line 472) | void ct_init(attr, method) function local (line 559) | local void init_block() function local (line 603) | local void pqdownheap(tree, k) function local (line 639) | local void gen_bitlen(desc) function local (line 724) | local void gen_codes (tree, max_code) function local (line 765) | local void build_tree(desc) function local (line 852) | local void scan_tree (tree, max_code) function local (line 896) | local void send_tree (tree, max_code) function local (line 946) | local int build_bl_tree() function local (line 979) | local void send_all_trees(lcodes, dcodes, blcodes) function ct_tally (line 1144) | int ct_tally (dist, lc) function local (line 1197) | local void compress_block(ltree, dtree) function local (line 1264) | local void set_file_type() function bi_init (line 1301) | void bi_init (tgt_buf, tgt_size, flsh_allowed) function local (line 1323) | local void send_bits(value, length) function bi_reverse (line 1351) | local unsigned bi_reverse(code, len) function local (line 1367) | local void bi_windup() function local (line 1425) | local void copy_block(block, len, header) FILE: deps/infozip/zip30/ttyio.c type dsc$descriptor_s (line 183) | struct dsc$descriptor_s function echo (line 191) | int echo(opt) function tt_getch (line 258) | int tt_getch() function Echoff (line 303) | void Echoff(__G__ f) function Echon (line 318) | void Echon(__G) function screensize (line 350) | int screensize(tt_rows, tt_cols) function screensize (line 396) | int screensize(tt_rows, tt_cols) function zgetch (line 436) | int zgetch(__G__ f) function zgetch (line 481) | int zgetch(__G__ f) FILE: deps/infozip/zip30/unix/osdep.h type zoff_t (line 41) | typedef long zoff_t; type uzoff_t (line 42) | typedef unsigned long uzoff_t; type off_t (line 44) | typedef off_t zoff_t; type uzoff_t (line 46) | typedef unsigned long long uzoff_t; type uzoff_t (line 48) | typedef unsigned long uzoff_t; type z_stat (line 51) | typedef struct stat z_stat; FILE: deps/infozip/zip30/unix/unix.c type FILE (line 70) | typedef FILE DIR; type dirent (line 78) | struct dirent type dirent (line 81) | struct dirent type dirent (line 86) | struct dirent function local (line 96) | local char *readd(d) type zlist (line 119) | struct zlist function else (line 160) | else if ((s.st_mode & S_IFDIR) == S_IFDIR) function else (line 208) | else if ((s.st_mode & S_IFIFO) == S_IFIFO) function stamp (line 305) | void stamp(f, d) function ulg (line 327) | ulg filetime(f, a, n, t) function set_new_unix_extra_field (line 438) | int set_new_unix_extra_field(z, s) function set_extra_field (line 565) | int set_extra_field(z, z_utim) function deletedir (line 689) | int deletedir(d) function version_local (line 730) | void version_local() FILE: deps/infozip/zip30/unix/zipup.h type ftype (line 19) | typedef int ftype; FILE: deps/infozip/zip30/util.c function fseekable (line 78) | int fseekable( fp) function shmatch (line 489) | int shmatch(p, s, cs) function dosmatchw (line 504) | int dosmatchw(pw, sw, cs) function dosmatch (line 535) | int dosmatch(p, s, cs) type zlist (line 586) | struct zlist function ident (line 600) | local unsigned ident(unsigned chr) function init_upper (line 605) | void init_upper() function init_upper (line 644) | void init_upper() function namecmp (line 664) | int namecmp(string1, string2) function lastchar (line 754) | int lastchar(ptr) function envargs (line 805) | void envargs(Pargc, Pargv, envstr, envstr2) function local (line 907) | local int count_args(s) function expand_args (line 966) | void expand_args(argcp, argvp) function is_text_buf (line 1020) | int is_text_buf(buf_ptr, buf_size) function Free (line 1046) | int Free(x) function printnames (line 1055) | int printnames() function DisplayNumString (line 1201) | int DisplayNumString(file, i) function uzoff_t (line 1223) | uzoff_t ReadNumString( numstring ) function WriteNumString (line 1287) | int WriteNumString( num, outstring ) function adler16 (line 1381) | unsigned int adler16(chksum, buf, len) function abbrevmatch (line 1413) | int abbrevmatch (matchstring, abbrev, case_sensitive, minmatch) FILE: deps/infozip/zip30/vms/cmdline.c type dsc$descriptor_s (line 301) | struct dsc$descriptor_s type dsc$descriptor_d (line 302) | struct dsc$descriptor_d type dsc$descriptor_s (line 304) | struct dsc$descriptor_s type dsc$descriptor_s (line 305) | struct dsc$descriptor_s function ziperr (line 313) | void ziperr( int c, char *h) /* Error message display function. */ function main (line 321) | int function vms_zip_cmdline (line 330) | unsigned long function get_list (line 1562) | static unsigned long function get_time (line 1652) | static unsigned long function check_cli (line 1722) | static unsigned long function VMSCLI_help (line 1742) | void VMSCLI_help(void) /* VMSCLI version */ FILE: deps/infozip/zip30/vms/osdep.h type off_t (line 74) | typedef off_t zoff_t; type uzoff_t (line 75) | typedef unsigned long long uzoff_t; type zoff_t (line 77) | typedef long zoff_t; type uzoff_t (line 78) | typedef unsigned long uzoff_t; type z_stat (line 83) | typedef struct stat z_stat; FILE: deps/infozip/zip30/vms/unixlib_gcc.h type stat_t (line 13) | typedef struct stat stat_t; FILE: deps/infozip/zip30/vms/vms.c function vms_stat (line 99) | int vms_stat( char *file, stat_t *s) function vms_exit (line 218) | void vms_exit(e) function version_local (line 272) | void version_local() type FAB (line 396) | struct FAB type NAM_STRUCT (line 397) | struct NAM_STRUCT type FAB (line 509) | struct FAB type NAM_STRUCT (line 510) | struct NAM_STRUCT type FAB (line 590) | struct FAB type NAM_STRUCT (line 591) | struct NAM_STRUCT type jpi_item_t (line 658) | typedef struct function get_rms_defaults (line 717) | int get_rms_defaults() function acc_cb (line 809) | int acc_cb( int *id_arg, struct FAB *fab, struct RAB *rab) type decc_feat_t (line 893) | typedef struct function decc_init (line 918) | static void decc_init( void) FILE: deps/infozip/zip30/vms/vms.h type EB_header (line 153) | struct EB_header /* Common header of extra block */ type XAB (line 167) | struct XAB { /* This definition may be skipped */ type IZ_block (line 202) | struct IZ_block /* Extra field block header structure */ type byte (line 245) | typedef unsigned char byte; type iosb (line 247) | struct iosb type PK_info_t (line 277) | typedef struct type PK_info_t (line 300) | typedef struct type PK_field (line 333) | struct PK_field type PK_header (line 342) | struct PK_header FILE: deps/infozip/zip30/vms/vms_im.c type XAB (line 63) | struct XAB type IZ_block (line 97) | struct IZ_block function set_extra_field (line 101) | int set_extra_field(z, z_utim) function get_vms_version (line 434) | static int get_vms_version(verbuf, len) type Ctx (line 464) | typedef struct user_context type RAB (line 499) | struct RAB type FAB (line 502) | struct FAB type NAM_STRUCT (line 503) | struct NAM_STRUCT type RAB (line 504) | struct RAB type XABFHC (line 505) | struct XABFHC type FAB (line 508) | struct FAB type NAM_STRUCT (line 512) | struct NAM_STRUCT type NAM_STRUCT (line 512) | struct NAM_STRUCT type RAB (line 518) | struct RAB type XABFHC (line 525) | struct XABFHC type XABFHC (line 525) | struct XABFHC type RAB (line 530) | struct RAB type RAB (line 538) | struct RAB type RAB (line 580) | struct RAB type RAB (line 593) | struct RAB function vms_close (line 632) | int vms_close(rab) function vms_rewind (line 656) | int vms_rewind(rab) function vms_read (line 685) | size_t vms_read(rab, buf, size) function vms_error (line 759) | int vms_error(rab) function dump_rms_block (line 769) | static void dump_rms_block(p) function _compress (line 878) | static int _compress(from,to,size) FILE: deps/infozip/zip30/vms/vms_pk.c type ioctx_t (line 110) | typedef struct type zlist (line 131) | struct zlist type atrdef (line 149) | struct atrdef type NAM_STRUCT (line 150) | struct NAM_STRUCT type fibdef (line 151) | struct fibdef type dsc$descriptor (line 152) | struct dsc$descriptor type dsc$descriptor_s (line 154) | struct dsc$descriptor_s type FAB (line 159) | struct FAB type fatdef (line 161) | struct fatdef type fatdef (line 287) | struct fatdef function vms_read (line 335) | size_t vms_read( ctx, buf, size) function vms_error (line 439) | int vms_error(ctx) function vms_rewind (line 451) | int vms_rewind(ctx) function vms_get_attributes (line 474) | int vms_get_attributes(ctx, z, z_utim) function vms_close (line 588) | int vms_close(ctx) FILE: deps/infozip/zip30/vms/vmsdefs.h type fatdef (line 81) | struct fatdef { type fchdef (line 211) | struct fchdef { type fjndef (line 293) | struct fjndef { FILE: deps/infozip/zip30/vms/vmsmunch.c function VMSmunch (line 196) | int VMSmunch( function asctim (line 405) | static void asctim( /* convert 64-bit binval to string, put in ti... function bintim (line 425) | static void bintim( /* convert time string to 64 bits, put in bin... FILE: deps/infozip/zip30/vms/vmsmunch.h type VMStimbuf (line 48) | struct VMStimbuf { /* VMSmunch */ FILE: deps/infozip/zip30/vms/vmszip.c type zDIR (line 156) | typedef struct zdirent { function strncasecmp (line 184) | int strncasecmp( char *s1, char *s2, size_t n) function local (line 227) | local void eat_carets( char *str) function local (line 307) | local int explicit_dev( char *file_spec) function find_dir (line 359) | int find_dir( char *file_spec, char **start) function local (line 494) | local int file_sys_type( char *path) function local (line 549) | local void vms_wild( char *p, zDIR *d) function local (line 598) | local zDIR *zopendir( ZCONST char *n) function local (line 644) | local char *readd( zDIR *d) function wild (line 677) | int wild( char *p) function procname (line 725) | int procname( char *n, int caseflag) function local (line 799) | local char *strlower( char *s) function local (line 809) | local char *strupper( char *s) function stamp (line 1315) | void stamp( char *f, ulg d) function ulg (line 1346) | ulg filetime( char *f, ulg *a, zoff_t *n, iztimes *t) function deletedir (line 1424) | int deletedir( char *d) FILE: deps/infozip/zip30/win32/nt.c function BOOL (line 100) | static BOOL Initialize(VOID) function BOOL (line 142) | static BOOL Shutdown(VOID) function VOID (line 154) | static VOID GetRemotePrivilegesGet(char *FileName, PDWORD dwRemotePrivil... function BOOL (line 214) | BOOL ZipGetVolumeCaps( function BOOL (line 364) | BOOL SecurityGet( function VOID (line 457) | static VOID InitLocalPrivileges(VOID) FILE: deps/infozip/zip30/win32/nt.h type EF_NTSD_C_HEADER (line 19) | typedef struct type EF_NTSD_L_HEADER (line 33) | typedef struct type VOLUMECAPS (line 59) | typedef struct { FILE: deps/infozip/zip30/win32/osdep.h type __int64 (line 134) | typedef __int64 zoff_t; type uzoff_t (line 135) | typedef unsigned __int64 uzoff_t; type z_stat (line 138) | typedef struct _stati64 z_stat; type zoff_t (line 147) | typedef long long zoff_t; type uzoff_t (line 148) | typedef unsigned long long uzoff_t; type z_stat (line 152) | typedef struct stat z_stat; type z_stat (line 155) | typedef struct _stati64 z_stat; type __int64 (line 165) | typedef __int64 zoff_t; type uzoff_t (line 166) | typedef unsigned __int64 uzoff_t; type z_stat (line 169) | typedef struct _stati64 z_stat; type __int64 (line 178) | typedef __int64 zoff_t; type uzoff_t (line 179) | typedef unsigned __int64 uzoff_t; type zoff_t (line 197) | typedef long long zoff_t; type uzoff_t (line 198) | typedef unsigned long long uzoff_t; type z_stat (line 201) | typedef struct stat z_stat; type zoff_t (line 227) | typedef long zoff_t; type uzoff_t (line 228) | typedef unsigned long uzoff_t; type z_stat (line 231) | typedef struct stat z_stat; type stat (line 555) | struct stat type _stati64 (line 559) | struct _stati64 type _stat (line 561) | struct _stat FILE: deps/infozip/zip30/win32/rsxntwin.h type PVOID (line 83) | typedef PVOID PSECURITY_DESCRIPTOR; type PVOID (line 84) | typedef PVOID PSID; type ACL (line 85) | typedef struct _ACL { type ACL (line 92) | typedef ACL *PACL; type LUID (line 94) | typedef struct _LUID { type LUID_AND_ATTRIBUTES (line 99) | typedef struct _LUID_AND_ATTRIBUTES { type TOKEN_PRIVILEGES (line 104) | typedef struct _TOKEN_PRIVILEGES { type DWORD (line 121) | typedef DWORD SECURITY_INFORMATION, *PSECURITY_INFORMATION; type WORD (line 127) | typedef WORD SECURITY_DESCRIPTOR_CONTROL, *PSECURITY_DESCRIPTOR_CONTROL; FILE: deps/infozip/zip30/win32/win32.c function IsFileSystemOldFAT (line 75) | int IsFileSystemOldFAT(char *dir) function IsFileSystemOldFATW (line 117) | int IsFileSystemOldFATW(wchar_t *dir) function GetFileMode (line 162) | int GetFileMode(char *name) function GetFileModeW (line 190) | int GetFileModeW(wchar_t *namew) function ClearArchiveBitW (line 217) | int ClearArchiveBitW(wchar_t *namew) function ClearArchiveBit (line 234) | int ClearArchiveBit(char *name) function local (line 260) | local int FSusesLocalTime(const char *path) function local (line 297) | local int FSusesLocalTimeW(const wchar_t *path) type LLONG64 (line 340) | typedef long long LLONG64; type ULLNG64 (line 341) | typedef unsigned long long ULLNG64; type __int64 (line 343) | typedef __int64 LLONG64; type ULLNG64 (line 344) | typedef unsigned __int64 ULLNG64; type __int64 (line 346) | typedef __int64 LLONG64; type ULLNG64 (line 347) | typedef unsigned __int64 ULLNG64; type __int64 (line 349) | typedef __int64 LLONG64; type ULLNG64 (line 350) | typedef unsigned __int64 ULLNG64; type tm (line 478) | struct tm function GetTheFileTime (line 541) | long GetTheFileTime(char *name, iztimes *z_ut) function ChangeNameForFAT (line 582) | void ChangeNameForFAT(char *name) function wchar_t (line 658) | wchar_t *GetLongPathEAW(wchar_t *name) function IsFileNameValid (line 665) | int IsFileNameValid(x) function ZipIsWinNT (line 716) | int ZipIsWinNT(void) /* returns TRUE if real NT, FALSE if Win95 or Wi... function fseekable (line 742) | int fseekable(fp) type stat (line 796) | struct stat type stat (line 887) | struct stat function zstat_zipwin32w (line 909) | int zstat_zipwin32w(const wchar_t *pathw, zw_stat *buf) type rule (line 1026) | struct rule function conv_to_rule (line 1028) | static void conv_to_rule(LPSYSTEMTIME lpw32tm, struct rule * ZCONST ptrule) function GetPlatformLocalTimezone (line 1044) | int GetPlatformLocalTimezone(register struct state * ZCONST sp, function getch_win32 (line 1107) | int getch_win32(void) function version_local (line 1148) | void version_local() FILE: deps/infozip/zip30/win32/win32i64.c function zoff_t (line 53) | zoff_t zftello(stream) function zfseeko (line 75) | int zfseeko(stream, offset, origin) FILE: deps/infozip/zip30/win32/win32zip.c type zDIRSCANW (line 43) | typedef struct zdirscanw { type zDIRSCAN (line 50) | typedef struct zdirscan { type zlist (line 91) | struct zlist type zdirscanw (line 210) | struct zdirscanw type zdirscan (line 229) | struct zdirscan function local (line 232) | local void CloseDirScan(d) function local (line 241) | local void CloseDirScanW(dw) function local (line 253) | local wchar_t *readdw(dw) function local (line 274) | local char *readd(d) function local (line 769) | local int wild_recursew(whole, wildtail) function local (line 859) | local int wild_recurse(whole, wildtail) function has_win32_wide (line 948) | int has_win32_wide() { function wild (line 981) | int wild(w) function local (line 1080) | local int procname_win32(n, caseflag, attribs) function local (line 1236) | local int procname_win32w(nw, caseflag, attribs) function procnamew (line 1387) | int procnamew(nw, caseflag) function procname (line 1395) | int procname(n, caseflag) function stamp (line 1576) | void stamp(f, d) function ulg (line 1601) | ulg filetime(f, a, n, t) function ulg (line 1683) | ulg filetimew(fw, a, n, t) function local (line 1771) | local void GetSD(char *path, char **bufptr, ush *size, function local (line 1883) | local int GetExtraTime(struct zlist far *z, iztimes *z_utim) function set_extra_field (line 1951) | int set_extra_field(z, z_utim) function deletedir (line 1973) | int deletedir(d) FILE: deps/infozip/zip30/win32/zipup.h type ftype (line 28) | typedef int ftype; FILE: deps/infozip/zip30/windll/example.c function FreeUpMemory (line 318) | void FreeUpMemory(void) function BOOL (line 329) | BOOL IsNT(VOID) function DummyPassword (line 354) | int WINAPI DummyPassword(LPSTR p, int n, LPCSTR m, LPCSTR name) function DummyPrint (line 360) | int WINAPI DummyPrint(char far *buf, unsigned long size) function DummyComment (line 371) | int WINAPI DummyComment(char far *szBuf) FILE: deps/infozip/zip30/windll/windll.c function LibMain (line 35) | int WINAPI LibMain( HINSTANCE hInstance, function PASCAL (line 74) | PASCAL WEP ( int bSystemExit ) function comment (line 83) | void comment(unsigned int comlen) function printf (line 115) | int __far __cdecl printf(const char *format, ...) function fprintf (line 141) | int __far __cdecl fprintf(FILE *file, const char *format, ...) function perror (line 171) | void __far __cdecl perror(const char *parm1) FILE: deps/infozip/zip30/zbz2err.c function bz_internal_error (line 54) | void bz_internal_error(errcode) FILE: deps/infozip/zip30/zip.c type filterlist_struct (line 163) | struct filterlist_struct { type filterlist_struct (line 168) | struct filterlist_struct type filterlist_struct (line 169) | struct filterlist_struct type filelist_struct (line 172) | struct filelist_struct { type filelist_struct (line 177) | struct filelist_struct type filelist_struct (line 178) | struct filelist_struct function local (line 180) | local void freeup() function local (line 242) | local int finish(e) function ziperr (line 333) | void ziperr(c, h) function error (line 443) | void error(h) function local (line 451) | local void handler(s) function zipmessage_nl (line 469) | void zipmessage_nl(a, nl) function zipmessage (line 508) | void zipmessage(a, b) function zipwarn (line 529) | void zipwarn(a, b) function local (line 550) | local void license() function local (line 1045) | local void version_info() function local (line 1269) | local void zipstdout() function local (line 1285) | local int check_unzip_version(unzippath) function local (line 1534) | local int add_filter(flag, pattern) function local (line 1614) | local int filterlist_to_patterns() function add_name (line 1649) | local long add_name(filearg) function local (line 1681) | local int DisplayRunningStats() function local (line 1747) | local int BlankRunningStats() function encr_passwd (line 1789) | int encr_passwd(modeflag, pwbuf, size, zfn) function encr_passwd (line 1810) | int encr_passwd(modeflag, pwbuf, size, zfn) function rename_split (line 1828) | int rename_split(temp_name, out_path) function set_filetype (line 1848) | int set_filetype(out_path) type option_struct (line 1952) | struct option_struct type flist (line 2133) | struct flist type zlist (line 2152) | struct zlist type zlist (line 2153) | struct zlist type zlist (line 2155) | struct zlist type filelist_struct (line 2169) | struct filelist_struct type tm (line 3594) | struct tm type tm (line 3997) | struct tm function else (line 4713) | else if (recurse && (pcount == 0) && (first_listarg > 0)) { type zlist (line 5008) | struct zlist type zlist (line 5471) | struct zlist type zlist (line 5471) | struct zlist type tm (line 5994) | struct tm FILE: deps/infozip/zip30/zip.h type uch (line 83) | typedef unsigned char uch; type ush (line 84) | typedef unsigned short ush; type ulg (line 85) | typedef unsigned long ulg; type iztimes (line 133) | typedef struct iztimes { type zlist (line 147) | struct zlist { type flist (line 188) | struct flist { type plist (line 206) | struct plist { type zlist (line 532) | struct zlist type flist (line 537) | struct flist type zlist (line 538) | struct zlist type zlist (line 540) | struct zlist type flist (line 542) | struct flist type flist (line 543) | struct flist type plist (line 546) | struct plist type zlist (line 628) | struct zlist type zlist (line 646) | struct zlist type zlist (line 648) | struct zlist type zlist (line 654) | struct zlist type zlist (line 655) | struct zlist type zlist (line 656) | struct zlist type zlist (line 661) | struct zlist type zlist (line 662) | struct zlist type zlist (line 662) | struct zlist type flist (line 670) | struct flist type flist (line 670) | struct flist type zlist (line 758) | struct zlist type zwchar (line 922) | typedef unsigned long zwchar; type option_struct (line 1026) | struct option_struct { type option_struct (line 1034) | struct option_struct FILE: deps/infozip/zip30/zipcloak.c function set_filetype (line 54) | int set_filetype(out_path) function rename_split (line 83) | int rename_split(temp_name, out_path) function zipmessage_nl (line 102) | void zipmessage_nl(a, nl) function zipmessage (line 120) | void zipmessage(a, b) function ziperr (line 137) | void ziperr(code, msg) function zipwarn (line 155) | void zipwarn(msg1, msg2) function local (line 166) | local void handler(sig) function local (line 191) | local void license() function local (line 232) | local void help() function local (line 243) | local void version_info() type option_struct (line 285) | struct option_struct function main (line 308) | int main(argc, argv) type option_struct (line 737) | struct option_struct function zipwarn (line 747) | void zipwarn(msg1, msg2) function ziperr (line 754) | void ziperr(c, h) function main (line 762) | int main() FILE: deps/infozip/zip30/zipfile.c function ush (line 51) | ush SH(uch* p) { return ((ush)(uch)((p)[0]) | ((ush)(uch)((p)[1]) << 8)); } function ulg (line 52) | ulg LG(uch* p) { return ((ulg)(SH(p)) | ((ulg)(SH((p)+2)) << 16)); } type zlist (line 157) | struct zlist type zlist (line 158) | struct zlist type zlist (line 160) | struct zlist type zlist (line 161) | struct zlist type zlist (line 163) | struct zlist type zlist (line 164) | struct zlist type zlist (line 168) | struct zlist type zlist (line 169) | struct zlist type zlist (line 189) | struct zlist type zlist (line 190) | struct zlist type zlist (line 226) | struct zlist function local (line 248) | local int zqcmp(a, b) function local (line 260) | local int zuqcmp(a, b) function local (line 280) | local int rqcmp(a, b) function local (line 290) | local int zbcmp(n, z) function local (line 300) | local int zubcmp(n, z) function local (line 316) | local int zuebcmp(n, z) type zlist (line 338) | struct zlist type zlist (line 347) | struct zlist type zlist (line 351) | struct zlist function local (line 474) | local void write_ulong_to_mem(uValue, pPtr) function local (line 484) | local void write_int64_to_mem(l64Value,pPtr) function local (line 497) | local void write_string_to_mem(strValue, pPtr) function local (line 584) | local void append_ulong_to_mem(uValue, pPtr, offset, blocksize) function local (line 612) | local void append_int64_to_mem(l64Value, pPtr, offset, blocksize) function local (line 641) | local void append_string_to_mem(strValue, strLength, pPtr, offset, block... function local (line 788) | local void read_Unicode_Path_entry(pZipListEntry) function local (line 892) | local void read_Unicode_Path_local_entry(pZipListEntry) function local (line 1002) | local void adjust_zip_central_entry(pZipListEntry) function local (line 1050) | local int adjust_zip_local_entry(pZipListEntry) function local (line 1085) | local int add_central_zip64_extra_field(pZipListEntry) function local (line 1237) | local int remove_local_extra_field(pZEntry, tag) function local (line 1282) | local int remove_central_extra_field(pZEntry, tag) function local (line 1327) | local int add_local_zip64_extra_field(pZEntry) function local (line 1421) | local int add_Unicode_Path_local_extra_field(pZEntry) function local (line 1553) | local int add_Unicode_Path_cen_extra_field(pZEntry) function zoff_t (line 1697) | zoff_t ffile_size( file) function local (line 1771) | local void zipoddities(z) function local (line 1876) | local int scanzipf_fix(f) function readlocal (line 2164) | int readlocal(localz, z) function local (line 2326) | local int scanzipf_reg(f) function local (line 2960) | local int find_next_signature(f) function local (line 3039) | local int find_signature(f, signature) function local (line 3085) | local int is_signature(sig1, sig2) function local (line 3133) | local int at_signature(f, signature) function local (line 3172) | local int scanzipf_fixnew() function local (line 3986) | local int scanzipf_regnew() function readzipfile (line 5111) | int readzipfile() function putlocal (line 5276) | int putlocal(z, rewrite) function putextended (line 5514) | int putextended(z) function putcentral (line 5615) | int putcentral(z) function zipcopy (line 6008) | int zipcopy(z) function local (line 6549) | local int ef_scan_ut_time(ef_buf, ef_len, ef_is_cent, z_utim) function get_ef_ut_ztime (line 6666) | int get_ef_ut_ztime(z, z_utim) function local (line 6690) | local void cutpath(p, delim) function trash (line 6724) | int trash() FILE: deps/infozip/zip30/zipnote.c type option_struct (line 53) | struct option_struct function set_filetype (line 72) | int set_filetype(out_path) function rename_split (line 101) | int rename_split(temp_name, out_path) function zipmessage_nl (line 120) | void zipmessage_nl(a, nl) function zipmessage (line 139) | void zipmessage(a, b) function ziperr (line 153) | void ziperr(c, h) function local (line 174) | local void handler(s) function zipwarn (line 186) | void zipwarn(a, b) function local (line 194) | local void license() function local (line 204) | local void help() function local (line 275) | local void version_info() function local (line 313) | local void putclean(s, n) function local (line 338) | local char *zgetline(buf, size) function local (line 361) | local int catalloc(a, s) function main (line 384) | int main(argc, argv) FILE: deps/infozip/zip30/zipsplit.c function set_filetype (line 96) | int set_filetype(out_path) function rename_split (line 131) | int rename_split(temp_name, out_path) function zipmessage_nl (line 150) | void zipmessage_nl(a, nl) function zipmessage (line 169) | void zipmessage(a, b) function local (line 196) | local void tfree(p) function local (line 216) | local void tfreeall() function ziperr (line 224) | void ziperr(c, h) function local (line 249) | local void handler(s) function zipwarn (line 261) | void zipwarn(a, b) function local (line 269) | local void license() function local (line 279) | local void help() function local (line 324) | local void version_info() function local (line 356) | local extent simple(a, n, c, d) function local (line 384) | local int descmp(a, b) function local (line 393) | local extent greedy(a, n, c, d) type option_struct (line 484) | struct option_struct function local (line 492) | local int retry() function main (line 502) | int main(argc, argv) FILE: deps/infozip/zip30/zipup.c type zlist (line 152) | struct zlist type zlist (line 155) | struct zlist function is_seekable (line 223) | int is_seekable(y) function percent (line 243) | int percent(n, m) function local (line 303) | local int suffixes(a, s) function local (line 354) | local int filetypes(a, s) function zipup (line 388) | int zipup(z) function file_read (line 1149) | local unsigned file_read(buf, size) function local (line 1293) | local int zl_deflate_init(pack_level) function zl_deflate_free (line 1333) | void zl_deflate_free() function mem_read (line 1366) | local unsigned mem_read(b, bsize) function flush_outbuf (line 1386) | void flush_outbuf(o_buf, o_idx) function seekable (line 1407) | int seekable() type zlist (line 1418) | struct zlist function ulg (line 1602) | ulg memcompress(tgt, tgtsize, src, srcsize) function local (line 1669) | local int bz_compress_init(pack_level) function bz_compress_free (line 1699) | void bz_compress_free() type zlist (line 1725) | struct zlist FILE: dos/wwivfoss/dostypes.h type BOOL (line 31) | typedef int BOOL; FILE: dos/wwivfoss/fossil.cpp type fossil_info (line 69) | struct fossil_info { type fossil_info (line 84) | struct fossil_info function status (line 89) | static unsigned status() { function int14_handler (line 112) | void __interrupt __far int14_handler( unsigned _es, unsigned _ds, function int14_sig (line 252) | void __interrupt __far int14_sig() { function enable_fossil (line 256) | bool enable_fossil(const FossilOptions* options) { function disable_fossil (line 310) | bool disable_fossil() { FILE: dos/wwivfoss/fossil.h function class (line 27) | class FossilOptions { FILE: dos/wwivfoss/pipe.cpp function SetPipeNonBlocking (line 105) | void SetPipeNonBlocking(int handle) { function DosPeekNmPipe (line 124) | int DosPeekNmPipe(int handle) { FILE: dos/wwivfoss/pipe.h function class (line 29) | class __far Pipe { FILE: dos/wwivfoss/util.cpp function log (line 68) | void log(const char* msg, ...) { function os_yield (line 79) | void os_yield() { function outch (line 86) | void outch(int ch) { function sleep (line 94) | void sleep(int ms) { FILE: dos/wwivfoss/util.h function class (line 22) | class Array { FILE: dos/wwivfoss/utiltest.cpp function main (line 53) | int main(int, char**) { FILE: dos/wwivfoss/wwivfoss.cpp class App (line 40) | class App { method App (line 42) | App() : opts(), cmdline(20) {} function show_help (line 49) | static void show_help() { function main (line 64) | int main(int argc, char** argv) { FILE: fsed/commands.cpp type wwiv::fsed (line 32) | namespace wwiv::fsed { function CreateDefaultEditModeKeyMap (line 39) | std::map CreateDefaultEditModeKeyMap() { function show_fsed_menu (line 99) | static void show_fsed_menu(Context& ctx, FsedModel& ed, FsedView& view... FILE: fsed/commands.h function namespace (line 27) | namespace wwiv::common { type class (line 37) | enum class type std (line 61) | typedef std::function fsed... function class (line 63) | class FsedCommand { FILE: fsed/common.cpp type wwiv::fsed (line 24) | namespace wwiv::fsed { function read_file (line 32) | std::vector read_file(const std::filesystem::path& path, int l... FILE: fsed/common.h function namespace (line 25) | namespace wwiv::fsed { FILE: fsed/fsed.cpp type wwiv::fsed (line 43) | namespace wwiv::fsed { function create_frame (line 45) | static std::shared_ptr create_frame(MessageEditorData& data,... function fsed (line 55) | bool fsed(Context& ctx, const std::filesystem::path& path) { function fsed (line 79) | bool fsed(Context& ctx, std::vector& lin, int maxli, Mess... function fsed (line 103) | bool fsed(Context& ctx, FsedModel& ed, MessageEditorData& data, bool f... FILE: fsed/fsed.h function namespace (line 28) | namespace wwiv::fsed { FILE: fsed/fsed_model_test.cpp class FakeView (line 29) | class FakeView : public wwiv::fsed::editor_viewport_t { method max_view_lines (line 32) | [[nodiscard]] int max_view_lines() const override { return 10; } method max_view_columns (line 33) | [[nodiscard]] int max_view_columns() const override { return 20; } method top_line (line 34) | [[nodiscard]] int top_line() const override { return top_line_; } method set_top_line (line 35) | void set_top_line(int l) override { top_line_ = l; } method gotoxy (line 36) | void gotoxy(const wwiv::fsed::FsedModel& ed) override { class FsedModelWithViewTest (line 47) | class FsedModelWithViewTest : public ::testing::Test { method FsedModelWithViewTest (line 49) | FsedModelWithViewTest() { method add (line 54) | void add(const std::string& s) { method add_test_lines (line 64) | void add_test_lines(int n) { function TEST_F (line 74) | TEST_F(FsedModelWithViewTest, AddSingle_Character) { function TEST_F (line 82) | TEST_F(FsedModelWithViewTest, AddSingleline) { function TEST_F (line 91) | TEST_F(FsedModelWithViewTest, AddTwolines) { function TEST_F (line 100) | TEST_F(FsedModelWithViewTest, SixLines) { function TEST_F (line 108) | TEST_F(FsedModelWithViewTest, PageUp_NoScroll) { function TEST_F (line 117) | TEST_F(FsedModelWithViewTest, PageUp_Scroll) { function TEST_F (line 128) | TEST_F(FsedModelWithViewTest, BackSpace_Color) { FILE: fsed/fsed_test_main.cpp function main (line 21) | int main(int argc, char* argv[]) { FILE: fsed/line.cpp type wwiv::fsed (line 25) | namespace wwiv::fsed { type add_cell_state_t (line 30) | enum class add_cell_state_t { text, heart_color } function line_add_result_t (line 57) | line_add_result_t line_t::add(int x, char c, ins_ovr_mode_t mode) { function line_add_result_t (line 74) | line_add_result_t line_t::del(int x, ins_ovr_mode_t) { function line_add_result_t (line 92) | line_add_result_t line_t::bs(int x, ins_ovr_mode_t mode) { function line_t (line 125) | line_t& line_t::operator=(const line_t& o) { function append_wwiv_color (line 163) | static void append_wwiv_color(std::string& out, int wwiv_color, line_c... FILE: fsed/line.h type class (line 26) | enum class type class (line 27) | enum class function class (line 29) | class cell_t { function line_color_code_format_t (line 36) | enum class line_color_code_format_t { heart, pipe }; FILE: fsed/model.cpp type wwiv::fsed (line 25) | namespace wwiv::fsed { function advance_cy (line 33) | static void advance_cy(FsedModel& ed, editor_viewport_t& view, bool in... function line_t (line 51) | line_t& FsedModel::curline() const { function line_t (line 65) | line_t& FsedModel::line(int n) const { function editor_add_result_t (line 113) | editor_add_result_t FsedModel::add(char c) { function cell_t (line 155) | cell_t FsedModel::current_cell() const { function ins_ovr_mode_t (line 339) | ins_ovr_mode_t FsedModel::mode() const noexcept { return mode_; } FILE: fsed/model.h function done (line 35) | bool done{false}; function editor_add_result_t (line 38) | enum class editor_add_result_t { added, wrapped, error }; type editor_range_t (line 45) | struct editor_range_t { function cell_t (line 121) | cell_t current_cell() const; type std (line 158) | typedef std::function editor_range_inv... type std (line 159) | typedef std::function editor_current_line_redraw_fn; function cy (line 175) | int cy{0} function curli (line 177) | int curli{0} function ins_ovr_mode_t (line 186) | ins_ovr_mode_t mode_{ins_ovr_mode_t::ins}; FILE: fsed/model_test.cpp function TEST (line 28) | TEST(Model, NoWrap) { function TEST (line 40) | TEST(Model, NoWrapNeeded) { function TEST (line 52) | TEST(Model, Wrap_NotWWIV) { function TEST (line 63) | TEST(Model, Wrap_NotWWIV_End) { function TEST (line 74) | TEST(Model, Wrap_WWIV) { function TEST (line 86) | TEST(Model, Wrap_WWIV_End) { FILE: fsed/view.cpp type wwiv::fsed (line 37) | namespace wwiv::fsed { function FullScreenView (line 45) | FullScreenView& FsedView::fs() { return fs_; } FILE: fsed/view.h function namespace (line 25) | namespace wwiv { function max_view_lines (line 39) | [[nodiscard]] int max_view_lines() const override { return max_view_line... function top_line (line 55) | [[nodiscard]] int top_line() const override { return top_line_; } function top_line_ (line 62) | int top_line_{0} function sy (line 75) | int sy{-1}; FILE: lnet/lnet.cpp function LocalIO (line 49) | static LocalIO* CreateLocalIO() { function minor_type_to_string (line 128) | static std::string minor_type_to_string(uint16_t main_type, uint16_t min... function skip_messages (line 182) | static int skip_messages(NetMailFile& file, int num_to_skip) { FILE: lnet/lnet.h function curli_ (line 41) | int curli_{0} FILE: lnet/lnet_main.cpp function ShowCommandLineHelp (line 35) | void ShowCommandLineHelp(const NetworkCommandLine& cmdline) { function main (line 40) | int main(int argc, char** argv) { FILE: local_io/curatr_provider.h function namespace (line 24) | namespace wwiv::local::io { FILE: local_io/keycodes.h function namespace (line 22) | namespace wwiv::local::io { FILE: local_io/local_io.cpp type wwiv::local::io (line 23) | namespace wwiv::local::io { class DefaultCurAttrProvider (line 27) | class DefaultCurAttrProvider final : public wwiv::local::io::curatr_pr... method DefaultCurAttrProvider (line 29) | DefaultCurAttrProvider() = default; method curatr (line 30) | [[nodiscard]] uint8_t curatr() const noexcept override { return a_; } method curatr (line 31) | void curatr(int n) override { a_ = static_cast(n); } function EditlineResult (line 49) | EditlineResult LocalIO::EditLine(std::string& s, int len, AllowedKeys ... function EditlineResult (line 59) | EditlineResult LocalIO::EditLine(std::string& s, int len, AllowedKeys ... FILE: local_io/local_io.h function AllowedKeys (line 29) | enum class AllowedKeys { NUM_ONLY, UPPER_ONLY, ALL, SET }; type class (line 36) | enum class function topdata_t (line 54) | enum class topdata_t { none, system, user }; function virtual (line 111) | [[nodiscard]] virtual int GetDefaultScreenBottom() const noexcept = 0; function SetTopScreenColor (line 120) | void SetTopScreenColor(uint8_t n) { top_screen_color_ = n; } function GetUserEditorColor (line 122) | [[nodiscard]] uint8_t GetUserEditorColor() const noexcept { return user_... function GetEditLineColor (line 125) | [[nodiscard]] uint8_t GetEditLineColor() const noexcept { return edit_li... function virtual (line 128) | virtual void DisableLocalIO() {} function virtual (line 129) | virtual void ReenableLocalIO() {} function topdata_t (line 131) | [[nodiscard]] topdata_t topdata() const noexcept { return topdata_; } function user_editor_color_ (line 147) | uint8_t user_editor_color_{9} function edit_line_color_ (line 148) | uint8_t edit_line_color_{31}; FILE: local_io/local_io_curses.cpp type wwiv::local::io (line 40) | namespace wwiv::local::io { function InitPairs (line 46) | static void InitPairs() { function CursesToWin32KeyCodes (line 216) | static int CursesToWin32KeyCodes(int curses_code) { function GetEditLineStringLength (line 336) | static int GetEditLineStringLength(const char* text) { FILE: local_io/local_io_curses.h function namespace (line 26) | namespace wwiv::local::io { FILE: local_io/local_io_win32.cpp type wwiv::local::io (line 33) | namespace wwiv::local::io { type screentype (line 44) | struct screentype { function HasKeyBeenPressed (line 575) | bool HasKeyBeenPressed(HANDLE in) { function GetKeyboardChar (line 613) | unsigned char GetKeyboardChar() { return static_cast(_g... function GetEditLineStringLength (line 615) | static int GetEditLineStringLength(const char* text) { FILE: local_io/local_io_win32.h function namespace (line 26) | namespace wwiv::local::io { FILE: local_io/null_local_io.cpp type wwiv::local::io (line 21) | namespace wwiv::local::io { FILE: local_io/null_local_io.h function namespace (line 24) | namespace wwiv::local::io { FILE: local_io/stdio_local_io.cpp type wwiv::local::io (line 23) | namespace wwiv::local::io { FILE: local_io/stdio_local_io.h function namespace (line 25) | namespace wwiv::local::io { FILE: localui/colors.cpp type wwiv::local::ui (line 24) | namespace wwiv::local::ui { FILE: localui/colors.h function SchemeId (line 29) | enum class SchemeId { FILE: localui/curses_io.cpp type wwiv::local::ui (line 32) | namespace wwiv::local::ui { function CursesWindow (line 210) | CursesWindow* CursesIO::CreateBoxedWindow(const std::string& title, in... function CursesIO (line 227) | CursesIO* CursesIO::Get() { FILE: localui/curses_io.h function IndicatorMode (line 31) | enum class IndicatorMode { insert, overwrite, none }; function class (line 54) | class CursesIO final { FILE: localui/curses_win.cpp type wwiv::local::ui (line 37) | namespace wwiv::local::ui { function CursesWindow (line 91) | CursesWindow* CursesWindow::parent() const { return parent_; } type pipe_state_t (line 275) | enum class pipe_state_t { text, pipe } FILE: localui/curses_win.h function namespace (line 28) | namespace wwiv::local::ui { FILE: localui/edit_items.cpp type wwiv::local::ui (line 35) | namespace wwiv::local::ui { function BaseEditItem (line 91) | BaseEditItem* EditItems::add(BaseEditItem* item, int column, int row) { function Label (line 104) | Label* EditItems::add(Label* label, int column, int row) { function BaseEditItem (line 118) | BaseEditItem* EditItems::add(Label* label, BaseEditItem* item, int col... function BaseEditItem (line 123) | BaseEditItem* EditItems::add(Label* label, BaseEditItem* item, const s... function Cell (line 320) | Cell& EditItems::cell(int row, int col) { FILE: localui/edit_items.h type class (line 33) | enum class function width (line 44) | [[nodiscard]] int width() const; function column (line 48) | [[nodiscard]] int column() const; FILE: localui/input.cpp type wwiv::local::ui (line 49) | namespace wwiv::local::ui { function EditlineResult (line 82) | EditlineResult ACSEditItem::Run(CursesWindow* window) { function EditlineResult (line 111) | EditlineResult FidoAddressStringEditItem::Run(CursesWindow* window) { function EditlineResult (line 147) | EditlineResult CustomEditItem::Run(CursesWindow* window) { function UIWindow (line 175) | static UIWindow* CreateDialogWindow(UIWindow* parent, int height, int ... function dialog_yn (line 193) | bool dialog_yn(CursesWindow* window, const std::vector& t... function dialog_yn (line 209) | bool dialog_yn(CursesWindow* window, const std::string& text) { function winput_password (line 214) | static void winput_password(CursesWindow* dialog, std::string* output,... function input_password (line 282) | void input_password(CursesWindow* window, const std::string& prompt, c... function messagebox (line 303) | int messagebox(UIWindow* window, const std::string& text) { function messagebox (line 308) | int messagebox(UIWindow* window, const std::vector& text) { function input_select_item (line 327) | int input_select_item(UIWindow* window, const std::string& prompt, con... function dialog_input_string (line 349) | std::string dialog_input_string(CursesWindow* window, const std::strin... function max_length_for_number (line 361) | static int max_length_for_number(int64_t n) { function dialog_input_number (line 365) | int dialog_input_number(CursesWindow* window, const std::string& promp... function onek (line 390) | int onek(UIWindow* window, const std::string& allowed, bool allow_keyc... function editlinestrlen (line 410) | static int editlinestrlen(char* text) { function EditlineResult (line 419) | EditlineResult editline(CursesWindow* window, std::string* s, int len,... function EditlineResult (line 424) | EditlineResult editline(CursesWindow* window, std::string* s, int len,... function EditlineResult (line 433) | EditlineResult editline(CursesWindow* window, char* s, int len, EditLi... function EditlineResult (line 439) | EditlineResult editline(CursesWindow* window, char* s, int len, EditLi... function toggleitem (line 642) | std::vector::size_type toggleitem(CursesWindow* window, FILE: localui/input.h type class (line 45) | enum class type class (line 53) | enum class function explicit (line 62) | explicit NavigationKeyConfig(std::string keys) : keys_(std::move(keys)) {} function up (line 65) | char up{'['}; FILE: localui/listbox.cpp type wwiv::local::ui (line 38) | namespace wwiv::local::ui { function StandardHelpItems (line 41) | static std::vector StandardHelpItems() { return {{"Esc", "Ex... function ListBoxResult (line 108) | ListBoxResult ListBox::RunDialog() { function ListBoxResult (line 123) | ListBoxResult ListBox::RunDialogInner() { FILE: localui/listbox.h function std (line 40) | [[nodiscard]] const std::string& text() const noexcept { return text_; } function data (line 42) | [[nodiscard]] int data() const noexcept { return data_; } function index (line 44) | void index(int i) { index_ = i; } function index_ (line 50) | int index_{-1}; type class (line 53) | enum class type ListBoxResult (line 54) | struct ListBoxResult { function ListBoxResult (line 70) | ListBoxResult Run() { function selected (line 79) | [[nodiscard]] int selected() const noexcept { return selected_; } function set_additional_hotkeys (line 83) | void set_additional_hotkeys(const std::string& hotkeys) { hotkeys_.appen... function selection_returns_hotkey (line 85) | void selection_returns_hotkey(bool selection_returns_hotkey) noexcept { function set_help_items (line 89) | void set_help_items(const std::vector& items) { help_items_ = ... function selection_returns_hotkey_ (line 110) | bool selection_returns_hotkey_{false}; FILE: localui/stdio_win.cpp type wwiv::local::ui (line 25) | namespace wwiv::local::ui { FILE: localui/stdio_win.h function namespace (line 26) | namespace wwiv::local::ui { FILE: localui/ui_win.h function namespace (line 25) | namespace wwiv::local::ui { FILE: misc/gen_zipcodes.py function parse_zip_data (line 19) | def parse_zip_data(infile): function write_zip_data (line 44) | def write_zip_data(zc): function write_city_data (line 55) | def write_city_data(cities): FILE: misc/scripts/crc32.py function c (line 6) | def c(filename): FILE: misc/scripts/test_blocklist.py class ConnectionStats (line 10) | class ConnectionStats: method __init__ (line 12) | def __init__(self): method add_success (line 18) | def add_success(self, sock): method add_failure (line 23) | def add_failure(self): method get_stats (line 27) | def get_stats(self): function create_connection (line 37) | def create_connection(host, port, mode, stats): function worker_thread (line 55) | def worker_thread(thread_id, host, port, mode, count, stats): function main (line 76) | def main(): FILE: misc/testkeys.cpp function main (line 8) | int main(int argc, char* argv[]) { FILE: net_core/net_cmdline.cpp type wwiv::net (line 38) | namespace wwiv::net { function AddStandardNetworkArgs (line 40) | void AddStandardNetworkArgs(wwiv::core::CommandLine& cmdline) { function network_cmd_name (line 113) | static std::string network_cmd_name(char net_cmd) { FILE: net_core/net_cmdline.h function class (line 37) | class NetworkCommandLine { FILE: net_core/net_cmdline_test.cpp class NetworkCommandlineTest (line 25) | class NetworkCommandlineTest: public testing::Test { method NetworkCommandlineTest (line 27) | NetworkCommandlineTest() {} function TEST_F (line 33) | TEST_F(NetworkCommandlineTest, NOP) { FILE: net_core/net_core_test_main.cpp function main (line 23) | int main(int argc, char* argv[]) { FILE: net_core/netdat.cpp type wwiv::net (line 33) | namespace wwiv::net { FILE: net_core/netdat.h function namespace (line 30) | namespace wwiv::sdk::net { function namespace (line 34) | namespace wwiv::net { FILE: net_core/netdat_test.cpp class NetDatTest (line 34) | class NetDatTest: public testing::Test { method NetDatTest (line 36) | NetDatTest() { function TEST_F (line 61) | TEST_F(NetDatTest, Smoke) { function TEST_F (line 70) | TEST_F(NetDatTest, Rollover) { FILE: network/network.cpp function ShowHelp (line 43) | static void ShowHelp(NetworkCommandLine& cmdline) { function LaunchOldNetworkingStack (line 50) | static int LaunchOldNetworkingStack(const NetworkCommandLine& net_cmdlin... function main (line 65) | int main(int argc, char** argv) { FILE: network1/network1.cpp function ShowHelp (line 53) | static void ShowHelp(const NetworkCommandLine& cmdline) { function main (line 214) | int main(int argc, char** argv) { FILE: network1/network1.h function namespace (line 28) | namespace wwiv::sdk { function class (line 33) | class Network1 final { FILE: network2/context.cpp type wwiv::net::network2 (line 21) | namespace wwiv::net::network2 { FILE: network2/context.h type external_programs_t (line 37) | struct external_programs_t { function high (line 40) | int high{-1}; function std (line 59) | [[nodiscard]] const std::vector& networks() const noe... function network_number (line 69) | int network_number{0} function verbose (line 73) | bool verbose{false}; FILE: network2/email.cpp type wwiv::net::network2 (line 47) | namespace wwiv::net::network2 { function GetUserNumber (line 50) | static int GetUserNumber(const std::string& name, UserManager& um) { function handle_email_byname (line 74) | bool handle_email_byname(Context& context, NetPacket& p) { function handle_email (line 95) | bool handle_email(Context& context, FILE: network2/email.h function namespace (line 24) | namespace wwiv { FILE: network2/network2.cpp function update_filechange_status_dat (line 64) | static void update_filechange_status_dat(const std::filesystem::path& da... function ShowHelp (line 77) | static void ShowHelp(const NetworkCommandLine& cmdline) { function handle_ssm (line 82) | static bool handle_ssm(Context& context, NetPacket& p) { function write_net_received_file (line 97) | static bool write_net_received_file(Context& context, const Network& net... function handle_net_info_file (line 129) | static bool handle_net_info_file(Context& context, const Network& net, N... function load_external_programs (line 134) | static bool load_external_programs(Context& context, const std::filesyst... function System (line 166) | static int System(const std::string& cmd) { function handle_new_external (line 171) | static bool handle_new_external(Context& context, NetPacket& p) { function handle_sub_list (line 194) | static bool handle_sub_list(Context& context, NetPacket& p) { function handle_packet (line 204) | static bool handle_packet(Context& context, NetPacket& p) { function handle_epreproc_net (line 301) | static void handle_epreproc_net(const Context& context) { function handle_local_net (line 320) | static bool handle_local_net(Context& context) { function network2_main (line 339) | int network2_main(const NetworkCommandLine& net_cmdline) { function main (line 387) | int main(int argc, char** argv) { FILE: network2/post.cpp type wwiv::net::network2 (line 50) | namespace wwiv::net::network2 { function find_sub (line 52) | static bool find_sub(const Subs& subs, int network_number, const std::... function single_echo_backbone_list (line 71) | static std::vector single_echo_backbone_list(std::vector& lines) { function send_post_to_subscribers (line 217) | bool send_post_to_subscribers(Context& context, NetPacket& template_pa... FILE: network2/post.h function namespace (line 26) | namespace wwiv { FILE: network2/subs.cpp type wwiv::net::network2 (line 51) | namespace wwiv::net::network2 { type sub_info_t (line 53) | struct sub_info_t { function to_string (line 60) | static std::string to_string(sub_info_t& s, uint16_t system_number) { function create_sub_info (line 64) | static std::vector create_sub_info(Context& context) { function SubTypeFromText (line 112) | static std::string SubTypeFromText(const std::string& text) { function send_sub_add_drop_resp (line 121) | static bool send_sub_add_drop_resp(Context& context, function IsHostedHere (line 156) | static bool IsHostedHere(Context& context, const std::string& subtype) { function handle_sub_add_req (line 169) | bool handle_sub_add_req(Context& context, NetPacket& p) { function handle_sub_drop_req (line 218) | bool handle_sub_drop_req(Context& context, NetPacket& p) { function SubAddDropResponseMessage (line 245) | static std::string SubAddDropResponseMessage(uint8_t code) { function handle_sub_add_drop_resp (line 258) | bool handle_sub_add_drop_resp(Context& context, NetPacket& p, const st... function handle_sub_list_info_response (line 294) | bool handle_sub_list_info_response(Context& context, NetPacket& p) { function handle_sub_list_info_request (line 301) | bool handle_sub_list_info_request(Context& context, NetPacket& p) { FILE: network2/subs.h function namespace (line 25) | namespace wwiv { FILE: network3/network3.cpp function ShowHelp (line 70) | static void ShowHelp(const NetworkCommandLine& cmdline) { function check_wwivnet_host_networks (line 75) | static bool check_wwivnet_host_networks( function check_fido_host_networks (line 116) | static bool check_fido_host_networks( function check_connect_net (line 155) | static bool check_connect_net(const BbsListNet& b, function check_binkp_net (line 169) | static bool check_binkp_net(const BbsListNet& b, function send_feedback_email (line 181) | static bool send_feedback_email(const Network& net, const std::string& t... function add_feedback_header (line 196) | static bool add_feedback_header(const std::filesystem::path& net_dir, st... function get_network_cordinator (line 209) | static uint16_t get_network_cordinator(const BbsListNet& b) { function add_feedback_general_info (line 218) | static bool add_feedback_general_info( function update_timestamps (line 287) | void update_timestamps(const std::filesystem::path& dir) { function write_bbsdata_reg_file (line 295) | static void write_bbsdata_reg_file(const BbsListNet& b, const std::files... function write_bbsdata_files (line 307) | static int write_bbsdata_files(const std::vector& b... function update_net_ver_status_dat (line 346) | static void update_net_ver_status_dat(const std::filesystem::path& datad... function update_filechange_status_dat (line 365) | static void update_filechange_status_dat(const std::filesystem::path& da... function rename_pending_files (line 382) | static void rename_pending_files(const std::filesystem::path& dir) { function ensure_contact_net_entries (line 397) | static void ensure_contact_net_entries(const Callout& callout, const Net... function need_to_send_feedback (line 405) | static bool need_to_send_feedback(const CommandLine& cmdline) { function network3_fido (line 417) | static int network3_fido(const NetworkCommandLine& net_cmdline) { function network3_wwivnet (line 542) | static int network3_wwivnet(const NetworkCommandLine& net_cmdline) { function network3_main (line 594) | int network3_main(const NetworkCommandLine& net_cmdline) { function main (line 617) | int main(int argc, char** argv) { FILE: networkb/networkb.cpp function RegisterNetworkBCommands (line 58) | static void RegisterNetworkBCommands(CommandLine& cmdline) { function ShowHelp (line 68) | static void ShowHelp(const NetworkCommandLine& cmdline) { function Receive (line 73) | static bool Receive(const CommandLine& cmdline, BinkConfig& bink_config,... function Send (line 120) | static bool Send(const CommandLine& cmdline, BinkConfig& bink_config, co... function Main (line 168) | static int Main(const NetworkCommandLine& net_cmdline) { function main (line 243) | int main(int argc, char** argv) { FILE: networkc/networkc.cpp function ShowHelp (line 60) | static void ShowHelp(const NetworkCommandLine& cmdline) { function rename_bbs_instance_files (line 66) | static void rename_bbs_instance_files(const std::filesystem::path& dir, ... function create_network_cmdline (line 75) | std::string create_network_cmdline(const NetworkCommandLine& net_cmdline... function System (line 100) | static int System(const std::string& cmd) { function checkup2 (line 105) | static bool checkup2(const time_t tFileTime, const std::filesystem::path... function need_network3 (line 116) | static bool need_network3(const Network& net, int network_version) { function networkc_main (line 164) | int networkc_main(const NetworkCommandLine& net_cmdline) { function main (line 248) | int main(int argc, char** argv) { FILE: networkf/networkf.cpp type wwiv::net::networkf (line 64) | namespace wwiv::net::networkf { function arc_stuff_in (line 67) | static std::string arc_stuff_in(const std::string& command_line, const... function ShowNetworkfHelp (line 91) | void ShowNetworkfHelp(const NetworkCommandLine& cmdline) { function get_echomail_areaname (line 102) | static std::string get_echomail_areaname(const std::string& text) { function ftn_date_days_old (line 132) | int ftn_date_days_old(const Clock& clock, const std::string& ftn_date) { function rename_fido_packet (line 365) | static std::string rename_fido_packet(const std::filesystem::path& dir... function CleanupWWIVName (line 455) | static bool CleanupWWIVName(std::string& sender_name) { function get_control_line (line 466) | static std::string get_control_line(const C& c, I& iter, std::set s... function iter_starts_with (line 507) | static bool iter_starts_with(const C& c, I& iter, const std::string& e... function remove_fido_addr (line 521) | static std::string remove_fido_addr(std::string to_user) { function NextNetmailFilePath (line 734) | static std::string NextNetmailFilePath(const std::filesystem::path& pa... function CreateFidoNetAttachNetMail (line 744) | static bool CreateFidoNetAttachNetMail(const FidoAddress& orig, const ... function FidoAddress (line 879) | static FidoAddress find_route_to(const FidoAddress& dest, const FidoCa... FILE: networkf/networkf.h type networkf_options_t (line 34) | struct networkf_options_t { function net_cmd (line 37) | char net_cmd{'f'}; function class (line 41) | class NetworkF final { FILE: networkf/networkf_main.cpp function main (line 71) | int main(int argc, char** argv) { FILE: networkf/networkf_test.cpp class NetworkFTest (line 42) | class NetworkFTest : public testing::Test { method NetworkFTest (line 44) | NetworkFTest() {} function TEST_F (line 51) | TEST_F(NetworkFTest, Smoke) { function TEST_F (line 70) | TEST_F(NetworkFTest, DaysOld_New) { function TEST_F (line 78) | TEST_F(NetworkFTest, DaysOld_30) { function TEST_F (line 87) | TEST_F(NetworkFTest, DaysOld_Newer) { FILE: networkf/networkf_test_main.cpp function main (line 23) | int main(int argc, char* argv[]) { FILE: networkt/networkt.cpp function ShowHelp (line 54) | static void ShowHelp(const NetworkCommandLine& cmdline) { function process_ftn_tic (line 59) | bool process_ftn_tic(const Config& config, const Network& net, bool save... function networkt_main (line 166) | int networkt_main(const NetworkCommandLine& net_cmdline) { function main (line 202) | int main(int argc, char** argv) { FILE: sdk/acs/acs.cpp type wwiv::sdk::acs (line 35) | namespace wwiv::sdk::acs { function check_acs (line 37) | std::tuple> function validate_acs (line 54) | std::tuple> FILE: sdk/acs/acs.h function namespace (line 29) | namespace wwiv::sdk::acs { FILE: sdk/acs/ar_test.cpp class ArTest (line 29) | class ArTest : public ::testing::Test { method ArTest (line 31) | ArTest() = default; function TEST_F (line 35) | TEST_F(ArTest, Eq) { function TEST_F (line 42) | TEST_F(ArTest, Ne) { function TEST_F (line 49) | TEST_F(ArTest, Eq_Conversion) { function TEST_F (line 58) | TEST_F(ArTest, Ne_Conversion) { function TEST_F (line 66) | TEST_F(ArTest, Eq_Userside_Empty) { function TEST_F (line 72) | TEST_F(ArTest, Eq_OtherSide_Empty) { FILE: sdk/acs/eval.cpp type wwiv::sdk::acs (line 38) | namespace wwiv::sdk::acs { function split_obj_name (line 40) | static std::tuple split_obj_name(const std::... FILE: sdk/acs/eval.h function debug_message_t (line 32) | enum class debug_message_t { trace, parse }; FILE: sdk/acs/eval_error.h function namespace (line 24) | namespace wwiv::sdk::acs { FILE: sdk/acs/expr.cpp type wwiv::sdk::acs (line 29) | namespace wwiv::sdk::acs { FILE: sdk/acs/expr.h function ar_ (line 109) | char ar_{0} function min_sl_ (line 110) | int min_sl_{0} function dar_ (line 112) | char dar_{0} function min_dsl_ (line 113) | int min_dsl_{0} function sysop_ (line 116) | bool sysop_{false}; FILE: sdk/acs/expr_test.cpp class AcsExprTest (line 29) | class AcsExprTest : public testing::Test { function TEST_F (line 34) | TEST_F(AcsExprTest, MultipleLines) { function TEST_F (line 39) | TEST_F(AcsExprTest, Age_Min) { EXPECT_EQ(ae.min_age(18).get(), "user.age... function TEST_F (line 40) | TEST_F(AcsExprTest, Age_Max) { EXPECT_EQ(ae.max_age(21).get(), "user.age... function TEST_F (line 41) | TEST_F(AcsExprTest, Age_Min_Max) { function TEST_F (line 45) | TEST_F(AcsExprTest, Ar) { EXPECT_EQ(ae.ar('C').get(), "user.ar == 'C'"); } function TEST_F (line 46) | TEST_F(AcsExprTest, Ar_Bad) { EXPECT_EQ(ae.ar('Z').get(), ""); } function TEST_F (line 47) | TEST_F(AcsExprTest, SL_Min) { EXPECT_EQ(ae.min_sl(18).get(), "user.sl >=... function TEST_F (line 48) | TEST_F(AcsExprTest, SL_Min_255) { EXPECT_EQ(ae.min_sl(255).get(), "user.... function TEST_F (line 49) | TEST_F(AcsExprTest, SL_Max) { EXPECT_EQ(ae.max_sl(21).get(), "user.sl <=... function TEST_F (line 50) | TEST_F(AcsExprTest, SL_Min_Max) { function TEST_F (line 54) | TEST_F(AcsExprTest, Ar_Int) { EXPECT_EQ(ae.ar_int(1).get(), "user.ar == ... function TEST_F (line 56) | TEST_F(AcsExprTest, Dar) { EXPECT_EQ(ae.dar('C').get(), "user.dar == 'C'... function TEST_F (line 57) | TEST_F(AcsExprTest, Dar_Bad) { EXPECT_EQ(ae.dar('Z').get(), ""); } function TEST_F (line 58) | TEST_F(AcsExprTest, Dar_Int) { EXPECT_EQ(ae.dar_int(4).get(), "user.dar ... function TEST_F (line 61) | TEST_F(AcsExprTest, DSL_Min) { EXPECT_EQ(ae.min_dsl(18).get(), "user.dsl... function TEST_F (line 62) | TEST_F(AcsExprTest, DSL_Max) { EXPECT_EQ(ae.max_dsl(21).get(), "user.dsl... function TEST_F (line 63) | TEST_F(AcsExprTest, DSL_Min_Max) { function TEST_F (line 67) | TEST_F(AcsExprTest, DSL_Min_255) { EXPECT_EQ(ae.min_dsl(255).get(), "use... function TEST_F (line 69) | TEST_F(AcsExprTest, RegNum) { EXPECT_EQ(ae.regnum(true).get(), "user.reg... function TEST_F (line 71) | TEST_F(AcsExprTest, MultipleConditions) { FILE: sdk/acs/value_test.cpp class ValueTest (line 31) | class ValueTest : public ::testing::Test { method ValueTest (line 33) | ValueTest() = default; function TEST_F (line 39) | TEST_F(ValueTest, Smoke) { FILE: sdk/ansi/ansi.cpp type wwiv::sdk::ansi (line 33) | namespace wwiv::sdk::ansi { function to_ansi_numbers (line 51) | std::vector to_ansi_numbers(const std::string& as, int max_args, ... FILE: sdk/ansi/ansi.h function namespace (line 27) | namespace wwiv::sdk::ansi { function AnsiMode (line 91) | AnsiMode state_{AnsiMode::not_in_sequence}; type class (line 107) | enum class function has_heart_ (line 109) | bool has_heart_{false}; FILE: sdk/ansi/ansi_test.cpp class AnsiTest (line 33) | class AnsiTest : public testing::Test { method AnsiTest (line 35) | AnsiTest() method write (line 38) | void write(const std::string& s) { method write_hp (line 43) | bool write_hp(const std::string& s) { method check (line 54) | void check(const std::vector& lines) const { function TEST_F (line 66) | TEST_F(AnsiTest, ColorBlue) { function TEST_F (line 73) | TEST_F(AnsiTest, CSI_2J) { function TEST_F (line 80) | TEST_F(AnsiTest, CSI_A_MoveUp) { function TEST_F (line 85) | TEST_F(AnsiTest, CSI_A_MoveUpTooFar) { function TEST_F (line 90) | TEST_F(AnsiTest, CSI_B_MoveDown) { function TEST_F (line 95) | TEST_F(AnsiTest, CSI_C_Right) { function TEST_F (line 100) | TEST_F(AnsiTest, CSI_D_Left) { function TEST_F (line 105) | TEST_F(AnsiTest, CSI_D_Left_TooFar) { function TEST_F (line 110) | TEST_F(AnsiTest, CSI_K_ClearEOL) { function TEST_F (line 115) | TEST_F(AnsiTest, HeartAndPipe_HeartSmoke) { function TEST_F (line 121) | TEST_F(AnsiTest, HeartAndPipe_StdPipe) { function TEST_F (line 127) | TEST_F(AnsiTest, HeartAndPipe_WWIVPipe) { function TEST_F (line 133) | TEST_F(AnsiTest, HeartAndPipe_WWIVPipeMacro) { function TEST_F (line 138) | TEST_F(AnsiTest, HeartAndPipe_WWIVPipeExpression) { function TEST_F (line 144) | TEST_F(AnsiTest, XenosTagLine) { function TEST_F (line 184) | TEST_F(AnsiTest, HeartAndPipe_TrailingPipeCRLF) { function TEST_F (line 190) | TEST_F(AnsiTest, HeartAndPipe_TrailingPipe) { FILE: sdk/ansi/framebuffer.cpp type wwiv::sdk::ansi (line 26) | namespace wwiv::sdk::ansi { FILE: sdk/ansi/framebuffer.h function namespace (line 26) | namespace wwiv { FILE: sdk/ansi/framebuffer_test.cpp class FrameBufferTest (line 32) | class FrameBufferTest : public testing::Test {} function TEST_F (line 34) | TEST_F(FrameBufferTest, Cols) { function write (line 39) | static void write(FrameBuffer& b, const std::string s) { function TEST_F (line 45) | TEST_F(FrameBufferTest, SingleLine) { function TEST_F (line 55) | TEST_F(FrameBufferTest, MultiLine) { function TEST_F (line 66) | TEST_F(FrameBufferTest, Goto) { FILE: sdk/ansi/localio_screen.cpp type wwiv::sdk::ansi (line 26) | namespace wwiv::sdk::ansi { class LocalIOScreenCurAttrProvider (line 28) | class LocalIOScreenCurAttrProvider : public wwiv::local::io::curatr_pr... method LocalIOScreenCurAttrProvider (line 30) | LocalIOScreenCurAttrProvider(LocalIO* lio) : lio_(lio) {} method curatr (line 31) | [[nodiscard]] uint8_t curatr() const noexcept override { return lio_... method curatr (line 32) | void curatr(int n) override { lio_->curatr(n); } FILE: sdk/ansi/localio_screen.h function namespace (line 27) | namespace wwiv { FILE: sdk/ansi/makeansi.cpp type wwiv::sdk::ansi (line 24) | namespace wwiv::sdk::ansi { function addto (line 27) | static void addto(std::string* ansi_str, int num) { function makeansi (line 36) | std::string makeansi(int attr, int current_attr) { FILE: sdk/ansi/makeansi.h function namespace (line 23) | namespace wwiv::sdk::ansi { FILE: sdk/ansi/makeansi_test.cpp class MakeAnsiTest (line 26) | class MakeAnsiTest : public ::testing::Test {} function TEST_F (line 28) | TEST_F(MakeAnsiTest, NOOP) { function TEST_F (line 32) | TEST_F(MakeAnsiTest, Foreground) { function TEST_F (line 51) | TEST_F(MakeAnsiTest, Foreground_BrightToDim) { function TEST_F (line 55) | TEST_F(MakeAnsiTest, Foreground_DimToBright) { function TEST_F (line 59) | TEST_F(MakeAnsiTest, Background) { FILE: sdk/ansi/vscreen.cpp type wwiv::sdk::ansi (line 20) | namespace wwiv::sdk::ansi { FILE: sdk/ansi/vscreen.h function namespace (line 24) | namespace wwiv { FILE: sdk/arword.cpp function str_to_arword (line 29) | uint16_t str_to_arword(const std::string& arstr) { function word_to_arstr (line 45) | std::string word_to_arstr(int ar, const std::string& empty_ar_str) { function word_to_arstr_nopadding (line 66) | std::string word_to_arstr_nopadding(int ar, const std::string& empty_ar_... FILE: sdk/bbs_directories.h function namespace (line 24) | namespace wwiv::sdk { FILE: sdk/bbslist.cpp type wwiv::sdk (line 41) | namespace wwiv::sdk { function ParseBbsListNetLine (line 44) | bool ParseBbsListNetLine(const std::string& ss, net_system_list_rec* c... function ParseBbsListNetFile (line 141) | static bool ParseBbsListNetFile( function BbsListNet (line 197) | BbsListNet BbsListNet::ParseBbsListNet(uint16_t net_node_number, function BbsListNet (line 222) | BbsListNet BbsListNet::ReadBbsDataNet(const std::filesystem::path& net... function DumpBbsListNet (line 252) | static std::string DumpBbsListNet(const net_system_list_rec& n) { FILE: sdk/bbslist.h type net_system_list_rec (line 27) | struct net_system_list_rec function namespace (line 29) | namespace wwiv::sdk { FILE: sdk/bbslist_test.cpp function TEST (line 27) | TEST(SdkBbsListTest, Smoke) { function TEST (line 40) | TEST(SdkBbsListTest, TruncatedName) { FILE: sdk/chains.cpp type wwiv::sdk (line 42) | namespace wwiv::sdk { function chain_exec_mode_t (line 44) | chain_exec_mode_t& operator++(chain_exec_mode_t& t) { function chain_exec_mode_t (line 51) | chain_exec_mode_t operator++(chain_exec_mode_t& t, int) { function chain_exec_dir_t (line 59) | chain_exec_dir_t& operator++(chain_exec_dir_t& t) { function chain_exec_dir_t (line 64) | chain_exec_dir_t operator++(chain_exec_dir_t& t, int) { FILE: sdk/chains.h type class (line 32) | enum class type class (line 33) | enum class type chain_55_t (line 41) | struct chain_55_t { function multi_user (line 48) | bool multi_user{false}; type chain_t (line 64) | struct chain_t { function usage (line 82) | uint16_t usage{0} function pause (line 84) | bool pause{false}; type chain_t (line 90) | typedef chain_t& reference; type chain_t (line 91) | typedef const chain_t& const_reference; function explicit (line 96) | explicit Chains(std::initializer_list l) : chains_(l) {} function chain_t (line 102) | [[nodiscard]] const chain_t& at(size_type num) const { return wwiv::stl:... FILE: sdk/chains_cereal.h function namespace (line 34) | namespace cereal { FILE: sdk/chains_test.cpp function TEST (line 25) | TEST(ChainsTest, ExecMode_Operator) { function TEST (line 36) | TEST(ChainsTest, ExecDir_Operator) { FILE: sdk/conf/conf.cpp type wwiv::sdk (line 44) | namespace wwiv::sdk { function get_conf_430_path (line 46) | static std::filesystem::path get_conf_430_path(const std::filesystem::... function save_confs_430 (line 57) | bool save_confs_430(const Config& config, std::vector c... function conference_t (line 91) | const conference_t& Conference::conf(char key) const { function conference_t (line 102) | conference_t& Conference::conf(char key) { function conference_t (line 106) | conference_t& Conference::front() { function read_conferences_430 (line 185) | std::vector read_conferences_430(const std::filesystem:... function conference_t (line 262) | conference_t to_conference_t(const confrec_430_t& c4) { function conference_file_t (line 275) | conference_file_t UpgradeConferences(const Config& config, Subs& subs,... FILE: sdk/conf/conf.h function namespace (line 32) | namespace wwiv::sdk { FILE: sdk/conf/conf_cereal.h function namespace (line 26) | namespace wwiv::sdk { FILE: sdk/conf/conf_set.h function namespace (line 24) | namespace wwiv::sdk { FILE: sdk/conf/conf_set_cereal.h function namespace (line 28) | namespace cereal { FILE: sdk/conf/conf_test.cpp class ConfTest (line 38) | class ConfTest : public testing::Test { method ConfTest (line 40) | ConfTest() {} function TEST_F (line 48) | TEST_F(ConfTest, Smoke) { FILE: sdk/config.cpp type wwiv::sdk (line 40) | namespace wwiv::sdk { function Config (line 70) | Config& Config::operator=(const Config& o) { function Config (line 78) | Config& Config::operator=(Config&& o) { function config_t (line 181) | const config_t& Config::to_config_t() const { function set_script_flag (line 202) | static void set_script_flag(uint16_t& data, uint16_t flg, bool on) { function validation_config_t (line 214) | validation_config_t Config::auto_val(int n) const { function slrec (line 223) | const slrec& Config::sl(int n) const { function LogDirFromConfig (line 260) | std::filesystem::path LogDirFromConfig(const std::filesystem::path& bb... function load_any_config (line 268) | std::unique_ptr load_any_config(const std::filesystem::path& b... FILE: sdk/config.h type config_header_t (line 30) | struct config_header_t { type class (line 37) | enum class type newuser_config_t (line 39) | struct newuser_config_t { function newuser_item_type_t (line 52) | newuser_item_type_t first_last_name_required{newuser_item_type_t::requir... type system_toggles_t (line 55) | struct system_toggles_t { function show_chain_usage (line 57) | bool show_chain_usage{false}; type message_color_config_t (line 61) | struct message_color_config_t { type color_config_t (line 70) | struct color_config_t { type validation_config_t (line 74) | struct validation_config_t { function dsl (line 80) | uint8_t dsl{0} function ar (line 83) | uint16_t ar{0} function dar (line 85) | uint16_t dar{0} type config_t (line 90) | struct config_t { function newusersl (line 125) | uint8_t newusersl{0} function newuserdsl (line 127) | uint8_t newuserdsl{0} function validated_sl (line 130) | uint8_t validated_sl{0} function maxwaiting (line 132) | uint8_t maxwaiting{0} function newuploads (line 134) | int newuploads{0} function maxusers (line 139) | uint16_t maxusers{0} function newuser_restrict (line 141) | uint16_t newuser_restrict{0} function sysconfig (line 143) | uint16_t sysconfig{0} function sysoplowtime (line 145) | uint16_t sysoplowtime{0} function sysophightime (line 147) | uint16_t sysophightime{0} function userreclen (line 157) | uint16_t userreclen{0} function waitingoffset (line 159) | uint16_t waitingoffset{0} function inactoffset (line 161) | uint16_t inactoffset{0} function wwiv_reg_number (line 163) | uint32_t wwiv_reg_number{0} function post_call_ratio (line 169) | float post_call_ratio{0.0f}; function set_initialized_for_test (line 217) | void set_initialized_for_test(bool initialized) { initialized_ = initial... function config_t (line 219) | [[nodiscard]] const config_t& to_config_t() const; function config_revision_number (line 231) | void config_revision_number(int v) { config_.header.config_revision_numb... function datadir (line 235) | void datadir(const std::string& d) { config_.datadir = d; } function msgsdir (line 237) | void msgsdir(const std::string& d) { config_.msgsdir = d; } function gfilesdir (line 239) | void gfilesdir(const std::string& d) { config_.gfilesdir = d; } function menudir (line 241) | void menudir(const std::string& d) { config_.menudir = d; } function dloadsdir (line 243) | void dloadsdir(const std::string& d) { config_.dloadsdir = d; } function scriptdir (line 245) | void scriptdir(const std::string& d) { config_.scriptdir = d; } function logdir (line 247) | void logdir(const std::string& d) { config_.logdir = d; } function temp_format (line 251) | void temp_format(const std::string& d) { config_.tempdir_format = d; } function batch_format (line 253) | void batch_format(const std::string& d) { config_.batchdir_format = d; } function scratch_format (line 255) | void scratch_format(const std::string& d) { config_.scratchdir_format = ... function num_instances (line 263) | void num_instances(int n) { config_.num_instances = n; } function set_req_ratio (line 278) | void set_req_ratio(float req_ratio) { config_.req_ratio = req_ratio; } function req_ratio (line 282) | void req_ratio(float f) { config_.req_ratio = f; } function post_to_call_ratio (line 285) | void post_to_call_ratio(float f) { config_.post_call_ratio = f; } function max_waiting (line 288) | void max_waiting(int d) { config_.maxwaiting = static_cast(d); } function set_sysconfig (line 294) | void set_sysconfig(uint16_t sysconfig) { config_.sysconfig = sysconfig; } function qscn_len (line 298) | void qscn_len(uint16_t n) { config_.qscn_len = n; } function max_dirs (line 311) | void max_dirs(uint16_t n) { config_.max_dirs = n; } function max_subs (line 314) | void max_subs(uint16_t n) { config_.max_subs = n; } function max_users (line 317) | void max_users(int n) { config_.maxusers = static_cast(n); } function sysop_high_time (line 320) | void sysop_high_time(int n) { config_.sysophightime = static_cast(n); } function newuser_dsl (line 329) | void newuser_dsl(int n) { config_.newuserdsl = static_cast(n); } function validated_sl (line 335) | void validated_sl(int n) { config_.validated_sl = static_cast(n... function newuser_gold (line 338) | void newuser_gold(float f) { config_.newusergold = f; } function closed_system (line 357) | void closed_system(bool b) { config_.closedsystem = b; } function auto_val (line 360) | void auto_val(int n, const validation_config_t& v) { config_.autoval[n] ... function wwiv_reg_number (line 366) | void wwiv_reg_number(int d) { config_.wwiv_reg_number = d; } function max_backups (line 369) | void max_backups(int n) { config_.max_backups = static_cast(n); } function scripting_enabled (line 372) | [[nodiscard]] bool scripting_enabled() const noexcept; function readonly (line 388) | [[nodiscard]] bool readonly() const noexcept { return readonly_; } function versioned_config_dat_ (line 399) | bool versioned_config_dat_{false}; FILE: sdk/config430.cpp type wwiv::sdk (line 36) | namespace wwiv::sdk { function config_t (line 177) | config_t Config430::to_json_config(std::vector arcs) const { function config_t (line 255) | config_t Config430::to_json_config() const { function configrec (line 260) | const configrec* Config430::config() const { return &config_; } FILE: sdk/config430.h function set_initialized_for_test (line 51) | void set_initialized_for_test(bool initialized) { initialized_ = initial... function config_t (line 57) | config_t to_json_config() const; function initialized_ (line 72) | bool initialized_{false}; FILE: sdk/config_cereal.h function namespace (line 33) | namespace cereal { function string (line 62) | string save_minimal(Archive const &, const newuser_item_type_t& t) { function load_minimal (line 66) | void load_minimal(Archive const &, newuser_item_type_t& t, const std::st... FILE: sdk/config_test.cpp class ConfigTest (line 36) | class ConfigTest : public testing::Test { function TEST_F (line 41) | TEST_F(ConfigTest, Helper_CreatedBBSRoot) { function TEST_F (line 45) | TEST_F(ConfigTest, Helper_ConfigWorks) { ASSERT_EQ(helper.config().datad... function TEST_F (line 47) | TEST_F(ConfigTest, Config_CurrentDirectory) { function TEST_F (line 55) | TEST_F(ConfigTest, Config_DifferentDirectory) { function TEST_F (line 61) | TEST_F(ConfigTest, Config_WrongDirectory) { function TEST_F (line 66) | TEST_F(ConfigTest, SetConfig) { function TEST_F (line 76) | TEST_F(ConfigTest, WrittenByNumVersion) { function TEST_F (line 82) | TEST_F(ConfigTest, Is5XXOrLater) { function TEST_F (line 88) | TEST_F(ConfigTest, LogDirFromConfig_Found) { function TEST_F (line 93) | TEST_F(ConfigTest, LogDirFromConfig_NotFound) { FILE: sdk/datetime_test.cpp function TEST (line 31) | TEST(DateTime, ToString) { function TEST (line 44) | TEST(DateTime, date_to_daten) { FILE: sdk/fido/backbone.cpp type wwiv::sdk::fido (line 39) | namespace wwiv::sdk::fido { function ParseBackboneFile (line 41) | std::vector ParseBackboneFile(const std::filesystem::path&... function import_result_t (line 66) | import_result_t ImportSubsFromBackbone(Subs& subs, const Network& net,... FILE: sdk/fido/backbone.h function namespace (line 38) | namespace wwiv::sdk::fido { FILE: sdk/fido/backbone_test.cpp class BackboneTest (line 40) | class BackboneTest : public testing::Test { method BackboneTest (line 42) | BackboneTest() { method DumpSubs (line 72) | void DumpSubs() { function TEST_F (line 88) | TEST_F(BackboneTest, ParseBackboneFile) { function TEST_F (line 96) | TEST_F(BackboneTest, TwoNew) { function TEST_F (line 129) | TEST_F(BackboneTest, NoConf) { function TEST_F (line 145) | TEST_F(BackboneTest, WithConf) { function TEST_F (line 175) | TEST_F(BackboneTest, OneAlreadyExists) { function TEST_F (line 202) | TEST_F(BackboneTest, TwoAlreadyExists) { FILE: sdk/fido/fido_address.cpp type wwiv::sdk::fido (line 32) | namespace wwiv::sdk::fido { function T (line 34) | static T next_int(C& c, I& it, std::set stop) { function FidoAddress (line 153) | FidoAddress FidoAddress::without_domain() const { function FidoAddress (line 157) | FidoAddress FidoAddress::with_domain(const std::string& domain) const { function FidoAddress (line 161) | FidoAddress FidoAddress::with_default_domain(const std::string& defaul... function try_parse_fidoaddr (line 166) | std::optional try_parse_fidoaddr(const std::string& addr,... function domain_from_address (line 204) | std::string domain_from_address(const std::string& addr) { FILE: sdk/fido/fido_address_test.cpp function TEST (line 28) | TEST(FidoAddressTest, Basic) { function TEST (line 39) | TEST(FidoAddressTest, Basic_TryParse) { function TEST (line 52) | TEST(FidoAddressTest, ZoneNetNode) { function TEST (line 63) | TEST(FidoAddressTest, DefaultZone) { function TEST (line 74) | TEST(FidoAddressTest, WithDomain) { function TEST (line 79) | TEST(FidoAddressTest, WithDefaultDomain_None) { function TEST (line 84) | TEST(FidoAddressTest, WithDefaultDomain_Existing) { function TEST (line 89) | TEST(FidoAddressTest, WithoutDomain) { function TEST (line 95) | TEST(FidoAddressTest, MissingNetOrNode) { function TEST (line 103) | TEST(FidoAddressTest, MissingNetOrNode_TryParse) { function TEST (line 108) | TEST(FidoAddressTest, LT) { function TEST (line 115) | TEST(FidoAddressTest, Set) { function TEST (line 126) | TEST(FidoAddressTest, Streams) { function TEST (line 136) | TEST(FidoAddressTest, LTGT) { function TEST (line 144) | TEST(FidoAddressTest, TryParseFlex_Smoke) { function TEST (line 150) | TEST(FidoAddressTest, TryParseFlex_LeadingName) { function TEST (line 157) | TEST(FidoAddressTest, TryParseFlex_LeadingNameStrict) { function TEST (line 163) | TEST(FidoAddressTest, TryParseFlex_LeadingNameAndTrailingSpace) { function TEST (line 170) | TEST(FidoAddressTest, TryParseFlex_LeadingNameAndTrailingChars) { FILE: sdk/fido/fido_callout.cpp type cereal (line 42) | namespace cereal { function save_minimal (line 45) | std::string save_minimal(Archive const&, const wwiv::sdk::fido::FidoAd... function load_minimal (line 50) | void load_minimal(Archive const&, wwiv::sdk::fido::FidoAddress& a, con... type wwiv::sdk::fido (line 56) | namespace wwiv::sdk::fido { function net_call_out_rec (line 73) | const net_call_out_rec* FidoCallout::net_call_out_for(int node) const { function net_call_out_rec (line 78) | const net_call_out_rec* FidoCallout::net_call_out_for(const FidoAddres... function net_call_out_rec (line 82) | const net_call_out_rec* FidoCallout::net_call_out_for(const std::strin... function fido_node_config_t (line 95) | fido_node_config_t FidoCallout::fido_node_config_for(const FidoAddress... function fido_packet_config_t (line 110) | static fido_packet_config_t default_packet_config() { function fido_packet_config_t (line 122) | fido_packet_config_t FidoCallout::packet_config_for(const FidoAddress&... function fido_packet_config_t (line 126) | fido_packet_config_t function fido_packet_config_t (line 142) | fido_packet_config_t FidoCallout::merged_packet_config_for(const FidoA... FILE: sdk/fido/fido_callout.h function Save (line 63) | bool Save() override; function initialized_ (line 74) | bool initialized_{false}; FILE: sdk/fido/fido_directories.cpp type wwiv::sdk::fido (line 33) | namespace wwiv::sdk::fido { function md (line 39) | static void md(const std::vector& paths) { FILE: sdk/fido/fido_directories.h function namespace (line 25) | namespace wwiv::sdk::fido { FILE: sdk/fido/fido_packets.cpp type wwiv::sdk::fido (line 35) | namespace wwiv::sdk::fido { function ReadCharFromFile (line 37) | static char ReadCharFromFile(File& f) { function ReadRestOfFile (line 45) | static std::string ReadRestOfFile(File& f, int max_size) { function ReadFixedLengthField (line 61) | static std::string ReadFixedLengthField(File& f, int len) { function ReadVariableLengthField (line 77) | static std::string ReadVariableLengthField(File& f, int max_len) { function write_fido_packet_header (line 91) | bool write_fido_packet_header(File& f, const packet_header_2p_t& heade... function write_packed_message (line 101) | bool write_packed_message(File& f, const FidoPackedMessage& packet) { function write_stored_message (line 123) | bool write_stored_message(File& f, FidoStoredMessage& packet) { function ReadNetPacketResponse (line 137) | ReadNetPacketResponse read_packed_message(File& f, FidoPackedMessage& ... function ReadNetPacketResponse (line 167) | ReadNetPacketResponse read_stored_message(File& f, FidoStoredMessage& ... function packet_header_2p_t (line 179) | packet_header_2p_t CreateType2PlusPacketHeader(const FidoAddress& from... FILE: sdk/fido/fido_packets.h type packet_header_2p_t (line 78) | struct packet_header_2p_t { /* FSC-0039 Type 2.+ */ type fido_stored_message_t (line 125) | struct fido_stored_message_t { type fido_packed_message_t (line 150) | struct fido_packed_message_t { type fido_variable_length_header_t (line 197) | struct fido_variable_length_header_t { function class (line 208) | class FidoPackedMessage { function class (line 223) | class FidoStoredMessage { function class (line 236) | class FidoPacket { FILE: sdk/fido/fido_packets_test.cpp class FidoPacketsTestDataTest (line 24) | class FidoPacketsTestDataTest : public wwiv::core::test::TestDataTest {} function TEST_F (line 31) | TEST_F(FidoPacketsTestDataTest, OneMessage) { function TEST_F (line 61) | TEST_F(FidoPacketsTestDataTest, ThreeMessages) { FILE: sdk/fido/fido_util.cpp type wwiv::sdk::fido (line 42) | namespace wwiv::sdk::fido { function packet_name (line 47) | std::string packet_name(const DateTime& dt) { function bundle_name (line 52) | std::string bundle_name(const wwiv::sdk::fido::FidoAddress& source, function net_node_name (line 60) | std::string net_node_name(const FidoAddress& dest, const std::string& ... function flo_name (line 64) | std::string flo_name(const FidoAddress& dest, fido_bundle_status_t sta... function bundle_name (line 72) | std::string bundle_name(const FidoAddress& source, const FidoAddress& ... function dow_prefixes (line 77) | std::vector dow_prefixes() { function dow_extension (line 81) | std::string dow_extension(int dow_num, int bundle_number) { function is_bundle_file (line 94) | bool is_bundle_file(const std::string& name) { function is_packet_file (line 108) | bool is_packet_file(const std::string& name) { function control_file_extension (line 121) | static std::string control_file_extension(fido_bundle_status_t status) { function control_file_name (line 127) | std::string control_file_name(const wwiv::sdk::fido::FidoAddress& dest, function daten_to_fido (line 137) | std::string daten_to_fido(time_t t) { function daten_t (line 143) | daten_t fido_to_daten(std::string d) { function to_net_node (line 184) | std::string to_net_node(const wwiv::sdk::fido::FidoAddress& a) { function to_zone_net_node (line 188) | std::string to_zone_net_node(const wwiv::sdk::fido::FidoAddress& a) { function to_zone_net_node_point (line 192) | std::string to_zone_net_node_point(const wwiv::sdk::fido::FidoAddress&... function split_message (line 196) | std::vector split_message(const std::string& s) { type FtnControlLineType (line 206) | enum class FtnControlLineType { control_a, plain_control_line, none } function FtnControlLineType (line 208) | static FtnControlLineType determine_kludge_line_type(const std::string... function FidoToWWIVText (line 221) | std::string FidoToWWIVText(const std::string& ft, bool convert_control... function WWIVToFidoText (line 281) | std::string WWIVToFidoText(const std::string& wt, const wwiv_to_fido_o... function get_address_from_single_line (line 385) | std::optional get_address_from_single_line(const std::str... function get_address_from_origin (line 400) | std::optional get_address_from_origin(const std::string& ... function FidoAddress (line 410) | FidoAddress get_address_from_packet(const FidoPackedMessage& msg, cons... function FidoAddress (line 424) | FidoAddress get_address_from_stored_message(const FidoStoredMessage& m... function parse_routes (line 437) | static std::vector parse_routes(const std::string& routes) { type RouteMatch (line 446) | enum class RouteMatch { yes, no, exclude } function RouteMatch (line 450) | static RouteMatch matches_route(const wwiv::sdk::fido::FidoAddress& a,... function RoutesThroughAddress (line 506) | bool RoutesThroughAddress(const FidoAddress& a, const std::string& rou... function FindRouteToAddress (line 524) | std::optional function FindRouteToAddress (line 539) | std::optional FindRouteToAddress(const FidoAddress& a, co... function exists_bundle (line 543) | bool exists_bundle(const wwiv::sdk::Config& config, const Network& net) { function exists_bundle (line 548) | bool exists_bundle(const std::filesystem::path& dir) { function tz_offset_from_utc (line 574) | std::string tz_offset_from_utc(const core::DateTime& dt) { function ftn_bytes_waiting (line 591) | int ftn_bytes_waiting(const Network& net, const FidoAddress& dest) { FILE: sdk/fido/fido_util.h type packet_header_2p_t (line 35) | struct packet_header_2p_t type wwiv_to_fido_options (line 77) | struct wwiv_to_fido_options { function allow_any_pipe_codes (line 87) | bool allow_any_pipe_codes{true}; FILE: sdk/fido/fido_util_test.cpp class FidoUtilTest (line 36) | class FidoUtilTest : public testing::Test { method FidoUtilTest (line 38) | FidoUtilTest() = default; function TEST_F (line 46) | TEST_F(FidoUtilTest, PacketName) { function TEST_F (line 56) | TEST_F(FidoUtilTest, BundleName_Extension) { function TEST_F (line 64) | TEST_F(FidoUtilTest, BundleName_NoExtension) { function TEST_F (line 72) | TEST_F(FidoUtilTest, DowExtension) { function TEST_F (line 79) | TEST_F(FidoUtilTest, IsBundleFile) { function TEST_F (line 84) | TEST_F(FidoUtilTest, ControlFileName) { function TEST_F (line 92) | TEST_F(FidoUtilTest, ToNetNode) { function TEST_F (line 97) | TEST_F(FidoUtilTest, ToNetNodeZone) { function TEST_F (line 102) | TEST_F(FidoUtilTest, FidoToWWIVText_Basic) { function TEST_F (line 108) | TEST_F(FidoUtilTest, FidoToWWIVText_BlankLines) { function TEST_F (line 114) | TEST_F(FidoUtilTest, FidoToWWIVText_SoftCr) { function TEST_F (line 121) | TEST_F(FidoUtilTest, FidoToWWIVText_ControlLine) { function TEST_F (line 130) | TEST_F(FidoUtilTest, FidoToWWIVText_SeenBy) { function TEST_F (line 138) | TEST_F(FidoUtilTest, FidoToWWIVText_ControlLine_DoNotConvert) { function TEST_F (line 147) | TEST_F(FidoUtilTest, WWIVToFido_Basic) { function TEST_F (line 153) | TEST_F(FidoUtilTest, WWIVToFido_BlankLines) { function TEST_F (line 159) | TEST_F(FidoUtilTest, WWIVToFido_MalformedControlLine) { function TEST_F (line 166) | TEST_F(FidoUtilTest, WWIVToFido_MsgId) { function TEST_F (line 173) | TEST_F(FidoUtilTest, WWIVToFido_SeenBy) { function TEST_F (line 180) | TEST_F(FidoUtilTest, WWIVToFido_Reply) { function TEST_F (line 187) | TEST_F(FidoUtilTest, WWIVToFido_RemovesControlZ) { function TEST_F (line 193) | TEST_F(FidoUtilTest, WWIVToFido_RemovesControlZs) { function TEST_F (line 199) | TEST_F(FidoUtilTest, WWIVToFido_RemovesControlA) { function TEST_F (line 205) | TEST_F(FidoUtilTest, WWIVToFido_RemovesControlB) { function TEST_F (line 211) | TEST_F(FidoUtilTest, WWIVToFido_RemovesHeart) { function TEST_F (line 217) | TEST_F(FidoUtilTest, WWIVToFido_RemovesHeartAndPipes) { function TEST_F (line 226) | TEST_F(FidoUtilTest, WWIVToFido_HeartAtEnd) { function TEST_F (line 235) | TEST_F(FidoUtilTest, WWIVToFido_PipeAtEnd) { function TEST_F (line 244) | TEST_F(FidoUtilTest, WWIVToFido_ConvertsHeart) { function TEST_F (line 251) | TEST_F(FidoUtilTest, WWIVToFido_ConvertsHeartOnly) { function TEST_F (line 258) | TEST_F(FidoUtilTest, WWIVToFido_ConvertsUserColorPipe) { function TEST_F (line 265) | TEST_F(FidoUtilTest, WWIVToFido_DoesntWhenNotSelected_ConvertsUserColorP... function TEST_F (line 274) | TEST_F(FidoUtilTest, MkTime) { function TEST_F (line 282) | TEST_F(FidoUtilTest, RouteThrough) { function TEST_F (line 307) | TEST_F(FidoUtilTest, FindRouteAddress) { class FidoUtilConfigTest (line 324) | class FidoUtilConfigTest : public testing::Test { method FidoUtilConfigTest (line 326) | FidoUtilConfigTest() { function TEST_F (line 337) | TEST_F(FidoUtilConfigTest, ExistsBundle) { function TEST_F (line 351) | TEST_F(FidoUtilTest, GetAddressFromSingleLine) { function TEST_F (line 371) | TEST_F(FidoUtilTest, FidoToDaten) { function TEST_F (line 376) | TEST_F(FidoUtilTest, TzOffsetFromUTC) { function TEST_F (line 391) | TEST_F(FidoUtilTest, IsPacketFile) { function TEST_F (line 398) | TEST_F(FidoUtilTest, FtnBytesWaiting) { function TEST_F (line 411) | TEST_F(FidoUtilTest, FtnBytesWaiting_NonExistant) { function TEST_F (line 424) | TEST_F(FidoUtilTest, GetAddressFromOrigin) { FILE: sdk/fido/flo_file.cpp type wwiv::sdk::fido (line 35) | namespace wwiv::sdk::fido { function ParseFloFile (line 38) | static std::vector> function FidoAddress (line 164) | FidoAddress FloFile::destination_address() const { return *dest_; } FILE: sdk/fido/flo_file.h type class (line 27) | enum class function class (line 38) | class FloFile { FILE: sdk/fido/flo_test.cpp class FloTest (line 33) | class FloTest : public testing::Test { method FloTest (line 35) | FloTest() { function TEST_F (line 48) | TEST_F(FloTest, FloFile_Exists) { function TEST_F (line 60) | TEST_F(FloTest, FloFile_Smoke) { function TEST_F (line 97) | TEST_F(FloTest, Poll) { FILE: sdk/fido/nodelist.cpp type wwiv::sdk::fido (line 36) | namespace wwiv::sdk::fido { function NodelistKeyword (line 38) | static NodelistKeyword to_keyword(const std::string& k) { function bool_flag (line 53) | static inline bool bool_flag(const std::string& value, const std::stri... function internet_flag (line 61) | static bool internet_flag(const std::string& value, const std::string&... function bool_flag (line 80) | static bool bool_flag(const std::string& value, const std::string& fla... function ToSpaces (line 96) | static std::string ToSpaces(const std::string& orig) { function NodelistEntry (line 247) | const NodelistEntry& Nodelist::entry(const FidoAddress& a) const { function NodelistEntry (line 337) | const NodelistEntry* Nodelist::entry(uint16_t zone, uint16_t net, uint... function year_of (line 350) | static int year_of(time_t t) { function extension_number (line 355) | int extension_number(const std::string& fn) { function latest_extension (line 364) | static std::string latest_extension(const std::map& ey) { FILE: sdk/fido/nodelist.h function namespace (line 35) | namespace wwiv::sdk::fido { FILE: sdk/fido/nodelist_test.cpp function TEST (line 81) | TEST(NodelistTest, Basic) { function TEST (line 88) | TEST(NodelistTest, Zone) { function TEST (line 95) | TEST(NodelistTest, Smoke) { function TEST (line 112) | TEST(NodelistTest, ZoneNet) { function TEST (line 121) | TEST(NodelistTest, Zones) { function TEST (line 131) | TEST(NodelistTest, Has_Zone) { function TEST (line 143) | TEST(NodelistTest, Nets) { function TEST (line 153) | TEST(NodelistTest, Nodes_With_Hub_109) { function TEST (line 163) | TEST(NodelistTest, Nodes_261) { FILE: sdk/fido/test/ftn_directories_test_helper.h function namespace (line 27) | namespace wwiv::sdk::fido::test { FILE: sdk/fido/test/ftn_directories_test_helper_test.cpp class FtnDirectoriesTestHelperTest (line 28) | class FtnDirectoriesTestHelperTest : public testing::Test { method FtnDirectoriesTestHelperTest (line 30) | FtnDirectoriesTestHelperTest() : file_helper_(), helper_(file_helper_) {} function TEST_F (line 38) | TEST_F(FtnDirectoriesTestHelperTest, Name) { ASSERT_EQ("TestNET", helper... function TEST_F (line 40) | TEST_F(FtnDirectoriesTestHelperTest, Address) { function TEST_F (line 44) | TEST_F(FtnDirectoriesTestHelperTest, In) { function TEST_F (line 48) | TEST_F(FtnDirectoriesTestHelperTest, Out) { function TEST_F (line 52) | TEST_F(FtnDirectoriesTestHelperTest, NetDir) { FILE: sdk/files/allow.cpp type wwiv::sdk::files (line 33) | namespace wwiv::sdk::files { function _stripfn (line 37) | static std::string _stripfn(const std::string& file_name) { function icompare_equals (line 49) | static bool icompare_equals(const allow_entry_t& i, const allow_entry_... function icompare_lessthan (line 53) | static bool icompare_lessthan(const allow_entry_t& i, const allow_entr... function allow_entry_t (line 57) | allow_entry_t to_allow_entry(const std::string& fn) { FILE: sdk/files/allow.h type allow_entry_t (line 30) | struct allow_entry_t { function size (line 50) | [[nodiscard]] int size() const; function loaded_ (line 56) | bool loaded_{false}; FILE: sdk/files/allow_test.cpp class AllowTest (line 35) | class AllowTest : public testing::Test { method AllowTest (line 37) | AllowTest() {} method SetUp (line 39) | void SetUp() override { helper.SetUp(); } function TEST_F (line 44) | TEST_F(AllowTest, Empty) { function TEST_F (line 50) | TEST_F(AllowTest, Add) { function TEST_F (line 63) | TEST_F(AllowTest, IsAllowed) { function TEST_F (line 71) | TEST_F(AllowTest, Remove) { function TEST_F (line 81) | TEST_F(AllowTest, Load) { function TEST_F (line 98) | TEST_F(AllowTest, Save) { FILE: sdk/files/arc.cpp type wwiv::sdk::files (line 33) | namespace wwiv::sdk::files { function time_t (line 36) | static time_t dos2time_t(uint16_t dos_date, uint16_t dos_time) { type zip_local_header (line 64) | struct zip_local_header { type zip_central_dir (line 78) | struct zip_central_dir { type zip_end_dir (line 98) | struct zip_end_dir { function archive_method_t (line 110) | archive_method_t zip_method(int z) { function archive_entry_t (line 120) | archive_entry_t create_archive_entry(const Z& z, const char* fn) { function list_archive_zip (line 131) | static std::optional> type arch (line 187) | struct arch { function list_archive_arc (line 196) | static std::optional> list_archive_arc(co... type lharc_header (line 250) | struct lharc_header { function list_archive_lzh (line 262) | static std::optional> list_archive_lzh(co... type arj_header_t (line 377) | struct arj_header_t { function list_archive_arj (line 424) | static std::optional> list_archive_arj(co... function list_archive (line 487) | std::optional> list_archive(const std::fi... function determine_arc_extension (line 521) | std::optional determine_arc_extension(const std::filesyst... function read_arcs (line 563) | std::vector read_arcs(const std::filesystem::path& datadir) { function find_arc_by_extension (line 572) | static std::optional find_arc_by_extension(const std::vector find_arcrec(const std::vector& arcs, function find_arcrec (line 590) | std::optional find_arcrec(const std::vector arcs, cons... FILE: sdk/files/arc.h type arcrec (line 26) | struct arcrec function archive_method_t (line 32) | enum class archive_method_t { FILE: sdk/files/dirs.cpp type wwiv::sdk::files (line 46) | namespace wwiv::sdk::files { function read_dirs (line 70) | std::vector read_dirs(const std::filesystem::path&... function write_dirs (line 83) | bool write_dirs(const std::filesystem::path& datadir, const std::vecto... function directory_t (line 163) | const directory_t& Dirs::dir(const std::string& filename) const { function directory_t (line 172) | directory_t& Dirs::dir(const std::string& filename) { FILE: sdk/files/dirs.h function namespace (line 32) | namespace wwiv::sdk::files { function class (line 83) | class Dirs final { FILE: sdk/files/dirs_cereal.h function namespace (line 30) | namespace wwiv::sdk::files { FILE: sdk/files/dirs_test.cpp class DirsTest (line 38) | class DirsTest: public testing::Test { method SetUp (line 40) | void SetUp() override { function TEST_F (line 46) | TEST_F(DirsTest, Smoke) { FILE: sdk/files/diz.cpp function valid_desc (line 41) | static bool valid_desc(const std::string& description) { function fixup_diz_string (line 52) | static std::string fixup_diz_string(const std::string& orig) { FILE: sdk/files/diz.h function namespace (line 25) | namespace wwiv::sdk::files { FILE: sdk/files/diz_test.cpp class DizTest (line 27) | class DizTest : public testing::Test { method DizTest (line 29) | DizTest() {} function TEST_F (line 33) | TEST_F(DizTest, Smoke) { function TEST_F (line 49) | TEST_F(DizTest, Smoke_NotDescription) { function TEST_F (line 65) | TEST_F(DizTest, BlockChars) { function TEST_F (line 92) | TEST_F(DizTest, EmptyLinesAtStart) { FILE: sdk/files/file_record.cpp type wwiv::sdk::files (line 32) | namespace wwiv::sdk::files { function _align (line 38) | static void _align(char* fn) { function align (line 115) | std::string align(const std::string& file_name) { function unalign (line 125) | std::string unalign(const std::string& file_name) { function FileRecord (line 168) | FileRecord& FileRecord::operator=(const FileRecord& that) { function FileName (line 277) | FileName FileRecord::filename() const { function FilePath (line 289) | std::filesystem::path FilePath(const std::filesystem::path& directory_... function FilePath (line 297) | std::filesystem::path FilePath(const std::filesystem::path& directory_... FILE: sdk/files/file_record.h function namespace (line 28) | namespace wwiv::core { function class (line 34) | class FileName final { FILE: sdk/files/files.cpp type wwiv::sdk::files (line 36) | namespace wwiv::sdk::files { function Clock (line 92) | const Clock* FileApi::clock() const noexcept { function daten_t (line 117) | daten_t FileAreaHeader::daten() const { function FileAreaHeader (line 143) | FileAreaHeader& FileArea::header() const { function CreateSortFunctions (line 193) | std::map CreateSortFunctions() { function FileRecord (line 224) | FileRecord FileArea::ReadFile(int num) { function aligned_wildcard_match (line 400) | bool aligned_wildcard_match(const std::string& l, const std::string& r) { FILE: sdk/files/files.h type class (line 35) | enum class function class (line 42) | class FileApi { function class (line 73) | class FileAreaHeader { function number_of_files (line 115) | [[nodiscard]] int number_of_files() const; function dirty_ (line 173) | bool dirty_{false}; FILE: sdk/files/files_ext.cpp type wwiv::sdk::files (line 33) | namespace wwiv::sdk::files { FILE: sdk/files/files_ext.h function Lock (line 47) | [[nodiscard]] bool Lock() { return true; } function Unlock (line 48) | [[nodiscard]] bool Unlock() { return true; } function Compact (line 51) | [[nodiscard]] bool Compact() { return false; } function directory_t (line 72) | directory_t dir_{} function dirty_ (line 74) | bool dirty_{false}; FILE: sdk/files/files_ext_test.cpp class FilesExtTest (line 42) | class FilesExtTest : public testing::Test { method FilesExtTest (line 44) | FilesExtTest() : api_(helper.datadir()), api_helper_(&api_) { method SetUp (line 47) | void SetUp() override { helper.SetUp(); } method path_for (line 49) | [[nodiscard]] std::filesystem::path path_for(const std::string& filena... method read_dir (line 53) | [[nodiscard]] std::vector read_dir(const std::string& file... function TEST_F (line 70) | TEST_F(FilesExtTest, Smoke) { FILE: sdk/files/files_test.cpp class FilesTest (line 41) | class FilesTest : public testing::Test { method FilesTest (line 43) | FilesTest() : api_(helper.datadir()), api_helper_(&api_) { method SetUp (line 49) | void SetUp() override { method path_for (line 53) | [[nodiscard]] std::filesystem::path path_for(const std::string& filena... method read_dir (line 57) | [[nodiscard]] std::vector read_dir(const std::string& file... function TEST_F (line 75) | TEST_F(FilesTest, Smoke) { function TEST_F (line 82) | TEST_F(FilesTest, Create) { function TEST_F (line 91) | TEST_F(FilesTest, Header) { function TEST_F (line 102) | TEST_F(FilesTest, Add) { function TEST_F (line 116) | TEST_F(FilesTest, Add_ExtendedDescription) { function TEST_F (line 130) | TEST_F(FilesTest, Add_Order) { function TEST_F (line 142) | TEST_F(FilesTest, Add_Sort_FileName_Asc) { function TEST_F (line 157) | TEST_F(FilesTest, Add_Sort_FileName_Desc) { function TEST_F (line 173) | TEST_F(FilesTest, Add_Sort_FileDate_Asc) { function TEST_F (line 190) | TEST_F(FilesTest, Add_Sort_FileDate_Desc) { function TEST_F (line 206) | TEST_F(FilesTest, DeleteFile) { function TEST_F (line 219) | TEST_F(FilesTest, DeleteFile_WrongFile) { function TEST_F (line 231) | TEST_F(FilesTest, DeleteFile_Ext) { function TEST_F (line 259) | TEST_F(FilesTest, DeleteExtendedDescription) { function TEST_F (line 278) | TEST_F(FilesTest, FindFile) { function TEST_F (line 290) | TEST_F(FilesTest, SearchFile) { function TEST_F (line 305) | TEST_F(FilesTest, UpdateFile) { function TEST_F (line 321) | TEST_F(FilesTest, Update_ExtendedDescription) { function TEST (line 342) | TEST(FileRecordTest, Smoke) { function TEST (line 349) | TEST(FileRecordTest, Set_FileName) { function TEST (line 362) | TEST(FileAlignTest, Align) { function TEST (line 372) | TEST(FileAlignTest, Align_WildCard) { function TEST (line 379) | TEST(FileAlignTest, UnAlign) { function TEST (line 392) | TEST(FileNameTest, Smoke) { FILE: sdk/files/filesapi_helper.h function uploadsrec (line 27) | inline uploadsrec ul(const std::string& fn, const std::string& desc, uin... function uploadsrec (line 36) | inline uploadsrec ul(const std::string& fn, const std::string& desc, uin... function class (line 41) | class FilesApiHelper { FILE: sdk/files/tic.cpp type wwiv::sdk::files (line 38) | namespace wwiv::sdk::files { function split_tic_line (line 96) | static std::tuple split_tic_line(const... function FindFileAreaForTic (line 181) | std::optional FindFileAreaForTic(const files::Dirs& dirs,... FILE: sdk/files/tic.h function namespace (line 29) | namespace wwiv::sdk::net { function namespace (line 33) | namespace wwiv::sdk::files { FILE: sdk/files/tic_test.cpp function TEST (line 30) | TEST(TicTest, Smoke) { function TEST (line 100) | TEST(TicTest, Malformed_Addresses) { function TEST (line 124) | TEST(TicTest, FindFileAreaForTic) { function TEST (line 172) | TEST(TicTest, FindFileAreaForTic_NotFound) { FILE: sdk/gfiles.cpp type gfiledirrec (line 47) | struct gfiledirrec { type gfilerec (line 58) | struct gfilerec { type wwiv::sdk (line 70) | namespace wwiv::sdk { function gfile_dir_t (line 147) | const gfile_dir_t& GFiles::dir(const std::string& filename) const { function gfile_dir_t (line 156) | gfile_dir_t& GFiles::dir(const std::string& filename) { FILE: sdk/gfiles.h function namespace (line 29) | namespace wwiv::sdk { function class (line 54) | class GFiles final { FILE: sdk/gfiles_cereal.h function namespace (line 29) | namespace wwiv::sdk { FILE: sdk/instance.cpp type wwiv::sdk (line 39) | namespace wwiv::sdk { function Instance (line 56) | Instance& Instance::operator=(const Instance& o) { function instancerec (line 69) | const instancerec& Instance::ir() const { function instancerec (line 73) | instancerec& Instance::ir() { function DateTime (line 257) | DateTime Instance::started() const { function DateTime (line 261) | DateTime Instance::updated() const { function Instance (line 280) | Instance Instances::at(size_type pos) { FILE: sdk/instance.h function class (line 169) | class Instance final { FILE: sdk/instance_message.cpp type cereal (line 39) | namespace cereal { function save_minimal (line 42) | std::string save_minimal(Archive const&, const wwiv::sdk::instance_mes... function load_minimal (line 46) | void load_minimal(Archive const&, wwiv::sdk::instance_message_type_t& ... function serialize (line 50) | void serialize(Archive& ar, wwiv::sdk::instance_message_t& n) { type wwiv::sdk (line 60) | namespace wwiv::sdk { function create_file (line 62) | static std::optional create_file(const std::filesystem::path& pa... function send_instance_message (line 72) | bool send_instance_message(const Config& config, instance_message_t& m... function instance_message_filespec (line 90) | std::filesystem::path instance_message_filespec(const Config& config, ... function send_instance_string (line 95) | bool send_instance_string(const Config& config, instance_message_type_... function read_all_instance_messages (line 108) | std::vector read_all_instance_messages(const Confi... FILE: sdk/instance_message.h function instance_message_type_t (line 30) | enum class instance_message_type_t { FILE: sdk/instance_message_test.cpp class InstanceMessageTest (line 26) | class InstanceMessageTest : public testing::Test { method InstanceMessageTest (line 28) | InstanceMessageTest() {} function TEST_F (line 33) | TEST_F(InstanceMessageTest, Smoke) { FILE: sdk/key.h function class (line 25) | class key_t final { FILE: sdk/key_cereal.h function namespace (line 28) | namespace cereal { FILE: sdk/menus/menu.cpp type wwiv::sdk::menus (line 45) | namespace wwiv::sdk::menus { function menu_action_56_t (line 77) | menu_action_56_t CreateActionFrom43Execute(const std::string& exec) { function Create56MenuFrom43 (line 118) | std::optional Create56MenuFrom43(const Menu430& m4, int max_ba... function menu_numflag_t (line 189) | menu_numflag_t to_menu_numflag_t(int n) { function menu_logtype_t (line 203) | menu_logtype_t to_menu_logtype(int n) { function menu_help_display_t (line 218) | menu_help_display_t to_menu_help_display(int n) { function LoadCommandHelpJSON (line 228) | std::vector LoadCommandHelpJSON(const std::filesy... function SaveCommandHelpJSON (line 239) | bool SaveCommandHelpJSON(const std::filesystem::path& datadir, FILE: sdk/menus/menu.h function namespace (line 28) | namespace wwiv::sdk { type menu_header_430_t (line 56) | struct menu_header_430_t { type menu_rec_430_t (line 89) | struct menu_rec_430_t { function initialized (line 126) | [[nodiscard]] bool initialized() const noexcept { return initialized_; } function initialized_ (line 134) | bool initialized_{false}; type class (line 140) | enum class type class (line 143) | enum class function menu_help_display_t (line 146) | enum class menu_help_display_t { always, never, on_entrance, user_choice }; type generated_menu_56_t (line 178) | struct generated_menu_56_t { function show_empty_text (line 185) | bool show_empty_text{false}; type menu_56_t (line 189) | struct menu_56_t { type menu_set_t (line 220) | struct menu_set_t { function class (line 231) | class Menu56 { function menu_type_t (line 279) | enum class menu_type_t { short_menu, long_menu }; FILE: sdk/menus/menu_set.cpp type wwiv::sdk::menus (line 37) | namespace wwiv::sdk::menus { function MenuSet56 (line 62) | MenuSet56& MenuSet56::operator=(const MenuSet56& o) { FILE: sdk/menus/menu_set.h function namespace (line 27) | namespace wwiv::sdk::menus { FILE: sdk/menus/menus_cereal.h function namespace (line 28) | namespace cereal { function namespace (line 62) | namespace wwiv::sdk::menus { FILE: sdk/msgapi/email_test.cpp class EmailTest (line 41) | class EmailTest: public testing::Test { method SetUp (line 43) | void SetUp() override { method Add (line 51) | [[nodiscard]] bool Add(uint16_t from, uint16_t to, const std::string& ... function TEST_F (line 66) | TEST_F(EmailTest, BasicCase) { function TEST_F (line 74) | TEST_F(EmailTest, Create) { function TEST_F (line 88) | TEST_F(EmailTest, Delete) { FILE: sdk/msgapi/email_wwiv.cpp type wwiv::sdk::msgapi (line 34) | namespace wwiv::sdk::msgapi { function modify_email_waiting (line 58) | static bool modify_email_waiting(const Config& config, uint16_t email_... function increment_email_counters (line 72) | static bool increment_email_counters(const Config& config, uint16_t em... function is_mailrec_deleted (line 130) | static bool is_mailrec_deleted(const mailrec& h) { FILE: sdk/msgapi/email_wwiv.h function namespace (line 28) | namespace wwiv::sdk::msgapi { FILE: sdk/msgapi/message.cpp type wwiv::sdk::msgapi (line 30) | namespace wwiv::sdk::msgapi { function ToggleBit (line 54) | static void ToggleBit(uint8_t& word, uint8_t bit, bool b) { FILE: sdk/msgapi/message.h function class (line 30) | class MessageHeader { FILE: sdk/msgapi/message_api.cpp type wwiv::sdk::msgapi (line 26) | namespace wwiv::sdk::msgapi { FILE: sdk/msgapi/message_api.h function OverflowStrategy (line 32) | enum class OverflowStrategy { FILE: sdk/msgapi/message_api_wwiv.cpp type wwiv::sdk::msgapi (line 37) | namespace wwiv::sdk::msgapi { FILE: sdk/msgapi/message_api_wwiv.h function namespace (line 30) | namespace wwiv::sdk::msgapi { FILE: sdk/msgapi/message_area.cpp type wwiv::sdk::msgapi (line 27) | namespace wwiv::sdk::msgapi { FILE: sdk/msgapi/message_area.h type class (line 34) | enum class function class (line 42) | class MessageAreaHeader {} function class (line 47) | class MessageAreaLastRead { type MessageAreaOptions (line 62) | struct MessageAreaOptions { function add_re_and_by_line (line 71) | bool add_re_and_by_line{true}; function max_messages (line 102) | [[nodiscard]] int max_messages() const; function set_storage_type (line 106) | void set_storage_type(uint8_t t) { storage_type_ = t; } function virtual (line 108) | [[nodiscard]] virtual const MessageAreaLastRead& last_read() const noexc... FILE: sdk/msgapi/message_area_wwiv.cpp type wwiv::sdk::msgapi (line 42) | namespace wwiv::sdk::msgapi { function WriteHeader (line 53) | static bool WriteHeader(DataFile& file, const WWIVMessageArea... function ReadHeader (line 60) | static std::unique_ptr ReadHeader(DataFile... function IsSamePost (line 562) | static bool IsSamePost(const postrec& l, const postrec& r) { function Message (line 618) | Message WWIVMessageArea::CreateMessage() { function MessageAreaLastRead (line 648) | const MessageAreaLastRead& WWIVMessageArea::last_read() const noexcept... function message_anonymous_t (line 650) | message_anonymous_t WWIVMessageArea::anonymous_type() const noexcept { FILE: sdk/msgapi/message_area_wwiv.h function namespace (line 29) | namespace wwiv::sdk::msgapi { FILE: sdk/msgapi/message_utils_wwiv.h function namespace (line 23) | namespace wwiv::sdk::msgapi { FILE: sdk/msgapi/msgapi_test.cpp class MsgApiTest (line 36) | class MsgApiTest : public testing::Test { method SetUp (line 38) | void SetUp() override { method Message (line 44) | static Message CreateMessage(MessageArea& area, uint16_t from, const s... function TEST_F (line 67) | TEST_F(MsgApiTest, CreateArea) { function TEST_F (line 78) | TEST_F(MsgApiTest, SmokeTest) { function TEST_F (line 94) | TEST_F(MsgApiTest, ToName) { function TEST_F (line 110) | TEST_F(MsgApiTest, Resynch) { function TEST_F (line 147) | TEST_F(MsgApiTest, Resynch_MessageNumber) { FILE: sdk/msgapi/parsed_message.cpp type wwiv::sdk::msgapi (line 28) | namespace wwiv::sdk::msgapi { function split_wwiv_style_message_text (line 35) | std::vector split_wwiv_style_message_text(const std::stri... function has_quote (line 168) | static bool has_quote(const std::string& text) { FILE: sdk/msgapi/parsed_message.h type class (line 34) | enum class type parsed_message_lines_style_t (line 46) | struct parsed_message_lines_style_t { function add_wrapping_marker (line 53) | bool add_wrapping_marker{true}; FILE: sdk/msgapi/parsed_message_test.cpp class ParsedMessageTest (line 38) | class ParsedMessageTest : public ::testing::Test { method ParsedMessageTest (line 40) | ParsedMessageTest() method SetUp (line 45) | void SetUp() override { method expected_string_ftn_format (line 69) | std::string expected_string_ftn_format(size_t pos, const std::string& ... method expected_string_new_msgid_ftn_format (line 74) | std::string expected_string_new_msgid_ftn_format(size_t pos, const std... method expected_string_wwiv (line 79) | std::string expected_string_wwiv(size_t pos, const std::string& val) { method TearDown (line 84) | void TearDown() override { function TEST_F (line 98) | TEST_F(ParsedMessageTest, AfterMsgID) { function TEST_F (line 107) | TEST_F(ParsedMessageTest, AddReplyAndReplaceMsgID) { function TEST_F (line 120) | TEST_F(ParsedMessageTest, AfterMsgID_WWIVControlLines) { function TEST_F (line 129) | TEST_F(ParsedMessageTest, AtEndOfControlLines) { function TEST_F (line 139) | TEST_F(ParsedMessageTest, AtEndOfControlLines_WWIVControlLines) { function TEST (line 149) | TEST(WWIVParsedMessageTest, ToString_StaysSingleLine) { function TEST (line 157) | TEST(WWIVParsedMessageTest, ToString_SplitLineWithContinuations) { function TEST (line 166) | TEST(WWIVParsedMessageTest, ToLines_Smoke) { function TEST (line 183) | TEST(WWIVParsedMessageTest, ToLines_ReattributeQuote) { function TEST (line 198) | TEST(WWIVParsedMessageTest, ToLines_Hang) { function TEST (line 262) | TEST(WWIVParsedMessageTest, ToLines_B1498) { function TEST (line 292) | TEST(WWIVParsedMessageTest, ToLines_B1498_120) { FILE: sdk/msgapi/type2_text.cpp type wwiv::sdk::msgapi (line 30) | namespace wwiv::sdk::msgapi { function MSG_STARTING (line 41) | constexpr auto MSG_STARTING(S section) { return section * GATSECLEN + ... FILE: sdk/msgapi/type2_text.h function namespace (line 29) | namespace wwiv { FILE: sdk/msgapi/type2_text_test.cpp class Type2TextTest (line 35) | class Type2TextTest : public testing::Test { method SetUp (line 37) | void SetUp() override { method CreateMsgTextFile (line 42) | [[nodiscard]] bool CreateMsgTextFile() const { method save_message (line 52) | [[nodiscard]] std::optional save_message(const std::string... method readfile (line 56) | [[nodiscard]] std::optional readfile(const messagerec& m)... function TEST_F (line 65) | TEST_F(Type2TextTest, Empty) { function TEST_F (line 76) | TEST_F(Type2TextTest, NotEmpty) { function TEST_F (line 84) | TEST_F(Type2TextTest, Save_Then_Load) { function TEST_F (line 99) | TEST_F(Type2TextTest, TwoBlocks) { function TEST_F (line 116) | TEST_F(Type2TextTest, Reuse_Block_After_Delete) { function TEST_F (line 130) | TEST_F(Type2TextTest, Move_To_Next_Gat_Section) { FILE: sdk/names.cpp type wwiv::sdk (line 35) | namespace wwiv::sdk { function smalrec (line 41) | static smalrec smalrec_for(uint32_t user_number, const std::vector> function ParseAddressesFile (line 65) | static bool ParseAddressesFile(std::map* nod... function net_call_out_rec (line 222) | const net_call_out_rec* Callout::net_call_out_for(int node) const { function net_call_out_rec (line 231) | const net_call_out_rec* Callout::net_call_out_for(const std::string& n... function DumpCallout (line 266) | static std::string DumpCallout(const net_call_out_rec& n) { FILE: sdk/net/callout.h function namespace (line 26) | namespace wwiv::sdk { FILE: sdk/net/callout_test.cpp class CalloutTest (line 29) | class CalloutTest : public testing::Test {} function TEST_F (line 31) | TEST_F(CalloutTest, SimpleLine) { function TEST_F (line 38) | TEST_F(CalloutTest, WithPassword) { function TEST_F (line 48) | TEST_F(CalloutTest, WithPassword_Bang) { function TEST_F (line 57) | TEST_F(CalloutTest, OncePerDay) { function TEST_F (line 67) | TEST_F(CalloutTest, LotsOfOptions) { function TEST_F (line 79) | TEST_F(CalloutTest, MinMax) { function TEST_F (line 91) | TEST_F(CalloutTest, EveryWeekWith10k) { function TEST_F (line 102) | TEST_F(CalloutTest, InvalidLine) { function TEST_F (line 109) | TEST_F(CalloutTest, NodeConfig) { FILE: sdk/net/callouts.cpp type wwiv::sdk::net (line 30) | namespace wwiv::sdk::net { function network_callout_config_t (line 32) | network_callout_config_t to_network_callout_config_t(const net_call_ou... function allowed_to_call (line 40) | bool allowed_to_call(const network_callout_config_t& con) { function allowed_to_call (line 44) | bool allowed_to_call(const net_call_out_rec& con, const DateTime& dt) { function should_call (line 69) | bool should_call(const NetworkContact& ncn, const net_call_out_rec& co... function should_call (line 74) | bool should_call(const NetworkContact& ncn, const network_callout_conf... FILE: sdk/net/callouts.h function namespace (line 25) | namespace wwiv::sdk::net { FILE: sdk/net/callouts_test.cpp function time_t (line 34) | static time_t to_time_t(int mon, int day, int hour, int min) { function time_t (line 44) | static time_t fake_time_t() { return to_time_t(0, 1, 6, 1); } class CalloutsTest (line 46) | class CalloutsTest : public testing::Test { method CalloutsTest (line 48) | CalloutsTest() : t_(fake_time_t()), dt_(DateTime::from_time_t(fake_tim... function TEST_F (line 58) | TEST_F(CalloutsTest, NoCall) { function TEST_F (line 65) | TEST_F(CalloutsTest, ByTime) { function TEST_F (line 95) | TEST_F(CalloutsTest, ShouldCall_CallAnyay_TimeToCall) { function TEST_F (line 106) | TEST_F(CalloutsTest, ShouldCall_CallAnyay_NotTimeYet) { function TEST_F (line 117) | TEST_F(CalloutsTest, ShouldCall_CallAnyay_MinK) { function TEST_F (line 130) | TEST_F(CalloutsTest, ShouldCall_CallAnyay_MinKNotMet) { FILE: sdk/net/connect.cpp type wwiv::sdk (line 38) | namespace wwiv::sdk { function PopStringToUnsignedShort (line 41) | static uint16_t PopStringToUnsignedShort(I& iter, const C& c) { function PopStringToFloat (line 50) | static float PopStringToFloat(I& iter, const C& c) { function SkipWhiteSpace (line 59) | static void SkipWhiteSpace(I& iter, const C& c) { function ParseConnectNetLine (line 67) | bool ParseConnectNetLine(const std::string& ss, net_interconnect_rec* ... function ParseConnectFile (line 103) | static bool ParseConnectFile(std::map*... function net_interconnect_rec (line 134) | const net_interconnect_rec* Connect::node_config_for(int node) const { function DumpConnect (line 142) | static std::string DumpConnect(const net_interconnect_rec& n) { FILE: sdk/net/connect.h function namespace (line 27) | namespace wwiv::sdk { FILE: sdk/net/contact.cpp type wwiv::sdk (line 38) | namespace wwiv::sdk { function fixup_long (line 127) | static void fixup_long(daten_t& f) { function NetworkContact (line 177) | NetworkContact* Contact::contact_rec_for(int node) { function NetworkContact (line 182) | NetworkContact* Contact::contact_rec_for(const std::string& node) { function DumpCallout (line 266) | static std::string DumpCallout(const NetworkContact& n) { function network_contact_record (line 294) | network_contact_record to_network_contact_record(const net_contact_rec... FILE: sdk/net/contact.h function namespace (line 30) | namespace wwiv::sdk { FILE: sdk/net/contact_test.cpp class ContactTest (line 31) | class ContactTest : public testing::Test { method ContactTest (line 33) | ContactTest() { function TEST_F (line 43) | TEST_F(ContactTest, SimpleCase) { function TEST_F (line 59) | TEST_F(ContactTest, MultipleConnects) { function TEST_F (line 77) | TEST_F(ContactTest, WithFailure) { function TEST_F (line 95) | TEST_F(ContactTest, EnsureBytesWaitingClears) { FILE: sdk/net/ftn_msgdupe.cpp type wwiv::sdk (line 40) | namespace wwiv::sdk { FILE: sdk/net/ftn_msgdupe.h type msgids (line 32) | struct msgids { function initialized_ (line 71) | bool initialized_{ false }; FILE: sdk/net/ftn_msgdupe_test.cpp class FtnMsgDupeTest (line 45) | class FtnMsgDupeTest : public testing::Test { method FtnMsgDupeTest (line 47) | FtnMsgDupeTest() {} method CreateDupes (line 49) | [[nodiscard]] bool CreateDupes(const std::vector& ids) const { method SetLastMessageId (line 60) | [[nodiscard]] bool SetLastMessageId(uint32_t message_id) const { function as64 (line 75) | uint64_t as64(uint32_t header, uint32_t msgid) { function TEST_F (line 79) | TEST_F(FtnMsgDupeTest, As64) { function TEST_F (line 92) | TEST_F(FtnMsgDupeTest, MsgId_NoExists) { function TEST_F (line 106) | TEST_F(FtnMsgDupeTest, Exists) { function TEST_F (line 122) | TEST_F(FtnMsgDupeTest, Smoke) { function TEST_F (line 129) | TEST_F(FtnMsgDupeTest, Remove) { FILE: sdk/net/legacy_net.h type daten_t (line 25) | typedef uint32_t daten_t; type net_header_rec (line 40) | struct net_header_rec { type net_contact_rec (line 105) | struct net_contact_rec { type net_system_list_rec (line 139) | struct net_system_list_rec { type net_networks_rec_disk (line 171) | struct net_networks_rec_disk { FILE: sdk/net/net.cpp type wwiv::sdk::net (line 33) | namespace wwiv::sdk::net { function to_string (line 46) | std::string to_string(const Network& n) { FILE: sdk/net/net.h function namespace (line 36) | namespace wwiv::sdk::net { type net_call_out_rec (line 72) | struct net_call_out_rec { type class (line 126) | enum class type class (line 127) | enum class function fido_mailer_t (line 128) | enum class fido_mailer_t { unset, flo, attach }; type fido_network_config_t (line 221) | struct fido_network_config_t { function allow_any_pipe_codes (line 263) | bool allow_any_pipe_codes{true}; type class (line 272) | enum class function network_number (line 296) | [[nodiscard]] int network_number() const noexcept { return network_numbe... FILE: sdk/net/network_test.cpp class NetworkTest (line 39) | class NetworkTest : public testing::Test { method NetworkTest (line 41) | NetworkTest() { method SetUp (line 47) | void SetUp() override { method CreateNetworksDat (line 50) | [[nodiscard]] bool CreateNetworksDat(std::vector names) c... method Networks (line 71) | [[nodiscard]] Networks& test_networks() const { return *networks_; } function TEST_F (line 77) | TEST_F(NetworkTest, Networks_At) { function TEST_F (line 84) | TEST_F(NetworkTest, Networks_Bracket) { function TEST_F (line 91) | TEST_F(NetworkTest, Networks_Dir) { function TEST_F (line 101) | TEST_F(NetworkTest, Networks_NetworkNumber) { function TEST_F (line 109) | TEST_F(NetworkTest, Networks_Contains) { FILE: sdk/net/networks.cpp type wwiv::sdk (line 42) | namespace wwiv::sdk { function Network (line 62) | const Network& Networks::at(const std::string& name) const { function create_255_network (line 73) | static std::unique_ptr create_255_network() { function Network (line 84) | const Network& Networks::at(size_type num) const { function Network (line 103) | Network& Networks::at(size_type num) { function Network (line 122) | Network& Networks::at(const std::string& name) { FILE: sdk/net/networks.h function namespace (line 28) | namespace wwiv::sdk { FILE: sdk/net/networks_cereal.h function namespace (line 35) | namespace std::filesystem { function namespace (line 52) | namespace cereal { FILE: sdk/net/packets.cpp type wwiv::sdk::net (line 38) | namespace wwiv::sdk::net { function send_local_email (line 40) | bool send_local_email(const Network& network, net_header_rec& nh, cons... function send_network_email (line 45) | bool send_network_email(const std::string& filename, const Network& ne... function delete_packet (line 61) | bool delete_packet(File& f, NetPacket& packet) { function read_packet (line 73) | std::tuple read_packet(File& f, bool... function write_deadnet_packet (line 127) | bool write_deadnet_packet(const std::filesystem::path& dir, NetPacket&... function write_wwivnet_packet (line 136) | bool write_wwivnet_packet(const std::filesystem::path& path, const Net... function NetInfoFileName (line 172) | static std::string NetInfoFileName(uint16_t type) { function NetInfoFileInfo (line 196) | NetInfoFileInfo GetNetInfoFileInfo(NetPacket& p) { function need_to_update_routing (line 250) | static bool need_to_update_routing(uint16_t main_type) { function number_of_header_lines (line 264) | static int number_of_header_lines(uint16_t main_type) { function get_forsys (line 395) | uint16_t get_forsys(const wwiv::sdk::BbsListNet& b, uint16_t node) { function ParsedNetPacketText (line 451) | ParsedNetPacketText ParsedNetPacketText::FromText(uint16_t typ, const ... function ParsedNetPacketText (line 466) | ParsedNetPacketText ParsedNetPacketText::FromNetPacket(const NetPacket... function rename_pend (line 487) | void rename_pend(const std::filesystem::path& directory, const std::st... function create_pend (line 507) | std::string create_pend(const std::filesystem::path& directory, bool l... function main_type_name (line 525) | std::string main_type_name(uint16_t typ) { function net_info_minor_type_name (line 578) | std::string net_info_minor_type_name(uint16_t typ) { function get_subtype_from_packet_text (line 607) | std::string get_subtype_from_packet_text(const std::string& text) { function NetPacket (line 613) | NetPacket create_packet_from_wwiv_message(const wwiv::sdk::msgapi::Mes... function change_subtype_to (line 656) | static std::string change_subtype_to(const std::string& org_text, cons... function write_wwivnet_packet_or_log (line 665) | bool write_wwivnet_packet_or_log(const Network& net, char network_app_id, function send_post_to_subscribers (line 681) | bool send_post_to_subscribers(const std::vector& nets, int or... FILE: sdk/net/packets.h function namespace (line 30) | namespace wwiv::sdk { type class (line 41) | enum class type class (line 45) | enum class function std (line 61) | [[nodiscard]] const std::string& text() const noexcept { return text_; } function set_source (line 68) | void set_source(NetPacketSource s) { source_ = s; } function set_offset (line 73) | void set_offset(wwiv::core::File::size_type o) { offset_ = o; } function set_end_offset (line 78) | void set_end_offset(wwiv::core::File::size_type o) { end_offset_ = o; } function net_header_rec (line 84) | net_header_rec nh{} function noexcept (line 198) | [[nodiscard]] bool operator==(iterator other) const noexcept { function noexcept (line 205) | bool operator!=(iterator other) const noexcept { return !(*this == other... function NetPacket (line 206) | [[nodiscard]] NetPacket operator*() { return packet_; } function ReadNetPacketResponse (line 212) | ReadNetPacketResponse response_{ReadNetPacketResponse::NOT_OPENED}; function Close (line 222) | void Close() noexcept; function ReadNetPacketResponse (line 242) | ReadNetPacketResponse last_read_response_{ReadNetPacketResponse::NOT_OPE... type NetInfoFileInfo (line 305) | struct NetInfoFileInfo { function valid (line 309) | bool valid{false}; function subscribers_send_to_t (line 334) | enum class subscribers_send_to_t { hosted_and_gated_only, all_subscriber... FILE: sdk/net/packets_test.cpp class PacketsTest (line 33) | class PacketsTest : public testing::Test { method PacketsTest (line 35) | PacketsTest(){} method CreateFakePacketText (line 36) | std::string CreateFakePacketText(const std::string& subtype, const std... method NetPacket (line 56) | NetPacket CreatePacket(const std::string& subtype, const std::string& ... function TEST_F (line 78) | TEST_F(PacketsTest, GetNetInfoFileInfo_Smoke) { function TEST_F (line 101) | TEST_F(PacketsTest, UpdateRouting_Smoke) { function TEST_F (line 137) | TEST_F(PacketsTest, GetMessageField) { function TEST_F (line 149) | TEST_F(PacketsTest, FromPacketText_FromPacketText_NewPost) { function TEST_F (line 159) | TEST_F(PacketsTest, FromPacketText_ToPacketText_Email_NotName) { function TEST_F (line 172) | TEST_F(PacketsTest, FromPacketText_ToPacketText_EmailName) { function TEST_F (line 185) | TEST_F(PacketsTest, FromPacketText_Malformed) { function TEST_F (line 194) | TEST_F(PacketsTest, PacketFileReader_Smoke) { FILE: sdk/net/subscribers.cpp type wwiv::sdk (line 33) | namespace wwiv::sdk { function ReadFidoSubcriberFile (line 35) | std::set ReadFidoSubcriberFile(const std::filesystem::pat... function ReadSubcriberFile (line 60) | std::set ReadSubcriberFile(const std::filesystem::path& path) { function WriteSubcriberFile (line 80) | bool WriteSubcriberFile(const std::filesystem::path& path, const std::... function WriteFidoSubcriberFile (line 92) | bool WriteFidoSubcriberFile(const std::filesystem::path& path, const s... FILE: sdk/net/subscribers.h function namespace (line 25) | namespace wwiv::sdk { FILE: sdk/phone_numbers.cpp type wwiv::sdk (line 34) | namespace wwiv::sdk { FILE: sdk/phone_numbers.h type phonerec (line 25) | struct phonerec function namespace (line 27) | namespace wwiv::sdk { FILE: sdk/phone_numbers_test.cpp class PhoneNumbersTest (line 37) | class PhoneNumbersTest : public testing::Test { method CreatePhoneNumDat (line 39) | bool CreatePhoneNumDat(const Config& config) { function TEST_F (line 61) | TEST_F(PhoneNumbersTest, Find) { function TEST_F (line 74) | TEST_F(PhoneNumbersTest, Insert) { function TEST_F (line 90) | TEST_F(PhoneNumbersTest, Erase) { FILE: sdk/qscan.cpp type wwiv::sdk (line 23) | namespace wwiv::sdk { function calculate_qscan_length (line 28) | size_t calculate_qscan_length(size_t max_subs, size_t max_dirs) { FILE: sdk/qscan.h function class (line 34) | class qscan_bitset { FILE: sdk/qscan_test.cpp class QScanTest (line 32) | class QScanTest : public testing::Test { method QScanTest (line 34) | QScanTest() {} function TEST_F (line 39) | TEST_F(QScanTest, Smoke) { function TEST_F (line 51) | TEST_F(QScanTest, Dirs_Smoke) { function TEST_F (line 72) | TEST_F(QScanTest, Subs_Smoke) { function TEST_F (line 94) | TEST_F(QScanTest, BitSet) { FILE: sdk/qwk_config.cpp type wwiv::sdk (line 35) | namespace wwiv::sdk{ function serialize (line 37) | void serialize(Archive& ar, qwk_bulletin& s) { function serialize (line 42) | void serialize(Archive& ar, qwk_config& s) { function qwk_system_name (line 54) | std::string qwk_system_name(const qwk_config& c, const std::string& sy... function qwk_config (line 68) | static qwk_config read_qwk_cfg_430(const Config& config) { function qwk_config (line 115) | qwk_config read_qwk_cfg(const Config& config) { function write_qwk_cfg (line 125) | void write_qwk_cfg(const Config& config, const qwk_config& c) { FILE: sdk/qwk_config.h function namespace (line 28) | namespace wwiv::sdk { FILE: sdk/sdk_helper.cpp function statusrec_t (line 41) | static statusrec_t create_status() { FILE: sdk/sdk_helper.h function class (line 30) | class SdkHelper : public wwiv::sdk::BbsDirectories { FILE: sdk/sdk_test_main.cpp function main (line 23) | int main(int argc, char* argv[]) { FILE: sdk/ssm.cpp type wwiv::sdk (line 35) | namespace wwiv::sdk { FILE: sdk/ssm.h function namespace (line 26) | namespace wwiv::sdk { FILE: sdk/status.cpp type wwiv::sdk (line 38) | namespace wwiv::sdk { function sysoplog_filename (line 40) | static std::string sysoplog_filename(const std::string& d) { FILE: sdk/status.h function namespace (line 31) | namespace wwiv::sdk { FILE: sdk/subs_cereal.h function namespace (line 28) | namespace wwiv::sdk { FILE: sdk/subxtr.cpp type wwiv::sdk (line 46) | namespace wwiv::sdk { function FindNetworkByName (line 75) | static int FindNetworkByName(const std::vector& net_networks,... function ParseXSubsLine (line 84) | bool ParseXSubsLine(const std::vector& net_networks, const st... function read_subs_xtr (line 110) | bool read_subs_xtr(const std::filesystem::path& datadir, const std::ve... function write_subs_xtr (line 167) | bool write_subs_xtr(const std::filesystem::path& datadir, const std::v... function read_subs (line 198) | std::vector read_subs(const std::filesystem::path &... function write_subs (line 212) | bool write_subs(const std::filesystem::path& datadir, function subboard_t (line 359) | const subboard_t& Subs::sub(const std::string& filename) const { function subboard_t (line 368) | subboard_t& Subs::sub(const std::string& filename) { FILE: sdk/subxtr.h type subboard_network_data_t (line 36) | struct subboard_network_data_t { type subboard_t (line 46) | struct subboard_t { function anony (line 62) | uint8_t anony{0} function maxmsgs (line 65) | uint16_t maxmsgs{0} function storage_type (line 67) | uint8_t storage_type{0} function colorize_text (line 73) | bool colorize_text{false}; type subboard_52_t (line 77) | struct subboard_52_t { function subboard_t (line 117) | [[nodiscard]] const subboard_t& sub(std::size_t n) const { return stl::a... function subboard_t (line 118) | [[nodiscard]] const subboard_t& sub(const std::string& filename) const; function subboard_t (line 122) | const subboard_t& operator[](std::size_t n) const { return sub(n); } function subboard_t (line 123) | const subboard_t& operator[](const std::string& filename) const { return... function set_sub (line 129) | void set_sub(int n, subboard_t s) { subs_[n] = std::move(s); } type xtrasubsnetrec (line 159) | struct xtrasubsnetrec { type xtrasubsrec (line 175) | struct xtrasubsrec { FILE: sdk/subxtr_test.cpp type wwiv::sdk (line 37) | namespace wwiv::sdk { class SubXtrTest (line 50) | class SubXtrTest: public testing::Test { method SetUp (line 52) | void SetUp() override { method dir (line 59) | [[nodiscard]] std::string dir() const { return helper.files_.TempDir()... method CreateTempFile (line 60) | void CreateTempFile(const std::string& name, const std::string& conten... function TEST_F (line 68) | TEST_F(SubXtrTest, Write) { function equal (line 85) | static bool equal(const xtrasubsnetrec& x1, const xtrasubsnetrec& x2) { function equal (line 101) | static bool equal(const xtrasubsrec& x1, const xtrasubsrec& x2) { function TEST_F (line 116) | TEST_F(SubXtrTest, Read) { function TEST_F (line 142) | TEST_F(SubXtrTest, JsonSmoke) { FILE: sdk/user.cpp type wwiv::sdk (line 37) | namespace wwiv::sdk { function User (line 60) | User& User::operator=(const User& rhs) { function User (line 69) | User& User::operator=(User&& rhs) noexcept { function seconds (line 205) | seconds User::add_extratime(duration extra) { function seconds (line 210) | seconds User::subtract_extratime(duration extra) { function seconds (line 220) | seconds User::add_timeon(duration d) { function seconds (line 225) | seconds User::add_timeon_today(duration d) { function seconds (line 230) | seconds User::timeon() const { function seconds (line 235) | seconds User::timeontoday() const { function ResetTodayUserStats (line 287) | void ResetTodayUserStats(User* u) { function AddCallToday (line 296) | int AddCallToday(User* u) { function years_old (line 311) | int years_old(const User* u, Clock& clock) { FILE: sdk/user.h type validation_config_t (line 53) | struct validation_config_t function class (line 58) | class User final { FILE: sdk/user_test.cpp function TEST (line 27) | TEST(UserTest, Birthday) { function TEST (line 34) | TEST(UserTest, YearsOld) { function TEST (line 46) | TEST(UserAsvTest, SL) { function TEST (line 55) | TEST(UserAsvTest, SL_Lower) { function TEST (line 64) | TEST(UserAsvTest, DSL) { function TEST (line 73) | TEST(UserAsvTest, DSL_Lower) { function User (line 82) | User CreateUser(int sl, int dsl, int ar, int dar, uint16_t r) { function TEST (line 92) | TEST(UserAsvTest, AR) { function TEST (line 100) | TEST(UserAsvTest, AR_Lower) { function TEST (line 108) | TEST(UserAsvTest, DAR) { function TEST (line 116) | TEST(UserAsvTest, DAR_Lower) { function TEST (line 124) | TEST(UserAsvTest, Restrict) { function TEST (line 132) | TEST(UserAsvTest, Restrict_Lower) { FILE: sdk/usermanager.cpp type wwiv::sdk (line 41) | namespace wwiv::sdk { function DeleteSmallRecord (line 142) | static void DeleteSmallRecord(StatusMgr& sm, Names& names, const char ... function InsertSmallRecord (line 159) | static void InsertSmallRecord(StatusMgr& sm, Names& names, int user_nu... function delete_votes (line 168) | static bool delete_votes(const std::filesystem::path& datadir, User& u... function deluser (line 190) | static bool deluser(int user_number, const Config& config, UserManager... FILE: sdk/usermanager.h function namespace (line 28) | namespace wwiv::sdk { FILE: sdk/uuid_cereal.h function namespace (line 26) | namespace cereal { FILE: sdk/value/value.cpp type wwiv::sdk::value (line 32) | namespace wwiv::sdk::value { function Value (line 88) | Value Value::eval(Value l, Operator op, Value r) { function Ar (line 234) | Ar Value::as_ar() const { FILE: sdk/value/value.h function Ar (line 46) | Ar(const char* ar) : Ar(std::string(ar)) {} function as_integer (line 50) | [[nodiscard]] int as_integer() const; function ValueType (line 61) | enum class ValueType { unknown, number, string, boolean, ar }; FILE: sdk/value/valueprovider.cpp type wwiv::sdk::value (line 26) | namespace wwiv::sdk::value { FILE: sdk/value/valueprovider.h function namespace (line 26) | namespace wwiv::sdk::value { FILE: sdk/vardec.h type daten_t (line 38) | typedef uint32_t daten_t; type userrec (line 43) | struct userrec { type slrec (line 228) | struct slrec { type valrec (line 238) | struct valrec { type arcrec_424_t (line 247) | struct arcrec_424_t { type arcrec (line 255) | struct arcrec { type configrec_header_t (line 269) | struct configrec_header_t { type configrec (line 284) | struct configrec { type legacy_configovrrec_424_t (line 407) | struct legacy_configovrrec_424_t { type statusrec_t (line 417) | struct statusrec_t { type subboardrec_422_t (line 483) | struct subboardrec_422_t { type directoryrec_422_t (line 513) | struct directoryrec_422_t { type smalrec (line 535) | struct smalrec { type messagerec (line 543) | struct messagerec { type source_verified_message_t (line 552) | struct source_verified_message_t { type network_message_t (line 561) | struct network_message_t { type subfile_header_t (line 567) | struct subfile_header_t { type postrec (line 593) | struct postrec { type mailrec (line 625) | struct mailrec { type shortmsgrec (line 647) | struct shortmsgrec { type voting_response (line 654) | struct voting_response { type votingrec (line 661) | struct votingrec { type uploadsrec (line 670) | struct uploadsrec { type zlogrec (line 688) | struct zlogrec { type chainfilerec_422 (line 700) | struct chainfilerec_422 { type chainregrec_422 (line 710) | struct chainregrec_422 { type newexternalrec (line 725) | struct newexternalrec { type editorrec (line 743) | struct editorrec { type usersubrec (line 756) | struct usersubrec { type ext_desc_type (line 891) | struct ext_desc_type { type filestatusrec (line 905) | struct filestatusrec { type phonerec (line 999) | struct phonerec { type ext_desc_rec (line 1006) | struct ext_desc_rec { type instancerec (line 1011) | struct instancerec { FILE: sdk/wwivcolors.h function namespace (line 25) | namespace sdk { FILE: sdk/wwivd_config.cpp type cereal (line 38) | namespace cereal { function save_minimal (line 40) | std::string save_minimal(Archive const&, const wwiv::sdk::wwivd_data_m... function load_minimal (line 46) | void load_minimal(Archive const&, wwiv::sdk::wwivd_data_mode_t& t, con... type wwiv::sdk (line 53) | namespace wwiv::sdk { function serialize (line 56) | void serialize(Archive& ar, wwivd_blocking_t &b) { function serialize (line 74) | void serialize(Archive& ar, wwivd_matrix_entry_t &a) { function serialize (line 90) | void serialize(Archive & ar, wwivd_config_t &a) { FILE: sdk/wwivd_config.h type class (line 49) | enum class type wwivd_matrix_entry_t (line 51) | struct wwivd_matrix_entry_t { function wwiv_bbs (line 78) | bool wwiv_bbs{ true }; function ssh_port (line 108) | int ssh_port{-1}; FILE: wwivconfig/archivers.cpp function edit_arc (line 38) | static void edit_arc(int arc_number, arcrec* a) { function create_arcs (line 77) | bool create_arcs(UIWindow* window, const std::filesystem::path& datadir) { function edit_archivers (line 113) | bool edit_archivers(wwiv::sdk::Config& config) { FILE: wwivconfig/archivers.h function namespace (line 25) | namespace wwiv::local::ui { FILE: wwivconfig/autoval.cpp function create_autoval_line (line 36) | static std::string create_autoval_line(Config& config, int n) { function edit_autoval (line 64) | static void edit_autoval(Config& config, int n) { function autoval_levs (line 91) | void autoval_levs(Config& config) { FILE: wwivconfig/colors.cpp function colors (line 31) | void colors(Config&, color_config_t& c, CursesWindow* ) { FILE: wwivconfig/convert.cpp type wwiv::wwivconfig::convert (line 61) | namespace wwiv::wwivconfig::convert { type user_config (line 63) | struct user_config { function write_and_log (line 77) | void write_and_log(UIWindow* window, const std::string& m) { function final_wwiv_config_dat_version (line 82) | int final_wwiv_config_dat_version() { function ShowBanner (line 88) | static void ShowBanner(UIWindow* window, const std::string& m) { function ensure_offsets_are_updated (line 96) | bool ensure_offsets_are_updated(UIWindow* window, const Config430& con... function config_upgrade_state_t (line 136) | config_upgrade_state_t convert_config_to_52(UIWindow* window, const st... function convert_to_v1 (line 167) | static bool convert_to_v1(UIWindow* window, Config& config) { function subboard_t (line 279) | subboard_t ConvertJsonFile::ConvertType(con... function directory_t (line 302) | directory_t ConvertJsonFile::ConvertType(... function chain_t (line 317) | chain_t ConvertJsonFile::ConvertType(const chain_... function convert_to_v2 (line 333) | static bool convert_to_v2(UIWindow* window, Config& config) { function convert_menu (line 355) | static bool convert_menu(const std::filesystem::path& menu_dir, const ... function convert_to_v3 (line 380) | static bool convert_to_v3(UIWindow* window, Config& config) { function convert_to_v4 (line 406) | static bool convert_to_v4(UIWindow* window, Config& config) { function convert_to_v5 (line 449) | bool convert_to_v5(UIWindow* window, Config& config) { function UseMinimalNewUserInfo (line 485) | static bool UseMinimalNewUserInfo(IniFile& ini) { function convert_to_v6 (line 493) | bool convert_to_v6(UIWindow* window, Config& config) { function config_upgrade_state_t (line 527) | static config_upgrade_state_t ensure_latest_5x_config(UIWindow* window... function convert_config_424_to_430 (line 569) | bool convert_config_424_to_430(UIWindow* window, const std::filesystem... function ShouldContinue (line 618) | ShouldContinue do_wwiv_upgrades(UIWindow* window, const std::string& b... FILE: wwivconfig/convert.h function namespace (line 24) | namespace wwiv::local::ui { function namespace (line 27) | namespace wwiv::sdk { type class (line 32) | enum class function config_upgrade_state_t (line 34) | enum class config_upgrade_state_t { already_latest, upgraded }; FILE: wwivconfig/convert_jsonfile.h function namespace (line 37) | namespace wwiv::wwivconfig::convert { function Save (line 74) | bool Save(const std::vector& e) { FILE: wwivconfig/editors.cpp function edit_editor (line 41) | static void edit_editor(editorrec& e) { function extrn_editors (line 140) | void extrn_editors(const wwiv::sdk::Config& config) { FILE: wwivconfig/levels.cpp function create_extra_help_items (line 36) | static std::vector create_extra_help_items() { function JumpToSl (line 41) | static uint8_t JumpToSl(CursesWindow* window) { function sec_levs (line 55) | void sec_levs(Config& config) { FILE: wwivconfig/menus.cpp class ActionPickerSubDialog (line 55) | class ActionPickerSubDialog final : public SubDialog { method ActionPickerSubDialog (line 57) | ActionPickerSubDialog(const Config& config, std::vector { method FidoNetworkConfigSubDialog (line 146) | FidoNetworkConfigSubDialog(const Config& config, std::filesystem::path... method RunSubDialog (line 151) | void RunSubDialog(CursesWindow* window) override { function edit_fido_node_config (line 249) | static void edit_fido_node_config(const FidoAddress& a, fido_node_config... class FidoPacketConfigSubDialog (line 326) | class FidoPacketConfigSubDialog : public SubDialog { method FidoPacketConfigSubDialog (line 328) | FidoPacketConfigSubDialog(const Config& config, std::filesystem::path ... method RunSubDialog (line 332) | void RunSubDialog(CursesWindow* window) override { function edit_wwivnet_node_config (line 394) | static void edit_wwivnet_node_config(const Network& net, net_call_out_re... class CalloutNetSubDialog (line 431) | class CalloutNetSubDialog final : public SubDialog { method CalloutNetSubDialog (line 433) | CalloutNetSubDialog(const Config& config, std::filesystem::path bbsdir... method RunSubDialog (line 437) | void RunSubDialog(CursesWindow* window) override { function edit_net (line 502) | static void edit_net(const Config& config, Networks& networks, int nn) { function insert_net (line 561) | static bool insert_net(const Config& config, Networks& networks, int nn,... function networks (line 662) | void networks(const wwiv::sdk::Config& config, std::set& need_netwo... FILE: wwivconfig/new_user.cpp function newuser_settings (line 32) | void newuser_settings(wwiv::sdk::Config& config, wwiv::sdk::newuser_conf... FILE: wwivconfig/new_user.h function namespace (line 58) | namespace wwiv { FILE: wwivconfig/newinit.cpp function write_qscn (line 52) | static void write_qscn(const Config& config, unsigned int un, uint32_t* ... function unzip_file (line 61) | static bool unzip_file(UIWindow* window, const std::string& zipfile, con... function init_files (line 79) | static void init_files(UIWindow* window, const std::string& bbsdir, bool... function new_init (line 328) | bool new_init(UIWindow* window, const std::string& bbsdir, bool unzip_fi... FILE: wwivconfig/newinit.h function namespace (line 24) | namespace wwiv::local::ui { FILE: wwivconfig/paths.cpp function setpaths (line 31) | void setpaths(wwiv::sdk::Config& config) { FILE: wwivconfig/protocols.cpp function prot_name (line 44) | static std::string prot_name(const std::vector& externs,... function load_protocols (line 64) | static void load_protocols(const std::filesystem::path& datadir, std::ve... function edit_prot (line 82) | static void edit_prot(std::vector& externs, function extrn_prots (line 153) | void extrn_prots(const std::filesystem::path& datadir) { FILE: wwivconfig/script_ui.cpp function script_ui (line 30) | void script_ui(Config& config) { FILE: wwivconfig/subacc.cpp function GetCurrentReadMessageArea (line 43) | static int GetCurrentReadMessageArea() { return current_read_message_are... function SetCurrentReadMessageArea (line 45) | static void SetCurrentReadMessageArea(int n) { current_read_message_area... function GetNumMessagesInCurrentMessageArea (line 49) | int GetNumMessagesInCurrentMessageArea() { return nNumMsgsInCurrentSub; } function SetNumMessagesInCurrentMessageArea (line 51) | static void SetNumMessagesInCurrentMessageArea(int n) { nNumMsgsInCurren... function close_sub (line 53) | void close_sub() { function open_sub (line 59) | bool open_sub(bool wr) { function iscan1 (line 82) | bool iscan1(int si, const wwiv::sdk::Subs& subs, const wwiv::sdk::Config... function get_post (line 132) | std::optional get_post(int mn) { function write_post (line 150) | void write_post(int mn, const postrec& pp) { FILE: wwivconfig/subacc.h function namespace (line 25) | namespace wwiv::sdk { type postrec (line 29) | struct postrec FILE: wwivconfig/subsdirs.cpp function input_number (line 37) | static auto input_number(CursesWindow* window, int max_digits) -> T { function convert_to (line 52) | static void convert_to(CursesWindow* window, uint16_t num_subs, uint16_t... function up_subs_dirs (line 143) | void up_subs_dirs(wwiv::sdk::Config& config) { FILE: wwivconfig/sysop_account.cpp function create_sysop_account (line 42) | void create_sysop_account(Config& config) { FILE: wwivconfig/system_info.cpp function print_time (line 37) | static std::string print_time(uint16_t t) { function get_time (line 41) | static uint16_t get_time(const std::string& s) { class TimeEditItem (line 57) | class TimeEditItem final : public EditItem { method TimeEditItem (line 59) | TimeEditItem(uint16_t* data) : EditItem(5, data) {} method EditlineResult (line 62) | EditlineResult Run(CursesWindow* window) override { method DefaultDisplay (line 71) | void DefaultDisplay(CursesWindow* window) const override { class Float53EditItem (line 77) | class Float53EditItem final : public EditItem { method Float53EditItem (line 79) | Float53EditItem(float* data) : EditItem(5, data) {} method EditlineResult (line 82) | EditlineResult Run(CursesWindow* window) override { method DefaultDisplay (line 101) | void DefaultDisplay(CursesWindow* window) const override { class NewUserSubDialog (line 111) | class NewUserSubDialog final : public SubDialog { method NewUserSubDialog (line 113) | NewUserSubDialog(wwiv::sdk::Config& c, T& t, method RunSubDialog (line 118) | void RunSubDialog(CursesWindow* window) override { fn_(c_, t__, window... function sysinfo1 (line 128) | void sysinfo1(wwiv::sdk::Config& config) { FILE: wwivconfig/toggles.cpp function toggles (line 29) | void toggles(wwiv::sdk::Config&, wwiv::sdk::system_toggles_t& t, CursesW... FILE: wwivconfig/user_editor.cpp function IsUserDeleted (line 51) | static bool IsUserDeleted(userrec* user) { return user->inact & wwiv::sd... function show_user (line 53) | static void show_user(EditItems* items, userrec* user) { function show_error_no_users (line 89) | static void show_error_no_users(CursesWindow* window) { function create_extra_help_items (line 93) | static std::vector create_extra_help_items() { function JumpToUser (line 98) | static int JumpToUser(CursesWindow* window, const std::filesystem::path&... function write_semaphore_if_user_online (line 127) | static void write_semaphore_if_user_online(const wwiv::sdk::Config& conf... function user_editor (line 151) | void user_editor(const wwiv::sdk::Config& config) { FILE: wwivconfig/utility.cpp function fix_user_rec (line 37) | static void fix_user_rec(userrec* u) { function number_userrecs (line 50) | int number_userrecs(const std::filesystem::path& datadir) { function read_user (line 60) | void read_user(const Config& config, int un, userrec* u) { function write_user (line 78) | void write_user(const Config& config, int un, userrec* u) { function save_status (line 91) | void save_status(const std::filesystem::path& datadir, const statusrec_t... function read_status (line 100) | bool read_status(const std::filesystem::path& datadir, statusrec_t& stat... FILE: wwivconfig/utility.h type statusrec_t (line 25) | struct statusrec_t type userrec (line 26) | struct userrec function namespace (line 28) | namespace wwiv::sdk { FILE: wwivconfig/wwivconfig.cpp function CreateConfigOvrAndUpdateSysConfig (line 67) | static bool CreateConfigOvrAndUpdateSysConfig(Config& config, const std:... function main (line 142) | int main(int argc, char* argv[]) { function CreateSysopAccountIfNeeded (line 157) | static bool CreateSysopAccountIfNeeded(const std::string& bbsdir) { function ShowHelp (line 183) | static void ShowHelp(CommandLine& cmdline) { function config430_offsets_matches_actual (line 188) | static bool config430_offsets_matches_actual(const Config430& config) { function config_dat_or_json_exists (line 213) | static bool config_dat_or_json_exists() { function legacy_4xx_menu (line 217) | bool legacy_4xx_menu(const Config430& config430, UIWindow* window) { FILE: wwivconfig/wwivconfig.h function class (line 25) | class WWIVConfigApplication final { FILE: wwivconfig/wwivconfig_test_main.cpp function main (line 23) | int main(int argc, char* argv[]) { FILE: wwivconfig/wwivd_ui.cpp function blocked_country_subdialog (line 35) | static void blocked_country_subdialog(const Config&, wwivd_blocking_t& b... function edit_blocking (line 86) | static void edit_blocking(const Config& config, wwivd_blocking_t& b, Cur... function edit_matrix_entry (line 149) | static void edit_matrix_entry(const Config& config, wwivd_matrix_entry_t... function matrix_subdialog (line 208) | static void matrix_subdialog(const Config& config, wwivd_config_t& c, Cu... function wwivd_matrix_entry_t (line 255) | static wwivd_matrix_entry_t CreateWWIVMatrixEntry() { function SaveDaemonConfig (line 277) | bool SaveDaemonConfig(const wwiv::sdk::Config& config, wwivd_config_t& c... function wwivd_config_t (line 279) | wwivd_config_t LoadDaemonConfig(const wwiv::sdk::Config& config) { function wwivd_ui (line 317) | void wwivd_ui(const Config& config) { FILE: wwivd/connection_data.h function namespace (line 29) | namespace wwiv { FILE: wwivd/ips.cpp type wwiv::wwivd (line 38) | namespace wwiv::wwivd { function LoadLinesIntoSet (line 47) | static bool LoadLinesIntoSet(std::unordered_set& s, const... function serialize (line 207) | void serialize(Archive & ar, auto_blocked_entry_t &a) { FILE: wwivd/ips.h function namespace (line 32) | namespace wwiv::wwivd { function class (line 64) | class AutoBlocker final { FILE: wwivd/nets.cpp type wwiv::wwivd (line 43) | namespace wwiv::wwivd { function NetworkContact (line 58) | static NetworkContact network_contact_from_last_time(const fido::FidoA... function one_net_ftn_callout (line 68) | static void one_net_ftn_callout(const Config& config, const Network& n... function one_net_wwivnet_callout (line 109) | static void one_net_wwivnet_callout(const Network& net, const wwivd_co... function one_callout_loop (line 140) | static void one_callout_loop(const Config& config, const wwivd_config_... function do_wwivd_callout_loop (line 155) | static void do_wwivd_callout_loop(const Config& config, const wwivd_co... function do_wwivd_callouts (line 198) | void do_wwivd_callouts(const Config& config, const wwivd_config_t& c, ... FILE: wwivd/nets.h function namespace (line 26) | namespace wwiv::wwivd { FILE: wwivd/node_manager.cpp type wwiv::wwivd (line 33) | namespace wwiv::wwivd { function to_string (line 35) | std::string to_string(ConnectionType t) { function NodeStatus (line 133) | NodeStatus& NodeManager::status_for_unlocked(int node) { return nodes_... function NodeStatus (line 135) | NodeStatus NodeManager::status_for_copy(int node) { FILE: wwivd/node_manager.h function namespace (line 30) | namespace wwiv::sdk { type class (line 36) | enum class type NodeStatus (line 47) | struct NodeStatus { function class (line 57) | class NodeManager final { FILE: wwivd/wwivd.cpp type wwiv::wwivd (line 69) | namespace wwiv::wwivd { function DeleteAllSemaphores (line 74) | static bool DeleteAllSemaphores(const Config& config, int start_node, ... function Main (line 93) | int Main(CommandLine& cmdline) { function main (line 203) | int main(int argc, char* argv[]) { FILE: wwivd/wwivd.h function namespace (line 27) | namespace wwiv::sdk { function namespace (line 31) | namespace wwiv::wwivd { FILE: wwivd/wwivd_http.cpp type wwiv::wwivd (line 47) | namespace wwiv::wwivd { type status_reponse_v0_t (line 57) | struct status_reponse_v0_t { type status_line_t (line 63) | struct status_line_t { type status_reponse_t (line 80) | struct status_reponse_t { function to_json (line 87) | void to_json(nlohmann::json& j, const status_reponse_v0_t& v) { function from_json (line 92) | void from_json(const nlohmann::json& j, status_reponse_v0_t& v) { function to_json (line 99) | void to_json(nlohmann::json& j, const status_line_t& v) { function from_json (line 109) | void from_json(const nlohmann::json& j, status_line_t& v) { function to_json (line 119) | void to_json(nlohmann::json& j, const status_reponse_t& v) { function from_json (line 124) | void from_json(const nlohmann::json& j, status_reponse_t& v) { function ToJson (line 130) | std::string ToJson(status_reponse_t r) { function ToJson (line 137) | std::string ToJson(status_reponse_v0_t r) { function StatusHandler (line 147) | void StatusHandler(std::map& element... function CreateCommandLine (line 73) | std::string CreateCommandLine(const std::string& tmpl, std::map h) { h->Handl... function HandleBinkPConnection (line 698) | void HandleBinkPConnection(std::unique_ptr h) { h->... FILE: wwivd/wwivd_non_http.h function namespace (line 31) | namespace wwiv::wwivd { FILE: wwivd/wwivd_non_http_test.cpp function TEST (line 39) | TEST(GoodIps, IsAlwaysAllowed) { function TEST (line 48) | TEST(BadIps, Smoke) { function TEST (line 67) | TEST(AutoBlock, ShouldBlock) { function TEST (line 85) | TEST(AutoBlock, Escalate1) { function TEST (line 105) | TEST(AutoBlock, Escalate_All) { function TEST (line 161) | TEST(AutoBlock, ShouldNotBlock) { FILE: wwivd/wwivd_os2.cpp type wwiv::wwivd (line 46) | namespace wwiv::wwivd { function signal_handler (line 53) | void signal_handler(int mysignal) { function BeforeStartServer (line 74) | void BeforeStartServer() { function SwitchToNonRootUser (line 82) | void SwitchToNonRootUser(const std::string&) { function ExecCommandAndWait (line 86) | bool ExecCommandAndWait(const wwivd_config_t& wc, wwiv::wwivd::NodeManag... FILE: wwivd/wwivd_test_main.cpp function main (line 28) | int main(int argc, char* argv[]) { FILE: wwivd/wwivd_unix.cpp type wwiv::wwivd (line 64) | namespace wwiv::wwivd { function signal_handler (line 73) | void signal_handler(int mysignal) { function BeforeStartServer (line 102) | void BeforeStartServer() { function uid_t (line 124) | static uid_t GetWWIVUserId(const string& username) { function gid_t (line 134) | static gid_t GetWWIVUserGroupId(const string& username) { function SwitchToNonRootUser (line 144) | void SwitchToNonRootUser(const std::string& wwiv_user) { function ExecCommandAndWait (line 160) | bool ExecCommandAndWait(const wwivd_config_t& wc, wwiv::wwivd::NodeManag... FILE: wwivd/wwivd_win.cpp type wwiv::wwivd (line 38) | namespace wwiv::wwivd { function signal_handler (line 45) | void signal_handler(int mysignal) { function BOOL (line 73) | static BOOL WINAPI WWIVDConsoleHandlerRoutine(_In_ DWORD dwCtrlType) { function BeforeStartServer (line 82) | void BeforeStartServer() { function SwitchToNonRootUser (line 96) | void SwitchToNonRootUser(const std::string&) { function ExecCommandAndWait (line 99) | bool ExecCommandAndWait(const wwivd_config_t& wc, wwiv::wwivd::NodeManag... FILE: wwivfsed/fsedconfig.cpp type wwiv::wwivfsed (line 45) | namespace wwiv::wwivfsed { function LocalIO (line 77) | LocalIO* FsedConfig::CreateLocalIO() const { function RemoteIO (line 94) | RemoteIO* FsedConfig::CreateRemoteIO(local::io::LocalIO* local_io) con... FILE: wwivfsed/fsedconfig.h type class (line 33) | enum class function bbs_type_t (line 35) | [[nodiscard]] bbs_type_t bbs_type() const noexcept { return bbs_type_; } function local (line 37) | [[nodiscard]] bool local() const noexcept { return local_; } function pause (line 39) | [[nodiscard]] bool pause() const noexcept { return pause_; } function pause_ (line 55) | bool pause_{false}; FILE: wwivfsed/wwivfsed.cpp type wwiv::wwivfsed (line 61) | namespace wwiv::wwivfsed { function MessageEditorData (line 140) | MessageEditorData FsedApplication::CreateMessageEditorData() { function main (line 263) | int main(int argc, char** argv) { FILE: wwivfsed/wwivfsed.h function namespace (line 31) | namespace wwiv::sdk { function namespace (line 34) | namespace wwiv::wwivfsed { FILE: wwivutil/acs/acs.cpp type wwiv::wwivutil::acs (line 38) | namespace wwiv::wwivutil::acs { FILE: wwivutil/acs/acs.h function namespace (line 23) | namespace wwiv::wwivutil::acs { FILE: wwivutil/command.cpp type wwiv::wwivutil (line 33) | namespace wwiv::wwivutil { function Configuration (line 50) | Configuration* UtilCommand::config() const { FILE: wwivutil/command.h function class (line 32) | class Configuration final { FILE: wwivutil/conf/conf.cpp type wwiv::wwivutil (line 39) | namespace wwiv::wwivutil { function DisplayConferences (line 41) | static void DisplayConferences(const std::set& c5, char ... class ConfDumpCommand (line 50) | class ConfDumpCommand final : public UtilCommand { method ConfDumpCommand (line 52) | ConfDumpCommand() : UtilCommand("dump", "Displays the info about a c... method GetUsage (line 54) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 62) | int Execute() override { method AddSubCommands (line 91) | bool AddSubCommands() override { class ConfConvertCommand (line 98) | class ConfConvertCommand final : public UtilCommand { method ConfConvertCommand (line 100) | ConfConvertCommand() : UtilCommand("convert", "Converts 4.3x confere... method GetUsage (line 102) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 108) | int Execute() override { method AddSubCommands (line 146) | bool AddSubCommands() override final { FILE: wwivutil/conf/conf.h function namespace (line 23) | namespace wwiv::wwivutil { FILE: wwivutil/config/config.cpp type wwiv::wwivutil (line 36) | namespace wwiv::wwivutil { function show_version (line 38) | static int show_version(const Config& config) { function set_version (line 47) | static bool set_version(Config& config, uint16_t wwiv_ver, uint32_t re... class ConfigVersionCommand (line 73) | class ConfigVersionCommand final : public UtilCommand { method ConfigVersionCommand (line 75) | ConfigVersionCommand() : UtilCommand("version", "Sets or Gets the co... method GetUsage (line 77) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 84) | int Execute() override { method AddSubCommands (line 105) | bool AddSubCommands() override { class ConfigConvertCommand (line 112) | class ConfigConvertCommand final : public UtilCommand { method ConfigConvertCommand (line 114) | ConfigConvertCommand() : UtilCommand("convert", "converts the config... method GetUsage (line 116) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 123) | int Execute() override { method AddSubCommands (line 146) | bool AddSubCommands() override { FILE: wwivutil/config/config.h function namespace (line 23) | namespace wwiv::wwivutil { FILE: wwivutil/email/email.cpp type wwiv::wwivutil (line 45) | namespace wwiv::wwivutil { function WWIVMessageApi (line 58) | WWIVMessageApi& BaseEmailSubCommand::api() noexcept { class DeleteEmailCommand (line 66) | class DeleteEmailCommand final : public BaseEmailSubCommand { method DeleteEmailCommand (line 68) | DeleteEmailCommand() method GetUsage (line 73) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 80) | int Execute() override { method AddSubCommands (line 111) | bool AddSubCommands() override { class AddEmailCommand (line 117) | class AddEmailCommand final : public BaseEmailSubCommand { method AddEmailCommand (line 119) | AddEmailCommand() : BaseEmailSubCommand("add", "Creates/Adds a new e... method AddSubCommands (line 121) | bool AddSubCommands() override { method GetUsage (line 131) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 139) | [[nodiscard]] int Execute() override { FILE: wwivutil/email/email.h function namespace (line 27) | namespace wwiv::wwivutil { FILE: wwivutil/fido/dump_fido_packet.cpp type wwiv::wwivutil::fido (line 39) | namespace wwiv::wwivutil::fido { function fido_attrib_to_string (line 41) | static std::string fido_attrib_to_string(uint16_t a) { function dump_stored_message (line 79) | static int dump_stored_message(const std::string& filename) { function dump_packet_file (line 120) | static int dump_packet_file(const std::string& filename) { function dump_file (line 183) | static int dump_file(const std::string& filename) { FILE: wwivutil/fido/dump_fido_packet.h function namespace (line 24) | namespace wwiv::wwivutil::fido { FILE: wwivutil/fido/dump_fido_subscribers.cpp type wwiv::wwivutil::fido (line 37) | namespace wwiv::wwivutil::fido { function dump_file (line 39) | static int dump_file(const std::filesystem::path& filename) { FILE: wwivutil/fido/dump_fido_subscribers.h function namespace (line 24) | namespace wwiv::wwivutil::fido { FILE: wwivutil/fido/dump_nodelist.cpp type wwiv::wwivutil::fido (line 36) | namespace wwiv::wwivutil::fido { function dump_file (line 38) | static int dump_file(const std::string& filename) { FILE: wwivutil/fido/dump_nodelist.h function namespace (line 24) | namespace wwiv::wwivutil::fido { FILE: wwivutil/fido/fido.cpp type wwiv::wwivutil::fido (line 31) | namespace wwiv::wwivutil::fido { FILE: wwivutil/fido/fido.h function namespace (line 23) | namespace wwiv::wwivutil::fido { FILE: wwivutil/files/allow.cpp type wwiv::wwivutil::files (line 35) | namespace wwiv::wwivutil::files { class AllowListCommand (line 38) | class AllowListCommand final : public UtilCommand { method AllowListCommand (line 40) | AllowListCommand() : UtilCommand("list", "Lists the contents of allo... method GetUsage (line 42) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 48) | int Execute() override { method AddSubCommands (line 64) | bool AddSubCommands() override { return true; } class AllowAddCommand (line 67) | class AllowAddCommand final : public UtilCommand { method AllowAddCommand (line 69) | AllowAddCommand() : UtilCommand("add", "Add to the contents of allow... method GetUsage (line 71) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 77) | int Execute() override { method AddSubCommands (line 96) | bool AddSubCommands() override { return true; } class AllowedCommand (line 99) | class AllowedCommand final : public UtilCommand { method AllowedCommand (line 101) | AllowedCommand() : UtilCommand("allowed", "Is the file allowed (i.e.... method GetUsage (line 103) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 109) | int Execute() override { method AddSubCommands (line 124) | bool AddSubCommands() override { return true; } class AllowDeleteCommand (line 127) | class AllowDeleteCommand final : public UtilCommand { method AllowDeleteCommand (line 129) | AllowDeleteCommand() : UtilCommand("delete", "Delete from the conten... method GetUsage (line 131) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 137) | int Execute() override { method AddSubCommands (line 156) | bool AddSubCommands() override { return true; } FILE: wwivutil/files/allow.h function namespace (line 24) | namespace wwiv::wwivutil::files { FILE: wwivutil/files/arc.cpp type wwiv::wwivutil::files (line 35) | namespace wwiv::wwivutil::files { class ArcViewCommand (line 38) | class ArcViewCommand final : public UtilCommand { method ArcViewCommand (line 40) | ArcViewCommand() : UtilCommand("view", "Views the contents of an arc... method GetUsage (line 42) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 48) | int Execute() override { method AddSubCommands (line 76) | bool AddSubCommands() override { return true; } class ArcCmdCommand (line 79) | class ArcCmdCommand final : public UtilCommand { method ArcCmdCommand (line 81) | ArcCmdCommand() : UtilCommand("cmd", "Gets the commands to use for a... method GetUsage (line 83) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 89) | int Execute() override { method AddSubCommands (line 112) | bool AddSubCommands() override { return true; } FILE: wwivutil/files/arc.h function namespace (line 24) | namespace wwiv::wwivutil::files { FILE: wwivutil/files/files.cpp type wwiv::wwivutil::files (line 46) | namespace wwiv::wwivutil::files { function ReadAreas (line 48) | static std::optional> class AreasCommand (line 57) | class AreasCommand final : public UtilCommand { method AreasCommand (line 59) | AreasCommand() method GetUsage (line 62) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 68) | int Execute() override { method AddSubCommands (line 87) | bool AddSubCommands() override { class ListCommand (line 93) | class ListCommand final : public UtilCommand { method ListCommand (line 95) | ListCommand() method GetUsage (line 98) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 104) | int Execute() override { method AddSubCommands (line 167) | bool AddSubCommands() override { class DeleteFileCommand (line 173) | class DeleteFileCommand final : public UtilCommand { method DeleteFileCommand (line 175) | DeleteFileCommand() : UtilCommand("delete", "Deleate a file in an ar... method GetUsage (line 177) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 184) | int Execute() override { method AddSubCommands (line 227) | bool AddSubCommands() override { FILE: wwivutil/files/files.h function namespace (line 23) | namespace wwiv::wwivutil::files { FILE: wwivutil/files/tic.cpp type wwiv::wwivutil::files (line 31) | namespace wwiv::wwivutil::files { class TicValidateCommand (line 34) | class TicValidateCommand final : public UtilCommand { method TicValidateCommand (line 36) | TicValidateCommand() : UtilCommand("validate", "Validates the conten... method GetUsage (line 38) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 44) | int Execute() override { method AddSubCommands (line 69) | bool AddSubCommands() override { return true; } FILE: wwivutil/files/tic.h function namespace (line 24) | namespace wwiv::wwivutil::files { FILE: wwivutil/fix/dirs.cpp type wwiv::wwivutil (line 39) | namespace wwiv::wwivutil { function ensure_path_exists (line 45) | static bool ensure_path_exists(const wwiv::sdk::files::directory_t& d,... function CheckDirForDuplicates (line 60) | std::unordered_set CheckDirForDuplicates(sdk::files::File... function RewriteExtendedDescriptions (line 84) | static std::optional> function file_size (line 164) | static uint32_t file_size(const std::filesystem::path& path) { function CheckAttributes (line 169) | static bool CheckAttributes(const wwiv::sdk::files::directory_t& dir, ... function CheckExtendedDirAndAttributes (line 210) | bool CheckExtendedDirAndAttributes(const wwiv::sdk::Config& config, co... function checkFileAreas (line 221) | static void checkFileAreas(const wwiv::sdk::Config& config, bool /* ve... FILE: wwivutil/fix/dirs.h function namespace (line 24) | namespace wwiv::wwivutil { FILE: wwivutil/fix/fix.cpp type wwiv::wwivutil (line 30) | namespace wwiv::wwivutil { FILE: wwivutil/fix/fix.h function namespace (line 23) | namespace wwiv::wwivutil { FILE: wwivutil/fix/users.cpp type wwiv::wwivutil (line 39) | namespace wwiv::wwivutil { function dateFromTimeTForLog (line 52) | static std::string dateFromTimeTForLog(time_t t) { function checkFileSize (line 57) | static bool checkFileSize(File& file, unsigned long len) { function saveStatus (line 74) | static void saveStatus(const std::filesystem::path& datadir) { function initStatusDat (line 82) | static bool initStatusDat(const std::filesystem::path& datadir) { FILE: wwivutil/fix/users.h function namespace (line 27) | namespace wwiv::wwivutil { FILE: wwivutil/help.cpp type wwiv::wwivutil (line 35) | namespace wwiv::wwivutil { FILE: wwivutil/help.h function namespace (line 23) | namespace wwiv::wwivutil { FILE: wwivutil/instance/instance.cpp type wwiv::wwivutil (line 34) | namespace wwiv::wwivutil { class InstanceDumpCommand (line 43) | class InstanceDumpCommand final : public UtilCommand { method InstanceDumpCommand (line 45) | InstanceDumpCommand(): UtilCommand("dump", "Displays WWIV instance i... method GetUsage (line 47) | [[nodiscard]] std::string GetUsage() const override { method flags_to_string (line 54) | [[nodiscard]] static std::string flags_to_string(uint16_t flags) { method Execute (line 68) | int Execute() override { method AddSubCommands (line 91) | bool AddSubCommands() override { FILE: wwivutil/instance/instance.h function namespace (line 23) | namespace wwiv::wwivutil { FILE: wwivutil/menus/menus.cpp type wwiv::wwivutil (line 41) | namespace wwiv::wwivutil { function DisplayMenu (line 43) | static void DisplayMenu(const menus::Menu56& m5) { class MenusDumpCommand (line 58) | class MenusDumpCommand final : public UtilCommand { method MenusDumpCommand (line 60) | MenusDumpCommand() : UtilCommand("dump", "Displays the info of a men... method GetUsage (line 62) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 70) | int Execute() override { method AddSubCommands (line 97) | bool AddSubCommands() override { class MenusConvertCommand (line 104) | class MenusConvertCommand final : public UtilCommand { method MenusConvertCommand (line 106) | MenusConvertCommand() : UtilCommand("convert", "Converts a 4.3x menu... method GetUsage (line 108) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 116) | int Execute() override { method AddSubCommands (line 144) | bool AddSubCommands() override { FILE: wwivutil/menus/menus.h function namespace (line 23) | namespace wwiv::wwivutil { FILE: wwivutil/messages/messages.cpp type wwiv::wwivutil (line 49) | namespace wwiv::wwivutil { function subboard_t (line 51) | static subboard_t default_sub(const std::string& fn) { function find_sub (line 60) | static std::optional find_sub(const wwiv::sdk::Subs& subs,... class DeleteMessageCommand (line 105) | class DeleteMessageCommand final : public BaseMessagesSubCommand { method DeleteMessageCommand (line 107) | DeleteMessageCommand() method GetUsage (line 112) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 119) | int Execute() override { method AddSubCommands (line 156) | bool AddSubCommands() override { class PostMessageCommand (line 162) | class PostMessageCommand final : public BaseMessagesSubCommand { method PostMessageCommand (line 164) | PostMessageCommand() : BaseMessagesSubCommand("post", "Posts a new m... method AddSubCommands (line 166) | bool AddSubCommands() override { method GetUsage (line 181) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 189) | [[nodiscard]] int Execute() override { class PackMessageCommand (line 250) | class PackMessageCommand final : public BaseMessagesSubCommand { method PackMessageCommand (line 252) | PackMessageCommand() : BaseMessagesSubCommand("pack", "Packs a WWIV ... method AddSubCommands (line 254) | bool AddSubCommands() override { method GetUsage (line 262) | [[nodiscard]] std::string GetUsage() const override { method backup (line 269) | static bool backup(const Config& config, const std::string& name) { method Execute (line 276) | int Execute() override { FILE: wwivutil/messages/messages.h function namespace (line 27) | namespace wwiv::wwivutil { FILE: wwivutil/net/dump_bbsdata.cpp type wwiv::wwivutil (line 35) | namespace wwiv::wwivutil { FILE: wwivutil/net/dump_bbsdata.h function namespace (line 24) | namespace wwiv::wwivutil { FILE: wwivutil/net/dump_callout.cpp type wwiv::wwivutil (line 34) | namespace wwiv::wwivutil { FILE: wwivutil/net/dump_callout.h function namespace (line 24) | namespace wwiv::wwivutil { FILE: wwivutil/net/dump_connect.cpp type wwiv::wwivutil (line 33) | namespace wwiv::wwivutil { FILE: wwivutil/net/dump_connect.h function namespace (line 26) | namespace wwiv::wwivutil { FILE: wwivutil/net/dump_contact.cpp type wwiv::wwivutil (line 37) | namespace wwiv::wwivutil { FILE: wwivutil/net/dump_contact.h function namespace (line 24) | namespace wwiv::wwivutil { FILE: wwivutil/net/dump_packet.cpp type wwiv::wwivutil (line 40) | namespace wwiv::wwivutil { function dump_file (line 42) | int dump_file(const std::filesystem::path& filename) { FILE: wwivutil/net/dump_packet.h function namespace (line 23) | namespace wwiv::wwivutil { FILE: wwivutil/net/dump_subscribers.cpp type wwiv::wwivutil::net (line 34) | namespace wwiv::wwivutil::net { function dump_file (line 36) | static int dump_file(const std::string& filename) { FILE: wwivutil/net/dump_subscribers.h function namespace (line 23) | namespace wwiv::wwivutil::net { FILE: wwivutil/net/list.cpp type wwiv::wwivutil (line 34) | namespace wwiv::wwivutil { FILE: wwivutil/net/list.h function namespace (line 24) | namespace wwiv::wwivutil { FILE: wwivutil/net/net.cpp type wwiv::wwivutil (line 38) | namespace wwiv::wwivutil { FILE: wwivutil/net/net.h function namespace (line 23) | namespace wwiv::wwivutil { FILE: wwivutil/net/req.cpp type wwiv::wwivutil (line 38) | namespace wwiv::wwivutil { FILE: wwivutil/net/req.h function namespace (line 24) | namespace wwiv::wwivutil { FILE: wwivutil/net/send.cpp type wwiv::wwivutil::net (line 39) | namespace wwiv::wwivutil::net { function find_sub (line 42) | static std::optional find_sub(const Subs& subs, int networ... FILE: wwivutil/net/send.h function namespace (line 24) | namespace wwiv::wwivutil::net { FILE: wwivutil/print/print.cpp type wwiv::wwivutil (line 46) | namespace wwiv::wwivutil { type pipe_state_t (line 59) | enum class pipe_state_t { text, pipe } function PipeCodesToAnsi (line 60) | static std::string PipeCodesToAnsi(const std::string & s) { FILE: wwivutil/print/print.h function namespace (line 23) | namespace wwiv::wwivutil { FILE: wwivutil/status/status.cpp type wwiv::wwivutil (line 35) | namespace wwiv::wwivutil { function show_qscan (line 37) | static int show_qscan(const Config& config) { function set_qscan (line 44) | static int set_qscan(const Config& config, uint32_t qscan) { class StatusQScanCommand (line 55) | class StatusQScanCommand final : public UtilCommand { method StatusQScanCommand (line 57) | StatusQScanCommand(): UtilCommand("qscan", "Sets or Gets the qscan h... method GetUsage (line 58) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 64) | int Execute() override { method AddSubCommands (line 91) | bool AddSubCommands() override { class StatusDumpCommand (line 97) | class StatusDumpCommand final : public UtilCommand { method StatusDumpCommand (line 99) | StatusDumpCommand(): UtilCommand("dump", "Displays status.dat.") {} method GetUsage (line 101) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 108) | int Execute() override { method AddSubCommands (line 118) | bool AddSubCommands() override { FILE: wwivutil/status/status.h function namespace (line 23) | namespace wwiv::wwivutil { FILE: wwivutil/subs/import.cpp type wwiv::wwivutil (line 35) | namespace wwiv::wwivutil { FILE: wwivutil/subs/import.h function namespace (line 23) | namespace wwiv::wwivutil { FILE: wwivutil/subs/subs.cpp type wwiv::wwivutil (line 43) | namespace wwiv::wwivutil { function WWIVReadLastRead (line 48) | static uint32_t WWIVReadLastRead(const std::filesystem::path& datadir,... class SubsListCommand (line 75) | class SubsListCommand final : public UtilCommand { method SubsListCommand (line 77) | SubsListCommand() : UtilCommand("areas", "Lists the message areas") {} method GetUsage (line 79) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 85) | int Execute() override { method AddSubCommands (line 106) | bool AddSubCommands() override { FILE: wwivutil/subs/subs.h function namespace (line 23) | namespace wwiv::wwivutil { FILE: wwivutil/users/users.cpp type wwiv::wwivutil (line 34) | namespace wwiv::wwivutil { class UsersAsvCommand (line 36) | class UsersAsvCommand final : public UtilCommand { method UsersAsvCommand (line 38) | UsersAsvCommand(): UtilCommand("asv", "Execute automatic sysop valid... method GetUsage (line 40) | [[nodiscard]] std::string GetUsage() const override { method Execute (line 47) | int Execute() override { method AddSubCommands (line 91) | bool AddSubCommands() override { FILE: wwivutil/users/users.h function namespace (line 23) | namespace wwiv::wwivutil { FILE: wwivutil/util.cpp type wwiv::wwivutil (line 21) | namespace wwiv::wwivutil { function dump_char (line 23) | void dump_char(std::ostream& out, char ch) { FILE: wwivutil/util.h function namespace (line 24) | namespace wwiv::wwivutil { FILE: wwivutil/wwivutil.cpp type wwiv::wwivutil (line 48) | namespace wwiv::wwivutil { class WWIVUtil (line 50) | class WWIVUtil final { method WWIVUtil (line 52) | WWIVUtil() = delete; method WWIVUtil (line 53) | WWIVUtil(const WWIVUtil&) = delete; method WWIVUtil (line 54) | WWIVUtil(WWIVUtil&&) = delete; method WWIVUtil (line 55) | WWIVUtil& operator=(const WWIVUtil&) = delete; method WWIVUtil (line 56) | WWIVUtil& operator=(WWIVUtil&&) = delete; method WWIVUtil (line 58) | WWIVUtil(int argc, char *argv[]) : cmdline_(argc, argv, "net") { method Main (line 66) | int Main() { method Add (line 107) | void Add(std::unique_ptr&& cmd) { method SetConfigs (line 116) | void SetConfigs() { function main (line 129) | int main(int argc, char *argv[]) {