
Data Fields | |
| struct ast_trans_pvt * | next |
| struct timeval | nextin |
| struct timeval | nextout |
| struct ast_translator_pvt * | state |
| struct ast_translator * | step |
Definition at line 73 of file translate.c.
struct ast_trans_pvt* next [read] |
Definition at line 76 of file translate.c.
Referenced by ast_translator_build_path(), and ast_translator_free_path().
struct timeval nextin [read] |
Definition at line 77 of file translate.c.
Referenced by ast_translate(), and ast_translator_build_path().
struct timeval nextout [read] |
struct ast_translator_pvt* state [read] |
struct ast_translator* step [read] |
Definition at line 74 of file translate.c.
Referenced by ast_translate(), ast_translator_build_path(), and ast_translator_free_path().
1.5.6