Home
last modified time | relevance | path

Searched refs:tbuffer (Results 1 – 25 of 733) sorted by last modified time

12345678910>>...30

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtk-builder-convert631 tbuffer = self._create_root_object("GtkTextBuffer",
634 prop.childNodes[0].data = tbuffer.getAttribute('id')
/dports/net/ssspl/sss/
H A Dsss.pl383 my $tbuffer = "";
386 my $result = socks_sysread($client, $tbuffer, 1024);
395 while (my $len = length($tbuffer)) {
396 my $res = socks_syswrite($target, $tbuffer, $len);
397 if ($res > 0) { $tbuffer = substr($tbuffer, $res); } else { return; }
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GL/DFX/
H A Dtbuffer.py20 from OpenGL.raw.GL.DFX.tbuffer import *
21 from OpenGL.raw.GL.DFX.tbuffer import _EXTENSION_NAME
/dports/games/eboard/eboard-1.1.3/
H A Dnetwork.h93 virtual int readLine(char *tbuffer,int limit)=0;
95 virtual void writeLine(const char *tbuffer)=0;
97 virtual int readPartial(char *tbuffer,int limit)=0;
154 virtual int readPartial(char *tbuffer,int limit);
159 int produce(char *tbuffer,int limit,int handle);
169 int readLine(char *tbuffer,int limit);
192 int readLine(char *tbuffer, int limit);
232 int readLine(char *tbuffer,int limit);
272 virtual int readLine(char *tbuffer,int limit);
273 virtual void writeLine(const char *tbuffer);
[all …]
H A Dnetwork.cc264 memset(tbuffer,0,limit); in readPartial()
268 tbuffer[i++]=c; in readPartial()
325 memset(tbuffer,0,limit); in produce()
328 tbuffer[i++] = s[j]; in produce()
331 global.LogAppend(tbuffer); in produce()
340 return(produce(tbuffer,limit,handle)); in innerReadLine()
434 int DirectConnection::readLine(char *tbuffer,int limit) { in readLine() argument
912 int PipeConnection::readLine(char *tbuffer,int limit) { in readLine() argument
1034 return( (*current)->readLine(tbuffer,limit) ); in readLine()
1041 (*current)->writeLine(tbuffer); in writeLine()
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmd/
H A Dgmdlmtm.c39 uint8_t *tbuffer; member
56 if (r->tbuffer) in FreeResources()
58 free(r->tbuffer); in FreeResources()
59 r->tbuffer = 0; in FreeResources()
92 r.tbuffer = 0; in _mpLoadMTM()
198 r.tbuffer=malloc(sizeof(uint8_t)*(192*header.trknum+192)); in _mpLoadMTM()
200 if (!r.tbuffer||!r.temptrack||!r.trackseq) in _mpLoadMTM()
206 memset(r.tbuffer, 0, 192); in _mpLoadMTM()
207 if (file->read (file, r.tbuffer+192, 192*header.trknum) != 192*header.trknum) in _mpLoadMTM()
233 …buffer[i]=r.tbuffer+192*r.trackseq[t][i]; /* needs checks, since this can CRASH player on broken m… in _mpLoadMTM()
/dports/audio/pms/pms-0.42/src/
H A Dpms.cpp939 char tbuffer[20]; in log() local
976 strftime(tbuffer, 20, "%Y-%m-%d %H:%M:%S", timeinfo); in log()
983 fprintf(stderr, "%s /%s/ %s", tbuffer, level.c_str(), m->str.c_str()); in log()
/dports/astro/foxtrotgps/foxtrotgps-1.2.2/src/
H A Dcallbacks.c2196 GtkTextBuffer *tbuffer; in on_button33_clicked() local
2202 tbuffer = gtk_text_buffer_new(NULL); in on_button33_clicked()
2203 gtk_text_buffer_insert_at_cursor(tbuffer, "p->desc", -1); in on_button33_clicked()
2204 gtk_text_buffer_set_text(tbuffer, "p->desc", -1); in on_button33_clicked()
2228 gtk_text_view_set_buffer(GTK_TEXT_VIEW(widget), tbuffer); in on_button33_clicked()
2229 gtk_text_buffer_set_text(tbuffer, p->desc, -1); in on_button33_clicked()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/docs/relnotes/
H A D19.1.0.rst4300 - ac: use the raw tbuffer version for 16-bit SSBO loads
4325 - ac: fix incorrect argument type for tbuffer.{load,store} with LLVM 7
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib-sys/src/
H A Dlib.rs4556 pub fn g_test_log_buffer_free(tbuffer: *mut GTestLogBuffer); in g_test_log_buffer_free()
4557 pub fn g_test_log_buffer_pop(tbuffer: *mut GTestLogBuffer) -> *mut GTestLogMsg; in g_test_log_buffer_pop()
4558 pub fn g_test_log_buffer_push(tbuffer: *mut GTestLogBuffer, n_bytes: c_uint, bytes: *const u8); in g_test_log_buffer_push()
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dclient.c2482 isc_buffer_t tbuffer; in client_request() local
2514 isc_buffer_init(&tbuffer, sevent->region.base, sevent->n); in client_request()
2515 isc_buffer_add(&tbuffer, sevent->n); in client_request()
2516 buffer = &tbuffer; in client_request()
/dports/dns/bind-tools/bind-9.16.27/lib/ns/
H A Dclient.c1661 isc_buffer_t tbuffer; in ns__client_request() local
1722 isc_buffer_init(&tbuffer, region->base, region->length); in ns__client_request()
1723 isc_buffer_add(&tbuffer, region->length); in ns__client_request()
1724 buffer = &tbuffer; in ns__client_request()
/dports/dns/bind916/bind-9.16.27/lib/ns/
H A Dclient.c1661 isc_buffer_t tbuffer; in ns__client_request() local
1722 isc_buffer_init(&tbuffer, region->base, region->length); in ns__client_request()
1723 isc_buffer_add(&tbuffer, region->length); in ns__client_request()
1724 buffer = &tbuffer; in ns__client_request()
/dports/graphics/okular/okular-21.12.3/generators/plucker/unpluck/
H A Dunpluck.cpp215 unsigned char *tbuffer = buffer; in GetUncompressedRecord() local
239 tbuffer = record->cache; in GetUncompressedRecord()
246 tbuffer = buffer; in GetUncompressedRecord()
267 if (tbuffer != buffer) in GetUncompressedRecord()
268 free(tbuffer); in GetUncompressedRecord()
272 memcpy(tbuffer, buf, 8); in GetUncompressedRecord()
273 output_ptr = tbuffer + 8; in GetUncompressedRecord()
292 free(tbuffer); in GetUncompressedRecord()
300 free(tbuffer); in GetUncompressedRecord()
310 free(tbuffer); in GetUncompressedRecord()
[all …]
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgtestutils.h640 void g_test_log_buffer_free (GTestLogBuffer *tbuffer);
642 void g_test_log_buffer_push (GTestLogBuffer *tbuffer,
646 GTestLogMsg* g_test_log_buffer_pop (GTestLogBuffer *tbuffer);
H A Dgtestutils.c4113 const gchar *p = tbuffer->data->str; in g_test_log_extract()
4116 if (tbuffer->data->len < 4 * 5) in g_test_log_extract()
4119 if (tbuffer->data->len < mlength) in g_test_log_extract()
4140 tbuffer->msgs = g_slist_prepend (tbuffer->msgs, g_memdup2 (&msg, sizeof (msg))); in g_test_log_extract()
4173 g_return_if_fail (tbuffer != NULL); in g_test_log_buffer_free()
4174 while (tbuffer->msgs) in g_test_log_buffer_free()
4176 g_string_free (tbuffer->data, TRUE); in g_test_log_buffer_free()
4177 g_free (tbuffer); in g_test_log_buffer_free()
4190 g_return_if_fail (tbuffer != NULL); in g_test_log_buffer_push()
4212 if (tbuffer->msgs) in g_test_log_buffer_pop()
[all …]
/dports/lang/clover/mesa-21.3.6/docs/relnotes/
H A D19.1.0.rst4300 - ac: use the raw tbuffer version for 16-bit SSBO loads
4325 - ac: fix incorrect argument type for tbuffer.{load,store} with LLVM 7
/dports/graphics/libosmesa-gallium/mesa-21.3.6/docs/relnotes/
H A D19.1.0.rst4300 - ac: use the raw tbuffer version for 16-bit SSBO loads
4325 - ac: fix incorrect argument type for tbuffer.{load,store} with LLVM 7
/dports/graphics/libosmesa/mesa-21.3.6/docs/relnotes/
H A D19.1.0.rst4300 - ac: use the raw tbuffer version for 16-bit SSBO loads
4325 - ac: fix incorrect argument type for tbuffer.{load,store} with LLVM 7
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/docs/relnotes/
H A D19.1.0.rst4300 - ac: use the raw tbuffer version for 16-bit SSBO loads
4325 - ac: fix incorrect argument type for tbuffer.{load,store} with LLVM 7
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/docs/relnotes/
H A D19.1.0.rst4300 - ac: use the raw tbuffer version for 16-bit SSBO loads
4325 - ac: fix incorrect argument type for tbuffer.{load,store} with LLVM 7
/dports/graphics/mesa-gallium-va/mesa-21.3.6/docs/relnotes/
H A D19.1.0.rst4300 - ac: use the raw tbuffer version for 16-bit SSBO loads
4325 - ac: fix incorrect argument type for tbuffer.{load,store} with LLVM 7
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/docs/relnotes/
H A D19.1.0.rst4300 - ac: use the raw tbuffer version for 16-bit SSBO loads
4325 - ac: fix incorrect argument type for tbuffer.{load,store} with LLVM 7
/dports/graphics/mesa-libs/mesa-21.3.6/docs/relnotes/
H A D19.1.0.rst4300 - ac: use the raw tbuffer version for 16-bit SSBO loads
4325 - ac: fix incorrect argument type for tbuffer.{load,store} with LLVM 7
/dports/graphics/mesa-dri/mesa-21.3.6/docs/relnotes/
H A D19.1.0.rst4300 - ac: use the raw tbuffer version for 16-bit SSBO loads
4325 - ac: fix incorrect argument type for tbuffer.{load,store} with LLVM 7

12345678910>>...30