Home
last modified time | relevance | path

Searched refs:tr_error (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/net-p2p/transmission-utils/transmission-3.00/libtransmission/
H A Dfile.h23 struct tr_error;
172 bool tr_sys_path_exists(char const* path, struct tr_error** error);
212 char* tr_sys_path_resolve(char const* path, struct tr_error** error);
240 char* tr_sys_path_dirname(char const* path, struct tr_error** error);
267 bool tr_sys_path_remove(char const* path, struct tr_error** error);
361 struct tr_error** error);
394 struct tr_error** error);
410 struct tr_error** error);
428 struct tr_error** error);
465 struct tr_error** error);
[all …]
H A Derror.h26 typedef struct tr_error struct
33 tr_error; argument
43 tr_error* tr_error_new_literal(int code, char const* message);
54 tr_error* tr_error_new_valist(int code, char const* message_format, va_list args) TR_GNUC_PRINTF(2,…
61 void tr_error_free(tr_error* error);
73 void tr_error_set(tr_error** error, int code, char const* message_format, ...) TR_GNUC_PRINTF(3, 4);
84 void tr_error_set_literal(tr_error** error, int code, char const* message);
96 void tr_error_propagate(tr_error** new_error, tr_error** old_error);
106 void tr_error_clear(tr_error** error);
118 void tr_error_prefix(tr_error** error, char const* prefix_format, ...) TR_GNUC_PRINTF(2, 3);
[all …]
H A Derror.c14 tr_error* tr_error_new_literal(int code, char const* message) in tr_error_new_literal()
18 tr_error* error = tr_new(tr_error, 1); in tr_error_new_literal()
25 tr_error* tr_error_new_valist(int code, char const* message_format, va_list args) in tr_error_new_valist()
29 tr_error* error = tr_new(tr_error, 1); in tr_error_new_valist()
36 void tr_error_free(tr_error* error) in tr_error_free()
47 void tr_error_set(tr_error** error, int code, char const* message_format, ...) in tr_error_set()
65 void tr_error_set_literal(tr_error** error, int code, char const* message) in tr_error_set_literal()
79 void tr_error_propagate(tr_error** new_error, tr_error** old_error) in tr_error_propagate()
97 void tr_error_clear(tr_error** error) in tr_error_clear()
126 void tr_error_prefix(tr_error** error, char const* prefix_format, ...) in tr_error_prefix()
[all …]
H A Dfile-posix.c74 static void set_system_error(tr_error** error, int code) in set_system_error()
182 tr_error* my_error = NULL; in create_path()
256 bool tr_sys_path_exists(char const* path, tr_error** error) in tr_sys_path_exists()
327 char* tr_sys_path_resolve(char const* path, tr_error** error) in tr_sys_path_resolve()
373 char* tr_sys_path_basename(char const* path, tr_error** error) in tr_sys_path_basename()
397 char* tr_sys_path_dirname(char const* path, tr_error** error) in tr_sys_path_dirname()
433 bool tr_sys_path_remove(char const* path, tr_error** error) in tr_sys_path_remove()
637 tr_error** error) in tr_sys_file_read_at()
713 tr_error** error) in tr_sys_file_write_at()
1069 char* tr_sys_dir_get_current(tr_error** error) in tr_sys_dir_get_current()
[all …]
/dports/net-p2p/transmission-cli/transmission-3.00/libtransmission/
H A Dfile.h23 struct tr_error;
172 bool tr_sys_path_exists(char const* path, struct tr_error** error);
212 char* tr_sys_path_resolve(char const* path, struct tr_error** error);
240 char* tr_sys_path_dirname(char const* path, struct tr_error** error);
267 bool tr_sys_path_remove(char const* path, struct tr_error** error);
361 struct tr_error** error);
394 struct tr_error** error);
410 struct tr_error** error);
428 struct tr_error** error);
465 struct tr_error** error);
[all …]
H A Derror.h26 typedef struct tr_error struct
33 tr_error; typedef
43 tr_error* tr_error_new_literal(int code, char const* message);
54 tr_error* tr_error_new_valist(int code, char const* message_format, va_list args) TR_GNUC_PRINTF(2,…
61 void tr_error_free(tr_error* error);
73 void tr_error_set(tr_error** error, int code, char const* message_format, ...) TR_GNUC_PRINTF(3, 4);
84 void tr_error_set_literal(tr_error** error, int code, char const* message);
96 void tr_error_propagate(tr_error** new_error, tr_error** old_error);
106 void tr_error_clear(tr_error** error);
118 void tr_error_prefix(tr_error** error, char const* prefix_format, ...) TR_GNUC_PRINTF(2, 3);
[all …]
H A Derror.c14 tr_error* tr_error_new_literal(int code, char const* message) in tr_error_new_literal()
18 tr_error* error = tr_new(tr_error, 1); in tr_error_new_literal()
25 tr_error* tr_error_new_valist(int code, char const* message_format, va_list args) in tr_error_new_valist()
29 tr_error* error = tr_new(tr_error, 1); in tr_error_new_valist()
36 void tr_error_free(tr_error* error) in tr_error_free()
47 void tr_error_set(tr_error** error, int code, char const* message_format, ...) in tr_error_set()
65 void tr_error_set_literal(tr_error** error, int code, char const* message) in tr_error_set_literal()
79 void tr_error_propagate(tr_error** new_error, tr_error** old_error) in tr_error_propagate()
97 void tr_error_clear(tr_error** error) in tr_error_clear()
126 void tr_error_prefix(tr_error** error, char const* prefix_format, ...) in tr_error_prefix()
[all …]
H A Dfile-posix.c74 static void set_system_error(tr_error** error, int code) in set_system_error()
182 tr_error* my_error = NULL; in create_path()
256 bool tr_sys_path_exists(char const* path, tr_error** error) in tr_sys_path_exists()
327 char* tr_sys_path_resolve(char const* path, tr_error** error) in tr_sys_path_resolve()
373 char* tr_sys_path_basename(char const* path, tr_error** error) in tr_sys_path_basename()
397 char* tr_sys_path_dirname(char const* path, tr_error** error) in tr_sys_path_dirname()
433 bool tr_sys_path_remove(char const* path, tr_error** error) in tr_sys_path_remove()
637 tr_error** error) in tr_sys_file_read_at()
713 tr_error** error) in tr_sys_file_write_at()
1069 char* tr_sys_dir_get_current(tr_error** error) in tr_sys_dir_get_current()
[all …]
H A Dfile-win32.c40 static void set_system_error(tr_error** error, DWORD code) in set_system_error()
298 tr_error** error), void* callback_param, tr_error** error) in create_temp_path()
308 tr_error* my_error = NULL; in create_temp_path()
345 bool tr_sys_path_exists(char const* path, tr_error** error) in tr_sys_path_exists()
405 tr_error* my_error = NULL; in tr_sys_path_get_info()
529 char* tr_sys_path_resolve(char const* path, tr_error** error) in tr_sys_path_resolve()
635 char* tr_sys_path_dirname(char const* path, tr_error** error) in tr_sys_path_dirname()
736 bool tr_sys_path_remove(char const* path, tr_error** error) in tr_sys_path_remove()
1004 tr_error** error) in tr_sys_file_read_at()
1073 tr_error** error) in tr_sys_file_write_at()
[all …]
/dports/net-p2p/transmission-qt/transmission-3.00/libtransmission/
H A Dfile.h23 struct tr_error;
172 bool tr_sys_path_exists(char const* path, struct tr_error** error);
212 char* tr_sys_path_resolve(char const* path, struct tr_error** error);
240 char* tr_sys_path_dirname(char const* path, struct tr_error** error);
267 bool tr_sys_path_remove(char const* path, struct tr_error** error);
361 struct tr_error** error);
394 struct tr_error** error);
410 struct tr_error** error);
428 struct tr_error** error);
465 struct tr_error** error);
[all …]
H A Derror.h26 typedef struct tr_error struct
33 tr_error; argument
43 tr_error* tr_error_new_literal(int code, char const* message);
54 tr_error* tr_error_new_valist(int code, char const* message_format, va_list args) TR_GNUC_PRINTF(2,…
61 void tr_error_free(tr_error* error);
73 void tr_error_set(tr_error** error, int code, char const* message_format, ...) TR_GNUC_PRINTF(3, 4);
84 void tr_error_set_literal(tr_error** error, int code, char const* message);
96 void tr_error_propagate(tr_error** new_error, tr_error** old_error);
106 void tr_error_clear(tr_error** error);
118 void tr_error_prefix(tr_error** error, char const* prefix_format, ...) TR_GNUC_PRINTF(2, 3);
[all …]
H A Derror.c14 tr_error* tr_error_new_literal(int code, char const* message) in tr_error_new_literal()
18 tr_error* error = tr_new(tr_error, 1); in tr_error_new_literal()
25 tr_error* tr_error_new_valist(int code, char const* message_format, va_list args) in tr_error_new_valist()
29 tr_error* error = tr_new(tr_error, 1); in tr_error_new_valist()
36 void tr_error_free(tr_error* error) in tr_error_free()
47 void tr_error_set(tr_error** error, int code, char const* message_format, ...) in tr_error_set()
65 void tr_error_set_literal(tr_error** error, int code, char const* message) in tr_error_set_literal()
79 void tr_error_propagate(tr_error** new_error, tr_error** old_error) in tr_error_propagate()
97 void tr_error_clear(tr_error** error) in tr_error_clear()
126 void tr_error_prefix(tr_error** error, char const* prefix_format, ...) in tr_error_prefix()
[all …]
H A Dfile-posix.c74 static void set_system_error(tr_error** error, int code) in set_system_error()
182 tr_error* my_error = NULL; in create_path()
256 bool tr_sys_path_exists(char const* path, tr_error** error) in tr_sys_path_exists()
327 char* tr_sys_path_resolve(char const* path, tr_error** error) in tr_sys_path_resolve()
373 char* tr_sys_path_basename(char const* path, tr_error** error) in tr_sys_path_basename()
397 char* tr_sys_path_dirname(char const* path, tr_error** error) in tr_sys_path_dirname()
433 bool tr_sys_path_remove(char const* path, tr_error** error) in tr_sys_path_remove()
637 tr_error** error) in tr_sys_file_read_at()
713 tr_error** error) in tr_sys_file_write_at()
1069 char* tr_sys_dir_get_current(tr_error** error) in tr_sys_dir_get_current()
[all …]
/dports/net-p2p/transmission-gtk/transmission-3.00/libtransmission/
H A Dfile.h23 struct tr_error;
172 bool tr_sys_path_exists(char const* path, struct tr_error** error);
212 char* tr_sys_path_resolve(char const* path, struct tr_error** error);
240 char* tr_sys_path_dirname(char const* path, struct tr_error** error);
267 bool tr_sys_path_remove(char const* path, struct tr_error** error);
361 struct tr_error** error);
394 struct tr_error** error);
410 struct tr_error** error);
428 struct tr_error** error);
465 struct tr_error** error);
[all …]
H A Derror.h26 typedef struct tr_error struct
33 tr_error; typedef
43 tr_error* tr_error_new_literal(int code, char const* message);
54 tr_error* tr_error_new_valist(int code, char const* message_format, va_list args) TR_GNUC_PRINTF(2,…
61 void tr_error_free(tr_error* error);
73 void tr_error_set(tr_error** error, int code, char const* message_format, ...) TR_GNUC_PRINTF(3, 4);
84 void tr_error_set_literal(tr_error** error, int code, char const* message);
96 void tr_error_propagate(tr_error** new_error, tr_error** old_error);
106 void tr_error_clear(tr_error** error);
118 void tr_error_prefix(tr_error** error, char const* prefix_format, ...) TR_GNUC_PRINTF(2, 3);
[all …]
H A Derror.c14 tr_error* tr_error_new_literal(int code, char const* message) in tr_error_new_literal()
18 tr_error* error = tr_new(tr_error, 1); in tr_error_new_literal()
25 tr_error* tr_error_new_valist(int code, char const* message_format, va_list args) in tr_error_new_valist()
29 tr_error* error = tr_new(tr_error, 1); in tr_error_new_valist()
36 void tr_error_free(tr_error* error) in tr_error_free()
47 void tr_error_set(tr_error** error, int code, char const* message_format, ...) in tr_error_set()
65 void tr_error_set_literal(tr_error** error, int code, char const* message) in tr_error_set_literal()
79 void tr_error_propagate(tr_error** new_error, tr_error** old_error) in tr_error_propagate()
97 void tr_error_clear(tr_error** error) in tr_error_clear()
126 void tr_error_prefix(tr_error** error, char const* prefix_format, ...) in tr_error_prefix()
[all …]
H A Dfile-posix.c74 static void set_system_error(tr_error** error, int code) in set_system_error()
182 tr_error* my_error = NULL; in create_path()
256 bool tr_sys_path_exists(char const* path, tr_error** error) in tr_sys_path_exists()
327 char* tr_sys_path_resolve(char const* path, tr_error** error) in tr_sys_path_resolve()
373 char* tr_sys_path_basename(char const* path, tr_error** error) in tr_sys_path_basename()
397 char* tr_sys_path_dirname(char const* path, tr_error** error) in tr_sys_path_dirname()
433 bool tr_sys_path_remove(char const* path, tr_error** error) in tr_sys_path_remove()
637 tr_error** error) in tr_sys_file_read_at()
713 tr_error** error) in tr_sys_file_write_at()
1069 char* tr_sys_dir_get_current(tr_error** error) in tr_sys_dir_get_current()
[all …]
/dports/net-p2p/transmission-daemon/transmission-3.00/libtransmission/
H A Dfile.h23 struct tr_error;
172 bool tr_sys_path_exists(char const* path, struct tr_error** error);
212 char* tr_sys_path_resolve(char const* path, struct tr_error** error);
240 char* tr_sys_path_dirname(char const* path, struct tr_error** error);
267 bool tr_sys_path_remove(char const* path, struct tr_error** error);
361 struct tr_error** error);
394 struct tr_error** error);
410 struct tr_error** error);
428 struct tr_error** error);
465 struct tr_error** error);
[all …]
H A Derror.h26 typedef struct tr_error struct
33 tr_error; argument
43 tr_error* tr_error_new_literal(int code, char const* message);
54 tr_error* tr_error_new_valist(int code, char const* message_format, va_list args) TR_GNUC_PRINTF(2,…
61 void tr_error_free(tr_error* error);
73 void tr_error_set(tr_error** error, int code, char const* message_format, ...) TR_GNUC_PRINTF(3, 4);
84 void tr_error_set_literal(tr_error** error, int code, char const* message);
96 void tr_error_propagate(tr_error** new_error, tr_error** old_error);
106 void tr_error_clear(tr_error** error);
118 void tr_error_prefix(tr_error** error, char const* prefix_format, ...) TR_GNUC_PRINTF(2, 3);
[all …]
H A Derror.c14 tr_error* tr_error_new_literal(int code, char const* message) in tr_error_new_literal()
18 tr_error* error = tr_new(tr_error, 1); in tr_error_new_literal()
25 tr_error* tr_error_new_valist(int code, char const* message_format, va_list args) in tr_error_new_valist()
29 tr_error* error = tr_new(tr_error, 1); in tr_error_new_valist()
36 void tr_error_free(tr_error* error) in tr_error_free()
47 void tr_error_set(tr_error** error, int code, char const* message_format, ...) in tr_error_set()
65 void tr_error_set_literal(tr_error** error, int code, char const* message) in tr_error_set_literal()
79 void tr_error_propagate(tr_error** new_error, tr_error** old_error) in tr_error_propagate()
97 void tr_error_clear(tr_error** error) in tr_error_clear()
126 void tr_error_prefix(tr_error** error, char const* prefix_format, ...) in tr_error_prefix()
[all …]
H A Dfile-posix.c74 static void set_system_error(tr_error** error, int code) in set_system_error()
182 tr_error* my_error = NULL; in create_path()
256 bool tr_sys_path_exists(char const* path, tr_error** error) in tr_sys_path_exists()
327 char* tr_sys_path_resolve(char const* path, tr_error** error) in tr_sys_path_resolve()
373 char* tr_sys_path_basename(char const* path, tr_error** error) in tr_sys_path_basename()
397 char* tr_sys_path_dirname(char const* path, tr_error** error) in tr_sys_path_dirname()
433 bool tr_sys_path_remove(char const* path, tr_error** error) in tr_sys_path_remove()
637 tr_error** error) in tr_sys_file_read_at()
713 tr_error** error) in tr_sys_file_write_at()
1069 char* tr_sys_dir_get_current(tr_error** error) in tr_sys_dir_get_current()
[all …]
/dports/www/transmission-web/transmission-3.00/libtransmission/
H A Dfile.h23 struct tr_error;
172 bool tr_sys_path_exists(char const* path, struct tr_error** error);
212 char* tr_sys_path_resolve(char const* path, struct tr_error** error);
240 char* tr_sys_path_dirname(char const* path, struct tr_error** error);
267 bool tr_sys_path_remove(char const* path, struct tr_error** error);
361 struct tr_error** error);
394 struct tr_error** error);
410 struct tr_error** error);
428 struct tr_error** error);
465 struct tr_error** error);
[all …]
H A Derror.h26 typedef struct tr_error struct
33 tr_error; typedef
43 tr_error* tr_error_new_literal(int code, char const* message);
54 tr_error* tr_error_new_valist(int code, char const* message_format, va_list args) TR_GNUC_PRINTF(2,…
61 void tr_error_free(tr_error* error);
73 void tr_error_set(tr_error** error, int code, char const* message_format, ...) TR_GNUC_PRINTF(3, 4);
84 void tr_error_set_literal(tr_error** error, int code, char const* message);
96 void tr_error_propagate(tr_error** new_error, tr_error** old_error);
106 void tr_error_clear(tr_error** error);
118 void tr_error_prefix(tr_error** error, char const* prefix_format, ...) TR_GNUC_PRINTF(2, 3);
[all …]
H A Derror.c14 tr_error* tr_error_new_literal(int code, char const* message) in tr_error_new_literal()
18 tr_error* error = tr_new(tr_error, 1); in tr_error_new_literal()
25 tr_error* tr_error_new_valist(int code, char const* message_format, va_list args) in tr_error_new_valist()
29 tr_error* error = tr_new(tr_error, 1); in tr_error_new_valist()
36 void tr_error_free(tr_error* error) in tr_error_free()
47 void tr_error_set(tr_error** error, int code, char const* message_format, ...) in tr_error_set()
65 void tr_error_set_literal(tr_error** error, int code, char const* message) in tr_error_set_literal()
79 void tr_error_propagate(tr_error** new_error, tr_error** old_error) in tr_error_propagate()
97 void tr_error_clear(tr_error** error) in tr_error_clear()
126 void tr_error_prefix(tr_error** error, char const* prefix_format, ...) in tr_error_prefix()
[all …]
H A Dfile-posix.c74 static void set_system_error(tr_error** error, int code) in set_system_error()
182 tr_error* my_error = NULL; in create_path()
256 bool tr_sys_path_exists(char const* path, tr_error** error) in tr_sys_path_exists()
327 char* tr_sys_path_resolve(char const* path, tr_error** error) in tr_sys_path_resolve()
373 char* tr_sys_path_basename(char const* path, tr_error** error) in tr_sys_path_basename()
397 char* tr_sys_path_dirname(char const* path, tr_error** error) in tr_sys_path_dirname()
433 bool tr_sys_path_remove(char const* path, tr_error** error) in tr_sys_path_remove()
637 tr_error** error) in tr_sys_file_read_at()
713 tr_error** error) in tr_sys_file_write_at()
1069 char* tr_sys_dir_get_current(tr_error** error) in tr_sys_dir_get_current()
[all …]

12345678910