Home
last modified time | relevance | path

Searched refs:matchkey (Results 1 – 25 of 97) sorted by relevance

1234

/dports/misc/tvm/incubator-tvm-0.6.1/apps/cpp_rpc/
H A Drpc_tracker_client.h107 std::string *matchkey) { in ReportResourceAndGetKey() argument
109 *matchkey = RandomKey(key_ + ":", old_keyset_); in ReportResourceAndGetKey()
116 << port << ", \"" << *matchkey << "\"], " << custom_addr_ << "]"; in ReportResourceAndGetKey()
124 *matchkey = key_; in ReportResourceAndGetKey()
138 std::string *matchkey) { in WaitConnectionAndUpdateKey() argument
153 old_keyset_.insert(*matchkey); in WaitConnectionAndUpdateKey()
157 if (pending_keys.find(*matchkey) == std::string::npos) { in WaitConnectionAndUpdateKey()
166 *matchkey = RandomKey(key_ + ":", old_keyset_); in WaitConnectionAndUpdateKey()
170 << port << ", \"" << *matchkey << "\"], " << custom_addr_ << "]"; in WaitConnectionAndUpdateKey()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/apps/cpp_rpc/
H A Drpc_tracker_client.h105 void ReportResourceAndGetKey(int port, std::string* matchkey) { in ReportResourceAndGetKey() argument
107 *matchkey = RandomKey(key_ + ":", old_keyset_); in ReportResourceAndGetKey()
114 << ", \"" << *matchkey << "\"], " << custom_addr_ << "]"; in ReportResourceAndGetKey()
122 *matchkey = key_; in ReportResourceAndGetKey()
134 std::string* matchkey) { in WaitConnectionAndUpdateKey() argument
149 old_keyset_.insert(*matchkey); in WaitConnectionAndUpdateKey()
153 if (pending_keys.find(*matchkey) == std::string::npos) { in WaitConnectionAndUpdateKey()
162 *matchkey = RandomKey(key_ + ":", old_keyset_); in WaitConnectionAndUpdateKey()
166 << ", \"" << *matchkey << "\"], " << custom_addr_ << "]"; in WaitConnectionAndUpdateKey()
/dports/misc/py-tvm/incubator-tvm-0.6.1/apps/cpp_rpc/
H A Drpc_tracker_client.h107 std::string *matchkey) { in ReportResourceAndGetKey() argument
109 *matchkey = RandomKey(key_ + ":", old_keyset_); in ReportResourceAndGetKey()
116 << port << ", \"" << *matchkey << "\"], " << custom_addr_ << "]"; in ReportResourceAndGetKey()
124 *matchkey = key_; in ReportResourceAndGetKey()
138 std::string *matchkey) { in WaitConnectionAndUpdateKey() argument
153 old_keyset_.insert(*matchkey); in WaitConnectionAndUpdateKey()
157 if (pending_keys.find(*matchkey) == std::string::npos) { in WaitConnectionAndUpdateKey()
166 *matchkey = RandomKey(key_ + ":", old_keyset_); in WaitConnectionAndUpdateKey()
170 << port << ", \"" << *matchkey << "\"], " << custom_addr_ << "]"; in WaitConnectionAndUpdateKey()
/dports/emulators/mess/mame-mame0226/3rdparty/expat/xmlwf/
H A Dct.c104 matchkey(const char *start, const char *end, const char *key) { in matchkey() function
120 if (matchkey(p, next, "text")) in getXMLCharset()
122 else if (! matchkey(p, next, "application")) in getXMLCharset()
128 if (matchkey(p, next, "xml")) in getXMLCharset()
134 if (matchkey(p, next, "charset")) { in getXMLCharset()
H A Dxmlmime.c108 matchkey(const char *start, const char *end, const char *key) { in matchkey() function
124 if (matchkey(p, next, "text")) in getXMLCharset()
126 else if (! matchkey(p, next, "application")) in getXMLCharset()
134 if (! matchkey(p, next, "xml") && charset[0] == '\0') in getXMLCharset()
142 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/expat/xmlwf/
H A Dct.c73 matchkey(const char *start, const char *end, const char *key) in matchkey() function
91 if (matchkey(p, next, "text")) in getXMLCharset()
93 else if (!matchkey(p, next, "application")) in getXMLCharset()
99 if (matchkey(p, next, "xml")) in getXMLCharset()
105 if (matchkey(p, next, "charset")) { in getXMLCharset()
H A Dxmlmime.c77 matchkey(const char *start, const char *end, const char *key) in matchkey() function
95 if (matchkey(p, next, "text")) in getXMLCharset()
97 else if (!matchkey(p, next, "application")) in getXMLCharset()
104 if (!matchkey(p, next, "xml") && charset[0] == '\0') in getXMLCharset()
111 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/expat/xmlwf/
H A Dct.c73 matchkey(const char *start, const char *end, const char *key) in matchkey() function
91 if (matchkey(p, next, "text")) in getXMLCharset()
93 else if (!matchkey(p, next, "application")) in getXMLCharset()
99 if (matchkey(p, next, "xml")) in getXMLCharset()
105 if (matchkey(p, next, "charset")) { in getXMLCharset()
H A Dxmlmime.c77 matchkey(const char *start, const char *end, const char *key) in matchkey() function
95 if (matchkey(p, next, "text")) in getXMLCharset()
97 else if (!matchkey(p, next, "application")) in getXMLCharset()
104 if (!matchkey(p, next, "xml") && charset[0] == '\0') in getXMLCharset()
111 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/expat/xmlwf/
H A Dct.c73 matchkey(const char *start, const char *end, const char *key) in matchkey() function
91 if (matchkey(p, next, "text")) in getXMLCharset()
93 else if (!matchkey(p, next, "application")) in getXMLCharset()
99 if (matchkey(p, next, "xml")) in getXMLCharset()
105 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/expat/xmlwf/
H A Dct.c73 matchkey(const char *start, const char *end, const char *key) in matchkey() function
91 if (matchkey(p, next, "text")) in getXMLCharset()
93 else if (!matchkey(p, next, "application")) in getXMLCharset()
99 if (matchkey(p, next, "xml")) in getXMLCharset()
105 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/expat/xmlwf/
H A Dct.c73 matchkey(const char *start, const char *end, const char *key) in matchkey() function
91 if (matchkey(p, next, "text")) in getXMLCharset()
93 else if (!matchkey(p, next, "application")) in getXMLCharset()
99 if (matchkey(p, next, "xml")) in getXMLCharset()
105 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/expat/src/expat/xmlwf/
H A Dct.c104 matchkey(const char *start, const char *end, const char *key) { in matchkey() function
120 if (matchkey(p, next, "text")) in getXMLCharset()
122 else if (! matchkey(p, next, "application")) in getXMLCharset()
128 if (matchkey(p, next, "xml")) in getXMLCharset()
134 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/devel/gdcm/gdcm-3.0.10/Utilities/gdcmexpat/xmlwf/
H A Dct.c73 matchkey(const char *start, const char *end, const char *key) in matchkey() function
91 if (matchkey(p, next, "text")) in getXMLCharset()
93 else if (!matchkey(p, next, "application")) in getXMLCharset()
99 if (matchkey(p, next, "xml")) in getXMLCharset()
105 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/emulators/mame/mame-mame0226/3rdparty/expat/xmlwf/
H A Dct.c104 matchkey(const char *start, const char *end, const char *key) { in matchkey() function
120 if (matchkey(p, next, "text")) in getXMLCharset()
122 else if (! matchkey(p, next, "application")) in getXMLCharset()
128 if (matchkey(p, next, "xml")) in getXMLCharset()
134 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/expat/src/expat/xmlwf/
H A Dct.c104 matchkey(const char *start, const char *end, const char *key) { in matchkey() function
120 if (matchkey(p, next, "text")) in getXMLCharset()
122 else if (! matchkey(p, next, "application")) in getXMLCharset()
128 if (matchkey(p, next, "xml")) in getXMLCharset()
134 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/expat/xmlwf/
H A Dct.c73 matchkey(const char *start, const char *end, const char *key) in matchkey() function
91 if (matchkey(p, next, "text")) in getXMLCharset()
93 else if (!matchkey(p, next, "application")) in getXMLCharset()
99 if (matchkey(p, next, "xml")) in getXMLCharset()
105 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/devel/tla/tla-1.3.5/src/expat/xmlwf/
H A Dct.c73 matchkey(const char *start, const char *end, const char *key) in matchkey() function
91 if (matchkey(p, next, "text")) in getXMLCharset()
93 else if (!matchkey(p, next, "application")) in getXMLCharset()
99 if (matchkey(p, next, "xml")) in getXMLCharset()
105 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/expat/xmlwf/
H A Dct.c73 matchkey(const char *start, const char *end, const char *key) in matchkey() function
91 if (matchkey(p, next, "text")) in getXMLCharset()
93 else if (!matchkey(p, next, "application")) in getXMLCharset()
99 if (matchkey(p, next, "xml")) in getXMLCharset()
105 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/expat-2.2.5/xmlwf/
H A Dct.c105 matchkey(const char *start, const char *end, const char *key) in matchkey() function
123 if (matchkey(p, next, "text")) in getXMLCharset()
125 else if (!matchkey(p, next, "application")) in getXMLCharset()
131 if (matchkey(p, next, "xml")) in getXMLCharset()
137 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/expat-2.2.5/xmlwf/
H A Dct.c105 matchkey(const char *start, const char *end, const char *key) in matchkey() function
123 if (matchkey(p, next, "text")) in getXMLCharset()
125 else if (!matchkey(p, next, "application")) in getXMLCharset()
131 if (matchkey(p, next, "xml")) in getXMLCharset()
137 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/expat-sys-2.1.6/expat/xmlwf/
H A Dct.c73 matchkey(const char *start, const char *end, const char *key) in matchkey() function
91 if (matchkey(p, next, "text")) in getXMLCharset()
93 else if (!matchkey(p, next, "application")) in getXMLCharset()
99 if (matchkey(p, next, "xml")) in getXMLCharset()
105 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/expat-sys-2.1.6/expat/xmlwf/
H A Dct.c73 matchkey(const char *start, const char *end, const char *key) in matchkey() function
91 if (matchkey(p, next, "text")) in getXMLCharset()
93 else if (!matchkey(p, next, "application")) in getXMLCharset()
99 if (matchkey(p, next, "xml")) in getXMLCharset()
105 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/textproc/expat2/expat-2.4.7/xmlwf/
H A Dct.c105 matchkey(const char *start, const char *end, const char *key) { in matchkey() function
121 if (matchkey(p, next, "text")) in getXMLCharset()
123 else if (! matchkey(p, next, "application")) in getXMLCharset()
129 if (matchkey(p, next, "xml")) in getXMLCharset()
135 if (matchkey(p, next, "charset")) { in getXMLCharset()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/expat-sys-2.1.6/expat/xmlwf/
H A Dct.c73 matchkey(const char *start, const char *end, const char *key) in matchkey() function
91 if (matchkey(p, next, "text")) in getXMLCharset()
93 else if (!matchkey(p, next, "application")) in getXMLCharset()
99 if (matchkey(p, next, "xml")) in getXMLCharset()
105 if (matchkey(p, next, "charset")) { in getXMLCharset()

1234