Home
last modified time | relevance | path

Searched refs:SDL_iconv_t (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_iconv.c48 SDL_COMPILE_TIME_ASSERT(iconv_t, sizeof (iconv_t) <= sizeof (SDL_iconv_t));
50 SDL_iconv_t
53 return (SDL_iconv_t) ((size_t) iconv_open(tocode, fromcode)); in SDL_iconv_open()
57 SDL_iconv_close(SDL_iconv_t cd) in SDL_iconv_close()
63 SDL_iconv(SDL_iconv_t cd, in SDL_iconv()
206 SDL_iconv_t
236 SDL_iconv_t cd = (SDL_iconv_t) SDL_malloc(sizeof(*cd)); in SDL_iconv_open()
243 return (SDL_iconv_t) - 1; in SDL_iconv_open()
247 SDL_iconv(SDL_iconv_t cd, in SDL_iconv()
851 SDL_iconv_close(SDL_iconv_t cd) in SDL_iconv_close()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_stdinc.h471 typedef struct _SDL_iconv_t *SDL_iconv_t; typedef
472 extern DECLSPEC SDL_iconv_t SDLCALL SDL_iconv_open(const char *tocode,
474 extern DECLSPEC int SDLCALL SDL_iconv_close(SDL_iconv_t cd);
475 extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf,
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_procs.h473 SDL_DYNAPI_PROC(SDL_iconv_t,SDL_iconv_open,(const char *a, const char *b),(a,b),return)
474 SDL_DYNAPI_PROC(int,SDL_iconv_close,(SDL_iconv_t a),(a),return)
475 SDL_DYNAPI_PROC(size_t,SDL_iconv,(SDL_iconv_t a, const char **b, size_t *c, char **d, size_t *e),(a…