MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / FSBaseURL

Class FSBaseURL

tinyemu/fs_net.c:80–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78} FSINodeRegStateEnum;
79
80typedef struct FSBaseURL {
81 struct list_head link;
82 int ref_count;
83 char *base_url_id;
84 char *url;
85 char *user;
86 char *password;
87 BOOL encrypted;
88 AES_KEY aes_state;
89} FSBaseURL;
90
91typedef struct FSINode {
92 struct list_head link;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected