YAZ  5.34.0
Data Fields
scan_entry Struct Reference

Information for scan entry. More...

#include <backend.h>

Data Fields

char * term
 
Odr_int occurrences
 
int errcode
 
char * errstring
 
char * display_term
 

Detailed Description

Information for scan entry.

Definition at line 119 of file backend.h.

Field Documentation

◆ display_term

char* scan_entry::display_term

Definition at line 124 of file backend.h.

Referenced by process_scanRequest(), and srw_bend_scan().

◆ errcode

int scan_entry::errcode

Bib-1 diagnostic; only when occur = -1 (output)

Definition at line 122 of file backend.h.

Referenced by process_scanRequest(), srw_bend_scan(), and ztest_scan().

◆ errstring

char* scan_entry::errstring

Additional string (output)

Definition at line 123 of file backend.h.

Referenced by process_scanRequest(), srw_bend_scan(), and ztest_scan().

◆ occurrences

Odr_int scan_entry::occurrences

>=hits or -1 if error (output)

Definition at line 121 of file backend.h.

Referenced by process_scanRequest(), srw_bend_scan(), and ztest_scan().

◆ term

char* scan_entry::term

the returned scan term (output)

Definition at line 120 of file backend.h.

Referenced by process_scanRequest(), srw_bend_scan(), and ztest_scan().


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