|
bool | juce::operator== (const var &v1, const var &v2) noexcept |
|
bool | juce::operator!= (const var &v1, const var &v2) noexcept |
|
bool | juce::operator== (const var &v1, const String &v2) |
|
bool | juce::operator!= (const var &v1, const String &v2) |
|
bool | juce::operator== (const var &v1, const char *const v2) |
|
bool | juce::operator!= (const var &v1, const char *const v2) |
|
int64 | juce::juce_fileSetPosition (void *handle, int64 pos) |
|
OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const BigInteger &value) |
|
OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const MemoryOutputStream &streamToRead) |
|
int | juce::juce_siginterrupt (int sig, int flag) |
|
JUCE_API String | juce::translate (const String &text) |
|
JUCE_API String | juce::translate (const char *text) |
|
JUCE_API String | juce::translate (CharPointer_UTF8 text) |
|
JUCE_API String | juce::translate (const String &text, const String &resultIfNotFound) |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const char *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const char *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const wchar_t *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const wchar_t *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, StringRef s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, StringRef s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const CharPointer_UTF8 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const CharPointer_UTF8 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const CharPointer_UTF16 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const CharPointer_UTF16 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const CharPointer_UTF32 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const CharPointer_UTF32 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator> (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator< (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator>= (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator<= (const String &s1, const String &s2) noexcept |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (const char *const s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (const wchar_t *const s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (const char s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (const wchar_t s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, const char *const s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, const wchar_t *s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, const char s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, const wchar_t s2) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const char s2) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const wchar_t s2) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const char *const s2) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const wchar_t *const s2) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const String &s2) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const int number) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const short number) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const long number) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const int64 number) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const float number) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const double number) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const uint64 number) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const String &text) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, StringRef text) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &string1, const NewLine &) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const int number) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const int64 number) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const double number) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const char character) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const char *const text) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const MemoryBlock &data) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const File &fileToRead) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, InputStream &streamToRead) |
|
JUCE_API OutputStream
&JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const NewLine &) |
|
void JUCE_API | juce::juce_threadEntryPoint (void *userData) |
|
RelativeTime | juce::operator+ (RelativeTime t1, RelativeTime t2) noexcept |
|
RelativeTime | juce::operator- (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | juce::operator== (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | juce::operator!= (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | juce::operator> (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | juce::operator< (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | juce::operator>= (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | juce::operator<= (RelativeTime t1, RelativeTime t2) noexcept |
|
uint32 | juce::juce_millisecondsSinceStartup () noexcept |
|
Time | juce::operator+ (Time time, RelativeTime delta) noexcept |
|
Time | juce::operator- (Time time, RelativeTime delta) noexcept |
|
Time | juce::operator+ (RelativeTime delta, Time time) noexcept |
|
const RelativeTime | juce::operator- (Time time1, Time time2) noexcept |
|
bool | juce::operator== (Time time1, Time time2) noexcept |
|
bool | juce::operator!= (Time time1, Time time2) noexcept |
|
bool | juce::operator< (Time time1, Time time2) noexcept |
|
bool | juce::operator> (Time time1, Time time2) noexcept |
|
bool | juce::operator<= (Time time1, Time time2) noexcept |
|
bool | juce::operator>= (Time time1, Time time2) noexcept |
|
ZEXTERN int ZEXPORT deflate | juce::zlibNamespace::OF ((z_streamp strm, int flush)) |
|
ZEXTERN int ZEXPORT deflateEnd | juce::zlibNamespace::OF ((z_streamp strm)) |
|
ZEXTERN int ZEXPORT
deflateSetDictionary | juce::zlibNamespace::OF ((z_streamp strm, const Bytef *dictionary, uIntdictLength)) |
|
ZEXTERN int ZEXPORT deflateCopy | juce::zlibNamespace::OF ((z_streamp dest, z_streamp source)) |
|
ZEXTERN int ZEXPORT deflateParams | juce::zlibNamespace::OF ((z_streamp strm, int level, int strategy)) |
|
ZEXTERN int ZEXPORT deflateTune | juce::zlibNamespace::OF ((z_streamp strm, int good_length, int max_lazy, int nice_length, int max_chain)) |
|
ZEXTERN uLong ZEXPORT deflateBound | juce::zlibNamespace::OF ((z_streamp strm, uLong sourceLen)) |
|
ZEXTERN int ZEXPORT deflatePrime | juce::zlibNamespace::OF ((z_streamp strm, int bits, int value)) |
|
ZEXTERN int ZEXPORT
deflateSetHeader | juce::zlibNamespace::OF ((z_streamp strm, gz_headerp head)) |
|
ZEXTERN int ZEXPORT inflateBack | juce::zlibNamespace::OF ((z_streamp strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc)) |
|
ZEXTERN int ZEXPORT compress | juce::zlibNamespace::OF ((Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)) |
|
ZEXTERN int ZEXPORT compress2 | juce::zlibNamespace::OF ((Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level)) |
|
ZEXTERN uLong ZEXPORT compressBound | juce::zlibNamespace::OF ((uLong sourceLen)) |
|
ZEXTERN gzFile ZEXPORT gzopen | juce::zlibNamespace::OF ((const char *path, const char *mode)) |
|
ZEXTERN gzFile ZEXPORT gzdopen | juce::zlibNamespace::OF ((int fd, const char *mode)) |
|
ZEXTERN int ZEXPORT gzsetparams | juce::zlibNamespace::OF ((gzFile file, int level, int strategy)) |
|
ZEXTERN int ZEXPORT gzread | juce::zlibNamespace::OF ((gzFile file, voidp buf, unsigned len)) |
|
ZEXTERN int ZEXPORT gzwrite | juce::zlibNamespace::OF ((gzFile file, voidpc buf, unsigned len)) |
|
ZEXTERN int ZEXPORTVA gzprintf | juce::zlibNamespace::OF ((gzFile file, const char *format,...)) |
|
ZEXTERN int ZEXPORT gzputs | juce::zlibNamespace::OF ((gzFile file, const char *s)) |
|
ZEXTERN char *ZEXPORT gzgets | juce::zlibNamespace::OF ((gzFile file, char *buf, int len)) |
|
ZEXTERN int ZEXPORT gzputc | juce::zlibNamespace::OF ((gzFile file, int c)) |
|
ZEXTERN int ZEXPORT gzgetc | juce::zlibNamespace::OF ((gzFile file)) |
|
ZEXTERN int ZEXPORT gzungetc | juce::zlibNamespace::OF ((int c, gzFile file)) |
|
ZEXTERN int ZEXPORT gzflush | juce::zlibNamespace::OF ((gzFile file, int flush)) |
|
ZEXTERN z_off_t ZEXPORT gzseek | juce::zlibNamespace::OF ((gzFile file, z_off_t offset, int whence)) |
|
ZEXTERN const char *ZEXPORT gzerror | juce::zlibNamespace::OF ((gzFile file, int *errnum)) |
|
ZEXTERN uLong ZEXPORT adler32 | juce::zlibNamespace::OF ((uLong adler, const Bytef *buf, uInt len)) |
|
ZEXTERN uLong ZEXPORT
adler32_combine | juce::zlibNamespace::OF ((uLong adler1, uLong adler2, z_off_t len2)) |
|
ZEXTERN uLong ZEXPORT crc32 | juce::zlibNamespace::OF ((uLong crc, const Bytef *buf, uInt len)) |
|
ZEXTERN uLong ZEXPORT crc32_combine | juce::zlibNamespace::OF ((uLong crc1, uLong crc2, z_off_t len2)) |
|
ZEXTERN int ZEXPORT deflateInit_ | juce::zlibNamespace::OF ((z_streamp strm, int level, const char *version, int stream_size)) |
|
ZEXTERN int ZEXPORT inflateInit_ | juce::zlibNamespace::OF ((z_streamp strm, const char *version, int stream_size)) |
|
ZEXTERN int ZEXPORT deflateInit2_ | juce::zlibNamespace::OF ((z_streamp strm, intlevel, intmethod, int windowBits, int memLevel, int strategy, const char *version, int stream_size)) |
|
ZEXTERN int ZEXPORT inflateInit2_ | juce::zlibNamespace::OF ((z_streamp strm, intwindowBits, const char *version, int stream_size)) |
|
ZEXTERN int ZEXPORT
inflateBackInit_ | juce::zlibNamespace::OF ((z_streamp strm, int windowBits, unsigned char FAR *window, const char *version, int stream_size)) |
|
ZEXTERN const char *ZEXPORT zError | juce::zlibNamespace::OF ((int)) |
|
ZEXTERN int ZEXPORT
inflateSyncPoint | juce::zlibNamespace::OF ((z_streamp z)) |
|
ZEXTERN const uLongf *ZEXPORT
get_crc_table | juce::zlibNamespace::OF ((void)) |
|
uLong ZEXPORT | juce::zlibNamespace::adler32 (uLong adler, const Bytef *buf, uInt len) |
|
uLong ZEXPORT | juce::zlibNamespace::adler32_combine (uLong adler1, uLong adler2, z_off_t len2) |
|
int ZEXPORT | juce::zlibNamespace::compress2 (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level) |
|
int ZEXPORT | juce::zlibNamespace::compress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) |
|
uLong ZEXPORT | juce::zlibNamespace::compressBound (uLong sourceLen) |
|
void zmemcpy | juce::zlibNamespace::OF ((Bytef *dest, const Bytef *source, uInt len)) |
|
int zmemcmp | juce::zlibNamespace::OF ((const Bytef *s1, const Bytef *s2, uInt len)) |
|
void zmemzero | juce::zlibNamespace::OF ((Bytef *dest, uInt len)) |
|
voidpf zcalloc | juce::zlibNamespace::OF ((voidpf opaque, unsigned items, unsigned size)) |
|
void zcfree | juce::zlibNamespace::OF ((voidpf opaque, voidpf ptr)) |
|
local unsigned long
gf2_matrix_times | juce::zlibNamespace::OF ((unsigned long *mat, unsigned long vec)) |
|
local void gf2_matrix_square | juce::zlibNamespace::OF ((unsigned long *square, unsigned long *mat)) |
|
const unsigned long FAR *ZEXPORT | juce::zlibNamespace::get_crc_table () |
|
unsigned long ZEXPORT | juce::zlibNamespace::crc32 (unsigned long crc, const unsigned char FAR *buf, unsigned len) |
|
local unsigned long | juce::zlibNamespace::gf2_matrix_times (unsigned long *mat, unsigned long vec) |
|
local void | juce::zlibNamespace::gf2_matrix_square (unsigned long *square, unsigned long *mat) |
|
uLong ZEXPORT | juce::zlibNamespace::crc32_combine (uLong crc1, uLong crc2, z_off_t len2) |
|
void _tr_init | juce::zlibNamespace::OF ((deflate_state *s)) |
|
int _tr_tally | juce::zlibNamespace::OF ((deflate_state *s, unsigned dist, unsigned lc)) |
|
void _tr_flush_block | juce::zlibNamespace::OF ((deflate_state *s, charf *buf, ulg stored_len, int eof)) |
|
local block_state deflate_stored | juce::zlibNamespace::OF ((deflate_state *s, int flush)) |
|
local void putShortMSB | juce::zlibNamespace::OF ((deflate_state *s, uInt b)) |
|
local int read_buf | juce::zlibNamespace::OF ((z_streamp strm, Bytef *buf, unsigned size)) |
|
local uInt longest_match | juce::zlibNamespace::OF ((deflate_state *s, IPos cur_match)) |
|
int ZEXPORT | juce::zlibNamespace::deflateInit_ (z_streamp strm, int level, const char *version, int stream_size) |
|
int ZEXPORT | juce::zlibNamespace::deflateInit2_ (z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy, const char *version, int stream_size) |
|
int ZEXPORT | juce::zlibNamespace::deflateSetDictionary (z_streamp strm, const Bytef *dictionary, uInt dictLength) |
|
int ZEXPORT | juce::zlibNamespace::deflateReset (z_streamp strm) |
|
int ZEXPORT | juce::zlibNamespace::deflateSetHeader (z_streamp strm, gz_headerp head) |
|
int ZEXPORT | juce::zlibNamespace::deflatePrime (z_streamp strm, int bits, int value) |
|
int ZEXPORT | juce::zlibNamespace::deflateParams (z_streamp strm, int level, int strategy) |
|
int ZEXPORT | juce::zlibNamespace::deflateTune (z_streamp strm, int good_length, int max_lazy, int nice_length, int max_chain) |
|
uLong ZEXPORT | juce::zlibNamespace::deflateBound (z_streamp strm, uLong sourceLen) |
|
local void | juce::zlibNamespace::putShortMSB (deflate_state *s, uInt b) |
|
local void | juce::zlibNamespace::flush_pending (z_streamp strm) |
|
int ZEXPORT | juce::zlibNamespace::deflate (z_streamp strm, int flush) |
|
int ZEXPORT | juce::zlibNamespace::deflateEnd (z_streamp strm) |
|
int ZEXPORT | juce::zlibNamespace::deflateCopy (z_streamp dest, z_streamp source) |
|
local int | juce::zlibNamespace::read_buf (z_streamp strm, Bytef *buf, unsigned size) |
|
local void | juce::zlibNamespace::lm_init (deflate_state *s) |
|
local uInt | juce::zlibNamespace::longest_match (deflate_state *s, IPos cur_match) |
|
local uInt | juce::zlibNamespace::longest_match_fast (deflate_state *s, IPos cur_match) |
|
local void | juce::zlibNamespace::fill_window (deflate_state *s) |
|
local block_state | juce::zlibNamespace::deflate_stored (deflate_state *s, int flush) |
|
local block_state | juce::zlibNamespace::deflate_fast (deflate_state *s, int flush) |
|
local block_state | juce::zlibNamespace::deflate_slow (deflate_state *s, int flush) |
|
int inflate_table | juce::zlibNamespace::OF ((codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work)) |
|
void inflate_fast | juce::zlibNamespace::OF ((z_streamp strm, unsigned start)) |
|
void | juce::zlibNamespace::inflate_fast (z_streamp strm, unsigned start) |
|
local void fixedtables | juce::zlibNamespace::OF ((struct inflate_state FAR *state)) |
|
local int updatewindow | juce::zlibNamespace::OF ((z_streamp strm, unsigned out)) |
|
local unsigned syncsearch | juce::zlibNamespace::OF ((unsigned FAR *have, unsigned char FAR *buf, unsigned len)) |
|
int ZEXPORT | juce::zlibNamespace::inflateReset (z_streamp strm) |
|
int ZEXPORT | juce::zlibNamespace::inflatePrime (z_streamp strm, int bits, int value) |
|
int ZEXPORT | juce::zlibNamespace::inflateInit2_ (z_streamp strm, int windowBits, const char *version, int stream_size) |
|
int ZEXPORT | juce::zlibNamespace::inflateInit_ (z_streamp strm, const char *version, int stream_size) |
|
local void | juce::zlibNamespace::fixedtables (struct inflate_state FAR *state) |
|
local int | juce::zlibNamespace::updatewindow (z_streamp strm, unsigned out) |
|
int ZEXPORT | juce::zlibNamespace::inflate (z_streamp strm, int flush) |
|
int ZEXPORT | juce::zlibNamespace::inflateEnd (z_streamp strm) |
|
int ZEXPORT | juce::zlibNamespace::inflateSetDictionary (z_streamp strm, const Bytef *dictionary, uInt dictLength) |
|
int ZEXPORT | juce::zlibNamespace::inflateGetHeader (z_streamp strm, gz_headerp head) |
|
local unsigned | juce::zlibNamespace::syncsearch (unsigned FAR *have, unsigned char FAR *buf, unsigned len) |
|
int ZEXPORT | juce::zlibNamespace::inflateSync (z_streamp strm) |
|
int ZEXPORT | juce::zlibNamespace::inflateSyncPoint (z_streamp strm) |
|
int ZEXPORT | juce::zlibNamespace::inflateCopy (z_streamp dest, z_streamp source) |
|
int | juce::zlibNamespace::inflate_table (codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work) |
|
local void pqdownheap | juce::zlibNamespace::OF ((deflate_state *s, ct_data *tree, int k)) |
|
local void gen_bitlen | juce::zlibNamespace::OF ((deflate_state *s, tree_desc *desc)) |
|
local void gen_codes | juce::zlibNamespace::OF ((ct_data *tree, int max_code, ushf *bl_count)) |
|
local void scan_tree | juce::zlibNamespace::OF ((deflate_state *s, ct_data *tree, int max_code)) |
|
local void send_all_trees | juce::zlibNamespace::OF ((deflate_state *s, int lcodes, int dcodes, int blcodes)) |
|
local void compress_block | juce::zlibNamespace::OF ((deflate_state *s, ct_data *ltree, ct_data *dtree)) |
|
local unsigned bi_reverse | juce::zlibNamespace::OF ((unsigned value, int length)) |
|
local void copy_block | juce::zlibNamespace::OF ((deflate_state *s, charf *buf, unsigned len, int header)) |
|
local void | juce::zlibNamespace::tr_static_init () |
|
void | juce::zlibNamespace::_tr_init (deflate_state *s) |
|
local void | juce::zlibNamespace::init_block (deflate_state *s) |
|
local void | juce::zlibNamespace::pqdownheap (deflate_state *s, ct_data *tree, int k) |
|
local void | juce::zlibNamespace::gen_bitlen (deflate_state *s, tree_desc *desc) |
|
local void | juce::zlibNamespace::gen_codes (ct_data *tree, int max_code, ushf *bl_count) |
|
local void | juce::zlibNamespace::build_tree (deflate_state *s, tree_desc *desc) |
|
local void | juce::zlibNamespace::scan_tree (deflate_state *s, ct_data *tree, int max_code) |
|
local void | juce::zlibNamespace::send_tree (deflate_state *s, ct_data *tree, int max_code) |
|
local int | juce::zlibNamespace::build_bl_tree (deflate_state *s) |
|
local void | juce::zlibNamespace::send_all_trees (deflate_state *s, int lcodes, int dcodes, int blcodes) |
|
void | juce::zlibNamespace::_tr_stored_block (deflate_state *s, charf *buf, ulg stored_len, int eof) |
|
void | juce::zlibNamespace::_tr_align (deflate_state *s) |
|
void | juce::zlibNamespace::_tr_flush_block (deflate_state *s, charf *buf, ulg stored_len, int eof) |
|
int | juce::zlibNamespace::_tr_tally (deflate_state *s, unsigned dist, unsigned lc) |
|
local void | juce::zlibNamespace::compress_block (deflate_state *s, ct_data *ltree, ct_data *dtree) |
|
local void | juce::zlibNamespace::set_data_type (deflate_state *s) |
|
local unsigned | juce::zlibNamespace::bi_reverse (unsigned code_, int len) |
|
local void | juce::zlibNamespace::bi_flush (deflate_state *s) |
|
local void | juce::zlibNamespace::bi_windup (deflate_state *s) |
|
local void | juce::zlibNamespace::copy_block (deflate_state *s, charf *buf, unsigned len, int header) |
|
const char *ZEXPORT | juce::zlibNamespace::zError (int err) |
|
void | juce::zlibNamespace::zmemcpy (Bytef *dest, const Bytef *source, uInt len) |
|
int | juce::zlibNamespace::zmemcmp (Bytef *s1, const Bytef *s2, uInt len) const |
|
void | juce::zlibNamespace::zmemzero (Bytef *dest, uInt len) |
|
voidp malloc | juce::zlibNamespace::OF ((uInt size)) |
|
voidp calloc | juce::zlibNamespace::OF ((uInt items, uInt size)) |
|
void free | juce::zlibNamespace::OF ((voidpf ptr)) |
|
voidpf | juce::zlibNamespace::zcalloc (voidpf opaque, unsigned items, unsigned size) |
|
void | juce::zlibNamespace::zcfree (voidpf opaque, voidpf ptr) |
|
File | juce::juce_getExecutableFile () |
|
void | juce::juce_runSystemCommand (const String &) |
|
String | juce::juce_getOutputFromCommand (const String &) |
|
void * | juce::threadEntryProc (void *) |
|