FARGOS/VISTA Object Management Environment Core
..
|
Macros | |
#define | OME_CORE_CALL /* */ |
Functions | |
OME_CORE_CALL int | allow (class OMEthread *thread, OMEtype &result, const OMEtype &methodName) |
OME_CORE_CALL int | alwaysAllow (class OMEthread *thread, OMEtype &result, const OMEtype &methodName) |
OME_CORE_CALL int | highBit (class OMEthread *thread, OMEtype &result, const OMEtype &arg) |
OME_CORE_CALL int | lowBit (class OMEthread *thread, OMEtype &result, const OMEtype &arg) |
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) |
OME_CORE_CALL int | concatBits (class OMEthread *thread, OMEtype &result, const OMEtype &bitData, const OMEtype &bitsToAdd, const OMEtype ¤tState) |
OME_CORE_CALL int | SHA1hash (class OMEthread *thread, OMEtype &result, const OMEtype &message) |
OME_CORE_CALL int | MD5hash (class OMEthread *thread, OMEtype &result, const OMEtype &message) |
OME_CORE_CALL int | makePublicKeyPair (class OMEthread *thread, OMEtype &result, const OMEtype &secret) |
OME_CORE_CALL int | makeSessionKey (class OMEthread *thread, OMEtype &result, const OMEtype &publicKey, const OMEtype &randomData) |
OME_CORE_CALL int | decryptSessionKey (class OMEthread *thread, OMEtype &result, const OMEtype &privateKey, const OMEtype &encryptedKey) |
OME_CORE_CALL int | initializeCipher (class OMEthread *thread, OMEtype &result, const OMEtype &secret, const OMEtype &dir, const OMEtype &initVec) |
OME_CORE_CALL int | freeCipher (class OMEthread *thread, OMEtype &result, const OMEtype &arg) |
OME_CORE_CALL int | encryptMessage (class OMEthread *thread, OMEtype &result, const OMEtype &cipherData, const OMEtype &message) |
OME_CORE_CALL int | decryptMessage (class OMEthread *thread, OMEtype &result, const OMEtype &cipherData, const OMEtype &message) |
OME_CORE_CALL int | getRandomInteger (class OMEthread *thread, OMEtype &result, const OMEtype &upperBound) |
OME_CORE_CALL int | makeRandomKey (class OMEthread *thread, OMEtype &result, const OMEtype &desiredBits) |
OME_CORE_CALL int | getLocalizedData (class OMEthread *thread, OMEtype &result, const OMEtype &fileName, const OMEtype &attrName) |
OME_CORE_CALL int | getHostKey (class OMEthread *thread, OMEtype &result, const OMEtype &secret, const OMEtype &logicalDomain) |
OME_CORE_CALL int | getRemoteHostKey (class OMEthread *thread, OMEtype &result, const OMEtype &rmtHostName, const OMEtype &logicalDomain) |
OME_CORE_CALL int | display (class OMEthread *thread, OMEtype &result, const OMEtype &args) |
OME_CORE_CALL int | debugDisplay (class OMEthread *thread, OMEtype &result, const OMEtype &args) |
OME_CORE_CALL int | displayAsHex (class OMEthread *thread, OMEtype &result, const OMEtype &args) |
OME_CORE_CALL int | debugDisplayAsHex (class OMEthread *thread, OMEtype &result, const OMEtype &args) |
OME_CORE_CALL int | makeAsString (class OMEthread *thread, OMEtype &result, const OMEtype &args) |
OME_CORE_CALL int | makeAsHexString (class OMEthread *thread, OMEtype &result, const OMEtype &args) |
OME_CORE_CALL int | hexToBinary (class OMEthread *thread, OMEtype &result, const OMEtype &args) |
OME_CORE_CALL int | makeUnique (class OMEthread *thread, OMEtype &result, const OMEtype &args) |
OME_CORE_CALL int | displayVisible (class OMEthread *thread, OMEtype &result, const OMEtype &args) |
OME_CORE_CALL int | calculateStringLength (class OMEthread *thread, OMEtype &result, const OMEtype &args) |
OME_CORE_CALL int | setDebugMask (class OMEthread *thread, OMEtype &result, const OMEtype &mask) |
OME_CORE_CALL int | listEncodingVersions (class OMEthread *thread, OMEtype &result) |
OME_CORE_CALL int | encodeData (class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &version) |
OME_CORE_CALL int | decodeData (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | decodeFirstElement (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | compressString (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | uncompressString (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | gzipString (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | gunzipString (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | parseHTTPuriData (class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &defaultScheme, const OMEtype &defaultAuthority, const OMEtype &defaultContext) |
OME_CORE_CALL int | parsePathComponents (class OMEthread *thread, OMEtype &result, const OMEtype &path) |
OME_CORE_CALL int | relativePathToAbsolute (class OMEthread *thread, OMEtype &result, const OMEtype ¤tDir, const OMEtype &path) |
OME_CORE_CALL int | pathComponentsToString (class OMEthread *thread, OMEtype &result, const OMEtype &elements, const OMEtype &startIndex, const OMEtype &stopIndex) |
OME_CORE_CALL int | parseStringIntoSSIelements (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | expandSSIvars (class OMEthread *thread, OMEtype &result, const OMEtype &cmdElements, const OMEtype &env) |
OME_CORE_CALL int | stripHTML (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | sleepForSeconds (class OMEthread *thread, OMEtype &result, const OMEtype &t) |
OME_CORE_CALL int | openURL (class OMEthread *thread, OMEtype &result, const OMEtype &url) |
OME_CORE_CALL int | getIOhandle (class OMEthread *thread, OMEtype &result, const OMEtype &ioID) |
OME_CORE_CALL int | closeIO (class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &flags, const OMEtype &sidesMask) |
OME_CORE_CALL int | readBytes (class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &bytesToRead, const OMEtype &bufferSize) |
OME_CORE_CALL int | seekToOffset (class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &offset) |
OME_CORE_CALL int | receiveDatagram (class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &bufferSize) |
OME_CORE_CALL int | writeBytes (class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &dataToSend) |
OME_CORE_CALL int | sendDatagram (class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &dataToSend, const OMEtype &dest) |
OME_CORE_CALL int | writeVectorOfBytes (class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &skipOffset, const OMEtype &dataToSend) |
OME_CORE_CALL int | selectForRead (class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &permitPreempt) |
OME_CORE_CALL int | selectForWrite (class OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &permitPreempt) |
OME_CORE_CALL int | acceptConnection (class OMEthread *thread, OMEtype &result, const OMEtype &ioID) |
OME_CORE_CALL int | getLocalAddress (class OMEthread *thread, OMEtype &result, const OMEtype &ioID) |
OME_CORE_CALL int | getPeerAddress (class OMEthread *thread, OMEtype &result, const OMEtype &ioID) |
OME_CORE_CALL int | getErrorStatus (class OMEthread *thread, OMEtype &result, const OMEtype &ioID) |
OME_CORE_CALL int | getFileInfo (class OMEthread *thread, OMEtype &result, const OMEtype &ioID) |
OME_CORE_CALL int | unlinkFile (class OMEthread *thread, OMEtype &result, const OMEtype &fileName) |
OME_CORE_CALL int | removeDirectory (class OMEthread *thread, OMEtype &result, const OMEtype &fileName) |
OME_CORE_CALL int | renameFile (class OMEthread *thread, OMEtype &result, const OMEtype &orgFileName, const OMEtype &newFileName) |
OME_CORE_CALL int | makeDirectory (class OMEthread *thread, OMEtype &result, const OMEtype &dirName) |
OME_CORE_CALL int | listDirectory (class OMEthread *thread, OMEtype &result, const OMEtype &dirName) |
OME_CORE_CALL int | getSystemInfo (class OMEthread *thread, OMEtype &result) |
OME_CORE_CALL int | getSystemInfoAttribute (class OMEthread *thread, OMEtype &result, const OMEtype &attrName) |
OME_CORE_CALL int | convertLocalRelativeTimeToAbsolute (class OMEthread *thread, OMEtype &result, const OMEtype &timeArg, const OMEtype &asGMT) |
OME_CORE_CALL int | convertAbsoluteToLocalRelativeTime (class OMEthread *thread, OMEtype &result, const OMEtype &timeData) |
OME_CORE_CALL int | getLocalRelativeTime (class OMEthread *thread, OMEtype &result) |
OME_CORE_CALL int | getRelativeMilliseconds (class OMEthread *thread, OMEtype &result) |
OME_CORE_CALL int | rfc1123Date (class OMEthread *thread, OMEtype &result, const OMEtype &argData) |
OME_CORE_CALL int | iso8601Date (class OMEthread *thread, OMEtype &result, const OMEtype &argData) |
OME_CORE_CALL int | convertRFC1123date (class OMEthread *thread, OMEtype &result, const OMEtype &timeString) |
OME_CORE_CALL int | timeDifference (class OMEthread *thread, OMEtype &result, const OMEtype &time1, const OMEtype &time2) |
OME_CORE_CALL int | convertURIescapes (class OMEthread *thread, OMEtype &result, const OMEtype &arg) |
OME_CORE_CALL int | safeURI (class OMEthread *thread, OMEtype &result, const OMEtype &arg) |
OME_CORE_CALL int | parseHTTPformData (class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &desiredType) |
OME_CORE_CALL int | parseAttributeValuePairs (class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &desiredType, const OMEtype &whiteSpace, const OMEtype &equalsSign) |
OME_CORE_CALL int | parseMIMEheaderLines (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | asciiToBase64 (class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &breakIntoLines) |
OME_CORE_CALL int | base64ToASCII (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | parseMIMEblock (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | decodeMultiPart (class OMEthread *thread, OMEtype &result, const OMEtype &mimeTypeName, const OMEtype &data) |
OME_CORE_CALL int | decodeMIMEdata (class OMEthread *thread, OMEtype &result, const OMEtype &mimeTypeName, const OMEtype &data) |
OME_CORE_CALL int | OMEloadOIL2 (class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &justList) |
OME_CORE_CALL int | createACLthatAllowsOthers (class OMEthread *thread, OMEtype &result, const OMEtype &args) |
OME_CORE_CALL int | createACLthatDisallowsOthers (class OMEthread *thread, OMEtype &result, const OMEtype &args) |
OME_CORE_CALL int | makeDefaultACL (class OMEthread *thread, OMEtype &result) |
OME_CORE_CALL int | makePermitEveryoneACL (class OMEthread *thread, OMEtype &result) |
OME_CORE_CALL int | addUserToACL (class OMEthread *thread, OMEtype &result, const OMEtype &acl, const OMEtype &user, const OMEtype &methods) |
OME_CORE_CALL int | createNewOIDthatOnlyAllowsOthers (class OMEthread *thread, OMEtype &result, const OMEtype &args) |
OME_CORE_CALL int | becomeUser (class OMEthread *thread, OMEtype &result, const OMEtype &userName, const OMEtype &password) |
OME_CORE_CALL int | becomePseudoUser (class OMEthread *thread, OMEtype &result) |
OME_CORE_CALL int | OMEshutdown (class OMEthread *thread, OMEtype &result) |
OIL2 interface routine to request shutdown of FARGOS/VISTA Object Management Environment via OMErequestShutdown(). More... | |
OME_CORE_CALL int | allocateXMLparser (class OMEthread *thread, OMEtype &result) |
OME_CORE_CALL int | freeXMLparser (class OMEthread *thread, OMEtype &result, const OMEtype &parserID) |
OME_CORE_CALL int | parseXMLusingParser (class OMEthread *thread, OMEtype &result, const OMEtype &parserID, const OMEtype &data, const OMEtype &doneFlag) |
OME_CORE_CALL int | parseXML (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | lookupAddress (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | dottedAddress (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | yieldSlice (class OMEthread *thread, OMEtype &result) |
OME_CORE_CALL int | oidIsExternal (class OMEthread *thread, OMEtype &result, const OMEtype &obj) |
OME_CORE_CALL int | registerService (class OMEthread *thread, OMEtype &result, const OMEtype &name, const OMEtype &obj, const OMEtype &flag) |
OME_CORE_CALL int | unregisterService (class OMEthread *thread, OMEtype &result, const OMEtype &name, const OMEtype &obj) |
OME_CORE_CALL int | lookupLocalService (class OMEthread *thread, OMEtype &result, const OMEtype &name) |
OME_CORE_CALL int | listRegisteredServices (class OMEthread *thread, OMEtype &result, const OMEtype &flag) |
OME_CORE_CALL int | inCalled (class OMEthread *thread, OMEtype &result) |
OME_CORE_CALL int | length (class OMEthread *thread, OMEtype &result, const OMEtype &arg) |
OME_CORE_CALL int | midstr (class OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &offset, const OMEtype &len) |
OME_CORE_CALL int | midchar (class OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &offset) |
OME_CORE_CALL int | charToString (class OMEthread *thread, OMEtype &result, const OMEtype &arg) |
OME_CORE_CALL int | reverseString (class OMEthread *thread, OMEtype &result, const OMEtype &arg) |
OME_CORE_CALL int | forceToASCII (class OMEthread *thread, OMEtype &result, const OMEtype &arg) |
OME_CORE_CALL int | typeOf (class OMEthread *thread, OMEtype &result, const OMEtype &arg) |
OME_CORE_CALL int | exactTypeOf (class OMEthread *thread, OMEtype &result, const OMEtype &arg) |
OME_CORE_CALL int | elementCount (class OMEthread *thread, OMEtype &result, const OMEtype &arg) |
OME_CORE_CALL int | findSubtring (class OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring) |
OME_CORE_CALL int | findSubtringAfter (class OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring, const OMEtype &offset) |
OME_CORE_CALL int | findLastSubtring (class OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring) |
OME_CORE_CALL int | findLastSubtringBefore (class OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &substring, const OMEtype &offset) |
OME_CORE_CALL int | tokenizeString (class OMEthread *thread, OMEtype &result, const OMEtype &source, const OMEtype &delimString, const OMEtype &convFlag) |
OME_CORE_CALL int | stringToNumber (class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &desiredType) |
OME_CORE_CALL int | indexExists (class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &subscript) |
OME_CORE_CALL int | nextIndex (class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &subscript) |
OME_CORE_CALL int | priorIndex (class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &subscript) |
OME_CORE_CALL int | getKeyForIndex (class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &subscript) |
OME_CORE_CALL int | deleteIndex (class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &subscript) |
OME_CORE_CALL int | mergeArrays (class OMEthread *thread, OMEtype &result, const OMEtype &args) |
OME_CORE_CALL int | encodeLengthAsString (class OMEthread *thread, OMEtype &result, const OMEtype &len) |
OME_CORE_CALL int | decodeStringAsLength (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | arrayToSet (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | setToArray (class OMEthread *thread, OMEtype &result, const OMEtype &data) |
OME_CORE_CALL int | getApplicationVariable (class OMEthread *thread, OMEtype &result, const OMEtype &varName, const OMEtype &extraVars) |
OME_CORE_CALL int | getEnvironmentVariable (class OMEthread *thread, OMEtype &result, const OMEtype &varName) |
OME_CORE_CALL int | substituteText (class OMEthread *thread, OMEtype &result, const OMEtype &data, const OMEtype &replacements) |
OME_CORE_CALL int | substituteEnvironmentVariables (class OMEthread *thread, OMEtype &result, const OMEtype &line, const OMEtype &extraVariables) |
OME_CORE_CALL int | orderSubscripts (class OMEthread *thread, OMEtype &result, const OMEtype &arg, const OMEtype &mode) |
OME_CORE_CALL int | sortArray (class OMEthread *thread, OMEtype &result, const OMEtype &arg, const OMEtype &mode) |
OME_CORE_CALL int | convertCase (class OMEthread *thread, OMEtype &result, const OMEtype &arg, const OMEtype &toLower) |
OME_CORE_CALL int | compareStrings (class OMEthread *thread, OMEtype &result, const OMEtype &str1, const OMEtype &str2, const OMEtype &fuzzyCompare) |
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) |
OME_CORE_CALL int | nlmInfo (class OMEthread *thread, OMEtype &result, const OMEtype &arg) |
#define OME_CORE_CALL /* */ |
OME_CORE_CALL int acceptConnection | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | ioID | ||
) |
References ARG_IS_INT32, io(), OME_EXPECT_FALSE, and OMEtype::type.
OME_CORE_CALL int addUserToACL | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | acl, | ||
const OMEtype & | user, | ||
const OMEtype & | methods | ||
) |
References OMEtype::assoc, OMEtype::initializeAsType(), OME_ASSOC, OME_NIL, OME_STRING, OMEaddToACL(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int allocateXMLparser | ( | class OMEthread * | thread, |
OMEtype & | result | ||
) |
Referenced by parseXML().
OME_CORE_CALL int allow | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | methodName | ||
) |
References OMEoid::getInstanceInMemory(), OMEthread::getThisOID(), OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int alwaysAllow | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | methodName | ||
) |
References OMEoid::getInstanceInMemory(), OMEthread::getThisOID(), OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int arrayToSet | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
OME_CORE_CALL int asciiToBase64 | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data, | ||
const OMEtype & | breakIntoLines | ||
) |
References ARG_IS_INT32, OMEtype::i, OMEtype::initializeAsType(), OME_NIL, OME_STRING, OMEbinaryToBase64(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int base64ToASCII | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
References OMEtype::initializeAsType(), OME_NIL, OME_STRING, OMEbase64ToBinary(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int becomePseudoUser | ( | class OMEthread * | thread, |
OMEtype & | result | ||
) |
References OMEmakeRandomKey(), and OMEthread::setUserID().
OME_CORE_CALL int becomeUser | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | userName, | ||
const OMEtype & | password | ||
) |
References OME_STRING, OMEtype::s, OMEthread::setUserID(), OMEtype::type, and OMEtype::value.
OME_CORE_CALL int calculateStringLength | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | args | ||
) |
References OMEset::nextElement(), OME_SET, OME_STRING, OMEset::resetIterator(), s, OMEtype::s, OMEtype::set, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int charToString | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg | ||
) |
References ARG_IS_INT, OMEtype::i, OMEtype::initializeAsType(), OME_EXPECT_FALSE, OME_NIL, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int closeIO | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | ioID, | ||
const OMEtype & | flags, | ||
const OMEtype & | sidesMask | ||
) |
References ARG_IS_INT32, io(), OME_EXPECT_FALSE, and OMEtype::type.
OME_CORE_CALL int compareStrings | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | str1, | ||
const OMEtype & | str2, | ||
const OMEtype & | fuzzyCompare | ||
) |
References caseInsensitiveCompare(), OMEtype::i, OME_EXPECT_FALSE, OME_INT, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int compressString | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
References OMEtype::initializeAsType(), OME_NIL, OME_STRING, OMEcompressString(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int convertAbsoluteToLocalRelativeTime | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | timeData | ||
) |
References OMEconvertAbsoluteToLocalRelativeTime().
OME_CORE_CALL int convertCase | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg, | ||
const OMEtype & | toLower | ||
) |
References convertCaseOfString(), OMEtype::i, OME_EXPECT_FALSE, OME_INT, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int convertLocalRelativeTimeToAbsolute | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | timeArg, | ||
const OMEtype & | asGMT | ||
) |
References OMEtype::i, OMEconvertLocalRelativeTimeToAbsolute(), OMEtype::ui, and OMEtype::value.
OME_CORE_CALL int convertRFC1123date | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | timeString | ||
) |
References OMEconvertRFC1123date().
OME_CORE_CALL int convertURIescapes | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg | ||
) |
References OMEtype::initializeAsType(), OME_NIL, OME_STRING, OMEconvertURIescapes(), OMEtype::s, OMEtype::type, and OMEtype::value.
Referenced by parseHTTPformData().
OME_CORE_CALL int createACLthatAllowsOthers | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | args | ||
) |
OME_CORE_CALL int createACLthatDisallowsOthers | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | args | ||
) |
OME_CORE_CALL int createNewOIDthatOnlyAllowsOthers | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | args | ||
) |
References OMEtype::array, OMEoid::getInstanceInMemory(), OMEoid::getObjectACL(), OMEarray::indexExists(), OMEtype::initializeAsType(), LOG_CERR, LOG_ENDLINE, OMEset::nextElement(), OMEtype::oid, OME_ARRAY, OME_NIL, OME_OID, OME_SET, OME_STRING, OMEaddToACL(), OMEset::resetIterator(), OMEtype::s, OMEtype::set, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int debugDisplay | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | args | ||
) |
References OMEtype::assoc, OMEset::elementCount(), getApplicationVariable(), OMEassoc::indexExists(), OME_TypeCheck::is32BitInteger(), OMEset::nextElement(), OME_ASSOC, OME_EXPECT_FALSE, OME_EXPECT_TRUE, OME_SET, OME_STRING, OMEdebugFlag, OMEset::resetIterator(), OMEtype::set, OMEthread::threadContext, OMEtype::type, OMEtype::ui, and OMEtype::value.
OME_CORE_CALL int debugDisplayAsHex | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | args | ||
) |
OME_CORE_CALL int decodeData | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
References OMEtype::initializeAsType(), OME_NIL, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
Referenced by OMEnlm::decodeNLM().
OME_CORE_CALL int decodeFirstElement | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
References OMEtype::initializeAsType(), OME_ARRAY, OME_NIL, OME_size_t, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int decodeMIMEdata | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | mimeTypeName, | ||
const OMEtype & | data | ||
) |
OME_CORE_CALL int decodeMultiPart | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | mimeTypeName, | ||
const OMEtype & | data | ||
) |
OME_CORE_CALL int decodeStringAsLength | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
References OMEtype::initializeAsType(), ntohl, OME_EXPECT_FALSE, OME_INT32, OME_NIL, OME_STRING, OMEtype::s, OMEtype::type, OMEtype::ui, and OMEtype::value.
OME_CORE_CALL int decryptMessage | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | cipherData, | ||
const OMEtype & | message | ||
) |
References OMEtype::i, OMEtype::initializeAsType(), OME_ARRAY, OME_NIL, OME_STRING, OMEdecryptString(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int decryptSessionKey | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | privateKey, | ||
const OMEtype & | encryptedKey | ||
) |
OME_CORE_CALL int deleteIndex | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data, | ||
const OMEtype & | subscript | ||
) |
References ARG_IS_INT, OMEtype::array, OMEtype::assoc, OMEarray::deleteIndex(), OMEassoc::deleteIndex(), OME_ARRAY, OME_ASSOC, OME_EXPECT_TRUE, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
Referenced by OMEassocStorage::deleteIndex().
OME_CORE_CALL int display | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | args | ||
) |
References OMEtype::assoc, OMEassoc::indexExists(), OME_EXPECT_FALSE, OME_SET, OMEthread::threadContext, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int displayAsHex | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | args | ||
) |
References skipAndOutputSetToStreamAsHex().
OME_CORE_CALL int displayVisible | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | args | ||
) |
References OMEstring::length(), OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int dottedAddress | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
References OMEtype::initializeAsType(), LOG_CERR, LOG_ENDLINE, OME_INT32, OME_NIL, OMEtype::type, OMEtype::ui, and OMEtype::value.
OME_CORE_CALL int elementCount | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg | ||
) |
OME_CORE_CALL int encodeData | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data, | ||
const OMEtype & | version | ||
) |
OME_CORE_CALL int encodeLengthAsString | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | len | ||
) |
References ARG_IS_INT, htonl, OMEtype::initializeAsType(), l, OME_EXPECT_FALSE, OME_NIL, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int encryptMessage | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | cipherData, | ||
const OMEtype & | message | ||
) |
References OMEtype::i, OMEtype::initializeAsType(), OME_ARRAY, OME_NIL, OME_STRING, OMEencryptString(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int exactTypeOf | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg | ||
) |
References OMEtype::type.
OME_CORE_CALL int expandSSIvars | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | cmdElements, | ||
const OMEtype & | env | ||
) |
OME_CORE_CALL int findLastSubtring | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | source, | ||
const OMEtype & | substring | ||
) |
OME_CORE_CALL int findLastSubtringBefore | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | source, | ||
const OMEtype & | substring, | ||
const OMEtype & | offset | ||
) |
OME_CORE_CALL int findSubtring | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | source, | ||
const OMEtype & | substring | ||
) |
OME_CORE_CALL int findSubtringAfter | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | source, | ||
const OMEtype & | substring, | ||
const OMEtype & | offset | ||
) |
OME_CORE_CALL int forceToASCII | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg | ||
) |
OME_CORE_CALL int freeCipher | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg | ||
) |
References OMEtype::i, OMEtype::initializeAsType(), OME_ARRAY, OME_NIL, OMEfreeCipher(), OMEfreeEncryptionKey(), and OMEtype::type.
OME_CORE_CALL int freeXMLparser | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | parserID | ||
) |
References _STD, ARG_IS_INT32, OMEtype::type, OMEtype::ui, and OMEtype::value.
Referenced by parseXML().
OME_CORE_CALL int getApplicationVariable | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | varName, | ||
const OMEtype & | extraVars | ||
) |
References OMEtype::assoc, OMEassoc::indexExists(), OMEtype::initializeAsType(), OME_ASSOC, OME_EXPECT_FALSE, OME_EXPECT_TRUE, OME_NIL, OME_STRING, OMEtype::s, OMEthread::threadContext, OMEtype::type, and OMEtype::value.
Referenced by debugDisplay(), getEnvironmentVariable(), logOutput(), and substituteEnvironmentVariables().
OME_CORE_CALL int getEnvironmentVariable | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | varName | ||
) |
References getApplicationVariable().
OME_CORE_CALL int getErrorStatus | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | ioID | ||
) |
References ARG_IS_INT32, io(), OME_EXPECT_FALSE, and OMEtype::type.
OME_CORE_CALL int getFileInfo | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | ioID | ||
) |
OME_CORE_CALL int getHostKey | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | secret, | ||
const OMEtype & | logicalDomain | ||
) |
References OMEtype::initializeAsType(), OME_NIL, OMEgetSigningFile(), OMEtype::s, and OMEtype::value.
OME_CORE_CALL int getIOhandle | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | ioID | ||
) |
References ARG_IS_INT32, io(), OME_EXPECT_FALSE, and OMEtype::type.
OME_CORE_CALL int getKeyForIndex | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data, | ||
const OMEtype & | subscript | ||
) |
References ARG_IS_INT, OMEtype::assoc, OMEassoc::getKeyForIndex(), OMEtype::initializeAsType(), OME_ASSOC, OME_EXPECT_TRUE, OME_NIL, OMEtype::type, and OMEtype::value.
Referenced by OMEassocStorage::deleteIndex().
OME_CORE_CALL int getLocalAddress | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | ioID | ||
) |
References ARG_IS_INT32, io(), OME_EXPECT_FALSE, and OMEtype::type.
OME_CORE_CALL int getLocalizedData | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | fileName, | ||
const OMEtype & | attrName | ||
) |
OME_CORE_CALL int getLocalRelativeTime | ( | class OMEthread * | thread, |
OMEtype & | result | ||
) |
OME_CORE_CALL int getPeerAddress | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | ioID | ||
) |
References ARG_IS_INT32, io(), OME_EXPECT_FALSE, and OMEtype::type.
OME_CORE_CALL int getRandomInteger | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | upperBound | ||
) |
References ARG_IS_INT32, OMEmakeRandomKey(), OMEtype::type, OMEtype::ui, and OMEtype::value.
OME_CORE_CALL int getRelativeMilliseconds | ( | class OMEthread * | thread, |
OMEtype & | result | ||
) |
References OMErelativeMilliseconds().
OME_CORE_CALL int getRemoteHostKey | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | rmtHostName, | ||
const OMEtype & | logicalDomain | ||
) |
References OMEtype::initializeAsType(), OME_NIL, OMEgetSigningFile(), OMEtype::s, and OMEtype::value.
OME_CORE_CALL int getSystemInfo | ( | class OMEthread * | thread, |
OMEtype & | result | ||
) |
References OMEprofileRecord::getCounters().
OME_CORE_CALL int getSystemInfoAttribute | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | attrName | ||
) |
OME_CORE_CALL int gunzipString | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
References OMEtype::initializeAsType(), OME_NIL, OME_STRING, OMEgunzipString(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int gzipString | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
References OMEtype::initializeAsType(), OME_NIL, OME_STRING, OMEgzipString(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int hexToBinary | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | args | ||
) |
References OMEtype::initializeAsType(), OME_NIL, OME_STRING, OMEhexToBinary(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int highBit | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg | ||
) |
References ARG_IS_INT32, highBit(), OMEtype::type, OMEtype::ui, and OMEtype::value.
Referenced by highBit().
OME_CORE_CALL int inCalled | ( | class OMEthread * | thread, |
OMEtype & | result | ||
) |
OME_CORE_CALL int indexExists | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data, | ||
const OMEtype & | subscript | ||
) |
OME_CORE_CALL int iso8601Date | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | argData | ||
) |
References OMEiso8601Date().
OME_CORE_CALL int length | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg | ||
) |
References OMEstring::length(), OME_EXPECT_FALSE, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
Referenced by OMEioDescriptor::adjustVector(), and SharedMemoryVariable::SharedMemoryVariable().
OME_CORE_CALL int listDirectory | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | dirName | ||
) |
References OMEtype::initializeAsType(), OME_EXPECT_FALSE, OME_NIL, OME_STRING, OMElistDirectory(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int listEncodingVersions | ( | class OMEthread * | thread, |
OMEtype & | result | ||
) |
References OMEtype::array, OMEtype::initializeAsType(), OME_ARRAY, OMElistDefinedEncodingVersions(), and OMEtype::value.
OME_CORE_CALL int listRegisteredServices | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | flag | ||
) |
References _STD, ARG_IS_INT, OMEtype::i, OMEtype::initializeAsType(), OME_ASSOC, OME_EXPECT_TRUE, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int lookupAddress | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
OME_CORE_CALL int lookupLocalService | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | name | ||
) |
References _STD, OMEtype::initializeAsType(), OME_EXPECT_FALSE, OME_NIL, OME_STRING, and OMEtype::type.
OME_CORE_CALL int lowBit | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg | ||
) |
References ARG_IS_INT32, lowBit(), OMEtype::type, OMEtype::ui, and OMEtype::value.
Referenced by lowBit().
OME_CORE_CALL int makeAsHexString | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | args | ||
) |
References OME_DEFAULT_CHARSET, s, and skipAndOutputSetToStreamAsHex().
OME_CORE_CALL int makeAsString | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | args | ||
) |
References OMEtype::initializeAsType(), OMEset::nextElement(), OME_NIL, OME_SET, OME_STRING, OMEtype::outputOnStream(), OMEset::resetIterator(), s, OMEtype::s, OMEtype::set, OMEtype::type, and OMEtype::value.
Referenced by substituteEnvironmentVariables().
OME_CORE_CALL int makeDefaultACL | ( | class OMEthread * | thread, |
OMEtype & | result | ||
) |
References OMEthread::getUserName(), OMEtype::initializeAsType(), OME_NIL, and OMEmakeACL().
OME_CORE_CALL int makeDirectory | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | dirName | ||
) |
References OME_EXPECT_FALSE, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int makePermitEveryoneACL | ( | class OMEthread * | thread, |
OMEtype & | result | ||
) |
References OMEthread::getUserName(), OMEtype::initializeAsType(), OME_NIL, and OMEmakeACL().
OME_CORE_CALL int makePublicKeyPair | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | secret | ||
) |
References OMEtype::initializeAsType(), OME_ARRAY, OME_NIL, OME_STRING, OMEmakePrivateKey(), OMEmakePublicKey(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int makeRandomKey | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | desiredBits | ||
) |
References ARG_IS_INT32, OMEtype::i, OMEmakeRandomKey(), OMEtype::type, and OMEtype::value.
OME_CORE_CALL int makeSessionKey | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | publicKey, | ||
const OMEtype & | randomData | ||
) |
OME_CORE_CALL int makeUnique | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | args | ||
) |
References OMEtype::getUniqueReference(), OME_STRING, OMEtype, OMEtype::s, OMEreferenceToData< C >::totalReferences(), OMEtype::type, and OMEtype::value.
Referenced by OMEtype::getUniqueReference(), and OMEtype::operator[]().
OME_CORE_CALL int MD5hash | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | message | ||
) |
References OMEtype::initializeAsType(), OME_NIL, OME_STRING, OMEmakeMD5hash(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int mergeArrays | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | args | ||
) |
References OMEtype::array, OMEtype::assoc, OMEassoc::getKeyForIndex(), OMEarray::indexExists(), OMEtype::initializeAsType(), OMEset::nextElement(), OMEarray::nextIndex(), OMEassoc::nextIndex(), OME_ARRAY, OME_ASSOC, OME_EXPECT_FALSE, OME_NIL, OME_SET, OMEset::resetIterator(), OMEtype::set, OMEtype::type, and OMEtype::value.
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 | ||
) |
References ARG_IS_INT32, OMEtype::i, mergeBits(), OMEtype::type, OMEtype::ui, and OMEtype::value.
OME_CORE_CALL int midchar | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | source, | ||
const OMEtype & | offset | ||
) |
OME_CORE_CALL int midstr | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | source, | ||
const OMEtype & | offset, | ||
const OMEtype & | len | ||
) |
References ARG_IS_INT, OMEtype::initializeAsType(), l, OMEstring::midstr(), OME_EXPECT_FALSE, OME_NIL, OME_size_t, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int nextIndex | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data, | ||
const OMEtype & | subscript | ||
) |
OME_CORE_CALL int nlmInfo | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg | ||
) |
OME_CORE_CALL int oidIsExternal | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | obj | ||
) |
References OMEoid::isExternal(), OMEtype::oid, OME_EXPECT_FALSE, OME_EXPECT_TRUE, OME_OID, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int OMEloadOIL2 | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data, | ||
const OMEtype & | justList | ||
) |
References OME_ARRAY, OME_EXPECT_FALSE, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int OMEshutdown | ( | class OMEthread * | thread, |
OMEtype & | result | ||
) |
OIL2 interface routine to request shutdown of FARGOS/VISTA Object Management Environment via OMErequestShutdown().
References OMErequestShutdown(), and OMEstopFlag.
OME_CORE_CALL int openURL | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | url | ||
) |
OME_CORE_CALL int orderSubscripts | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg, | ||
const OMEtype & | mode | ||
) |
References OMEtype::i, subscriptsInOrder(), and OMEtype::value.
OME_CORE_CALL int parseAttributeValuePairs | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data, | ||
const OMEtype & | desiredType, | ||
const OMEtype & | whiteSpace, | ||
const OMEtype & | equalsSign | ||
) |
References OMEstring::determineCharacterSet(), OMEtype::i, OMEtype::initializeAsType(), OMEstring::length(), OME_ARRAY, OME_ASSOC, OME_NIL, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
Referenced by decodeMIMEdata(), and decodeMultiPart().
OME_CORE_CALL int parseHTTPformData | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data, | ||
const OMEtype & | desiredType | ||
) |
References convertURIescapes(), OMEtype::i, OMEtype::initializeAsType(), OMEstring::length(), OMEstring::noteCharacterSet(), OME_ARRAY, OME_ASSOC, OME_DEFAULT_CHARSET, OME_NIL, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
Referenced by decodeMIMEdata().
OME_CORE_CALL int parseMIMEblock | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
References OMEtype::initializeAsType(), OMEstring::length(), OMEstring::midstr(), OME_ARRAY, OME_NIL, OME_STRING, parseMIMEheaderLines(), OMEtype::s, OMEstring::substr(), OMEtype::type, and OMEtype::value.
Referenced by decodeMultiPart().
OME_CORE_CALL int parseMIMEheaderLines | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
References convertCase(), findSubstring(), OMEtype::initializeAsType(), OMEstring::length(), OMEstring::noteCharacterSet(), OME_ASSOC, OME_DEFAULT_CHARSET, OMEtype::s, and OMEtype::value.
Referenced by parseMIMEblock().
OME_CORE_CALL int parsePathComponents | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | path | ||
) |
References OMEstring::getCharacterSet(), OMEtype::initializeAsType(), IS_PATH_SEP, OMEstring::length(), OMEstring::noteCharacterSet(), OME_ARRAY, OME_NIL, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
Referenced by relativePathToAbsolute().
OME_CORE_CALL int parseStringIntoSSIelements | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
OME_CORE_CALL int parseXML | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
OME_CORE_CALL int parseXMLusingParser | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | parserID, | ||
const OMEtype & | data, | ||
const OMEtype & | doneFlag | ||
) |
References _STD, ARG_IS_INT32, OMEtype::i, OMEtype::initializeAsType(), OME_NIL, OME_STRING, OMEtype::type, OMEtype::ui, and OMEtype::value.
Referenced by parseXML().
OME_CORE_CALL int priorIndex | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data, | ||
const OMEtype & | subscript | ||
) |
OME_CORE_CALL int readBytes | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | ioID, | ||
const OMEtype & | bytesToRead, | ||
const OMEtype & | bufferSize | ||
) |
References ARG_IS_INT32, DEFAULT_MAX_READ_BUFFER, io(), LOG_COUT, LOG_ENDLINE, OME_EXPECT_FALSE, OME_NIL, and OMEtype::type.
OME_CORE_CALL int receiveDatagram | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | ioID, | ||
const OMEtype & | bufferSize | ||
) |
References ARG_IS_INT32, io(), LOG_CERR, LOG_ENDLINE, OME_EXPECT_FALSE, and OMEtype::type.
OME_CORE_CALL int registerService | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | name, | ||
const OMEtype & | obj, | ||
const OMEtype & | flag | ||
) |
References ARG_IS_INT, OME_EXPECT_FALSE, OME_OID, OME_STRING, and OMEtype::type.
OME_CORE_CALL int relativePathToAbsolute | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | currentDir, | ||
const OMEtype & | path | ||
) |
OME_CORE_CALL int removeDirectory | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | fileName | ||
) |
References LOG_COUT, LOG_ENDLINE, OME_EXPECT_FALSE, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int renameFile | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | orgFileName, | ||
const OMEtype & | newFileName | ||
) |
References OME_EXPECT_FALSE, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int reverseString | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg | ||
) |
References OME_EXPECT_FALSE, OME_STRING, OMEstring::reverse(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int rfc1123Date | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | argData | ||
) |
References OMErfc1123Date().
OME_CORE_CALL int safeURI | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg | ||
) |
References OMEtype::initializeAsType(), OME_NIL, OME_STRING, OMEmakeSafeURI(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int seekToOffset | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | ioID, | ||
const OMEtype & | offset | ||
) |
References ARG_IS_INT32, io(), OME_EXPECT_FALSE, and OMEtype::type.
OME_CORE_CALL int selectForRead | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | ioID, | ||
const OMEtype & | permitPreempt | ||
) |
References ARG_IS_INT32, io(), OME_EXPECT_FALSE, and OMEtype::type.
OME_CORE_CALL int selectForWrite | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | ioID, | ||
const OMEtype & | permitPreempt | ||
) |
References ARG_IS_INT32, io(), OME_EXPECT_FALSE, and OMEtype::type.
OME_CORE_CALL int sendDatagram | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | ioID, | ||
const OMEtype & | dataToSend, | ||
const OMEtype & | dest | ||
) |
References ARG_IS_INT32, io(), OME_EXPECT_FALSE, OME_STRING, and OMEtype::type.
OME_CORE_CALL int setDebugMask | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | mask | ||
) |
References OMEtype::i, LOG_CERR, LOG_ENDLINE, OMEdebugFlag, OMEtype::ui, and OMEtype::value.
OME_CORE_CALL int setToArray | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
OME_CORE_CALL int SHA1hash | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | message | ||
) |
References OMEtype::initializeAsType(), OME_NIL, OME_STRING, OMEmakeSHA1hash(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int sleepForSeconds | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | t | ||
) |
References OME_EXPECT_FALSE, OME_INT32, OMEevent::timerExpired, OMEtype::type, OMEtype::ui, and OMEtype::value.
OME_CORE_CALL int sortArray | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg, | ||
const OMEtype & | mode | ||
) |
OME_CORE_CALL int stringToNumber | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data, | ||
const OMEtype & | desiredType | ||
) |
References OMEtype::f, OMEtype::i, OME_ANY, OME_DOUBLE, OME_EXPECT_FALSE, OME_FLOAT, OME_INT32, OME_INT64, OME_STRING, OME_UINT16, OME_UINT32, OME_UINT64, OME_UINT8, OMEconvertString(), OMEtype::s, OMEtype::type, OMEtype::ui, and OMEtype::value.
OME_CORE_CALL int stripHTML | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
OME_CORE_CALL int substituteEnvironmentVariables | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | line, | ||
const OMEtype & | extraVariables | ||
) |
OME_CORE_CALL int substituteText | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data, | ||
const OMEtype & | replacements | ||
) |
References OMEtype::assoc, OMEtype::initializeAsType(), OME_ASSOC, OME_EXPECT_FALSE, OME_NIL, OME_STRING, OMEtype::s, substituteText(), OMEtype::type, and OMEtype::value.
Referenced by substituteEnvironmentVariables(), and substituteText().
OME_CORE_CALL int timeDifference | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | time1, | ||
const OMEtype & | time2 | ||
) |
References OMEtimeDifference().
OME_CORE_CALL int typeOf | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | arg | ||
) |
References OME_DOUBLE, OME_FLOAT, OME_INT32, OME_INT64, OME_UINT16, OME_UINT32, OME_UINT64, OME_UINT8, and OMEtype::type.
OME_CORE_CALL int uncompressString | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | data | ||
) |
References OMEtype::initializeAsType(), OME_NIL, OME_STRING, OMEuncompressString(), OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int unlinkFile | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | fileName | ||
) |
References OME_EXPECT_FALSE, OME_STRING, OMEtype::s, OMEtype::type, and OMEtype::value.
OME_CORE_CALL int unregisterService | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | name, | ||
const OMEtype & | obj | ||
) |
References _STD, OME_EXPECT_FALSE, OME_OID, OME_STRING, and OMEtype::type.
OME_CORE_CALL int writeBytes | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | ioID, | ||
const OMEtype & | dataToSend | ||
) |
References ARG_IS_INT32, io(), OME_EXPECT_FALSE, OME_STRING, and OMEtype::type.
OME_CORE_CALL int writeVectorOfBytes | ( | class OMEthread * | thread, |
OMEtype & | result, | ||
const OMEtype & | ioID, | ||
const OMEtype & | skipOffset, | ||
const OMEtype & | dataToSend | ||
) |
References ARG_IS_INT32, io(), LOG_CERR, LOG_ENDLINE, MAX_IO_VECTORS, OME_ARRAY, OME_EXPECT_FALSE, and OMEtype::type.
OME_CORE_CALL int yieldSlice | ( | class OMEthread * | thread, |
OMEtype & | result | ||
) |
References OMEthread::getPC(), and OMEthread::yieldSlice().
![]() | Generated: Fri Jul 31 2020 18:19:16
Support Information |