
Data Fields | |
| struct ao2_container * | formats |
| struct ao2_iterator | it |
| int | nolock |
Definition at line 42 of file format_cap.c.
| struct ao2_container* formats |
Definition at line 44 of file format_cap.c.
Referenced by ast_format_cap_add(), ast_format_cap_append(), ast_format_cap_best_byid(), ast_format_cap_copy(), ast_format_cap_destroy(), ast_format_cap_dup(), ast_format_cap_get_compatible_format(), ast_format_cap_get_type(), ast_format_cap_has_joint(), ast_format_cap_has_type(), ast_format_cap_identical(), ast_format_cap_is_empty(), ast_format_cap_iscompatible(), ast_format_cap_iter_end(), ast_format_cap_iter_start(), ast_format_cap_joint(), ast_format_cap_remove(), ast_format_cap_remove_all(), ast_format_cap_remove_byid(), ast_format_cap_remove_bytype(), ast_format_cap_to_old_bitfield(), cap_alloc_helper(), and joint_copy_helper().
| struct ao2_iterator it |
Definition at line 45 of file format_cap.c.
Referenced by ast_format_cap_iter_end(), ast_format_cap_iter_next(), and ast_format_cap_iter_start().
| int nolock |
TRUE if the formats container created without a lock.
Definition at line 47 of file format_cap.c.
Referenced by ast_format_cap_dup(), and cap_alloc_helper().