Home
last modified time | relevance | path

Searched refs:FilterCode (Results 1 – 17 of 17) sorted by relevance

/dports/textproc/redisearch16/RediSearch-1.6.16/src/trie/
H A Dtrie.h135 typedef enum { F_CONTINUE = 0, F_STOP = 1 } FilterCode; typedef
141 typedef FilterCode (*StepFilter)(rune b, void *ctx, int *match, void *matchCtx);
H A Dlevenshtein.h87 FilterCode FilterFunc(rune b, void *ctx, int *matched, void *matchCtx);
H A Dlevenshtein.c223 FilterCode FilterFunc(rune b, void *ctx, int *matched, void *matchCtx) { in FilterFunc()
H A Dtrie.c447 FilterCode rc = it->filter(b, it->ctx, &matched, matchCtx); in __ti_step()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/trie/
H A Dtrie.h135 typedef enum { F_CONTINUE = 0, F_STOP = 1 } FilterCode; typedef
141 typedef FilterCode (*StepFilter)(rune b, void *ctx, int *match, void *matchCtx);
H A Dlevenshtein.h87 FilterCode FilterFunc(rune b, void *ctx, int *matched, void *matchCtx);
H A Dlevenshtein.c223 FilterCode FilterFunc(rune b, void *ctx, int *matched, void *matchCtx) { in FilterFunc()
H A Dtrie.c447 FilterCode rc = it->filter(b, it->ctx, &matched, matchCtx); in __ti_step()
/dports/textproc/redisearch/RediSearch-2.2.5/src/trie/
H A Dtrie.h135 typedef enum { F_CONTINUE = 0, F_STOP = 1 } FilterCode; typedef
141 typedef FilterCode (*StepFilter)(rune b, void *ctx, int *match, void *matchCtx);
H A Dlevenshtein.h87 FilterCode FilterFunc(rune b, void *ctx, int *matched, void *matchCtx);
H A Dlevenshtein.c223 FilterCode FilterFunc(rune b, void *ctx, int *matched, void *matchCtx) { in FilterFunc()
H A Dtrie.c447 FilterCode rc = it->filter(b, it->ctx, &matched, matchCtx); in __ti_step()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/Tools/FontConv/
H A DLFntConvDlg.h498 bool FilterCode( wchar_t code ) in FilterCode() function
702 if ( FilterCode( i ) && glyph.Init(m_drawdc.m_hDC, i) ) in Convert()
716 if ( FilterCode( i ) && glyph.Init(m_drawdc.m_hDC, i) ) in Convert()
/dports/textproc/redisearch/RediSearch-2.2.5/tests/ctests/
H A Dtest_trie.c17 FilterCode stepFilter(unsigned char b, void *ctx, int *matched, void *matchCtx) { in stepFilter()
/dports/textproc/redisearch20/RediSearch-2.0.15/tests/ctests/
H A Dtest_trie.c17 FilterCode stepFilter(unsigned char b, void *ctx, int *matched, void *matchCtx) { in stepFilter()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/tests/
H A Dtest_trie.c17 FilterCode stepFilter(unsigned char b, void *ctx, int *matched, void *matchCtx) { in stepFilter()
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_songs.pm1581 sub FilterCode subroutine
4928 $func.= Songs::FilterCode($field,$cmd,$pat,$inv);
4982 { my $c=Songs::FilterCode($field,$cmd,$pat,$inv);