|
IDZEBRA 2.2.8
|
#include <recctrl.h>
Data Fields | |
| int | version |
| char * | name |
| void *(* | init )(Res res, RecType recType) |
| ZEBRA_RES(* | config )(void *clientData, Res res, const char *args) |
| void(* | destroy )(void *clientData) |
| int(* | extract )(void *clientData, struct recExtractCtrl *ctrl) |
| int(* | retrieve )(void *clientData, struct recRetrieveCtrl *ctrl) |
Definition at line 155 of file recctrl.h.
Referenced by recType_byName().
| int(* recType::extract) (void *clientData, struct recExtractCtrl *ctrl) |
Definition at line 157 of file recctrl.h.
Referenced by extract_snippet(), and zebra_extract_record_stream().
| char* recType::name |
Definition at line 153 of file recctrl.h.
Referenced by recType_byName(), and recTypeClass_info().
| int(* recType::retrieve) (void *clientData, struct recRetrieveCtrl *ctrl) |
Definition at line 159 of file recctrl.h.
Referenced by zebra_record_fetch().
| int recType::version |
Definition at line 152 of file recctrl.h.
Referenced by zebra_extract_file().