Home
last modified time | relevance | path

Searched refs:PUTNODES_APP (Results 1 – 7 of 7) sorted by relevance

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dfile.cpp375 … l ? PUTNODES_SYNC : PUTNODES_APP)); in completed()
377 PUTNODES_APP)); in completed()
H A Dcommands.cpp1208 if (source == PUTNODES_APP) in procresult()
1242 …if (!client->readnodes(&client->json, 1, PUTNODES_APP, NULL, 0, 0, true)) // do apply keys to rec… in procresult()
1276 if (source == PUTNODES_APP) in procresult()
H A Dmegaclient.cpp7093 reqs.add(new CommandPutNodes(this, h, NULL, newnodes, numnodes, reqtag, PUTNODES_APP, cauth)); in putnodes()
H A Dmegaapi_impl.cpp21967 ….add(new CommandPutNodes(client, parentHandle, NULL, newnode, 1, request->getTag(), PUTNODES_APP)); in sendPendingRequests()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/
H A Dtypes.h315 typedef enum { PUTNODES_APP, PUTNODES_SYNC, PUTNODES_SYNCDEBRIS } putsource_t; enumerator
H A Dmegaclient.h1399 …int readnodes(JSON*, int, putsource_t = PUTNODES_APP, NewNode* = NULL, int = 0, int = 0, bool appl…
H A Dcommand.h514 …s(MegaClient*, handle, const char*, NewNode*, int, int, putsource_t = PUTNODES_APP, const char *ca…