Function ion_c_sys::ion_symbol_table_open_with_type[][src]

pub unsafe extern "C" fn ion_symbol_table_open_with_type(
    p_hsymtab: *mut hSYMTAB,
    owner: hOWNER,
    type_: ION_SYMBOL_TABLE_TYPE
) -> iERR
Expand description

Allocates a new local symbol table of the given type (i.e. shared or local). @param p_hsymtab - Pointer to a handle to the newly-allocated symbol table. @param owner - Handle to the new symbol table’s memory owner. If NULL, the resulting symbol table is its own memory owner and must be freed using ion_symbol_table_close.