Home
last modified time | relevance | path

Searched refs:io_user_data (Results 1 – 25 of 110) sorted by relevance

12345

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/formats/tga/
H A Drtga.c34 void *io_user_data; member
69 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in rtga__refill_buffer()
105 (s->io.skip)(s->io_user_data, n - blen); in rtga__skip()
121 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in rtga__getn()
/dports/net-im/libnice-gst1/libnice-0.1.18/agent/
H A Dcomponent.c794 component->io_user_data = user_data; in nice_component_set_io_callback()
801 component->io_user_data = NULL; in nice_component_set_io_callback()
854 gpointer io_user_data; in emit_io_callback_cb() local
887 io_user_data = component->io_user_data; in emit_io_callback_cb()
897 io_user_data); in emit_io_callback_cb()
928 gpointer io_user_data; in nice_component_emit_io_callback() local
939 io_user_data = component->io_user_data; in nice_component_emit_io_callback()
958 component_id, buf_len, (gchar *) buf, io_user_data); in nice_component_emit_io_callback()
H A Dcomponent.h185 gpointer io_user_data; /* data passed to the io function */ member
/dports/net-im/libnice/libnice-0.1.18/agent/
H A Dcomponent.c794 component->io_user_data = user_data; in nice_component_set_io_callback()
801 component->io_user_data = NULL; in nice_component_set_io_callback()
854 gpointer io_user_data; in emit_io_callback_cb() local
887 io_user_data = component->io_user_data; in emit_io_callback_cb()
897 io_user_data); in emit_io_callback_cb()
928 gpointer io_user_data; in nice_component_emit_io_callback() local
939 io_user_data = component->io_user_data; in nice_component_emit_io_callback()
958 component_id, buf_len, (gchar *) buf, io_user_data); in nice_component_emit_io_callback()
H A Dcomponent.h185 gpointer io_user_data; /* data passed to the io function */ member
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/formats/bmp/
H A Drbmp.c51 void *io_user_data; member
94 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in rbmp__refill_buffer()
139 (s->io.skip)(s->io_user_data, n - blen); in rbmp__skip()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/formats/jpeg/
H A Drjpeg.c148 void *io_user_data; member
213 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in rjpeg__refill_buffer()
249 if (!(s->io.eof)(s->io_user_data)) in rjpeg__at_eof()
278 (s->io.skip)(s->io_user_data, n - blen); in rjpeg__skip()
/dports/devel/stb/stb-f54acd4/deprecated/
H A Dstb_image.c412 void *io_user_data; member
438 s->io_user_data = user; in start_callbacks()
738 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in refill_buffer()
766 if (!(s->io.eof)(s->io_user_data)) return 0; in at_eof()
786 (s->io.skip)(s->io_user_data, n - blen); in skip()
802 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in getn()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp67 void *io_user_data; member
92 s->io_user_data = user; in start_callbacks()
384 int n = (s->io.read)(s->io_user_data, (char *)s->buffer_start, s->buflen); in refill_buffer()
415 if (!(s->io.eof)(s->io_user_data)) return 0; in at_eof()
437 (s->io.skip)(s->io_user_data, n - blen); in skip()
455 count = (s->io.read)(s->io_user_data, (char *)buffer + blen, n - blen); in getn()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ImageCodecModules/STB/
H A Dstb_image.cpp399 void *io_user_data; member
425 s->io_user_data = user; in start_callbacks()
717 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in refill_buffer()
743 if (!(s->io.eof)(s->io_user_data)) return 0; in at_eof()
763 (s->io.skip)(s->io_user_data, n - blen); in skip()
779 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in getn()
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/nanovg/
H A Dstb_image.h414 void *io_user_data; member
440 s->io_user_data = user; in stbi__start_callbacks()
740 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer()
768 if (!(s->io.eof)(s->io_user_data)) return 0; in stbi__at_eof()
783 (s->io.skip)(s->io_user_data, n - blen); in stbi__skip()
799 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in stbi__getn()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/stb_image/
H A Dstb_image.cpp68 void *io_user_data; member
94 s->io_user_data = user; in start_callbacks()
386 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in refill_buffer()
412 if (!(s->io.eof)(s->io_user_data)) return 0; in at_eof()
432 (s->io.skip)(s->io_user_data, n - blen); in skip()
448 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in getn()
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/dgl/src/nanovg/
H A Dstb_image.h414 void *io_user_data; member
440 s->io_user_data = user; in stbi__start_callbacks()
740 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer()
768 if (!(s->io.eof)(s->io_user_data)) return 0; in stbi__at_eof()
783 (s->io.skip)(s->io_user_data, n - blen); in stbi__skip()
799 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in stbi__getn()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/dgl/src/nanovg/
H A Dstb_image.h414 void *io_user_data; member
440 s->io_user_data = user; in stbi__start_callbacks()
740 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer()
768 if (!(s->io.eof)(s->io_user_data)) return 0; in stbi__at_eof()
783 (s->io.skip)(s->io_user_data, n - blen); in stbi__skip()
799 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in stbi__getn()
/dports/net-im/uTox/uTox/third-party/stb/deprecated/
H A Dstb_image.c412 void *io_user_data; member
438 s->io_user_data = user; in start_callbacks()
738 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in refill_buffer()
766 if (!(s->io.eof)(s->io_user_data)) return 0; in at_eof()
786 (s->io.skip)(s->io_user_data, n - blen); in skip()
802 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in getn()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/deprecated/
H A Dstb_image.c412 void *io_user_data; member
438 s->io_user_data = user; in start_callbacks()
738 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in refill_buffer()
766 if (!(s->io.eof)(s->io_user_data)) return 0; in at_eof()
786 (s->io.skip)(s->io_user_data, n - blen); in skip()
802 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in getn()
/dports/security/ridl/ridl-11b3240/stb/deprecated/
H A Dstb_image.c412 void *io_user_data; member
438 s->io_user_data = user; in start_callbacks()
738 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in refill_buffer()
766 if (!(s->io.eof)(s->io_user_data)) return 0; in at_eof()
786 (s->io.skip)(s->io_user_data, n - blen); in skip()
802 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in getn()
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/dgl/src/nanovg/
H A Dstb_image.h414 void *io_user_data; member
440 s->io_user_data = user; in stbi__start_callbacks()
740 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer()
768 if (!(s->io.eof)(s->io_user_data)) return 0; in stbi__at_eof()
783 (s->io.skip)(s->io_user_data, n - blen); in stbi__skip()
799 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in stbi__getn()
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/dgl/src/nanovg/
H A Dstb_image.h414 void *io_user_data; member
440 s->io_user_data = user; in stbi__start_callbacks()
740 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer()
768 if (!(s->io.eof)(s->io_user_data)) return 0; in stbi__at_eof()
783 (s->io.skip)(s->io_user_data, n - blen); in stbi__skip()
799 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in stbi__getn()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/image/
H A Dstb_image.cpp79 void *io_user_data; member
112 s->io_user_data = user; in start_callbacks()
429 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in refill_buffer()
460 if (!(s->io.eof)(s->io_user_data)) return 0; in at_eof()
482 (s->io.skip)(s->io_user_data, n - blen); in skip()
500 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in getn()
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/dgl/src/nanovg/
H A Dstb_image.h414 void *io_user_data;
440 s->io_user_data = user;
740 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen);
768 if (!(s->io.eof)(s->io_user_data)) return 0;
783 (s->io.skip)(s->io_user_data, n - blen);
799 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen);
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/dgl/src/nanovg/
H A Dstb_image.h414 void *io_user_data; member
440 s->io_user_data = user; in stbi__start_callbacks()
740 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer()
768 if (!(s->io.eof)(s->io_user_data)) return 0; in stbi__at_eof()
783 (s->io.skip)(s->io_user_data, n - blen); in stbi__skip()
799 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in stbi__getn()
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/dgl/src/nanovg/
H A Dstb_image.h414 void *io_user_data; member
440 s->io_user_data = user; in stbi__start_callbacks()
740 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer()
768 if (!(s->io.eof)(s->io_user_data)) return 0; in stbi__at_eof()
783 (s->io.skip)(s->io_user_data, n - blen); in stbi__skip()
799 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in stbi__getn()
/dports/audio/ssr-lv2/ssr-e1999da/dpf/dgl/src/nanovg/
H A Dstb_image.h414 void *io_user_data; member
440 s->io_user_data = user; in stbi__start_callbacks()
740 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer()
768 if (!(s->io.eof)(s->io_user_data)) return 0; in stbi__at_eof()
783 (s->io.skip)(s->io_user_data, n - blen); in stbi__skip()
799 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in stbi__getn()
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/dgl/src/nanovg/
H A Dstb_image.h414 void *io_user_data;
440 s->io_user_data = user;
740 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen);
768 if (!(s->io.eof)(s->io_user_data)) return 0;
783 (s->io.skip)(s->io_user_data, n - blen);
799 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen);

12345