hl7parse
Public Attributes | List of all members
search_res_t Struct Reference

holds 0-N result items More...

#include <search.h>

Collaboration diagram for search_res_t:
Collaboration graph
[legend]

Public Attributes

char * file
 
hl7_addr_t ** addr
 
int addr_l
 
int greedy
 
unsigned char * search_term
 
int length
 
result_item_t ** items
 

Detailed Description

holds 0-N result items

Holds relevant search parameters and result items. This is used as buffer during search over various files.

Member Data Documentation

◆ addr

hl7_addr_t** search_res_t::addr

array of addresses to search

◆ addr_l

int search_res_t::addr_l

number of addresses in addr

◆ file

char* search_res_t::file

file name

◆ greedy

int search_res_t::greedy

search until first result in file (greedy==0) or keep going (greedy==1)

◆ items

result_item_t** search_res_t::items

result item array

◆ length

int search_res_t::length

number of result items?

◆ search_term

unsigned char* search_res_t::search_term

search string


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