Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.h189 extern void *raxNotFound;
H A Dt_stream.c969 serverAssert(nack != raxNotFound); in streamReplyWithRange()
1623 if (raxFind(s->cgroups,(unsigned char*)name,namelen) != raxNotFound) in streamCreateCG()
1647 return (cg == raxNotFound) ? NULL : cg; in streamLookupCG()
1657 if (consumer == raxNotFound) { in streamLookupConsumer()
1902 if (nack != raxNotFound) { in xackCommand()
2243 if (force && nack == raxNotFound) { in xclaimCommand()
2260 if (nack != raxNotFound) { in xclaimCommand()
H A Drax.c48 void *raxNotFound = (void*)"rax-not-found-pointer"; variable
923 return raxNotFound; in raxFind()
H A Dmodule.c4356 if (raxFind(Timers, (unsigned char*)&key,sizeof(key)) == raxNotFound) { in RM_CreateTimer()
4395 if (timer == raxNotFound || timer->module != ctx->module) in RM_StopTimer()
4411 if (timer == raxNotFound || timer->module != ctx->module) in RM_GetTimerInfo()
4497 if (nokey) *nokey = (res == raxNotFound); in RM_DictGetC()
4498 return (res == raxNotFound) ? NULL : res; in RM_DictGetC()
H A Dnetworking.c974 return (c == raxNotFound) ? NULL : c; in lookupClientByID()
H A Drdb.c1740 if (nack == raxNotFound) in rdbLoadObject()