Home
last modified time | relevance | path

Searched refs:INBUF_SIZE (Results 1 – 25 of 63) sorted by relevance

123

/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/mime/encoding/
H A DBase64OutputStream.java13 private static final int INBUF_SIZE = 54; field in Base64OutputStream
14 private static final int OUTBUF_SIZE = (((INBUF_SIZE + 2) / 3) * 4) + 2;
16 private final byte[] inBuf = new byte[INBUF_SIZE];
33 if (inPos == INBUF_SIZE) in write()
43 int available = INBUF_SIZE - inPos; in write()
61 while ((remaining = (len - count)) >= INBUF_SIZE) in write()
64 count += INBUF_SIZE; in write()
97 ENCODER.encode(buf, off, INBUF_SIZE, outBuf, 0); in encodeBlock()
/dports/www/elinks/elinks-0.11.7/src/bookmarks/backend/
H A Ddefault.c31 #define INBUF_SIZE ((MAX_STR_LEN - 1) + 1 + (MAX_STR_LEN - 1) + 1 + 5 + 1 + 1 \ in read_bookmarks_default() macro
33 unsigned char in_buffer[INBUF_SIZE]; /* read buffer */ in read_bookmarks_default()
38 while (fgets(in_buffer, INBUF_SIZE, f)) { in read_bookmarks_default()
125 #undef INBUF_SIZE in read_bookmarks_default()
/dports/net/fspclient/fspclient-0.93.1/client/remote/
H A Drput.c84 #define INBUF_SIZE 1024 in rput_main() macro
85 char buf[INBUF_SIZE], *eofn; in rput_main()
88 if (!my_fgets(buf, INBUF_SIZE, STDIN) || !buf[0]) in rput_main()
H A Drgrab.c77 #define INBUF_SIZE 1024 in rgrab_main() macro
78 char *argbuf[2], buf[INBUF_SIZE]; in rgrab_main()
90 if (!my_fgets(buf, INBUF_SIZE, STDIN) || !buf[0]) in rgrab_main()
H A Drget.c307 #define INBUF_SIZE 1024 in rget_main() macro
308 char *argbuf[2], buf[INBUF_SIZE]; in rget_main()
320 if (!my_fgets(buf, INBUF_SIZE, STDIN) || !buf[0] || buf[0] == '\n') in rget_main()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/doc/examples/
H A Ddecode_video.c36 #define INBUF_SIZE 4096 macro
91 uint8_t inbuf[INBUF_SIZE + AV_INPUT_BUFFER_PADDING_SIZE]; in main()
109 memset(inbuf + INBUF_SIZE, 0, AV_INPUT_BUFFER_PADDING_SIZE); in main()
154 data_size = fread(inbuf, 1, INBUF_SIZE, f); in main()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/doc/examples/
H A Ddecode_video.c36 #define INBUF_SIZE 4096 macro
91 uint8_t inbuf[INBUF_SIZE + AV_INPUT_BUFFER_PADDING_SIZE]; in main()
110 memset(inbuf + INBUF_SIZE, 0, AV_INPUT_BUFFER_PADDING_SIZE); in main()
155 data_size = fread(inbuf, 1, INBUF_SIZE, f); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/doc/examples/
H A Ddecode_video.c36 #define INBUF_SIZE 4096 macro
91 uint8_t inbuf[INBUF_SIZE + AV_INPUT_BUFFER_PADDING_SIZE]; in main()
110 memset(inbuf + INBUF_SIZE, 0, AV_INPUT_BUFFER_PADDING_SIZE); in main()
155 data_size = fread(inbuf, 1, INBUF_SIZE, f); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/doc/examples/
H A Ddecode_video.c36 #define INBUF_SIZE 4096 macro
91 uint8_t inbuf[INBUF_SIZE + AV_INPUT_BUFFER_PADDING_SIZE]; in main()
110 memset(inbuf + INBUF_SIZE, 0, AV_INPUT_BUFFER_PADDING_SIZE); in main()
155 data_size = fread(inbuf, 1, INBUF_SIZE, f); in main()
/dports/multimedia/handbrake/ffmpeg-4.4/doc/examples/
H A Ddecode_video.c36 #define INBUF_SIZE 4096 macro
91 uint8_t inbuf[INBUF_SIZE + AV_INPUT_BUFFER_PADDING_SIZE]; in main()
110 memset(inbuf + INBUF_SIZE, 0, AV_INPUT_BUFFER_PADDING_SIZE); in main()
155 data_size = fread(inbuf, 1, INBUF_SIZE, f); in main()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dapiexample.c43 #define INBUF_SIZE 4096 macro
123 uint8_t inbuf[INBUF_SIZE + FF_INPUT_BUFFER_PADDING_SIZE], *inbuf_ptr; in audio_decode_example()
158 size = fread(inbuf, 1, INBUF_SIZE, f); in audio_decode_example()
320 uint8_t inbuf[INBUF_SIZE + FF_INPUT_BUFFER_PADDING_SIZE], *inbuf_ptr; in video_decode_example()
324 memset(inbuf + INBUF_SIZE, 0, FF_INPUT_BUFFER_PADDING_SIZE); in video_decode_example()
361 size = fread(inbuf, 1, INBUF_SIZE, f); in video_decode_example()
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/examples/
H A Dldns-testns.c160 #define INBUF_SIZE 4096 /* max size for incoming queries */ macro
261 uint8_t inbuf[INBUF_SIZE]; in handle_udp()
267 nb = recvfrom(udp_sock, (void*)inbuf, INBUF_SIZE, 0, in handle_udp()
336 uint8_t inbuf[INBUF_SIZE]; in handle_tcp()
359 if(tcplen >= INBUF_SIZE) { in handle_tcp()
361 tcplen, INBUF_SIZE); in handle_tcp()
H A Dldnsd.c31 #define INBUF_SIZE 4096 macro
105 uint8_t inbuf[INBUF_SIZE];
180 nb = recvfrom(sock, (void*)inbuf, INBUF_SIZE, 0,
/dports/dns/py-ldns/ldns-1.8.1/examples/
H A Dldns-testns.c160 #define INBUF_SIZE 4096 /* max size for incoming queries */ macro
261 uint8_t inbuf[INBUF_SIZE]; in handle_udp()
267 nb = recvfrom(udp_sock, (void*)inbuf, INBUF_SIZE, 0, in handle_udp()
336 uint8_t inbuf[INBUF_SIZE]; in handle_tcp()
359 if(tcplen >= INBUF_SIZE) { in handle_tcp()
361 tcplen, INBUF_SIZE); in handle_tcp()
H A Dldnsd.c31 #define INBUF_SIZE 4096 macro
105 uint8_t inbuf[INBUF_SIZE];
180 nb = recvfrom(sock, (void*)inbuf, INBUF_SIZE, 0,
/dports/dns/ldns/ldns-1.8.1/examples/
H A Dldns-testns.c160 #define INBUF_SIZE 4096 /* max size for incoming queries */ macro
261 uint8_t inbuf[INBUF_SIZE]; in handle_udp()
267 nb = recvfrom(udp_sock, (void*)inbuf, INBUF_SIZE, 0, in handle_udp()
336 uint8_t inbuf[INBUF_SIZE]; in handle_tcp()
359 if(tcplen >= INBUF_SIZE) { in handle_tcp()
361 tcplen, INBUF_SIZE); in handle_tcp()
H A Dldnsd.c31 #define INBUF_SIZE 4096 macro
105 uint8_t inbuf[INBUF_SIZE];
180 nb = recvfrom(sock, (void*)inbuf, INBUF_SIZE, 0,
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/csharp/src/Transport/
H A DTNamedPipeServerTransport.cs74 const int INBUF_SIZE = 4096; in EnsurePipeInstance()
89 … NamedPipeServerStream(pipeAddress, direction, maxconn, mode, options, INBUF_SIZE, OUTBUF_SIZE, se… in EnsurePipeInstance()
96 … NamedPipeServerStream(pipeAddress, direction, maxconn, mode, options, INBUF_SIZE, OUTBUF_SIZE, se… in EnsurePipeInstance()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/csharp/src/Transport/
H A DTNamedPipeServerTransport.cs74 const int INBUF_SIZE = 4096; in EnsurePipeInstance()
89 … NamedPipeServerStream(pipeAddress, direction, maxconn, mode, options, INBUF_SIZE, OUTBUF_SIZE, se… in EnsurePipeInstance()
96 … NamedPipeServerStream(pipeAddress, direction, maxconn, mode, options, INBUF_SIZE, OUTBUF_SIZE, se… in EnsurePipeInstance()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/csharp/src/Transport/
H A DTNamedPipeServerTransport.cs74 const int INBUF_SIZE = 4096; in EnsurePipeInstance()
89 … NamedPipeServerStream(pipeAddress, direction, maxconn, mode, options, INBUF_SIZE, OUTBUF_SIZE, se… in EnsurePipeInstance()
96 … NamedPipeServerStream(pipeAddress, direction, maxconn, mode, options, INBUF_SIZE, OUTBUF_SIZE, se… in EnsurePipeInstance()
/dports/graphics/jogamp-jogl/jogl/src/test-native/ffmpeg/
H A Dapi-example.c43 #define INBUF_SIZE 4096 macro
343 uint8_t inbuf[INBUF_SIZE + FF_INPUT_BUFFER_PADDING_SIZE]; in video_decode_example()
350 memset(inbuf + INBUF_SIZE, 0, FF_INPUT_BUFFER_PADDING_SIZE); in video_decode_example()
387 avpkt.size = fread(inbuf, 1, INBUF_SIZE, f); in video_decode_example()
/dports/sysutils/perp/perp-2.07/perp/
H A Dsissylog.c22 #define INBUF_SIZE 1024 macro
23 uchar_t inbuf[INBUF_SIZE];
/dports/net/c3270/suite3270-4.0/Common/b3270/
H A Dui_stream.c69 #define INBUF_SIZE 8192 macro
74 static char peer_buf[INBUF_SIZE];
619 char buf[INBUF_SIZE]; in ui_input()
627 nr = recv(ui_socket, buf, INBUF_SIZE, 0); in ui_input()
630 nr = read(fileno(stdin), buf, INBUF_SIZE); in ui_input()
/dports/x11/x3270/suite3270-4.0/Common/b3270/
H A Dui_stream.c69 #define INBUF_SIZE 8192 macro
74 static char peer_buf[INBUF_SIZE];
619 char buf[INBUF_SIZE]; in ui_input()
627 nr = recv(ui_socket, buf, INBUF_SIZE, 0); in ui_input()
630 nr = read(fileno(stdin), buf, INBUF_SIZE); in ui_input()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/doc/examples/
H A Ddecoding_encoding.c43 #define INBUF_SIZE 4096 macro
540 uint8_t inbuf[INBUF_SIZE + FF_INPUT_BUFFER_PADDING_SIZE]; in video_decode_example()
546 memset(inbuf + INBUF_SIZE, 0, FF_INPUT_BUFFER_PADDING_SIZE); in video_decode_example()
590 avpkt.size = fread(inbuf, 1, INBUF_SIZE, f); in video_decode_example()

123