Searched defs:FileData (Results 1 – 3 of 3) sorted by relevance
56 struct FileData { struct57 FILE *fp;58 std::string filename;59 std::string name;60 std::string type;62 int64_t upsize;63 int64_t totalsize;64 uint32_t fileIndex;67 int32_t headSendFlag;68 int32_t httpCode;[all …]
27 ## FileData section