Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsort.c110 if (o == NULL) goto noobj; in lookupKeyByPattern()
113 if (o->type != OBJ_HASH) goto noobj; in lookupKeyByPattern()
119 if (o->type != OBJ_STRING) goto noobj; in lookupKeyByPattern()
129 noobj: in lookupKeyByPattern()