| VLC
    3.0.18
    | 

Go to the source code of this file.
| Data Structures | |
| struct | vlc_memstream | 
| Functions | |
| int | vlc_memstream_open (struct vlc_memstream *ms) | 
| int | vlc_memstream_flush (struct vlc_memstream *ms) | 
| int | vlc_memstream_close (struct vlc_memstream *ms) | 
| size_t | vlc_memstream_write (struct vlc_memstream *ms, const void *ptr, size_t len) | 
| int | vlc_memstream_putc (struct vlc_memstream *ms, int c) | 
| int | vlc_memstream_puts (struct vlc_memstream *ms, const char *str) | 
| int | vlc_memstream_vprintf (struct vlc_memstream *ms, const char *fmt, va_list args) | 
| int | vlc_memstream_printf (struct vlc_memstream *s, const char *fmt,...) | 
| int vlc_memstream_close | ( | struct vlc_memstream * | ms | ) | 
| int vlc_memstream_flush | ( | struct vlc_memstream * | ms | ) | 
References vlc_memstream::error.
| int vlc_memstream_open | ( | struct vlc_memstream * | ms | ) | 
References vlc_memstream::error, vlc_memstream::length, vlc_memstream::ptr, and unlikely.
Referenced by Downloader(), mrl_EscapeFragmentIdentifier(), sout_AnnounceRegisterSDP(), StreamExtractorCreateMRL(), UpdateBookmarksOption(), vlc_CPU_dump(), vlc_http_msg_format(), vlc_sdp_Start(), vlc_uri_compose(), and vlc_uri_fixup_inner().
| int vlc_memstream_printf | ( | struct vlc_memstream * | s, | 
| const char * | fmt, | ||
| ... | |||
| ) | 
| int vlc_memstream_putc | ( | struct vlc_memstream * | ms, | 
| int | c | ||
| ) | 
References vlc_memstream_write().
Referenced by sout_AnnounceRegisterSDP(), StreamExtractorCreateMRL(), vlc_uri_compose(), and vlc_uri_fixup_inner().
| int vlc_memstream_puts | ( | struct vlc_memstream * | ms, | 
| const char * | str | ||
| ) | 
| int vlc_memstream_vprintf | ( | struct vlc_memstream * | ms, | 
| const char * | fmt, | ||
| va_list | args | ||
| ) | 
References vlc_memstream::error, vlc_memstream::length, and vlc_memstream::ptr.
Referenced by vlc_memstream_printf(), and vsdp_AddAttribute().
| size_t vlc_memstream_write | ( | struct vlc_memstream * | ms, | 
| const void * | ptr, | ||
| size_t | len | ||
| ) | 
References vlc_memstream::error, vlc_memstream::length, vlc_memstream::ptr, and unlikely.
Referenced by Downloader(), sout_AnnounceRegisterSDP(), vlc_memstream_putc(), vlc_memstream_puts(), and vlc_uri_compose().
 1.8.16
 1.8.16