xapian-core  2.0.0
Classes | Typedefs | Functions
api.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SN_env
 

Typedefs

typedef unsigned char symbol
 

Functions

struct SN_envSN_new_env (int alloc_size)
 
void SN_delete_env (struct SN_env *z)
 
int SN_set_current (struct SN_env *z, int size, const symbol *s)
 

Typedef Documentation

◆ symbol

typedef unsigned char symbol

Definition at line 4 of file api.h.

Function Documentation

◆ SN_delete_env()

void SN_delete_env ( struct SN_env z)

◆ SN_new_env()

struct SN_env* SN_new_env ( int  alloc_size)

◆ SN_set_current()

int SN_set_current ( struct SN_env z,
int  size,
const symbol s 
)