Go to the source code of this file.
Defines | |
#define | tr_err() do { con_p_ctx(p); con_err(__VA_ARGS__); } while(0) |
#define | tr_err_if(expr) do { if( (expr) ) { con_p_ctx(p); con("%s", #expr); goto err; } } while(0) |
#define | tr_err_ifm(expr,) do { if( (expr) ) { con_p_ctx(p); con(__VA_ARGS__); goto err; } } while(0) |
Functions | |
int | translate (trans_info_t *pti) |
|
Definition at line 30 of file translat.c. |
|
Definition at line 32 of file translat.c. |
|
Definition at line 34 of file translat.c. |
|
Definition at line 230 of file translat.c. References codec_cipher_create(), codec_free(), codec_gzip_create(), codec_t, trans_info_s::comp, trans_info_s::emsg, trans_info_s::encrypt, trans_info_s::file_in, trans_info_s::file_out, GZIP_COMPRESS, io_codec_add_tail(), io_free(), io_name_get(), io_seek(), io_t, trans_info_s::key, trans_info_t, translate_opaque_to_c(), translate_script_to_c(), u_file_open(), and u_tmpfile_open(). |