| /src/external/bsd/libevent/dist/include/event2/ |
| http_struct.h | 112 struct evbuffer *output_buffer; /* outgoing post or data */ member in struct:evhttp_request
|
| /src/external/bsd/ntp/dist/sntp/libevent/include/event2/ |
| http_struct.h | 113 struct evbuffer *output_buffer; /* outgoing post or data */ member in struct:evhttp_request
|
| /src/external/bsd/libevent/dist/sample/ |
| https-client.c | 235 struct evbuffer *output_buffer; local 490 output_buffer = evhttp_request_get_output_buffer(req); 492 evbuffer_add(output_buffer, buf, s);
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| mime_state.c | 304 VSTRING *output_buffer; /* headers, quoted-printable body */ member in struct:MIME_STATE 433 (info), (ptr)->output_buffer, (ptr)->head_offset); \ 513 state->output_buffer = vstring_alloc(100); 534 vstring_free(state->output_buffer); 562 cp = STR(state->output_buffer) + strlen(header_info->name) + 1; 636 state->output_buffer); 672 cp = STR(state->output_buffer) + strlen(header_info->name) + 1; 718 if (LEN(state->output_buffer) > 72) { 719 VSTRING_ADDCH(state->output_buffer, '='); 720 VSTRING_TERMINATE(state->output_buffer); [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| pretty-print.cc | 733 output_buffer::output_buffer () function in class:output_buffer 749 output_buffer::~output_buffer () 1166 void on_begin_quote (const output_buffer &buf, 1176 output_buffer &buf, 1242 on_begin_quote (const output_buffer &buf, 1255 output_buffer &buf, 1322 are stashed into the output_buffer's m_quotes for use in phase 3. */ 1329 output_buffer * const buffer = pp_buffer (pp) [all...] |
| pretty-print.h | 99 class output_buffer class 102 output_buffer (); 103 ~output_buffer (); 138 output_buffer_formatted_text (output_buffer *buff) 147 output_buffer_append_r (output_buffer *buff, const char *start, int length) 159 output_buffer. A NULL pointer means no character available. */ 161 output_buffer_last_position_in_text (const output_buffer *buff) 256 output_buffer *buffer;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| pretty-print.cc | 731 output_buffer::output_buffer () function in class:output_buffer 747 output_buffer::~output_buffer () 1072 output_buffer *buffer = pp_buffer (pp); 1510 output_buffer *buffer = pp_buffer (pp); 1544 function does nothing unless pp->output_buffer->flush_p. */ 1556 of the value of pp->output_buffer->flush_p. */ 1655 : buffer (new (XCNEW (output_buffer)) output_buffer ()), [all...] |
| pretty-print.h | 78 class output_buffer class 81 output_buffer (); 82 ~output_buffer (); 117 output_buffer_formatted_text (output_buffer *buff) 126 output_buffer_append_r (output_buffer *buff, const char *start, int length) 138 output_buffer. A NULL pointer means no character available. */ 140 output_buffer_last_position_in_text (const output_buffer *buff) 233 output_buffer *buffer;
|