pazpar2  1.14.1
Data Fields
show_raw Struct Reference

Data Fields

int active
 
int position
 
int binary
 
char * syntax
 
char * esn
 
char * nativesyntax
 
void(* error_handler )(void *data, const char *addinfo)
 
void(* record_handler )(void *data, const char *buf, size_t sz)
 
void * data
 
struct show_rawnext
 

Detailed Description

Definition at line 139 of file client.c.

Field Documentation

◆ active

int show_raw::active

◆ binary

int show_raw::binary

Definition at line 142 of file client.c.

Referenced by client_show_raw_begin().

◆ data

void* show_raw::data

◆ error_handler

void(* show_raw::error_handler) (void *data, const char *addinfo)

Definition at line 146 of file client.c.

Referenced by client_show_raw_begin(), and client_show_raw_error().

◆ esn

char* show_raw::esn

◆ nativesyntax

char* show_raw::nativesyntax

Definition at line 145 of file client.c.

Referenced by client_show_raw_begin(), client_show_raw_delete(), and ingest_raw_record().

◆ next

struct show_raw* show_raw::next

◆ position

int show_raw::position

◆ record_handler

void(* show_raw::record_handler) (void *data, const char *buf, size_t sz)

Definition at line 147 of file client.c.

Referenced by client_show_raw_begin(), and ingest_raw_record().

◆ syntax

char* show_raw::syntax

The documentation for this struct was generated from the following file: