Home
last modified time | relevance | path

Searched refs:convert_buffer (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/comms/flcluster/flcluster-1.0.4/src/
H A Dflcluster.cxx429 char *convert_buffer = (char *)0; in url_to_file() local
436 convert_buffer = new char [buffer_length + 1]; in url_to_file()
437 if(!convert_buffer) return; in url_to_file()
439 memset(convert_buffer, 0, buffer_length + 1); in url_to_file()
440 dPtr = convert_buffer; in url_to_file()
454 memcpy(path, convert_buffer, count); in url_to_file()
456 delete [] convert_buffer; in url_to_file()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/sound/
H A Dds.cpp754 data = convert_buffer; in ds_load_buffer()
802 data = convert_buffer; in ds_load_buffer()
824 data = convert_buffer; in ds_load_buffer()
858 convert_buffer = NULL; in ds_load_buffer()
865 convert_buffer = NULL; in ds_load_buffer()
892 data = convert_buffer; in ds_load_buffer()
912 if (convert_buffer) { in ds_load_buffer()
957 if (convert_buffer) { in ds_load_buffer()
959 convert_buffer = NULL; in ds_load_buffer()
969 if (convert_buffer) { in ds_load_buffer()
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/liquid-0.23.0/src/
H A Dtemplate.rs21 Ok(convert_buffer(data)) in render()
37 fn convert_buffer(buffer: Vec<u8>) -> String { in convert_buffer() function
43 fn convert_buffer(buffer: Vec<u8>) -> String { in convert_buffer() function
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/liquid-0.22.0/src/
H A Dtemplate.rs21 Ok(convert_buffer(data)) in render()
37 fn convert_buffer(buffer: Vec<u8>) -> String { in convert_buffer() function
43 fn convert_buffer(buffer: Vec<u8>) -> String { in convert_buffer() function
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/tds/
H A Dchallenge.c426 char *convert_buffer; in tds7_send_auth() local
447 convert_buffer = tds_new(char, (user_name_len + host_name_len) * 2); in tds7_send_auth()
448 if (!convert_buffer) in tds7_send_auth()
451 user_name_len = convert_to_usc2le_string(tds, user_name, user_name_len, convert_buffer); in tds7_send_auth()
452 user_name = convert_buffer; in tds7_send_auth()
454 …host_name_len = convert_to_usc2le_string(tds, host_name, host_name_len, convert_buffer + user_name… in tds7_send_auth()
455 host_name = convert_buffer + user_name_len; in tds7_send_auth()
458 free(convert_buffer); in tds7_send_auth()
466 free(convert_buffer); in tds7_send_auth()
482 free(convert_buffer); in tds7_send_auth()
[all …]
/dports/databases/freetds/freetds-1.3.4/src/tds/
H A Dchallenge.c426 char *convert_buffer; in tds7_send_auth() local
447 convert_buffer = tds_new(char, (user_name_len + host_name_len) * 2); in tds7_send_auth()
448 if (!convert_buffer) in tds7_send_auth()
451 user_name_len = convert_to_usc2le_string(tds, user_name, user_name_len, convert_buffer); in tds7_send_auth()
452 user_name = convert_buffer; in tds7_send_auth()
454 …host_name_len = convert_to_usc2le_string(tds, host_name, host_name_len, convert_buffer + user_name… in tds7_send_auth()
455 host_name = convert_buffer + user_name_len; in tds7_send_auth()
458 free(convert_buffer); in tds7_send_auth()
466 free(convert_buffer); in tds7_send_auth()
482 free(convert_buffer); in tds7_send_auth()
[all …]
/dports/emulators/mednafen/mednafen/src/sexyal/
H A Dsexyal.cpp109 …SexyALI_Convert(&device->srcformat, &device->format, data_in, device->convert_buffer, convert_this… in Write()
111 …if(!device->RawWrite(device, device->convert_buffer, FtoB(&device->format, convert_this_iteration)… in Write()
124 if(device->convert_buffer) in Close()
126 free(device->convert_buffer); in Close()
127 device->convert_buffer = NULL; in Close()
259 …if(!(ret->convert_buffer = calloc(format->channels * SAMPFORMAT_BYTES(format->sampformat), ret->co… in SexyAL_Open()
/dports/games/freeciv-nox11/freeciv-2.6.6/utility/
H A Dfciconv.c43 static char convert_buffer[4096]; variable
316 convert_buffer, \
317 sizeof(convert_buffer)); \
318 return convert_buffer; \
/dports/games/freeciv/freeciv-2.6.6/utility/
H A Dfciconv.c43 static char convert_buffer[4096]; variable
316 convert_buffer, \
317 sizeof(convert_buffer)); \
318 return convert_buffer; \
/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/alsa/
H A Doa_alsa.c127 uint8_t * convert_buffer; member
143 priv->convert_buffer = realloc(priv->convert_buffer, priv->convert_buffer_alloc); in convert_4_to_3()
146 dst = priv->convert_buffer; in convert_4_to_3()
356 priv->convert_buffer, in write_frame_alsa()
/dports/devel/hyperscan/boost_1_75_0/boost/nowide/
H A Dconvert.hpp26 return utf::convert_buffer(output, output_size, begin, end); in narrow()
49 return utf::convert_buffer(output, output_size, begin, end); in widen()
H A Dstackstring.hpp111 … if(min_output_size <= buffer_size && utf::convert_buffer(buffer_, buffer_size, begin, end)) in convert()
119 … const bool success = utf::convert_buffer(data_, max_output_size, begin, end) == data_; in convert()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/nowide/
H A Dconvert.hpp26 return utf::convert_buffer(output, output_size, begin, end); in narrow()
49 return utf::convert_buffer(output, output_size, begin, end); in widen()
H A Dstackstring.hpp111 … if(min_output_size <= buffer_size && utf::convert_buffer(buffer_, buffer_size, begin, end)) in convert()
119 … const bool success = utf::convert_buffer(data_, max_output_size, begin, end) == data_; in convert()
/dports/multimedia/mpv/mpv-0.34.1/audio/out/
H A Dbuffer.c50 char *convert_buffer; member
226 if (needed > talloc_get_size(p->convert_buffer) || !p->convert_buffer) { in ao_read_data_converted()
227 talloc_free(p->convert_buffer); in ao_read_data_converted()
228 p->convert_buffer = talloc_size(NULL, needed); in ao_read_data_converted()
232 ndata[n] = p->convert_buffer + n * src_plane_size; in ao_read_data_converted()
477 talloc_free(p->convert_buffer); in ao_uninit()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/share/utf8/
H A Dutf8.c153 static int convert_buffer(const char *fromcode, const char *tocode, in convert_buffer() function
182 ret = convert_buffer(fromcode, tocode, from, fromlen, to, 0); in convert_string()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/flac-1.3.2/src/share/utf8/
H A Dutf8.c153 static int convert_buffer(const char *fromcode, const char *tocode, in convert_buffer() function
182 ret = convert_buffer(fromcode, tocode, from, fromlen, to, 0); in convert_string()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/flac-1.3.2/src/share/utf8/
H A Dutf8.c153 static int convert_buffer(const char *fromcode, const char *tocode, in convert_buffer() function
182 ret = convert_buffer(fromcode, tocode, from, fromlen, to, 0); in convert_string()
/dports/audio/flac/flac-1.3.4/src/share/utf8/
H A Dutf8.c146 static int convert_buffer(const char *fromcode, const char *tocode, in convert_buffer() function
175 ret = convert_buffer(fromcode, tocode, from, fromlen, to, 0); in convert_string()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/share/utf8/
H A Dutf8.c153 static int convert_buffer(const char *fromcode, const char *tocode, in convert_buffer() function
182 ret = convert_buffer(fromcode, tocode, from, fromlen, to, 0); in convert_string()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/deps/flac-1.3.2/src/share/utf8/
H A Dutf8.c153 static int convert_buffer(const char *fromcode, const char *tocode, in convert_buffer() function
182 ret = convert_buffer(fromcode, tocode, from, fromlen, to, 0); in convert_string()
/dports/x11/grim/grim-1.3.2/
H A Drender.c9 static bool convert_buffer(struct grim_buffer *buffer) { in convert_buffer() function
75 if (!convert_buffer(buffer)) { in render()
/dports/devel/hyperscan/boost_1_75_0/boost/nowide/detail/
H A Dconvert.hpp18 using boost::nowide::utf::convert_buffer;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/nowide/detail/
H A Dconvert.hpp18 using boost::nowide::utf::convert_buffer;
/dports/multimedia/transcode/transcode-1.1.7/libtcvideo/
H A Dtcvideo.c70 uint8_t *convert_buffer; member
1036 if (!handle->convert_buffer || handle->convert_buffer_size < size) { in tcv_convert()
1037 free(handle->convert_buffer); in tcv_convert()
1038 handle->convert_buffer = tc_malloc(size); in tcv_convert()
1039 if (!handle->convert_buffer) in tcv_convert()
1043 realdest = handle->convert_buffer; in tcv_convert()
1054 ac_memcpy(src, handle->convert_buffer, size); in tcv_convert()

12345678