Home
last modified time | relevance | path

Searched refs:nodehandle (Results 1 – 25 of 69) sorted by relevance

123

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dsharenodekeys.cpp52 add(n->nodekey(), n->nodehandle, sn, specific); in add()
56 void ShareNodeKeys::add(const string& nodekey, handle nodehandle, Node* sn, int specific, const byt… in add() argument
91 items[items.size() - 1].assign((const char*)&nodehandle, MegaClient::NODEHANDLE); in add()
106 c->element((const byte*)&shares[i]->nodehandle, MegaClient::NODEHANDLE); in get()
H A Dnode.cpp44 nodehandle = h; in Node()
166 handle ancestor = fa->nodehandle; in ~Node()
174 client->mNodeCounters.erase(nodehandle); in ~Node()
187 client->mPublicLinks.erase(nodehandle); in ~Node()
433 client->mPublicLinks[n->nodehandle] = plink->ph; in unserialize()
500 d->append((char*)&nodehandle, MegaClient::NODEHANDLE); in serialize()
1003 handle oah = originalancestor->nodehandle; in setparent()
1030 handle nah = newancestor->nodehandle; in setparent()
1118 client->mPublicLinks[nodehandle] = ph; in setpubliclink()
1693 h = parent->node->nodehandle; in completed()
[all …]
H A Dfileattributefetch.cpp41 nodehandle = h; in FileAttributeFetch()
143 client->app->fa_complete(it->second->nodehandle, it->second->type, ptr, falen); in parse()
162 … if (client->app->fa_failed(it->second->nodehandle, it->second->type, it->second->retries, e)) in failed()
H A Dmegaclient.cpp562 handle rootnode = getrootnode(node)->nodehandle; in isPrivateNode()
574 handle rootnode = getrootnode(node)->nodehandle; in isForeignNode()
4579 … Base64::btoa((byte *)&dn->nodehandle, sizeof(dn->nodehandle), &test2[18]); in procsc()
6822 nodes.erase(n->nodehandle); in notifypurge()
7070 newnode->nodehandle = 0; in putnodes_prepareOneFolder()
7249 if (prevRoot->nodehandle != rubbishHandle in rename()
12195 abortreads(n->nodehandle, true, offset, count); in preadabort()
13430 l->h = l->parent->node->nodehandle; in syncupdate()
13440 nnp->nodehandle = n ? n->nodehandle : l->syncid; in syncupdate()
13824 nn->nodehandle = i; in execmovetosyncdebris()
[all …]
H A Dtreeproc.cpp47 client->nodekeyrewrite.push_back(n->nodehandle); in proc()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/doc/source/
H A Dapi_usage.rst111 ``setattr_result(handle nodehandle, error e)``
116 pointer pairs. In ``setattr_result()``, ``nodehandle`` is the node's
133 ``rename_result(handle nodehandle, error e)``
151 ``unlink_result(handle nodehandle, error e)``
224 ``int topen(handle nodehandle, const byte* key, m_off_t start, m_off_t len, int c)``
226 :``nodehandle``: The handle of the node to download (if key is set,
304 :``nodehandle``: A random unique handle for new folder nodes or a
306 :``parenthandle``: Must be ``UNDEF`` or reference a folder nodehandle
473 ``exportnode_result(handle nodehandle, handle exportedhandle)``
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/tests/integration/
H A DSync_test.cpp715 basefolderhandle = basenode->nodehandle; in ensureTestBaseFolder()
729 client.putnodes(root->nodehandle, nn, 1); in ensureTestBaseFolder()
740 nn.nodehandle = nodes.size(); in buildSubdirs()
787 client.putnodes(atnode->nodehandle, nodearray, (int)nodes.size()); in makeCloudSubdirs()
849 SyncConfig syncConfig{localpath.u8string(), m->nodehandle, 0}; in setupSync_inthread()
853 syncSet[syncid] = SyncInfo{ m->nodehandle, localpath }; in setupSync_inthread()
1314 client.rename(n, p, SYNCDEL_NONE, n->parent->nodehandle); in movenodetotrash()
2660 handle original_f_handle = f->nodehandle; in GTEST_TEST()
2661 handle original_f_parent_handle = f->parent->nodehandle; in GTEST_TEST()
2686 ASSERT_EQ(f->nodehandle, original_f_handle); in GTEST_TEST()
[all …]
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/
H A Dsharenodekeys.h45 void add(const string& nodekey, handle nodehandle, Node*, int, const byte* = NULL, int = 0);
H A Dfileattributefetch.h64 handle nodehandle; member
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/tests/unit/
H A Dutils.cpp75 const auto ph = parent ? parent->nodehandle : mega::UNDEF; in makeNode()
86 mega::SyncConfig config{localname, n.nodehandle, 0}; in makeSync()
H A DSerialization_test.cpp606 ASSERT_EQ(ref.nodehandle, dl.nodehandle); in checkDeserializedNode()
743 n->plink = new mega::PublicLink{n->nodehandle, 1, 2, false}; in TEST()
765 n->plink = new mega::PublicLink{n->nodehandle, 1, 2, false}; in TEST()
858 n->plink = new mega::PublicLink{n->nodehandle, 1, 2, false}; in TEST()
881 n->plink = new mega::PublicLink{n->nodehandle, 1, 2, false}; in TEST()
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc/tests/ports/include/
H A Dpicl.h39 extern int picl_get_root(picl_nodehdl_t *nodehandle);
/dports/net/mpich/mpich-3.4.3/modules/hwloc/tests/hwloc/ports/include/solaris/
H A Dpicl.h39 extern int picl_get_root(picl_nodehdl_t *nodehandle);
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/tests/hwloc/ports/include/solaris/
H A Dpicl.h39 extern int picl_get_root(picl_nodehdl_t *nodehandle);
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/tests/hwloc/ports/include/solaris/
H A Dpicl.h39 extern int picl_get_root(picl_nodehdl_t *nodehandle);
/dports/devel/hwloc/hwloc-1.11.13/tests/ports/include/solaris/
H A Dpicl.h39 extern int picl_get_root(picl_nodehdl_t *nodehandle);
/dports/devel/hwloc2/hwloc-2.5.0/tests/hwloc/ports/include/solaris/
H A Dpicl.h39 extern int picl_get_root(picl_nodehdl_t *nodehandle);
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/
H A Dmegacli.cpp642 h = n->nodehandle; in AppFileGet()
2080 t->nodehandle = n->nodehandle; in proc()
2438 q.push_back(c->nodehandle); in getDepthFirstFileHandles()
3404 cwd = n->nodehandle; in exec_cd()
3692 ovhandle = ovn->nodehandle; in exec_cp()
4048 target = n->nodehandle; in exec_put()
4726 client->putnodes(n->nodehandle, nn, 1); in exec_mkdir()
5679 hlink = n->nodehandle; in exec_export()
5764 client->grantAccessInChat(chatid, nodehandle, uid); in exec_chatga()
7119 newnode->nodehandle = ph; in openfilelink_result()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java93 public int getNodeIdent(final int nodehandle); in getNodeIdent() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java93 public int getNodeIdent(final int nodehandle); in getNodeIdent() argument
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java93 public int getNodeIdent(final int nodehandle); in getNodeIdent() argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java93 public int getNodeIdent(final int nodehandle); in getNodeIdent() argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java93 public int getNodeIdent(final int nodehandle); in getNodeIdent() argument
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java93 public int getNodeIdent(final int nodehandle); in getNodeIdent() argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/
H A DDOM.java93 public int getNodeIdent(final int nodehandle); in getNodeIdent() argument

123