Home
last modified time | relevance | path

Searched refs:obuf (Results 1 – 25 of 2165) sorted by relevance

12345678910>>...87

/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/terminal/
H A Doutput.c17 return sizeof(obuf.buf) - obuf.count; in obuf_avail()
65 if (obuf.x + count > obuf.scroll_x + obuf.width) { in term_set_bytes()
66 count = obuf.scroll_x + obuf.width - obuf.x; in term_set_bytes()
84 obuf.buf[obuf.count++] = ch; in term_add_byte()
151 if (obuf.x < obuf.scroll_x + obuf.width) { in term_clear_eol()
157 obuf.x = obuf.scroll_x + obuf.width; in term_clear_eol()
205 obuf.x += (obuf.x + obuf.tab_width) / obuf.tab_width * obuf.tab_width - obuf.x; in buf_skip()
215 if (obuf.x > obuf.scroll_x) { in buf_skip()
239 size_t space = obuf.scroll_x + obuf.width - obuf.x; in term_put_char()
242 if (obuf.x < obuf.scroll_x) { in term_put_char()
[all …]
/dports/devel/bglibs/bglibs-2.04/doc/latex/
H A Dgroup__obuf.tex189 \index{obuf\+: Output Buffer Management@{obuf\+: Output Buffer Management}!obuf\+\_\+puts@{obuf\+\_…
190 \index{obuf\+\_\+puts@{obuf\+\_\+puts}!obuf\+: Output Buffer Management@{obuf\+: Output Buffer Mana…
236 \index{obuf\+: Output Buffer Management@{obuf\+: Output Buffer Management}!obuf@{obuf}}
237 \index{obuf@{obuf}!obuf\+: Output Buffer Management@{obuf\+: Output Buffer Management}}
242 \index{obuf\+: Output Buffer Management@{obuf\+: Output Buffer Management}!obuf\+\_\+fn@{obuf\+\_\+…
243 \index{obuf\+\_\+fn@{obuf\+\_\+fn}!obuf\+: Output Buffer Management@{obuf\+: Output Buffer Manageme…
313 \index{obuf\+: Output Buffer Management@{obuf\+: Output Buffer Management}!obuf\+\_\+pad@{obuf\+\_\…
314 \index{obuf\+\_\+pad@{obuf\+\_\+pad}!obuf\+: Output Buffer Management@{obuf\+: Output Buffer Manage…
498 References obuf\+\_\+putc(), obuf\+\_\+putu(), and obuf\+\_\+write().
588 Referenced by obuf\+\_\+putull(), obuf\+\_\+putuwll(), obuf\+\_\+putxll(), obuf\+\_\+put\+Xll(), ob…
[all …]
H A Dstructobuf.tex2 \label{structobuf}\index{obuf@{obuf}}
25 \index{obuf@{obuf}!bufpos@{bufpos}}
26 \index{bufpos@{bufpos}!obuf@{obuf}}
32 Referenced by obuf\+\_\+copyfromfd(), obuf\+\_\+flush(), obuf\+\_\+init(), obuf\+\_\+putc(), obuf\+…
35 \index{obuf@{obuf}!count@{count}}
36 \index{count@{count}!obuf@{obuf}}
42 Referenced by obuf\+\_\+copyfromfd(), obuf\+\_\+init(), obuf\+\_\+putc(), obuf\+\_\+seek(), obuf\+\…
45 \index{obuf@{obuf}!io@{io}}
46 \index{io@{io}!obuf@{obuf}}
52obuf\+\_\+close(), obuf\+\_\+copyfromfd(), obuf\+\_\+flush(), obuf\+\_\+init(), obuf\+\_\+putc(),
[all …]
/dports/devel/stringencoders/stringencoders-v3.10.3/test/
H A Dmodp_b16_test.c43 char obuf[5]; in testEncodeDecode() local
57 memset(obuf, 0, sizeof(obuf)); in testEncodeDecode()
75 memset(obuf, 0, sizeof(obuf)); in testOddDecode()
81 obuf[0] = 1; in testOddDecode()
85 obuf[0] = 1; in testOddDecode()
89 obuf[0] = 1; in testOddDecode()
101 memset(obuf, 0xff, sizeof(obuf)); in testDecodeMutlipleOf2()
149 memset(obuf, 0, sizeof(obuf)); in testBadDecode()
208 memset(obuf, 0, sizeof(obuf)); in testEmptyInput()
212 obuf[0] = 1; in testEmptyInput()
[all …]
H A Dmodp_b2_test.c38 char obuf[17]; in testEncodeDecode() local
52 memset(obuf, 0, sizeof(obuf)); in testEncodeDecode()
69 memset(obuf, 0, sizeof(obuf)); in testOddDecode()
75 obuf[0] = 1; in testOddDecode()
79 obuf[0] = 1; in testOddDecode()
83 obuf[0] = 1; in testOddDecode()
95 memset(obuf, 0xff, sizeof(obuf)); in testDecodeMutlipleOf2()
142 memset(obuf, 0, sizeof(obuf)); in testBadDecode()
201 memset(obuf, 0, sizeof(obuf)); in testEmptyInput()
205 obuf[0] = 1; in testEmptyInput()
[all …]
H A Dmodp_b64_test.c72 char obuf[10]; in testPadding() local
77 memset(obuf, 255, sizeof(obuf)); in testPadding()
78 d = modp_b64_encode(obuf, ibuf, 1); in testPadding()
83 d = modp_b64_decode(rbuf, obuf, d); in testPadding()
89 memset(obuf, 255, sizeof(obuf)); in testPadding()
102 memset(obuf, 255, sizeof(obuf)); in testPadding()
116 memset(obuf, 255, sizeof(obuf)); in testPadding()
131 memset(obuf, 255, sizeof(obuf)); in testPadding()
147 memset(obuf, 255, sizeof(obuf)); in testPadding()
173 char obuf[5]; in testEncodeDecode() local
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/laf/third_party/stringencoders/test/
H A Dmodp_b2_test.c38 char obuf[17]; in testEncodeDecode() local
52 memset(obuf, 0, sizeof(obuf)); in testEncodeDecode()
69 memset(obuf, 0, sizeof(obuf)); in testOddDecode()
75 obuf[0] = 1; in testOddDecode()
79 obuf[0] = 1; in testOddDecode()
83 obuf[0] = 1; in testOddDecode()
95 memset(obuf, 0xff, sizeof(obuf)); in testDecodeMutlipleOf2()
141 memset(obuf, 0, sizeof(obuf)); in testBadDecode()
200 memset(obuf, 0, sizeof(obuf)); in testEmptyInput()
204 obuf[0] = 1; in testEmptyInput()
[all …]
H A Dmodp_b16_test.c45 char obuf[5]; in testEncodeDecode() local
59 memset(obuf, 0, sizeof(obuf)); in testEncodeDecode()
77 memset(obuf, 0, sizeof(obuf)); in testOddDecode()
83 obuf[0] = 1; in testOddDecode()
87 obuf[0] = 1; in testOddDecode()
91 obuf[0] = 1; in testOddDecode()
103 memset(obuf, 0xff, sizeof(obuf)); in testDecodeMutlipleOf2()
151 memset(obuf, 0, sizeof(obuf)); in testBadDecode()
210 memset(obuf, 0, sizeof(obuf)); in testEmptyInput()
214 obuf[0] = 1; in testEmptyInput()
[all …]
H A Dmodp_b64_test.c73 char obuf[10]; in testPadding() local
78 memset(obuf, 255, sizeof(obuf)); in testPadding()
84 d = modp_b64_decode(rbuf, obuf, d); in testPadding()
90 memset(obuf, 255, sizeof(obuf)); in testPadding()
96 d = modp_b64_decode(rbuf, obuf, d); in testPadding()
103 memset(obuf, 255, sizeof(obuf)); in testPadding()
117 memset(obuf, 255, sizeof(obuf)); in testPadding()
132 memset(obuf, 255, sizeof(obuf)); in testPadding()
148 memset(obuf, 255, sizeof(obuf)); in testPadding()
174 char obuf[5]; in testEncodeDecode() local
[all …]
/dports/devel/bglibs/bglibs-2.04/include/
H A Dobuf.h21 struct obuf struct
33 typedef struct obuf obuf; typedef
35 extern obuf outbuf;
36 extern obuf errbuf;
53 int obuf_close(obuf* out);
60 int obuf_flush(obuf* out);
61 int obuf_sync(obuf* out);
64 int obuf_seek(obuf* out, unsigned offset);
71 int obuf_endl(obuf* out);
72 int obuf_putc(obuf* out, char ch);
[all …]
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/aes-gladman/
H A Daes_modes.c166 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_ecb_encrypt()
228 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_ecb_decrypt()
297 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_cbc_encrypt()
441 obuf[ 0] ^= iv[ 0]; obuf[ 1] ^= iv[ 1]; in aes_cbc_decrypt()
442 obuf[ 2] ^= iv[ 2]; obuf[ 3] ^= iv[ 3]; in aes_cbc_decrypt()
443 obuf[ 4] ^= iv[ 4]; obuf[ 5] ^= iv[ 5]; in aes_cbc_decrypt()
444 obuf[ 6] ^= iv[ 6]; obuf[ 7] ^= iv[ 7]; in aes_cbc_decrypt()
445 obuf[ 8] ^= iv[ 8]; obuf[ 9] ^= iv[ 9]; in aes_cbc_decrypt()
446 obuf[10] ^= iv[10]; obuf[11] ^= iv[11]; in aes_cbc_decrypt()
447 obuf[12] ^= iv[12]; obuf[13] ^= iv[13]; in aes_cbc_decrypt()
[all …]
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/aes-gladman/
H A Daes_modes.c166 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_ecb_encrypt()
228 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_ecb_decrypt()
297 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_cbc_encrypt()
441 obuf[ 0] ^= iv[ 0]; obuf[ 1] ^= iv[ 1]; in aes_cbc_decrypt()
442 obuf[ 2] ^= iv[ 2]; obuf[ 3] ^= iv[ 3]; in aes_cbc_decrypt()
443 obuf[ 4] ^= iv[ 4]; obuf[ 5] ^= iv[ 5]; in aes_cbc_decrypt()
444 obuf[ 6] ^= iv[ 6]; obuf[ 7] ^= iv[ 7]; in aes_cbc_decrypt()
445 obuf[ 8] ^= iv[ 8]; obuf[ 9] ^= iv[ 9]; in aes_cbc_decrypt()
446 obuf[10] ^= iv[10]; obuf[11] ^= iv[11]; in aes_cbc_decrypt()
447 obuf[12] ^= iv[12]; obuf[13] ^= iv[13]; in aes_cbc_decrypt()
[all …]
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/aes/
H A Daes_modes.c166 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_ecb_encrypt()
228 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_ecb_decrypt()
297 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_cbc_encrypt()
441 obuf[ 0] ^= iv[ 0]; obuf[ 1] ^= iv[ 1]; in aes_cbc_decrypt()
442 obuf[ 2] ^= iv[ 2]; obuf[ 3] ^= iv[ 3]; in aes_cbc_decrypt()
443 obuf[ 4] ^= iv[ 4]; obuf[ 5] ^= iv[ 5]; in aes_cbc_decrypt()
444 obuf[ 6] ^= iv[ 6]; obuf[ 7] ^= iv[ 7]; in aes_cbc_decrypt()
445 obuf[ 8] ^= iv[ 8]; obuf[ 9] ^= iv[ 9]; in aes_cbc_decrypt()
446 obuf[10] ^= iv[10]; obuf[11] ^= iv[11]; in aes_cbc_decrypt()
447 obuf[12] ^= iv[12]; obuf[13] ^= iv[13]; in aes_cbc_decrypt()
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/crypt/
H A Daes_modes.c172 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_ecb_encrypt()
234 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_ecb_decrypt()
303 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_cbc_encrypt()
447 obuf[ 0] ^= iv[ 0]; obuf[ 1] ^= iv[ 1]; in aes_cbc_decrypt()
448 obuf[ 2] ^= iv[ 2]; obuf[ 3] ^= iv[ 3]; in aes_cbc_decrypt()
449 obuf[ 4] ^= iv[ 4]; obuf[ 5] ^= iv[ 5]; in aes_cbc_decrypt()
450 obuf[ 6] ^= iv[ 6]; obuf[ 7] ^= iv[ 7]; in aes_cbc_decrypt()
451 obuf[ 8] ^= iv[ 8]; obuf[ 9] ^= iv[ 9]; in aes_cbc_decrypt()
452 obuf[10] ^= iv[10]; obuf[11] ^= iv[11]; in aes_cbc_decrypt()
453 obuf[12] ^= iv[12]; obuf[13] ^= iv[13]; in aes_cbc_decrypt()
[all …]
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/cryptcommon/
H A Daes_modes.c165 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_ecb_encrypt()
227 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_ecb_decrypt()
296 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_cbc_encrypt()
440 obuf[ 0] ^= iv[ 0]; obuf[ 1] ^= iv[ 1]; in aes_cbc_decrypt()
441 obuf[ 2] ^= iv[ 2]; obuf[ 3] ^= iv[ 3]; in aes_cbc_decrypt()
442 obuf[ 4] ^= iv[ 4]; obuf[ 5] ^= iv[ 5]; in aes_cbc_decrypt()
443 obuf[ 6] ^= iv[ 6]; obuf[ 7] ^= iv[ 7]; in aes_cbc_decrypt()
444 obuf[ 8] ^= iv[ 8]; obuf[ 9] ^= iv[ 9]; in aes_cbc_decrypt()
445 obuf[10] ^= iv[10]; obuf[11] ^= iv[11]; in aes_cbc_decrypt()
446 obuf[12] ^= iv[12]; obuf[13] ^= iv[13]; in aes_cbc_decrypt()
[all …]
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/aes-gladman/
H A Daes_modes.c166 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_ecb_encrypt()
228 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_ecb_decrypt()
297 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_cbc_encrypt()
441 obuf[ 0] ^= iv[ 0]; obuf[ 1] ^= iv[ 1]; in aes_cbc_decrypt()
442 obuf[ 2] ^= iv[ 2]; obuf[ 3] ^= iv[ 3]; in aes_cbc_decrypt()
443 obuf[ 4] ^= iv[ 4]; obuf[ 5] ^= iv[ 5]; in aes_cbc_decrypt()
444 obuf[ 6] ^= iv[ 6]; obuf[ 7] ^= iv[ 7]; in aes_cbc_decrypt()
445 obuf[ 8] ^= iv[ 8]; obuf[ 9] ^= iv[ 9]; in aes_cbc_decrypt()
446 obuf[10] ^= iv[10]; obuf[11] ^= iv[11]; in aes_cbc_decrypt()
447 obuf[12] ^= iv[12]; obuf[13] ^= iv[13]; in aes_cbc_decrypt()
[all …]
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/aes/
H A Daes_modes.c166 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_ecb_encrypt()
228 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_ecb_decrypt()
297 op = (ALIGN_OFFSET( obuf, 16 ) ? buf : obuf); in aes_cbc_encrypt()
441 obuf[ 0] ^= iv[ 0]; obuf[ 1] ^= iv[ 1]; in aes_cbc_decrypt()
442 obuf[ 2] ^= iv[ 2]; obuf[ 3] ^= iv[ 3]; in aes_cbc_decrypt()
443 obuf[ 4] ^= iv[ 4]; obuf[ 5] ^= iv[ 5]; in aes_cbc_decrypt()
444 obuf[ 6] ^= iv[ 6]; obuf[ 7] ^= iv[ 7]; in aes_cbc_decrypt()
445 obuf[ 8] ^= iv[ 8]; obuf[ 9] ^= iv[ 9]; in aes_cbc_decrypt()
446 obuf[10] ^= iv[10]; obuf[11] ^= iv[11]; in aes_cbc_decrypt()
447 obuf[12] ^= iv[12]; obuf[13] ^= iv[13]; in aes_cbc_decrypt()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/third_party/bgaes/
H A Daes_modes.c170 op = (addr_offset( obuf, 16 ) ? buf : obuf); in zrtp_bg_aes_ecb_encrypt()
231 op = (addr_offset( obuf, 16 ) ? buf : obuf); in zrtp_bg_aes_ecb_decrypt()
300 op = (addr_offset( obuf, 16 ) ? buf : obuf); in zrtp_bg_aes_cbc_encrypt()
440 obuf[ 0] ^= iv[ 0]; obuf[ 1] ^= iv[ 1]; in zrtp_bg_aes_cbc_decrypt()
441 obuf[ 2] ^= iv[ 2]; obuf[ 3] ^= iv[ 3]; in zrtp_bg_aes_cbc_decrypt()
442 obuf[ 4] ^= iv[ 4]; obuf[ 5] ^= iv[ 5]; in zrtp_bg_aes_cbc_decrypt()
443 obuf[ 6] ^= iv[ 6]; obuf[ 7] ^= iv[ 7]; in zrtp_bg_aes_cbc_decrypt()
444 obuf[ 8] ^= iv[ 8]; obuf[ 9] ^= iv[ 9]; in zrtp_bg_aes_cbc_decrypt()
445 obuf[10] ^= iv[10]; obuf[11] ^= iv[11]; in zrtp_bg_aes_cbc_decrypt()
446 obuf[12] ^= iv[12]; obuf[13] ^= iv[13]; in zrtp_bg_aes_cbc_decrypt()
[all …]
/dports/graphics/epix/epix-1.2.19/
H A Dpst.cc88 return obuf.str(); in print_fill()
138 return obuf.str(); in print_line()
151 obuf << "k"; in print_color()
159 obuf << "{" in print_color()
165 obuf << "{" in print_color()
169 return obuf.str(); in print_color()
183 return obuf.str(); in print_color()
192 return obuf.str(); in print_comment()
312 obuf << "\\psset{"; in set_pen_state()
320 obuf << ","; in set_pen_state()
[all …]
H A Deepic.cc118 return obuf.str(); in print_fill()
161 return obuf.str(); in print_comment()
170 return obuf.str(); in print_verbatim()
187 return obuf.str(); in start_picture()
194 return obuf.str(); in end_picture()
203 return obuf.str(); in set_unitlength()
221 obuf << std::endl; in end_open_path()
222 return obuf.str(); in end_open_path()
233 obuf << std::endl; in end_closed_path()
234 return obuf.str(); in end_closed_path()
[all …]
/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/libopendmarc/
H A Dopendmarc_xml.c146 (void) memset(obuf, '\0', sizeof obuf); in opendmarc_xml()
191 (void) memset(obuf, '\0', sizeof obuf); in opendmarc_xml()
193 (void) strlcat(obuf, ",", sizeof obuf); in opendmarc_xml()
194 (void) strlcat(obuf, end, sizeof obuf); in opendmarc_xml()
195 (void) strlcat(obuf, ",", sizeof obuf); in opendmarc_xml()
197 (void) strlcat(obuf, ",", sizeof obuf); in opendmarc_xml()
199 (void) strlcat(obuf, ",", sizeof obuf); in opendmarc_xml()
201 (void) strlcat(obuf, ",", sizeof obuf); in opendmarc_xml()
203 (void) strlcat(obuf, ",", sizeof obuf); in opendmarc_xml()
205 (void) strlcat(obuf, ",", sizeof obuf); in opendmarc_xml()
[all …]
/dports/net/quagga/quagga-1.2.4/bgpd/
H A Dbgp_dump.c230 struct stream *obuf; in bgp_dump_routes_index_table() local
232 obuf = bgp_dump_obuf; in bgp_dump_routes_index_table()
233 stream_reset (obuf); in bgp_dump_routes_index_table()
314 struct stream *obuf; in bgp_dump_route_node_record() local
319 stream_reset (obuf); in bgp_dump_route_node_record()
518 struct stream *obuf; in bgp_dump_state() local
526 stream_reset (obuf); in bgp_dump_state()
539 fwrite (STREAM_DATA (obuf), stream_get_endp (obuf), 1, bgp_dump_all.fp); in bgp_dump_state()
547 struct stream *obuf; in bgp_dump_packet_func() local
555 stream_reset (obuf); in bgp_dump_packet_func()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_dump.c225 struct stream *obuf; in bgp_dump_routes_index_table() local
228 stream_reset(obuf); in bgp_dump_routes_index_table()
250 stream_putc(obuf, in bgp_dump_routes_index_table()
266 obuf, in bgp_dump_routes_index_table()
271 obuf, in bgp_dump_routes_index_table()
308 struct stream *obuf; in bgp_dump_route_node_record() local
314 stream_reset(obuf); in bgp_dump_route_node_record()
509 stream_reset(obuf); in bgp_dump_state()
522 fwrite(STREAM_DATA(obuf), stream_get_endp(obuf), 1, bgp_dump_all.fp); in bgp_dump_state()
538 stream_reset(obuf); in bgp_dump_packet_func()
[all …]
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_dump.c225 struct stream *obuf; in bgp_dump_routes_index_table() local
228 stream_reset(obuf); in bgp_dump_routes_index_table()
250 stream_putc(obuf, in bgp_dump_routes_index_table()
266 obuf, in bgp_dump_routes_index_table()
271 obuf, in bgp_dump_routes_index_table()
308 struct stream *obuf; in bgp_dump_route_node_record() local
314 stream_reset(obuf); in bgp_dump_route_node_record()
509 stream_reset(obuf); in bgp_dump_state()
522 fwrite(STREAM_DATA(obuf), stream_get_endp(obuf), 1, bgp_dump_all.fp); in bgp_dump_state()
538 stream_reset(obuf); in bgp_dump_packet_func()
[all …]
/dports/security/dsniff/dsniff-2.4/
H A Ddecode.h50 int decode_aim(u_char *buf, int len, u_char *obuf, int olen);
52 int decode_cvs(u_char *buf, int len, u_char *obuf, int olen);
53 int decode_ftp(u_char *buf, int len, u_char *obuf, int olen);
54 int decode_hex(u_char *buf, int len, u_char *obuf, int olen);
55 int decode_http(u_char *buf, int len, u_char *obuf, int olen);
56 int decode_icq(u_char *buf, int len, u_char *obuf, int olen);
57 int decode_imap(u_char *buf, int len, u_char *obuf, int olen);
58 int decode_irc(u_char *buf, int len, u_char *obuf, int olen);
59 int decode_ldap(u_char *buf, int len, u_char *obuf, int olen);
67 int decode_pop(u_char *buf, int len, u_char *obuf, int olen);
[all …]

12345678910>>...87