|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | CheckasmFuncVersion |
| struct | CheckasmFunc |
| struct | CheckasmFuncTree |
Enumerations | |
| enum | CheckasmFuncState { CHECKASM_FUNC_OK, CHECKASM_FUNC_FAILED, CHECKASM_FUNC_CRASHED } |
Functions | |
| void | checkasm_func_tree_uninit (CheckasmFuncTree *tree) |
| CheckasmFunc * | checkasm_func_get (CheckasmFuncTree *tree, const char *name) |
| enum CheckasmFuncState |
| Enumerator | |
|---|---|
| CHECKASM_FUNC_OK | |
| CHECKASM_FUNC_FAILED | |
| CHECKASM_FUNC_CRASHED | |
Definition at line 35 of file function.h.
| void checkasm_func_tree_uninit | ( | CheckasmFuncTree * | tree | ) |
Definition at line 59 of file function.c.
Referenced by checkasm_list_functions(), and checkasm_run().
| CheckasmFunc* checkasm_func_get | ( | CheckasmFuncTree * | tree, |
| const char * | name | ||
| ) |
Definition at line 141 of file function.c.
Referenced by checkasm_check_key().
1.8.17