ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Functions | Variables
local.c File Reference
#include "abti.h"
Include dependency graph for local.c:

Go to the source code of this file.

Functions

static ABTI_local * local_get_local_internal (void)
 
static void local_set_xstream_internal (ABTI_xstream *p_local_xstream)
 
static void * local_get_local_ptr_internal (void)
 

Variables

ABTI_local_func gp_ABTI_local_func
 
ABTD_XSTREAM_LOCAL ABTI_local * lp_ABTI_local = NULL
 

Function Documentation

◆ local_get_local_internal()

static ABTI_local* local_get_local_internal ( void  )
static

Definition at line 8 of file local.c.

◆ local_get_local_ptr_internal()

static void* local_get_local_ptr_internal ( void  )
static

Definition at line 18 of file local.c.

◆ local_set_xstream_internal()

static void local_set_xstream_internal ( ABTI_xstream *  p_local_xstream)
static

Definition at line 13 of file local.c.

Variable Documentation

◆ gp_ABTI_local_func

ABTI_local_func gp_ABTI_local_func
Initial value:

Definition at line 23 of file local.c.

◆ lp_ABTI_local

ABTD_XSTREAM_LOCAL ABTI_local* lp_ABTI_local = NULL

Definition at line 29 of file local.c.

Referenced by local_get_local_internal(), and local_get_local_ptr_internal().

local_set_xstream_internal
static void local_set_xstream_internal(ABTI_xstream *p_local_xstream)
Definition: local.c:13
local_get_local_internal
static ABTI_local * local_get_local_internal(void)
Definition: local.c:8
local_get_local_ptr_internal
static void * local_get_local_ptr_internal(void)
Definition: local.c:18