For internal use only.
This file contains a helper function to look up a specific node in the configuration tree.
Definition in file _tc_lookup_node.c.
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include "treeconf_int.h"
Include dependency graph for _tc_lookup_node.c:
Go to the source code of this file.
Functions | |
unsigned int | _tc_lookup_node (treeconf_ctx_t *ctx, const char *name, treeconf_node_t *node, struct result *res) |
Node look-up helper function. |
|
For internal use only.
This helper function looks up the node named by
Definition at line 55 of file _tc_lookup_node.c. References result::r_comps, result::r_count, result::r_node, result::r_startnew, tc_break(), _treeconf_node_s::tn_down, tn_name, _treeconf_node_s::tn_next, tn_type, treeconf_ctx_t, treeconf_node_t, _treeconf_str_s::ts_length, _treeconf_str_s::ts_string, and tx_config. Referenced by tc_find(), tc_get(), tc_register(), and tc_set(). |
Here is the call graph for this function: