FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
OILmimeDecode.cpp File Reference
#include <ctype.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <OMEruntime.h>

Macros

#define ARG_IS_INT32(x)   OME_TypeCheck::isHeldBy32BitInteger(x)
 

Functions

int convertURIescapes (OMEthread *thread, OMEtype &result, const OMEtype &arg)
 
int safeURI (OMEthread *thread, OMEtype &result, const OMEtype &arg)
 
int parseHTTPformData (OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &desiredType)
 
int parseAttributeValuePairs (OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &desiredType, const OMEtype &whiteSpace, const OMEtype &equalsSign)
 
int parseMIMEheaderLines (OMEthread *thread, OMEtype &result, const OMEtype &data)
 
int asciiToBase64 (OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &breakIntoLines)
 
int base64ToASCII (OMEthread *thread, OMEtype &result, const OMEtype &source)
 
int parseMIMEblock (OMEthread *thread, OMEtype &result, const OMEtype &data)
 
int decodeMultiPart (OMEthread *thread, OMEtype &result, const OMEtype &mimeTypeName, const OMEtype &data)
 
int decodeMIMEdata (OMEthread *thread, OMEtype &result, const OMEtype &mimeTypeName, const OMEtype &data)
 

Macro Definition Documentation

◆ ARG_IS_INT32

#define ARG_IS_INT32 (   x)    OME_TypeCheck::isHeldBy32BitInteger(x)
Generated: Fri Jul 31 2020 18:19:15
Support Information