Home
last modified time | relevance | path

Searched refs:opt_buffer (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/chunkio/tools/
H A Dcio.c262 int opt_buffer, in cb_cmd_stdin() argument
276 st = cio_stream_create(ctx, stream, opt_buffer); in cb_cmd_stdin()
367 static void cb_cmd_perf(struct cio_ctx *ctx, int opt_buffer, char *pfile, in cb_cmd_perf() argument
387 stream = cio_stream_create(ctx, "test-perf", opt_buffer); in cb_cmd_perf()
475 int opt_buffer = CIO_STORE_FS; in main() local
554 opt_buffer = CIO_STORE_MEM; in main()
573 if (opt_buffer == CIO_STORE_FS && cmd_perf) { in main()
579 if (opt_buffer == CIO_STORE_FS && !root_path) { in main()
625 ret = cb_cmd_stdin(ctx, stream, opt_buffer, fname, metadata); in main()
628 cb_cmd_perf(ctx, opt_buffer, perf_file, metadata, opt_pwrites, in main()
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/clients/
H A Dmemcp.cc47 static bool opt_buffer= false; variable
114 if (opt_buffer) in main()
121 …if (memcached_failed(memcached_behavior_set(memc, MEMCACHED_BEHAVIOR_BUFFER_REQUESTS, opt_buffer))) in main()
430 opt_buffer= true; in options_parse()
/dports/databases/libmemcached/libmemcached-1.0.18/clients/
H A Dmemcp.cc47 static bool opt_buffer= false;
114 if (opt_buffer)
121 …if (memcached_failed(memcached_behavior_set(memc, MEMCACHED_BEHAVIOR_BUFFER_REQUESTS, opt_buffer)))
430 opt_buffer= true;
/dports/misc/rump/buildrump.sh-b914579/brlib/libnetconfig/
H A Ddhcp_dhcp.c55 static uint8_t *opt_buffer; variable
213 if (!opt_buffer) { in get_option()
214 opt_buffer = kmem_alloc(sizeof(*dhcp), KM_SLEEP); in get_option()
217 bp = opt_buffer; in get_option()
260 return (const uint8_t *)opt_buffer; in get_option()
/dports/net/kea/kea-2.0.1/src/lib/dhcp/
H A Dpkt6.cc416 OptionBuffer opt_buffer(begin, end); in unpackMsg() local
420 size_t offset = LibDHCP::unpackOptions6(opt_buffer, DHCP6_OPTION_SPACE, options_); in unpackMsg()
466 OptionBuffer opt_buffer(&data_[offset], &data_[offset] + bufsize); in unpackRelayMsg() local
470 LibDHCP::unpackOptions6(opt_buffer, DHCP6_OPTION_SPACE, relay.options_, in unpackRelayMsg()
/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Ddhcpcd.h226 uint8_t *opt_buffer; member
H A Ddhcp.c251 (bp - ctx->opt_buffer); in get_option()
254 nb = realloc(ctx->opt_buffer, bl + l); in get_option()
257 ctx->opt_buffer = nb; in get_option()
259 bp = ctx->opt_buffer + pos; in get_option()
262 bp = ctx->opt_buffer; in get_option()
278 return (const uint8_t *)ctx->opt_buffer; in get_option()
3834 free(ctx->opt_buffer); in dhcp_free()
3835 ctx->opt_buffer = NULL; in dhcp_free()
/dports/mail/im/im-153/IM/
H A DScan.pm482 flush('STDOUT') unless $main::opt_buffer;
493 flush('STDOUT') unless $main::opt_buffer;
/dports/games/xjig/xjig-2.4/
H A Dxjig.C534 char opt_buffer[256]; in main() local
537 char *cptr=opt_buffer; in main()
538 strcpy(opt_buffer,options); in main()
/dports/editors/mle/mle-1.4.3/
H A Dmle.h406 …_path_len, int make_active, bint_t linenum, int skip_resize, buffer_t *opt_buffer, bview_t **optre…
422 bview_t *bview_new(editor_t *editor, char *opt_path, int opt_path_len, buffer_t *opt_buffer);
H A Dbview.c24 bview_t *bview_new(editor_t *editor, char *opt_path, int opt_path_len, buffer_t *opt_buffer) { in bview_new() argument
46 if (opt_buffer) { in bview_new()
47 buffer = opt_buffer; in bview_new()
H A Duscript.inc788 buffer_t *opt_buffer;
792 opt_buffer = (buffer_t *)luaL_optpointer(L, 4, NULL);
793 rv = bview_new(editor, opt_path, opt_path_len, opt_buffer);
1371 buffer_t *opt_buffer;
1381 opt_buffer = (buffer_t *)luaL_optpointer(L, 9, NULL);
1382 …arent, type, opt_path, opt_path_len, make_active, linenum, skip_resize, opt_buffer, &optret_bview);
H A Deditor.c294 …_path_len, int make_active, bint_t linenum, int skip_resize, buffer_t *opt_buffer, bview_t **optre… in editor_open_bview() argument
314 bview = bview_new(editor, opt_path, opt_path_len, opt_buffer); in editor_open_bview()
/dports/mail/im/im-153/
H A Dimget.in40 $opt_dst $opt_mode $opt_assoc $opt_verbose $opt_buffer
H A Dimls.in39 $opt_buffer $opt_verbose $opt_quiet
/dports/lang/zig-devel/zig-0.9.0/src/codegen/
H A Dllvm.zig1950 var opt_buffer: Type.Payload.ElemType = undefined;
1956 const payload_ty = operand_ty.optionalChild(&opt_buffer);
/dports/lang/zig/zig-0.9.0/src/codegen/
H A Dllvm.zig1950 var opt_buffer: Type.Payload.ElemType = undefined;
1956 const payload_ty = operand_ty.optionalChild(&opt_buffer);