implementation of search that does nothing. More...
#include "kb.h"
Go to the source code of this file.
Functions | |
int | srch_do_nothing_init (kb_t *kb, void *srch) |
int | srch_do_nothing_uninit (void *srch) |
int | srch_do_nothing_begin (void *srch) |
int | srch_do_nothing_end (void *srch) |
int | srch_do_nothing_decode (void *srch) |
Variables | |
struct srch_funcs_s | srch_do_nothing_funcs |
implementation of search that does nothing.
ARCHAN 20060709: An empty search structure. Only used for debugging.
int srch_do_nothing_begin | ( | void * | srch | ) |
int srch_do_nothing_decode | ( | void * | srch | ) |
int srch_do_nothing_end | ( | void * | srch | ) |
int srch_do_nothing_init | ( | kb_t * | kb, |
void * | srch | ||
) |
int srch_do_nothing_uninit | ( | void * | srch | ) |
struct srch_funcs_s srch_do_nothing_funcs |