For internal use only.
This file contains the implementation of the tc_find() function, used to look up a node in the configuration tree.
Definition in file tc_find.c.
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include "treeconf_int.h"
Include dependency graph for tc_find.c:
Go to the source code of this file.
Functions | |
unsigned int | tc_find (treeconf_ctx_t *ctx, const char *name, treeconf_node_t **node_p, treeconf_node_t *parent) |
Obtain a pointer to a given node. |