Home
last modified time | relevance | path

Searched refs:input_buffer (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dapp.c220 static char input_buffer[32 * 1024]; variable
302 gas_assert (saved->saved_input_len <= sizeof (input_buffer)); in app_pop()
303 memcpy (input_buffer, saved->saved_input, saved->saved_input_len); in app_pop()
304 saved_input = input_buffer; in app_pop()
474 fromlen = (*get) (input_buffer, sizeof input_buffer), \ in do_scrub_chars()
475 from = input_buffer, \ in do_scrub_chars()
510 fromlen = (*get) (input_buffer, sizeof input_buffer); in do_scrub_chars()
513 from = input_buffer; in do_scrub_chars()
H A DChangeLog-98991534 * app.c (input_buffer): New static variable.
1538 arguments. Change GET macro to pass input_buffer to get
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcompress.c566 bfd_byte *input_buffer; in bfd_compress_section_contents() local
595 input_buffer = sec->contents; in bfd_compress_section_contents()
616 input_buffer + orig_header_size, in bfd_compress_section_contents()
623 free (input_buffer); in bfd_compress_section_contents()
629 input_buffer = buffer; in bfd_compress_section_contents()
645 input_buffer + orig_header_size, in bfd_compress_section_contents()
655 input_buffer, in bfd_compress_section_contents()
667 (const Bytef *) input_buffer, uncompressed_size) in bfd_compress_section_contents()
681 memcpy (buffer, input_buffer, uncompressed_size); in bfd_compress_section_contents()
695 free (input_buffer); in bfd_compress_section_contents()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dapp.c220 static char input_buffer[32 * 1024]; variable
302 gas_assert (saved->saved_input_len <= sizeof (input_buffer)); in app_pop()
303 memcpy (input_buffer, saved->saved_input, saved->saved_input_len); in app_pop()
304 saved_input = input_buffer; in app_pop()
474 fromlen = (*get) (input_buffer, sizeof input_buffer), \ in do_scrub_chars()
475 from = input_buffer, \ in do_scrub_chars()
510 fromlen = (*get) (input_buffer, sizeof input_buffer); in do_scrub_chars()
513 from = input_buffer; in do_scrub_chars()
H A DChangeLog-98991534 * app.c (input_buffer): New static variable.
1538 arguments. Change GET macro to pass input_buffer to get
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp_struct.h107 struct evbuffer *input_buffer; /* read data */ member
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dhttp_struct.h108 struct evbuffer *input_buffer; /* read data */ member
/netbsd-src/external/bsd/libevent/dist/
H A Devrpc.c296 evbuffer_get_length(req->input_buffer) <= 0) in evrpc_request_cb()
315 rpc_state, req, req->input_buffer); in evrpc_request_cb()
362 rpc_state->request, req->input_buffer) == -1) { in evrpc_request_cb_closure()
886 ctx, req, req->input_buffer); in evrpc_reply_done()
934 res = ctx->reply_unmarshal(ctx->reply, req->input_buffer); in evrpc_reply_done_closure()
H A Dhttp.c983 evbuffer_remove_buffer(buf, req->input_buffer, (size_t)req->ntoread); in evhttp_handle_chunked_read()
988 evbuffer_drain(req->input_buffer, in evhttp_handle_chunked_read()
989 evbuffer_get_length(req->input_buffer)); in evhttp_handle_chunked_read()
1084 evbuffer_add_buffer(req->input_buffer, buf); in evhttp_read_body()
1095 evbuffer_remove_buffer(buf, req->input_buffer, n); in evhttp_read_body()
1108 if (evbuffer_get_length(req->input_buffer) > 0 && req->chunk_cb != NULL) { in evhttp_read_body()
1112 evbuffer_drain(req->input_buffer, in evhttp_read_body()
1113 evbuffer_get_length(req->input_buffer)); in evhttp_read_body()
4015 if ((req->input_buffer = evbuffer_new()) == NULL) { in evhttp_request_new()
4061 if (req->input_buffer != NULL) in evhttp_request_free()
[all …]
/netbsd-src/lib/libc/time/
H A Dlocaltime.c563 union input_buffer { in tzloadbody()
581 union input_buffer u; in tzloadbody()
612 register union input_buffer *up = &lsp->u.u; in tzloadbody()
430 union input_buffer { global() union
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_debugfs.c3044 char *input_buffer; in i915_displayport_test_active_write() local
3057 input_buffer = memdup_user_nul(ubuf, len); in i915_displayport_test_active_write()
3058 if (IS_ERR(input_buffer)) in i915_displayport_test_active_write()
3059 return PTR_ERR(input_buffer); in i915_displayport_test_active_write()
3077 status = kstrtoint(input_buffer, 10, &val); in i915_displayport_test_active_write()
3091 kfree(input_buffer); in i915_displayport_test_active_write()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_rpc.c245 if ((kill_unmarshal(kill_reply, req->input_buffer)) == -1) { in rpc_postrequest_done()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-199914703 (finclude): Call it, if pfile->input_buffer is NULL. Accept
14705 (read_and_prescan): Use pfile->input_buffer and
14707 * cppinit.c (cpp_cleanup): Free pfile->input_buffer and
14709 * cpplib.h (cpp_reader): Add input_buffer, input_speccase, and