yumapro
24.10-2
YumaPro SDK
|
General YANG module data structures. More...
Functions | |
ncx_filptr_t * | ncx_new_filptr (void) |
Get a new ncx_filptr_t struct. More... | |
void | ncx_free_filptr (ncx_filptr_t *filptr) |
Free a new ncx_filptr_t struct or add to the cache if room. More... | |
ncx_revhist_t * | ncx_new_revhist (void) |
Create a revision history entry. More... | |
void | ncx_free_revhist (ncx_revhist_t *revhist) |
Free a revision history entry. More... | |
ncx_revhist_t * | ncx_find_revhist (const ncx_module_t *mod, const xmlChar *ver) |
Search the revhistQ for a specified revision. More... | |
General YANG module data structures.
Filter pointer are used for NETCONF get and get-config messages. Revision history records are only used in the YANG compiler.
ncx_revhist_t * ncx_find_revhist | ( | const ncx_module_t * | mod, |
const xmlChar * | ver | ||
) |
Search the revhistQ for a specified revision.
mod | module to search (mod->importQ) |
ver | version string to find |
void ncx_free_filptr | ( | ncx_filptr_t * | filptr | ) |
Free a new ncx_filptr_t struct or add to the cache if room.
filptr | struct to free |
void ncx_free_revhist | ( | ncx_revhist_t * | revhist | ) |
Free a revision history entry.
revhist | ncx_revhist_t data structure to free |
ncx_filptr_t * ncx_new_filptr | ( | void | ) |
Get a new ncx_filptr_t struct.
ncx_revhist_t * ncx_new_revhist | ( | void | ) |
Create a revision history entry.