Home
last modified time | relevance | path

Searched refs:QUERY_INPUT_STRING (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Dredisearch_api.c338 #define QUERY_INPUT_STRING 1 macro
362 if (input->qtype == QUERY_INPUT_STRING) { in handleIterCommon()
409 QueryInput input = {.qtype = QUERY_INPUT_STRING, .u = {.s = {s, .n = n}}}; in RediSearch_IterateQuery()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Dredisearch_api.c419 #define QUERY_INPUT_STRING 1 macro
443 if (input->qtype == QUERY_INPUT_STRING) { in handleIterCommon()
490 QueryInput input = {.qtype = QUERY_INPUT_STRING, .u = {.s = {.qs = s, .n = n}}}; in RediSearch_IterateQuery()
/dports/textproc/redisearch/RediSearch-2.2.5/src/
H A Dredisearch_api.c430 #define QUERY_INPUT_STRING 1 macro
454 if (input->qtype == QUERY_INPUT_STRING) { in handleIterCommon()
501 QueryInput input = {.qtype = QUERY_INPUT_STRING, .u = {.s = {.qs = s, .n = n}}}; in RediSearch_IterateQuery()