|
VLC
2.1.0-git
|

Macros | |
| #define | test(a, b) test (make_path, a, b) |
Typedefs | |
| typedef char *(* | conv_t )(const char *) |
Functions | |
| static void | test (conv_t f, const char *in, const char *out) |
| static void | test_decode (const char *in, const char *out) |
| static void | test_b64 (const char *in, const char *out) |
| static char * | make_URI_def (const char *in) |
| static void | test_path (const char *in, const char *out) |
| static void | test_current_directory_path (const char *in, const char *cwd, const char *out) |
| int | main (void) |
| #define test | ( | a, | |
| b | |||
| ) | test (make_path, a, b) |
Referenced by main(), test(), test_b64(), test_current_directory_path(), test_decode(), and test_path().
| typedef char*(* conv_t)(const char *) |
| int main | ( | void | ) |
", "/");
References test, test_b64(), test_current_directory_path(), test_decode(), and test_path().
|
static |
References vlc_path2uri().
Referenced by test_current_directory_path(), and test_path().
|
inlinestatic |
References test, and vlc_b64_encode().
Referenced by main().
|
inlinestatic |
References asprintf(), make_URI_def(), and test.
Referenced by main().
|
inlinestatic |
References decode_URI_duplicate(), and test.
Referenced by main().
|
inlinestatic |
References make_URI_def(), and test.
Referenced by main().
1.8.1.2