Home
last modified time | relevance | path

Searched refs:buf_begin (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/www/mod_rivet/rivet-3.2.0/src/request/
H A Dapache_multipart_buffer.c73 if(self->bytes_in_buffer > 0 && self->buf_begin != self->buffer) in fill_buffer()
74 memmove(self->buffer, self->buf_begin, self->bytes_in_buffer); in fill_buffer()
76 self->buf_begin = self->buffer; in fill_buffer()
116 char* line = self->buf_begin; in next_line()
126 self->buf_begin = ptr + 1; in next_line()
127 self->bytes_in_buffer -= (int)(self->buf_begin - line); in next_line()
138 self->buf_begin = ptr; in next_line()
201 self->buf_begin = self->buffer; in multipart_buffer_new()
264 max = bound - self->buf_begin; in multipart_buffer_read()
275 memcpy(buf, self->buf_begin, len); in multipart_buffer_read()
[all …]
/dports/biology/flash/FLASH-1.2.11/
H A Diostream.c343 char *buf_begin; member
421 in->buf_cur_begin = in->buf_begin; in new_input_stream()
422 in->buf_cur_end = in->buf_begin; in new_input_stream()
478 in->buf_cur_begin = in->buf_begin; in input_stream_getdelims()
540 xfree(in->buf_begin, IOSTREAM_BUFSIZE); in free_input_stream()
631 char *buf_begin; member
689 out->buf_begin = xmalloc(IOSTREAM_BUFSIZE); in new_output_stream()
691 out->buf_cur_end = out->buf_begin; in new_output_stream()
708 out->buf_cur_end = out->buf_begin; in flush_output_stream()
755 if (out->buf_cur_end > out->buf_begin) in free_output_stream()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/log/src/
H A Ddump.cpp72 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk in dump_data_generic() local
86 strm.write(buf_begin, buf_end - buf_begin); in dump_data_generic()
87 buf_begin = buf; in dump_data_generic()
106 strm.write(buf_begin, b - buf_begin); in dump_data_generic()
H A Ddump_ssse3.cpp165 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk
189 strm.write(buf_begin, prealign_size * 3u - 1u);
191 buf_begin = buf;
214 strm.write(buf_begin, buf_end - buf_begin);
215 buf_begin = buf;
247 strm.write(buf_begin, b - buf_begin);
H A Ddump_avx2.cpp203 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk
227 strm.write(buf_begin, prealign_size * 3u - 1u);
229 buf_begin = buf;
251 strm.write(buf_begin, buf_end - buf_begin);
252 buf_begin = buf;
285 strm.write(buf_begin, b - buf_begin);
/dports/databases/percona57-server/boost_1_59_0/libs/log/src/
H A Ddump.cpp72 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk in dump_data_generic() local
86 strm.write(buf_begin, buf_end - buf_begin); in dump_data_generic()
87 buf_begin = buf; in dump_data_generic()
106 strm.write(buf_begin, b - buf_begin); in dump_data_generic()
H A Ddump_ssse3.cpp165 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk
189 strm.write(buf_begin, prealign_size * 3u - 1u);
191 buf_begin = buf;
214 strm.write(buf_begin, buf_end - buf_begin);
215 buf_begin = buf;
247 strm.write(buf_begin, b - buf_begin);
H A Ddump_avx2.cpp203 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk
227 strm.write(buf_begin, prealign_size * 3u - 1u);
229 buf_begin = buf;
251 strm.write(buf_begin, buf_end - buf_begin);
252 buf_begin = buf;
285 strm.write(buf_begin, b - buf_begin);
/dports/databases/xtrabackup/boost_1_59_0/libs/log/src/
H A Ddump.cpp72 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk in dump_data_generic() local
86 strm.write(buf_begin, buf_end - buf_begin); in dump_data_generic()
87 buf_begin = buf; in dump_data_generic()
106 strm.write(buf_begin, b - buf_begin); in dump_data_generic()
H A Ddump_ssse3.cpp165 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk
189 strm.write(buf_begin, prealign_size * 3u - 1u);
191 buf_begin = buf;
214 strm.write(buf_begin, buf_end - buf_begin);
215 buf_begin = buf;
247 strm.write(buf_begin, b - buf_begin);
/dports/databases/percona57-client/boost_1_59_0/libs/log/src/
H A Ddump.cpp72 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk in dump_data_generic() local
86 strm.write(buf_begin, buf_end - buf_begin); in dump_data_generic()
87 buf_begin = buf; in dump_data_generic()
106 strm.write(buf_begin, b - buf_begin); in dump_data_generic()
H A Ddump_ssse3.cpp165 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk
189 strm.write(buf_begin, prealign_size * 3u - 1u);
191 buf_begin = buf;
214 strm.write(buf_begin, buf_end - buf_begin);
215 buf_begin = buf;
247 strm.write(buf_begin, b - buf_begin);
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/log/src/
H A Ddump.cpp72 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk in dump_data_generic() local
86 strm.write(buf_begin, buf_end - buf_begin); in dump_data_generic()
87 buf_begin = buf; in dump_data_generic()
106 strm.write(buf_begin, b - buf_begin); in dump_data_generic()
H A Ddump_ssse3.cpp165 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk
189 strm.write(buf_begin, prealign_size * 3u - 1u);
191 buf_begin = buf;
214 strm.write(buf_begin, buf_end - buf_begin);
215 buf_begin = buf;
247 strm.write(buf_begin, b - buf_begin);
/dports/devel/boost-docs/boost_1_72_0/libs/log/src/
H A Ddump.cpp72 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk in dump_data_generic() local
86 strm.write(buf_begin, buf_end - buf_begin); in dump_data_generic()
87 buf_begin = buf; in dump_data_generic()
106 strm.write(buf_begin, b - buf_begin); in dump_data_generic()
H A Ddump_ssse3.cpp165 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk
189 strm.write(buf_begin, prealign_size * 3u - 1u);
191 buf_begin = buf;
214 strm.write(buf_begin, buf_end - buf_begin);
215 buf_begin = buf;
247 strm.write(buf_begin, b - buf_begin);
H A Ddump_avx2.cpp203 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk
227 strm.write(buf_begin, prealign_size * 3u - 1u);
229 buf_begin = buf;
251 strm.write(buf_begin, buf_end - buf_begin);
252 buf_begin = buf;
285 strm.write(buf_begin, b - buf_begin);
/dports/devel/boost-python-libs/boost_1_72_0/libs/log/src/
H A Ddump.cpp72 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk in dump_data_generic() local
86 strm.write(buf_begin, buf_end - buf_begin); in dump_data_generic()
87 buf_begin = buf; in dump_data_generic()
106 strm.write(buf_begin, b - buf_begin); in dump_data_generic()
H A Ddump_ssse3.cpp165 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk
189 strm.write(buf_begin, prealign_size * 3u - 1u);
191 buf_begin = buf;
214 strm.write(buf_begin, buf_end - buf_begin);
215 buf_begin = buf;
247 strm.write(buf_begin, b - buf_begin);
H A Ddump_avx2.cpp203 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk
227 strm.write(buf_begin, prealign_size * 3u - 1u);
229 buf_begin = buf;
251 strm.write(buf_begin, buf_end - buf_begin);
252 buf_begin = buf;
285 strm.write(buf_begin, b - buf_begin);
/dports/devel/boost-libs/boost_1_72_0/libs/log/src/
H A Ddump.cpp72 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk in dump_data_generic() local
86 strm.write(buf_begin, buf_end - buf_begin); in dump_data_generic()
87 buf_begin = buf; in dump_data_generic()
106 strm.write(buf_begin, b - buf_begin); in dump_data_generic()
H A Ddump_ssse3.cpp165 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk
189 strm.write(buf_begin, prealign_size * 3u - 1u);
191 buf_begin = buf;
214 strm.write(buf_begin, buf_end - buf_begin);
215 buf_begin = buf;
247 strm.write(buf_begin, b - buf_begin);
/dports/devel/hyperscan/boost_1_75_0/libs/log/src/
H A Ddump.cpp72 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk in dump_data_generic() local
86 strm.write(buf_begin, buf_end - buf_begin); in dump_data_generic()
87 buf_begin = buf; in dump_data_generic()
106 strm.write(buf_begin, b - buf_begin); in dump_data_generic()
H A Ddump_ssse3.cpp165 char_type* buf_begin = buf + 1u; // skip the first space of the first chunk
189 strm.write(buf_begin, prealign_size * 3u - 1u);
191 buf_begin = buf;
214 strm.write(buf_begin, buf_end - buf_begin);
215 buf_begin = buf;
247 strm.write(buf_begin, b - buf_begin);
/dports/chinese/libpinyin/libpinyin-2.3.0/src/storage/
H A Dphrase_index.h100 char * buf_begin = (char *)m_chunk.begin(); in get_phrase_length() local
101 return (*(guint8 *)buf_begin); in get_phrase_length()
112 char * buf_begin = ( char *) m_chunk.begin(); in get_n_pronunciation() local
113 return (*(guint8 *)(buf_begin + sizeof(guint8))); in get_n_pronunciation()
124 char * buf_begin = (char *)m_chunk.begin(); in get_unigram_frequency() local
125 return (*(guint32 *)(buf_begin + sizeof(guint8) + sizeof(guint8))); in get_unigram_frequency()
140 char * buf_begin = (char *)m_chunk.begin(); in get_pronunciation_possibility() local
143 char * chewing_begin = buf_begin + offset + in get_pronunciation_possibility()

12345678