Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c2404 int *existsptr; in RM_HashGet() local
2417 existsptr = va_arg(ap,int*); in RM_HashGet()
2419 *existsptr = hashTypeExists(key->value,field->ptr); in RM_HashGet()
2421 *existsptr = 0; in RM_HashGet()