Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c459 static helpEntry *helpEntries; variable
483 helpEntries = zmalloc(sizeof(helpEntry)*len); in cliInitHelp()
492 helpEntries[pos++] = tmp; in cliInitHelp()
500 helpEntries[pos++] = tmp; in cliInitHelp()
527 helpEntry *he = helpEntries+i; in cliIntegrateHelp()
534 helpEntries = zrealloc(helpEntries,sizeof(helpEntry)*helpEntriesLen); in cliIntegrateHelp()
535 helpEntry *new = helpEntries+(helpEntriesLen-1); in cliIntegrateHelp()
616 entry = &helpEntries[i]; in cliOutputHelp()
656 if (!(helpEntries[i].type & mask)) continue; in completionCallback()
661 tmp = sdscat(tmp,helpEntries[i].full); in completionCallback()
[all …]