|
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) |
|