IDZEBRA  2.2.7
Data Structures | Functions
kcontrol.c File Reference
#include <assert.h>
#include "index.h"

Go to the source code of this file.

Data Structures

struct  context_control
 

Functions

static void my_inc (struct rset_key_control *kc)
 
static void my_dec (struct rset_key_control *kc)
 
struct rset_key_controlzebra_key_control_create (ZebraHandle zh)
 

Function Documentation

◆ my_dec()

static void my_dec ( struct rset_key_control kc)
static

◆ my_inc()

static void my_inc ( struct rset_key_control kc)
static

Definition at line 31 of file kcontrol.c.

References rset_key_control::context, and context_control::ref_count.

Referenced by zebra_key_control_create().

◆ zebra_key_control_create()

struct rset_key_control* zebra_key_control_create ( ZebraHandle  zh)