Go to the documentation of this file.
2 #define _OME_CORE_H "$Id: OMEcore.h 348 2020-05-21 04:14:03Z geoff $"
OME_CORE_CALL int makeAsString(class OMEthread *thread, OMEtype &result, const OMEtype &args)
Definition: OILdebug.cpp:298
OME_CORE_CALL int base64ToASCII(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OILmimeDecode.cpp:338
OME_CORE_CALL int getRandomInteger(class OMEthread *thread, OMEtype &result, const OMEtype &upperBound)
Definition: OILcrypto.cpp:205
OME_CORE_CALL int findLastSubtring(class OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring)
OME_CORE_CALL int hexToBinary(class OMEthread *thread, OMEtype &result, const OMEtype &args)
Definition: OILdebug.cpp:344
OME_CORE_CALL int gunzipString(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OILencode.cpp:154
OME_CORE_CALL int iso8601Date(class OMEthread *thread, OMEtype &result, const OMEtype &argData)
Definition: OILtime.cpp:112
OME_CORE_CALL int parseMIMEblock(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OILmimeDecode.cpp:352
OME_CORE_CALL int renameFile(class OMEthread *thread, OMEtype &result, const OMEtype &orgFileName, const OMEtype &newFileName)
Definition: OILio.cpp:880
OME_CORE_CALL int convertAbsoluteToLocalRelativeTime(class OMEthread *thread, OMEtype &result, const OMEtype &timeData)
Definition: OILtime.cpp:66
OME_CORE_CALL int closeIO(class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &flags, const OMEtype &sidesMask)
Definition: OILio.cpp:151
OME_CORE_CALL int getEnvironmentVariable(class OMEthread *thread, OMEtype &result, const OMEtype &varName)
Definition: OILtypeFuncs.cpp:652
OME_CORE_CALL int compressString(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OILencode.cpp:100
OME_CORE_CALL int displayVisible(class OMEthread *thread, OMEtype &result, const OMEtype &args)
Definition: OILdebug.cpp:372
OME_CORE_CALL int acceptConnection(class OMEthread *thread, OMEtype &result, const OMEtype &ioID)
Definition: OILio.cpp:557
OME_CORE_CALL int decryptSessionKey(class OMEthread *thread, OMEtype &result, const OMEtype &privateKey, const OMEtype &encryptedKey)
Definition: OILcrypto.cpp:84
OME_CORE_CALL int charToString(class OMEthread *thread, OMEtype &result, const OMEtype &arg)
Definition: OILtypeFuncs.cpp:82
OME_CORE_CALL int concatBits(class OMEthread *thread, OMEtype &result, const OMEtype &bitData, const OMEtype &bitsToAdd, const OMEtype ¤tState)
Definition: OILbits.cpp:119
OME_CORE_CALL int listEncodingVersions(class OMEthread *thread, OMEtype &result)
Definition: OILencode.cpp:18
OME_CORE_CALL int stripHTML(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OILhttpFuncs.cpp:457
OME_CORE_CALL int asciiToBase64(class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &breakIntoLines)
Definition: OILmimeDecode.cpp:318
OMEstring * OMEuncompressString(const OMEstring &data)
Uncompress a previously compressed string.
Definition: OMEcompress.cpp:61
Implements text and binary string storage.
Definition: OMEstring.h:305
OME_CORE_CALL int uncompressString(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OILencode.cpp:118
OME_CORE_CALL int encodeData(class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &version)
Definition: OILencode.cpp:26
OME_CORE_CALL int decryptMessage(class OMEthread *thread, OMEtype &result, const OMEtype &cipherData, const OMEtype &message)
Definition: OILcrypto.cpp:178
OME_CORE_CALL int MD5hash(class OMEthread *thread, OMEtype &result, const OMEtype &message)
Definition: OILcrypto.cpp:33
Fundamental ANY type for FARGOS/VISTA Object Management Environment.
Definition: OMEbaseType.h:250
OME_CORE_CALL int decodeData(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OILencode.cpp:61
OME_CORE_CALL int allocateXMLparser(class OMEthread *thread, OMEtype &result)
Definition: OILxmlParse.cpp:145
OME_CORE_CALL int oidIsExternal(class OMEthread *thread, OMEtype &result, const OMEtype &obj)
Definition: OMEthread.cpp:70
OME_CORE_CALL int getHostKey(class OMEthread *thread, OMEtype &result, const OMEtype &secret, const OMEtype &logicalDomain)
Definition: OILcrypto.cpp:277
OME_CORE_CALL int getPeerAddress(class OMEthread *thread, OMEtype &result, const OMEtype &ioID)
Definition: OILio.cpp:603
OME_CORE_CALL int debugDisplay(class OMEthread *thread, OMEtype &result, const OMEtype &args)
Definition: OILdebug.cpp:144
OME_CORE_CALL int createACLthatDisallowsOthers(class OMEthread *thread, OMEtype &result, const OMEtype &args)
Definition: OMEobjACL.cpp:241
OME_CORE_CALL int lowBit(class OMEthread *thread, OMEtype &result, const OMEtype &arg)
Definition: OILbits.cpp:63
OME_CORE_CALL int compareStrings(class OMEthread *thread, OMEtype &result, const OMEtype &str1, const OMEtype &str2, const OMEtype &fuzzyCompare)
Definition: OILtypeFuncs.cpp:796
OMEstring * OMEgzipString(const OMEstring &data)
Compress a string into RFC 1952 format.
Definition: OMEcompress.cpp:113
OME_CORE_CALL int decodeStringAsLength(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OILtypeFuncs.cpp:553
OME_CORE_CALL int selectForWrite(class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &permitPreempt)
Definition: OILio.cpp:531
OME_CORE_CALL int registerService(class OMEthread *thread, OMEtype &result, const OMEtype &name, const OMEtype &obj, const OMEtype &flag)
Definition: OMEthread.cpp:118
OME_CORE_CALL int makeSessionKey(class OMEthread *thread, OMEtype &result, const OMEtype &publicKey, const OMEtype &randomData)
Definition: OILcrypto.cpp:61
OME_CORE_CALL int priorIndex(class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &subscript)
Definition: OILtypeFuncs.cpp:416
OMEstring * OMEgunzipString(const OMEstring &data)
Uncompress a string in RFC 1592 format.
Definition: OMEcompress.cpp:227
OME_CORE_CALL int freeCipher(class OMEthread *thread, OMEtype &result, const OMEtype &arg)
Definition: OILcrypto.cpp:137
OME_CORE_CALL int parseXML(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OILxmlParse.cpp:228
void truncateToLength(size_t newLen)
Definition: OMEstring.h:531
OME_CORE_CALL int openURL(class OMEthread *thread, OMEtype &result, const OMEtype &url)
Definition: OILio.cpp:87
OME_CORE_CALL int getLocalAddress(class OMEthread *thread, OMEtype &result, const OMEtype &ioID)
Definition: OILio.cpp:583
OME_CORE_CALL int stringToNumber(class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &desiredType)
Definition: OILtypeFuncs.cpp:308
OME_CORE_CALL int exactTypeOf(class OMEthread *thread, OMEtype &result, const OMEtype &arg)
Definition: OILtypeFuncs.cpp:151
OME_CORE_CALL int getSystemInfo(class OMEthread *thread, OMEtype &result)
Definition: OILtime.cpp:31
OME_CORE_CALL int makeAsHexString(class OMEthread *thread, OMEtype &result, const OMEtype &args)
Definition: OILdebug.cpp:328
OME_CORE_CALL int mergeBits(class OMEthread *thread, OMEtype &result, const OMEtype &src, const OMEtype &srcOffset, const OMEtype &srcLen, const OMEtype &orig, const OMEtype &destOffset)
Definition: OILbits.cpp:104
OME_CORE_CALL int arrayToSet(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OILtypeFuncs.cpp:571
OME_CORE_CALL int makeUnique(class OMEthread *thread, OMEtype &result, const OMEtype &args)
Definition: OILdebug.cpp:357
OME_CORE_CALL int freeXMLparser(class OMEthread *thread, OMEtype &result, const OMEtype &parserID)
Definition: OILxmlParse.cpp:158
const char srcID[]
Definition: catSym.c:17
OME_CORE_CALL int parseXMLusingParser(class OMEthread *thread, OMEtype &result, const OMEtype &parserID, const OMEtype &data, const OMEtype &doneFlag)
Definition: OILxmlParse.cpp:182
OME_CORE_CALL int relativePathToAbsolute(class OMEthread *thread, OMEtype &result, const OMEtype ¤tDir, const OMEtype &path)
Definition: OILhttpFuncs.cpp:186
OME_CORE_CALL int nextIndex(class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &subscript)
Definition: OILtypeFuncs.cpp:396
void noteCharacterSet(uint_fast8_t c)
Definition: OMEstring.h:386
OME_CORE_CALL int expandSSIvars(class OMEthread *thread, OMEtype &result, const OMEtype &cmdElements, const OMEtype &env)
Definition: OILhttpFuncs.cpp:396
OME_CORE_CALL int sortArray(class OMEthread *thread, OMEtype &result, const OMEtype &arg, const OMEtype &mode)
Definition: OILtypeFuncs.cpp:755
OME_CORE_CALL int parseHTTPuriData(class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &defaultScheme, const OMEtype &defaultAuthority, const OMEtype &defaultContext)
Definition: OILhttpFuncs.cpp:14
OME_CORE_CALL int findSubtringAfter(class OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring, const OMEtype &offset)
OME_CORE_CALL int sendDatagram(class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &dataToSend, const OMEtype &dest)
Definition: OILio.cpp:375
OME_CORE_CALL int makePublicKeyPair(class OMEthread *thread, OMEtype &result, const OMEtype &secret)
Definition: OILcrypto.cpp:45
OME_CORE_CALL int safeURI(class OMEthread *thread, OMEtype &result, const OMEtype &arg)
Definition: OILmimeDecode.cpp:25
OME_CORE_CALL int midchar(class OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &offset)
Definition: OILtypeFuncs.cpp:58
OME_CORE_CALL int findLastSubtringBefore(class OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring, const OMEtype &offset)
OME_CORE_CALL int getFileInfo(class OMEthread *thread, OMEtype &result, const OMEtype &ioID)
Definition: OILio.cpp:639
OME_CORE_CALL int deleteIndex(class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &subscript)
Definition: OILtypeFuncs.cpp:452
OME_CORE_CALL int display(class OMEthread *thread, OMEtype &result, const OMEtype &args)
Definition: OILdebug.cpp:112
OME_CORE_CALL int addUserToACL(class OMEthread *thread, OMEtype &result, const OMEtype &acl, const OMEtype &user, const OMEtype &methods)
Definition: OMEobjACL.cpp:308
OME_CORE_CALL int getLocalRelativeTime(class OMEthread *thread, OMEtype &result)
Definition: OILtime.cpp:76
OME_CORE_CALL int sleepForSeconds(class OMEthread *thread, OMEtype &result, const OMEtype &t)
Definition: OILio.cpp:70
OME_CORE_CALL int getRelativeMilliseconds(class OMEthread *thread, OMEtype &result)
Definition: OILtime.cpp:85
OME_CORE_CALL int setDebugMask(class OMEthread *thread, OMEtype &result, const OMEtype &mask)
Definition: OILdebug.cpp:414
uint_fast8_t getCharacterSet() const
Definition: OMEstring.h:396
OME_CORE_CALL int nlmInfo(class OMEthread *thread, OMEtype &result, const OMEtype &arg)
Definition: OILtypeFuncs.cpp:842
OME_CORE_CALL int getLocalizedData(class OMEthread *thread, OMEtype &result, const OMEtype &fileName, const OMEtype &attrName)
OME_CORE_CALL int pathComponentsToString(class OMEthread *thread, OMEtype &result, const OMEtype &elements, const OMEtype &startIndex, const OMEtype &stopIndex)
Definition: OILhttpFuncs.cpp:237
OME_CORE_CALL int writeBytes(class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &dataToSend)
Definition: OILio.cpp:346
OME_CORE_CALL int setToArray(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OILtypeFuncs.cpp:599
OME_CORE_CALL int unregisterService(class OMEthread *thread, OMEtype &result, const OMEtype &name, const OMEtype &obj)
Definition: OMEthread.cpp:162
OME_CORE_CALL int reverseString(class OMEthread *thread, OMEtype &result, const OMEtype &arg)
Definition: OILtypeFuncs.cpp:100
OME_CORE_CALL int makeRandomKey(class OMEthread *thread, OMEtype &result, const OMEtype &desiredBits)
Definition: OILcrypto.cpp:245
OME_CORE_CALL int selectForRead(class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &permitPreempt)
Definition: OILio.cpp:504
OME_CORE_CALL int OMEshutdown(class OMEthread *thread, OMEtype &result)
OIL2 interface routine to request shutdown of FARGOS/VISTA Object Management Environment via OMEreque...
Definition: OMEexecQueue.cpp:601
OME_CORE_CALL int seekToOffset(class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &offset)
Definition: OILio.cpp:273
OME fundamental type implementation.
OME_CORE_CALL int parseAttributeValuePairs(class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &desiredType, const OMEtype &whiteSpace, const OMEtype &equalsSign)
Definition: OILmimeDecode.cpp:98
OMEstring * OMEcompressString(const OMEstring &data)
Compress a string.
Definition: OMEcompress.cpp:28
OME_CORE_CALL int findSubtring(class OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring)
OME_CORE_CALL int typeOf(class OMEthread *thread, OMEtype &result, const OMEtype &arg)
Definition: OILtypeFuncs.cpp:127
OME_CORE_CALL int parseHTTPformData(class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &desiredType)
Definition: OILmimeDecode.cpp:36
OME_CORE_CALL int getKeyForIndex(class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &subscript)
Definition: OILtypeFuncs.cpp:437
OME_CORE_CALL int readBytes(class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &bytesToRead, const OMEtype &bufferSize)
Definition: OILio.cpp:186
OME_CORE_CALL int encodeLengthAsString(class OMEthread *thread, OMEtype &result, const OMEtype &len)
Definition: OILtypeFuncs.cpp:534
OME_CORE_CALL int rfc1123Date(class OMEthread *thread, OMEtype &result, const OMEtype &argData)
Definition: OILtime.cpp:103
OME_CORE_CALL int createNewOIDthatOnlyAllowsOthers(class OMEthread *thread, OMEtype &result, const OMEtype &args)
Definition: OMEobjACL.cpp:338
OME_CORE_CALL int timeDifference(class OMEthread *thread, OMEtype &result, const OMEtype &time1, const OMEtype &time2)
Definition: OILtime.cpp:131
OME_CORE_CALL int listDirectory(class OMEthread *thread, OMEtype &result, const OMEtype &dirName)
Definition: OILio.cpp:933
size_t length() const
Definition: OMEstring.h:401
OME_CORE_CALL int becomeUser(class OMEthread *thread, OMEtype &result, const OMEtype &userName, const OMEtype &password)
Definition: OMEobjACL.cpp:398
OME_CORE_CALL int indexExists(class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &subscript)
Definition: OILtypeFuncs.cpp:369
OME_CORE_CALL int substituteEnvironmentVariables(class OMEthread *thread, OMEtype &result, const OMEtype &line, const OMEtype &extraVariables)
Definition: OILtypeFuncs.cpp:682
const char srcID[] OME_USED
Definition: tick_time.cpp:24
int flags
Definition: ethers.c:41
OME_CORE_CALL int convertURIescapes(class OMEthread *thread, OMEtype &result, const OMEtype &arg)
Definition: OILmimeDecode.cpp:14
OME_CORE_CALL int alwaysAllow(class OMEthread *thread, OMEtype &result, const OMEtype &methodName)
Definition: OILallow.cpp:20
OME_CORE_CALL int midstr(class OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &offset, const OMEtype &len)
Definition: OILtypeFuncs.cpp:31
OME_CORE_CALL int orderSubscripts(class OMEthread *thread, OMEtype &result, const OMEtype &arg, const OMEtype &mode)
Definition: OILtypeFuncs.cpp:746
OME_CORE_CALL int initializeCipher(class OMEthread *thread, OMEtype &result, const OMEtype &secret, const OMEtype &dir, const OMEtype &initVec)
Definition: OILcrypto.cpp:103
OME_CORE_CALL int tokenizeString(class OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &delimString, const OMEtype &convFlag)
Definition: OILtypeFuncs.cpp:286
OME_CORE_CALL int allow(class OMEthread *thread, OMEtype &result, const OMEtype &methodName)
Definition: OILallow.cpp:5
OME_CORE_CALL int inCalled(class OMEthread *thread, OMEtype &result)
OME_CORE_CALL int calculateStringLength(class OMEthread *thread, OMEtype &result, const OMEtype &args)
Definition: OILdebug.cpp:388
#define ntohl(x)
Definition: tmp.o.cpp:3101
OME_CORE_CALL int decodeMIMEdata(class OMEthread *thread, OMEtype &result, const OMEtype &mimeTypeName, const OMEtype &data)
Definition: OILmimeDecode.cpp:467
OME_CORE_CALL int removeDirectory(class OMEthread *thread, OMEtype &result, const OMEtype &fileName)
Definition: OILio.cpp:853
OME_CORE_CALL int becomePseudoUser(class OMEthread *thread, OMEtype &result)
Definition: OMEobjACL.cpp:413
OME_CORE_CALL int parsePathComponents(class OMEthread *thread, OMEtype &result, const OMEtype &path)
Definition: OILhttpFuncs.cpp:133
OME_CORE_CALL int makeDirectory(class OMEthread *thread, OMEtype &result, const OMEtype &dirName)
Definition: OILio.cpp:909
OME_CORE_CALL int encryptMessage(class OMEthread *thread, OMEtype &result, const OMEtype &cipherData, const OMEtype &message)
Definition: OILcrypto.cpp:151
OME_CORE_CALL int highBit(class OMEthread *thread, OMEtype &result, const OMEtype &arg)
Definition: OILbits.cpp:33
OME_CORE_CALL int listRegisteredServices(class OMEthread *thread, OMEtype &result, const OMEtype &flag)
Definition: OMEthread.cpp:212
OME_CORE_CALL int decodeFirstElement(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OILencode.cpp:79
OME_CORE_CALL int elementCount(class OMEthread *thread, OMEtype &result, const OMEtype &arg)
Definition: OILtypeFuncs.cpp:168
OME_CORE_CALL int getErrorStatus(class OMEthread *thread, OMEtype &result, const OMEtype &ioID)
Definition: OILio.cpp:623
OME_CORE_CALL int dottedAddress(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OMEsocket.cpp:1063
OME_CORE_CALL int getIOhandle(class OMEthread *thread, OMEtype &result, const OMEtype &ioID)
Definition: OILio.cpp:135
OME_CORE_CALL int mergeArrays(class OMEthread *thread, OMEtype &result, const OMEtype &args)
Definition: OILtypeFuncs.cpp:476
OME_CORE_CALL int convertLocalRelativeTimeToAbsolute(class OMEthread *thread, OMEtype &result, const OMEtype &timeArg, const OMEtype &asGMT)
Definition: OILtime.cpp:55
OME_CORE_CALL int lookupLocalService(class OMEthread *thread, OMEtype &result, const OMEtype &name)
Definition: OMEthread.cpp:190
OME_CORE_CALL int makePermitEveryoneACL(class OMEthread *thread, OMEtype &result)
Definition: OMEobjACL.cpp:286
Public interface to an OME thread.
Definition: OMEthread.h:60
#define LOG_ENDLINE
Closing clause for text line output using << operators.
Definition: logging_api.hpp:2956
OME_CORE_CALL int getSystemInfoAttribute(class OMEthread *thread, OMEtype &result, const OMEtype &attrName)
Definition: OILtime.cpp:39
OME_CORE_CALL int parseMIMEheaderLines(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OILmimeDecode.cpp:214
OME_CORE_CALL int decodeMultiPart(class OMEthread *thread, OMEtype &result, const OMEtype &mimeTypeName, const OMEtype &data)
Definition: OILmimeDecode.cpp:382
OME_CORE_CALL int makeDefaultACL(class OMEthread *thread, OMEtype &result)
Definition: OMEobjACL.cpp:267
OME_CORE_CALL int SHA1hash(class OMEthread *thread, OMEtype &result, const OMEtype &message)
Definition: OILcrypto.cpp:9
OME_CORE_CALL int createNLM(class OMEthread *thread, OMEtype &result, const OMEtype &catName, const OMEtype &messID, const OMEtype &defaultMess, const OMEtype &args, const OMEtype &extras)
Definition: OILtypeFuncs.cpp:810
OME_CORE_CALL int parseStringIntoSSIelements(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OILhttpFuncs.cpp:336
OME_CORE_CALL int substituteText(class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &replacements)
Definition: OILtypeFuncs.cpp:664
OME_CORE_CALL int displayAsHex(class OMEthread *thread, OMEtype &result, const OMEtype &args)
Definition: OILdebug.cpp:260
OME_CORE_CALL int convertCase(class OMEthread *thread, OMEtype &result, const OMEtype &arg, const OMEtype &toLower)
Definition: OILtypeFuncs.cpp:780
OME_CORE_CALL int length(class OMEthread *thread, OMEtype &result, const OMEtype &arg)
Definition: OILtypeFuncs.cpp:19
OME_CORE_CALL int lookupAddress(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OMEsocket.cpp:997
OME_CORE_CALL int receiveDatagram(class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &bufferSize)
Definition: OILio.cpp:296
OME_CORE_CALL int getApplicationVariable(class OMEthread *thread, OMEtype &result, const OMEtype &varName, const OMEtype &extraVars)
Definition: OILtypeFuncs.cpp:620
#define OME_CORE_CALL
Definition: OMEcore.h:12
#define htonl(x)
Definition: tmp.o.cpp:3098
OME_CORE_CALL int forceToASCII(class OMEthread *thread, OMEtype &result, const OMEtype &arg)
Definition: OILtypeFuncs.cpp:113
OME_CORE_CALL int convertRFC1123date(class OMEthread *thread, OMEtype &result, const OMEtype &timeString)
Definition: OILtime.cpp:121
OME_CORE_CALL int gzipString(class OMEthread *thread, OMEtype &result, const OMEtype &data)
Definition: OILencode.cpp:136
OME_CORE_CALL int yieldSlice(class OMEthread *thread, OMEtype &result)
Definition: OMEthread.cpp:61
OME_CORE_CALL int getRemoteHostKey(class OMEthread *thread, OMEtype &result, const OMEtype &rmtHostName, const OMEtype &logicalDomain)
Definition: OILcrypto.cpp:288
OME_CORE_CALL int writeVectorOfBytes(class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &skipOffset, const OMEtype &dataToSend)
Definition: OILio.cpp:409
OME_CORE_CALL int debugDisplayAsHex(class OMEthread *thread, OMEtype &result, const OMEtype &args)
Definition: OILdebug.cpp:269
OME_CORE_CALL int createACLthatAllowsOthers(class OMEthread *thread, OMEtype &result, const OMEtype &args)
Definition: OMEobjACL.cpp:214
OME_CORE_CALL int unlinkFile(class OMEthread *thread, OMEtype &result, const OMEtype &fileName)
Definition: OILio.cpp:829
OME_CORE_CALL int OMEloadOIL2(class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &justList)
Definition: OMEld.cpp:198
#define LOG_CERR(lvl)
Convenience macro that uses LOG_INTO() to conditionally log a message to standard error.
Definition: logging_api.hpp:3014