Home
last modified time | relevance | path

Searched refs:ISUNDEF (Results 1 – 11 of 11) sorted by relevance

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dmegaclient.cpp126 if (!ISUNDEF(node)) in decryptkey()
5418 if (ISUNDEF(oh) && ISUNDEF(uh)) in sc_shares()
5425 if (!ISUNDEF(oh) && (!ISUNDEF(uh) || !ISUNDEF(p))) in sc_shares()
5453 if (!ISUNDEF(oh) && (!ISUNDEF(uh) || !ISUNDEF(p))) in sc_shares()
6187 if (ISUNDEF(h)) in sc_ph()
6192 if (ISUNDEF(ph)) in sc_ph()
7607 if (ISUNDEF(h)) in readnodes()
7971 if (ISUNDEF(uh) && ISUNDEF(p)) in readoutshareelement()
8373 if (ISUNDEF(uh)) in readusers()
9035 if (ISUNDEF(p)) in findpcr()
[all …]
H A Duseralerts.cpp466 assert(!ISUNDEF(uh)); in NewSharedNodes()
834 np->parentHandle == op->parentHandle && !ISUNDEF(np->parentHandle)) in add()
939 assert(!ISUNDEF(user)); in noteSharedNode()
941 if (!ISUNDEF(ignoreNodesUnderShare)) in noteSharedNode()
H A Dcommands.cpp321 if (!ISUNDEF(file->h)) in CommandPutFile()
1279 if (!ISUNDEF(targethandle)) in procresult()
2286 if (ISUNDEF(p)) in procresult()
2511 if (!ISUNDEF(lph)) in CommandPurchaseAddItem()
2921 if (!ISUNDEF(lph)) in CommandPutUA()
3494 if (!ISUNDEF(uh)) in procresult()
4804 if (ISUNDEF(ph)) in procresult()
5171 if (!ISUNDEF(uh) in procresult()
5483 if (!ISUNDEF(lph)) in CommandSubmitPurchaseReceipt()
7134 if (ISUNDEF(h)) in procresult()
[all …]
H A Dfile.cpp365 if (!t->client->versions_disabled && ISUNDEF(newnode->ovhandle)) in completed()
H A Dnode.cpp81 if (ISUNDEF(*client->rootnodes)) in Node()
H A Dmegaapi_impl.cpp5239 if (ISUNDEF(client->me)) in getMyUserHandle()
5381 if (ISUNDEF(client->me)) in getMyCredentials()
10127 if (!ISUNDEF(primaryFolder)) in setCameraUploadsFolders()
10131 if (!ISUNDEF(secondaryFolder)) in setCameraUploadsFolders()
19814 if((!fa && !node) || (fa && ISUNDEF(h))) in sendPendingRequests()
19986 if (!ISUNDEF(lastPublicHandle) in sendPendingRequests()
21767 if (ISUNDEF(h)) in sendPendingRequests()
21804 if (ISUNDEF(h)) in sendPendingRequests()
32643 assert(!ISUNDEF(chatid)); in enableChat()
32667 assert(!ISUNDEF(chatid)); in setChatDnd()
[all …]
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/doc/example/
H A Dlsmega.cpp45 if (ISUNDEF(cwd)) cwd = client->rootnodes[0]; in nodes_updated()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/
H A Dmegasimplesync.cpp427 if (ISUNDEF(cwd)) in fetchnodes_result()
H A Dmegacli.cpp894 if (ISUNDEF(h)) in chatlink_result()
1539 if (clientFolder && !ISUNDEF(clientFolder->rootnodes[0])) in listtrees()
2818 …if (uh == userhandle || ISUNDEF(userhandle)) // no user was typed --> show authring for all use… in printAuthringInformation()
7369 if (ISUNDEF(cwd)) in nodes_updated()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/
H A Dtypes.h342 #define ISUNDEF(h) (!((h) + 1)) macro
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/tests/integration/
H A DSdkTest_test.cpp1904 ok = title == a->getTitle() && path == a->getPath() && !ISUNDEF(a->getNodeHandle()); in checkAlert()