Home
last modified time | relevance | path

Searched refs:tcKey (Results 1 – 18 of 18) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DCW4dl.h545 inline Tree* getItem(Tree* pTree, const char* tcKey) { return _getItemFromKey(pTree, tcKey); } in getItem() argument
597 …ree* insertItem(Tree* pArray, const char* tcKey, const char* tcValue = NULL) { return _insertItem(…
H A DDynPackage.cpp241 Tree* pfGetItemFromKey(Tree* pArray, const char* tcKey) { in pfGetItemFromKey() argument
242 return pArray->getArrayElement(tcKey); in pfGetItemFromKey()
260 Tree* pfInsertItem(Tree* pArray, const char* tcKey, const char* tcValue) { in pfInsertItem() argument
261 DtaScriptVariable* pItem = pArray->addElement(tcKey); in pfInsertItem()
H A DDtaScriptVariable.cpp923 char tcKey[32]; in addElement() local
924 sprintf(tcKey, "%d", iKey); in addElement()
925 return addElement(tcKey); in addElement()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbutil/
H A DDbUtil.cpp2244 memcpy(tcKey, &pop->tckey, 4*pop->tckeyLen); in runOperation()
2248 tcKey->apiConnectPtr = transPtr.p->connectPtr; in runOperation()
2249 tcKey->senderData = opI; in runOperation()
2250 tcKey->transId1 = transPtr.p->transId[0]; in runOperation()
2251 tcKey->transId2 = transPtr.p->transId[1]; in runOperation()
2252 tcKey->requestInfo |= start; in runOperation()
2254 if (TcKeyReq::getScanIndFlag(tcKey->requestInfo)) in runOperation()
2256 tcKey->scanInfo = op->m_scanTakeOver; in runOperation()
2269 tcKey->attrLen = attrLen + TcKeyReq::getAIInTcKeyReq(tcKey->requestInfo); in runOperation()
2270 TcKeyReq::setKeyLength(tcKey->requestInfo, keyLen); in runOperation()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbutil/
H A DDbUtil.cpp2244 memcpy(tcKey, &pop->tckey, 4*pop->tckeyLen); in runOperation()
2248 tcKey->apiConnectPtr = transPtr.p->connectPtr; in runOperation()
2249 tcKey->senderData = opI; in runOperation()
2250 tcKey->transId1 = transPtr.p->transId[0]; in runOperation()
2251 tcKey->transId2 = transPtr.p->transId[1]; in runOperation()
2252 tcKey->requestInfo |= start; in runOperation()
2254 if (TcKeyReq::getScanIndFlag(tcKey->requestInfo)) in runOperation()
2256 tcKey->scanInfo = op->m_scanTakeOver; in runOperation()
2269 tcKey->attrLen = attrLen + TcKeyReq::getAIInTcKeyReq(tcKey->requestInfo); in runOperation()
2270 TcKeyReq::setKeyLength(tcKey->requestInfo, keyLen); in runOperation()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbutil/
H A DDbUtil.cpp2244 memcpy(tcKey, &pop->tckey, 4*pop->tckeyLen); in runOperation()
2248 tcKey->apiConnectPtr = transPtr.p->connectPtr; in runOperation()
2249 tcKey->senderData = opI; in runOperation()
2250 tcKey->transId1 = transPtr.p->transId[0]; in runOperation()
2251 tcKey->transId2 = transPtr.p->transId[1]; in runOperation()
2252 tcKey->requestInfo |= start; in runOperation()
2254 if (TcKeyReq::getScanIndFlag(tcKey->requestInfo)) in runOperation()
2256 tcKey->scanInfo = op->m_scanTakeOver; in runOperation()
2269 tcKey->attrLen = attrLen + TcKeyReq::getAIInTcKeyReq(tcKey->requestInfo); in runOperation()
2270 TcKeyReq::setKeyLength(tcKey->requestInfo, keyLen); in runOperation()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbutil/
H A DDbUtil.cpp2399 memcpy(tcKey, &pop->tckey, 4*pop->tckeyLen); in runOperation()
2403 tcKey->apiConnectPtr = transPtr.p->connectPtr; in runOperation()
2404 tcKey->senderData = opI; in runOperation()
2405 tcKey->transId1 = transPtr.p->transId[0]; in runOperation()
2406 tcKey->transId2 = transPtr.p->transId[1]; in runOperation()
2407 tcKey->requestInfo |= start; in runOperation()
2409 if (TcKeyReq::getScanIndFlag(tcKey->requestInfo)) in runOperation()
2411 tcKey->scanInfo = op->m_scanTakeOver; in runOperation()
2424 tcKey->attrLen = attrLen + TcKeyReq::getAIInTcKeyReq(tcKey->requestInfo); in runOperation()
2425 TcKeyReq::setKeyLength(tcKey->requestInfo, keyLen); in runOperation()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbutil/
H A DDbUtil.cpp2262 memcpy(tcKey, &pop->tckey, 4*pop->tckeyLen); in runOperation()
2266 tcKey->apiConnectPtr = transPtr.p->connectPtr; in runOperation()
2267 tcKey->senderData = opI; in runOperation()
2268 tcKey->transId1 = transPtr.p->transId[0]; in runOperation()
2269 tcKey->transId2 = transPtr.p->transId[1]; in runOperation()
2270 tcKey->requestInfo |= start; in runOperation()
2272 if (TcKeyReq::getScanIndFlag(tcKey->requestInfo)) in runOperation()
2274 tcKey->scanInfo = op->m_scanTakeOver; in runOperation()
2287 tcKey->attrLen = attrLen + TcKeyReq::getAIInTcKeyReq(tcKey->requestInfo); in runOperation()
2288 TcKeyReq::setKeyLength(tcKey->requestInfo, keyLen); in runOperation()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbutil/
H A DDbUtil.cpp2262 memcpy(tcKey, &pop->tckey, 4*pop->tckeyLen); in runOperation()
2266 tcKey->apiConnectPtr = transPtr.p->connectPtr; in runOperation()
2267 tcKey->senderData = opI; in runOperation()
2268 tcKey->transId1 = transPtr.p->transId[0]; in runOperation()
2269 tcKey->transId2 = transPtr.p->transId[1]; in runOperation()
2270 tcKey->requestInfo |= start; in runOperation()
2272 if (TcKeyReq::getScanIndFlag(tcKey->requestInfo)) in runOperation()
2274 tcKey->scanInfo = op->m_scanTakeOver; in runOperation()
2287 tcKey->attrLen = attrLen + TcKeyReq::getAIInTcKeyReq(tcKey->requestInfo); in runOperation()
2288 TcKeyReq::setKeyLength(tcKey->requestInfo, keyLen); in runOperation()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dbutil/
H A DDbUtil.cpp2262 memcpy(tcKey, &pop->tckey, 4*pop->tckeyLen); in runOperation()
2266 tcKey->apiConnectPtr = transPtr.p->connectPtr; in runOperation()
2267 tcKey->senderData = opI; in runOperation()
2268 tcKey->transId1 = transPtr.p->transId[0]; in runOperation()
2269 tcKey->transId2 = transPtr.p->transId[1]; in runOperation()
2270 tcKey->requestInfo |= start; in runOperation()
2272 if (TcKeyReq::getScanIndFlag(tcKey->requestInfo)) in runOperation()
2274 tcKey->scanInfo = op->m_scanTakeOver; in runOperation()
2287 tcKey->attrLen = attrLen + TcKeyReq::getAIInTcKeyReq(tcKey->requestInfo); in runOperation()
2288 TcKeyReq::setKeyLength(tcKey->requestInfo, keyLen); in runOperation()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbutil/
H A DDbUtil.cpp2262 memcpy(tcKey, &pop->tckey, 4*pop->tckeyLen); in runOperation()
2266 tcKey->apiConnectPtr = transPtr.p->connectPtr; in runOperation()
2267 tcKey->senderData = opI; in runOperation()
2268 tcKey->transId1 = transPtr.p->transId[0]; in runOperation()
2269 tcKey->transId2 = transPtr.p->transId[1]; in runOperation()
2270 tcKey->requestInfo |= start; in runOperation()
2272 if (TcKeyReq::getScanIndFlag(tcKey->requestInfo)) in runOperation()
2274 tcKey->scanInfo = op->m_scanTakeOver; in runOperation()
2287 tcKey->attrLen = attrLen + TcKeyReq::getAIInTcKeyReq(tcKey->requestInfo); in runOperation()
2288 TcKeyReq::setKeyLength(tcKey->requestInfo, keyLen); in runOperation()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/dbutil/
H A DDbUtil.cpp2262 memcpy(tcKey, &pop->tckey, 4*pop->tckeyLen); in runOperation()
2266 tcKey->apiConnectPtr = transPtr.p->connectPtr; in runOperation()
2267 tcKey->senderData = opI; in runOperation()
2268 tcKey->transId1 = transPtr.p->transId[0]; in runOperation()
2269 tcKey->transId2 = transPtr.p->transId[1]; in runOperation()
2270 tcKey->requestInfo |= start; in runOperation()
2272 if (TcKeyReq::getScanIndFlag(tcKey->requestInfo)) in runOperation()
2274 tcKey->scanInfo = op->m_scanTakeOver; in runOperation()
2287 tcKey->attrLen = attrLen + TcKeyReq::getAIInTcKeyReq(tcKey->requestInfo); in runOperation()
2288 TcKeyReq::setKeyLength(tcKey->requestInfo, keyLen); in runOperation()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/dbutil/
H A DDbUtil.cpp2244 memcpy(tcKey, &pop->tckey, 4*pop->tckeyLen); in runOperation()
2248 tcKey->apiConnectPtr = transPtr.p->connectPtr; in runOperation()
2249 tcKey->senderData = opI; in runOperation()
2250 tcKey->transId1 = transPtr.p->transId[0]; in runOperation()
2251 tcKey->transId2 = transPtr.p->transId[1]; in runOperation()
2252 tcKey->requestInfo |= start; in runOperation()
2254 if (TcKeyReq::getScanIndFlag(tcKey->requestInfo)) in runOperation()
2256 tcKey->scanInfo = op->m_scanTakeOver; in runOperation()
2269 tcKey->attrLen = attrLen + TcKeyReq::getAIInTcKeyReq(tcKey->requestInfo); in runOperation()
2270 TcKeyReq::setKeyLength(tcKey->requestInfo, keyLen); in runOperation()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/dbutil/
H A DDbUtil.cpp2244 memcpy(tcKey, &pop->tckey, 4*pop->tckeyLen); in runOperation()
2248 tcKey->apiConnectPtr = transPtr.p->connectPtr; in runOperation()
2249 tcKey->senderData = opI; in runOperation()
2250 tcKey->transId1 = transPtr.p->transId[0]; in runOperation()
2251 tcKey->transId2 = transPtr.p->transId[1]; in runOperation()
2252 tcKey->requestInfo |= start; in runOperation()
2254 if (TcKeyReq::getScanIndFlag(tcKey->requestInfo)) in runOperation()
2256 tcKey->scanInfo = op->m_scanTakeOver; in runOperation()
2269 tcKey->attrLen = attrLen + TcKeyReq::getAIInTcKeyReq(tcKey->requestInfo); in runOperation()
2270 TcKeyReq::setKeyLength(tcKey->requestInfo, keyLen); in runOperation()
[all …]
/dports/devel/codeworker/CodeWorker4_5_3/java/src/
H A DJNIParseTree.cpp171 jobject result = createWrapper(pEnv, pObjectClass, pObjectInstance->addElement(tcKey)); in Java_org_codeworker_jni_ParseTree_addItem()
H A DJNIRuntime.cpp36 CodeWorker::CGRuntime::registerScript(tcKey, pScriptInstance); in Java_org_codeworker_jni_Runtime_registerScript()
203 sKey = tcKey; in Java_org_codeworker_jni_Runtime_insertElementAt()
286 sKey = tcKey; in Java_org_codeworker_jni_Runtime_removeElement()
635 sKey = tcKey; in Java_org_codeworker_jni_Runtime_setFloatingLocation()
2116 sKey = tcKey; in Java_org_codeworker_jni_Runtime_removeGenerationTagsHandler()
2287 sKey = tcKey; in Java_org_codeworker_jni_Runtime_selectGenerationTagsHandler()
2752 sKey = tcKey; in Java_org_codeworker_jni_Runtime_existFloatingLocation()
2765 sKey = tcKey; in Java_org_codeworker_jni_Runtime_getFloatingLocation()
2845 sKey = tcKey; in Java_org_codeworker_jni_Runtime_newFloatingLocation()
2866 sKey = tcKey; in Java_org_codeworker_jni_Runtime_removeFloatingLocation()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dbutil/
H A DDbUtil.cpp1944 TcKeyReq * tcKey = (TcKeyReq*)signal->getDataPtrSend(); in runOperation() local
1946 memcpy(tcKey, &pop->tckey, pop->tckeyLenInBytes); in runOperation()
1950 tcKey->apiConnectPtr = transPtr.p->connectPtr; in runOperation()
1951 tcKey->senderData = opI; in runOperation()
1952 tcKey->transId1 = transPtr.p->transId[0]; in runOperation()
1953 tcKey->transId2 = transPtr.p->transId[1]; in runOperation()
1954 tcKey->requestInfo |= start; in runOperation()
1970 Uint32 *keyDst = ((Uint32*)tcKey) + pop->keyDataPos; in runOperation()
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DCW4dl.h_545 inline Tree* getItem(Tree* pTree, const char* tcKey) { return _getItemFromKey(pTree, tcKey); }
597 …ree* insertItem(Tree* pArray, const char* tcKey, const char* tcValue = NULL) { return _insertItem(…