Home
last modified time | relevance | path

Searched refs:getstring (Results 1 – 25 of 841) sorted by relevance

12345678910>>...34

/dports/net/ndpi/nDPI-92a1be2/wireshark/
H A Dndpi.lua615 …local rev_key = getstring(pinfo.dst)..":"..getstring(pinfo.dst_port).."-"..getstring(pinfo.src).."…
622 …local key = getstring(pinfo.src)..":"..getstring(pinfo.src_port).."-"..getstring(pinfo.dst)..":"..
664 …local rev_key = getstring(pinfo.dst)..":"..getstring(pinfo.dst_port).."-"..getstring(pinfo.src).."…
671 …local key = getstring(pinfo.src)..":"..getstring(pinfo.src_port).."-"..getstring(pinfo.dst)..":"..
825 …local key = getstring(pinfo.src)..":"..getstring(pinfo.src_port).." -> "..getstring(pinfo.dst)..":…
883 …local key = getstring(pinfo.src).."_"..getstring(pinfo.src_port).."_"..getstring(pinfo.dst).."_"..
884 …local revkey = getstring(pinfo.dst).."_"..getstring(pinfo.dst_port).."_"..getstring(pinfo.src).."_…
924 …key = getstring(pinfo.src).."_"..getstring(pinfo.src_port).."_"..getstring(pinfo.dst).."_"..getstr…
929 …key = getstring(pinfo.dst).."_"..getstring(pinfo.dst_port).."_"..getstring(pinfo.src).."_"..getstr…
959 …key = getstring(pinfo.src).."_"..getstring(pinfo.src_port).."_"..getstring(pinfo.dst).."_"..getstr…
[all …]
/dports/net/ndpi/nDPI-92a1be2/wireshark/sharkfest_scripts/
H A Dtcp_no_data_exchanged.lua20 local function getstring(finfo) function
45 tcp_table[key]["payload"] = tcp_table[key]["payload"] + getstring(payload.value)
47 if getstring(f_conn_fin().value) == true then
63 local src = getstring(f_ip_src().value)
64 local dst = getstring(f_ip_dst().value)
65 local src_port = getstring(f_port_src().value)
66 local dst_port = getstring(f_port_dst().value)
H A Dtcp_syn_scan.lua20 local function getstring(finfo) function
54 tcp_table[key]["payload"] = tcp_table[key]["payload"] + getstring(payload.value)
61 if getstring(f_conn_fin().value) == true then
77 local src = getstring(f_ip_src().value)
78 local dst = getstring(f_ip_dst().value)
79 local src_port = getstring(f_port_src().value)
80 local dst_port = getstring(f_port_dst().value)
H A Dhttp_request_reply_ratio.lua18 local function getstring(finfo) function
54 local src = getstring(f_ip_src().value)
55 local dst = getstring(f_ip_dst().value)
59 local dst = getstring(f_ip_src().value)
60 local src = getstring(f_ip_dst().value)
H A Ddns_request_reply_ratio.lua14 local function getstring(finfo) function
49 local src = getstring(f_ip_src().value)
50 local dst = getstring(f_ip_dst().value)
54 local dst = getstring(f_ip_src().value)
55 local src = getstring(f_ip_dst().value)
/dports/net-im/prosody/prosody-0.11.13/util/
H A Ddebug.lua16 local getstring = termcolours.getstring;
116 return getstring(styles.boundary_padding, "v"..padding).." "..
117 getstring(styles.filename, last_source_desc).." "..
118 getstring(styles.boundary_padding, padding..(#last_source_desc%2==0 and "-v" or "v "));
155 …line = "[ C ] "..func_type.."C function "..getstring(styles.location, (info.name and ("%q"):format…
157 line = "[Lua] "..getstring(styles.location, info.short_src.." line "..info.currentline);
166 line = "[Lua] "..getstring(styles.location, info.short_src.." line "..
167 info.currentline).." in "..func_type..getstring(styles.funcname, name)..
175 …table.insert(lines, "\t"..(nlevel==0 and ">" or " ")..getstring(styles.level_num, "("..nlevel..") …
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/xlisp/
H A Dxlstr.c64 p1 = &getstring(str1)[start1]; in strcompare()
65 p2 = &getstring(str2)[start2]; in strcompare()
125 srcp = getstring(src); in changecase()
126 dstp = getstring(dst); in changecase()
159 pat = getstring(str1); in xstrsearch()
160 str = &getstring(str2)[start]; in xstrsearch()
199 leftp = getstring(src); in trim()
214 dstp = getstring(dst); in trim()
286 str = getstring(val); in xstrcat()
328 srcp = getstring(src) + start; in xsubseq()
[all …]
/dports/devel/jwasm/JWasm-f0a2fdd/Samples/
H A DLinux4a.asm2 ;--- this is a test app which calls function getstring in Linux4d.so
9 getstring proto syscall :dword label
17 invoke getstring, 0 ;get first string
19 invoke getstring, 1 ;get second string
/dports/lang/fpc-source/fpc-3.2.2/tests/test/cg/
H A Dtloadvmt.pp29 function getstring : shortstring;
47 function tbobject.getstring : shortstring;
49 getstring := s;
61 if bobj.getstring <> RESULT_STRING then
/dports/cad/libredwg/libredwg-0.12.4/
H A Ddxf-allcvt.lsp41 (setq prompt (getstring "Optional prompt <N> : ")
43 (setq erase (getstring "Optional erase <N> : ")
45 (setq match (getstring "Optional match <*.dxf> : ")
70 (progn (getstring (strcat "Enter for next DXF " dxf ":"))
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/classic/test/impl/
H A Dsstream.hpp22 getstring(std::strstream& ss) in getstring() function
33 getstring(std::stringstream &ss) in getstring() function
42 getstring(ss); in use_getstring_to_avoid_compiler_warnings_about_unused_functions()
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/classic/test/impl/
H A Dsstream.hpp22 getstring(std::strstream& ss) in getstring() function
33 getstring(std::stringstream &ss) in getstring() function
42 getstring(ss); in use_getstring_to_avoid_compiler_warnings_about_unused_functions()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/classic/test/impl/
H A Dsstream.hpp22 getstring(std::strstream& ss) in getstring() function
33 getstring(std::stringstream &ss) in getstring() function
42 getstring(ss); in use_getstring_to_avoid_compiler_warnings_about_unused_functions()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/spirit/classic/test/impl/
H A Dsstream.hpp22 getstring(std::strstream& ss) in getstring() function
33 getstring(std::stringstream &ss) in getstring() function
42 getstring(ss); in use_getstring_to_avoid_compiler_warnings_about_unused_functions()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/classic/test/impl/
H A Dsstream.hpp22 getstring(std::strstream& ss) in getstring() function
33 getstring(std::stringstream &ss) in getstring() function
42 getstring(ss); in use_getstring_to_avoid_compiler_warnings_about_unused_functions()
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/classic/test/impl/
H A Dsstream.hpp22 getstring(std::strstream& ss) in getstring() function
33 getstring(std::stringstream &ss) in getstring() function
42 getstring(ss); in use_getstring_to_avoid_compiler_warnings_about_unused_functions()
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/classic/test/impl/
H A Dsstream.hpp22 getstring(std::strstream& ss) in getstring() function
33 getstring(std::stringstream &ss) in getstring() function
42 getstring(ss); in use_getstring_to_avoid_compiler_warnings_about_unused_functions()
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/classic/test/impl/
H A Dsstream.hpp22 getstring(std::strstream& ss) in getstring() function
33 getstring(std::stringstream &ss) in getstring() function
42 getstring(ss); in use_getstring_to_avoid_compiler_warnings_about_unused_functions()
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/classic/test/impl/
H A Dsstream.hpp22 getstring(std::strstream& ss) in getstring() function
33 getstring(std::stringstream &ss) in getstring() function
42 getstring(ss); in use_getstring_to_avoid_compiler_warnings_about_unused_functions()
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/classic/test/impl/
H A Dsstream.hpp22 getstring(std::strstream& ss) in getstring() function
33 getstring(std::stringstream &ss) in getstring() function
42 getstring(ss); in use_getstring_to_avoid_compiler_warnings_about_unused_functions()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/cunit/
H A Dgetxstring.testc245 TESTCASE(getstring, "258 uranium", EOF, "");
249 TESTCASE(getstring, "NIL by mouth", EOF, "");
260 TESTCASE(getstring, "foo*bar baz", EOF, "");
261 TESTCASE(getstring, "baz%quux foo", EOF, "");
270 TESTCASE(getstring, "foo(bar baz", EOF, "");
271 TESTCASE(getstring, "foo)bar baz", EOF, "");
272 TESTCASE(getstring, "foo{bar baz", EOF, "");
273 TESTCASE(getstring, "foo\"bar baz", EOF, "");
274 TESTCASE(getstring, "foo\\bar baz", EOF, "");
275 TESTCASE(getstring, "foo]bar baz", EOF, "");
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/classic/test/
H A Dchset_tests.cpp306 #define narrow_chset_works (getstring(aout) == getstring(tout)) in chset_tests()
307 #define wide_chset_works (getstring(bout) == getstring(tout)) in chset_tests()
312 getstring(tout); in chset_tests()
314 getstring(aout); in chset_tests()
316 getstring(bout); in chset_tests()
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/classic/test/
H A Dchset_tests.cpp306 #define narrow_chset_works (getstring(aout) == getstring(tout)) in chset_tests()
307 #define wide_chset_works (getstring(bout) == getstring(tout)) in chset_tests()
312 getstring(tout); in chset_tests()
314 getstring(aout); in chset_tests()
316 getstring(bout); in chset_tests()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/classic/test/
H A Dchset_tests.cpp306 #define narrow_chset_works (getstring(aout) == getstring(tout)) in chset_tests()
307 #define wide_chset_works (getstring(bout) == getstring(tout)) in chset_tests()
312 getstring(tout); in chset_tests()
314 getstring(aout); in chset_tests()
316 getstring(bout); in chset_tests()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/spirit/classic/test/
H A Dchset_tests.cpp306 #define narrow_chset_works (getstring(aout) == getstring(tout)) in chset_tests()
307 #define wide_chset_works (getstring(bout) == getstring(tout)) in chset_tests()
312 getstring(tout); in chset_tests()
314 getstring(aout); in chset_tests()
316 getstring(bout); in chset_tests()

12345678910>>...34