|
stMultipartHeader_t | get_multipart (FILE *pFile) |
|
stMimeHeader_t | get_mimeheader (FILE *pFile) |
|
int32_t | isBoundary (char *pData, int32_t iDataLen, char *pBoundary, int32_t *pReturnOffset) |
|
std::map< uint32_t, uint32_t > | boundary_list (FILE *pFile, std::string sBoundary) |
|
std::map< std::string, stMimeHeader_t > | MultipartRelatedNew (char *pBaseUrl, char *pPath, char *pContextId) |
|
int32_t | FileRead (const char *pPath, char *pBuf, int32_t iBufSize) |
|
std::map< std::string, stMimeHeader_t > | SavePackagedFiles (const char *pRoot, FILE *pFile, std::map< uint32_t, uint32_t >positions) |
|
std::pair< std::string, std::string > | FindContentType (std::string sUri, sMetadataEnvelope_t stEnvelope) |
|
bool | DoMkdir (const char *pRootDirectory, const char *pDirectory) |
|
std::vector< std::string > | split (const std::string &s, char *pSeperator) |
|