Searched refs:raxNotFound (Results 1 – 6 of 6) sorted by relevance
189 extern void *raxNotFound;
969 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()
48 void *raxNotFound = (void*)"rax-not-found-pointer"; variable923 return raxNotFound; in raxFind()
4356 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()
974 return (c == raxNotFound) ? NULL : c; in lookupClientByID()
1740 if (nack == raxNotFound) in rdbLoadObject()