|
IDZEBRA 2.2.8
|
#include <stdlib.h>#include <string.h>#include <stdio.h>#include <assert.h>#include <yaz/xmalloc.h>#include <su_codec.h>Go to the source code of this file.
Functions | |
| int | key_SU_encode (int ch, char *out) |
| int | key_SU_decode (int *ch, const unsigned char *out) |
| int key_SU_decode | ( | int * | ch, |
| const unsigned char * | out | ||
| ) |
Definition at line 64 of file su_codec.c.
Referenced by add_isam_p(), print_dict_item(), and zebra_log_dict_entry().
| int key_SU_encode | ( | int | ch, |
| char * | out | ||
| ) |
Definition at line 31 of file su_codec.c.
Referenced by delete_SU_handle(), freq_term(), key_block_write(), numeric_term(), rpn_scan_norm(), search_group(), search_position(), string_term(), xpath_trunc(), zebra_mk_ord_str(), zebra_recid_to_sysno(), and zebra_record_check().