Home
last modified time | relevance | path

Searched refs:tops (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/pan/cgi/
H A Dreconsile.cgi152 @tops = ();
155 push(@tops, copy_record(@$rtcs[0]));
158 @tops = sort { $a->{TAG} cmp $b->{TAG}
162 || $a->{STATUS} cmp $b->{STATUS}} @tops;
164 $LCR = $tops[0];
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dnode.js168 this.tops = new Set()
679 root.tops.add(this)
681 root.tops.delete(this)
692 for (const child of root.tops) {
712 // can't possibly have a parent, because it's in tops
720 root.tops.delete(child)
854 // Linked targets that are disconnected from the tree are tops,
1266 root.tops.delete(this)
/third_party/libwebsockets/lib/roles/mqtt/
H A Dmqtt.c2130 uint32_t tops; in lws_mqtt_client_send_subcribe() local
2204 tops = sub->num_topics - extant; in lws_mqtt_client_send_subcribe()
2219 __func__, (int)tops, (int)rem_len); in lws_mqtt_client_send_subcribe()
2316 uint32_t tops; in lws_mqtt_client_send_unsubcribe() local
2368 tops = orphaned; in lws_mqtt_client_send_unsubcribe()
2389 __func__, (int)tops, (int)rem_len); in lws_mqtt_client_send_unsubcribe()

Completed in 4 milliseconds