Home
last modified time | relevance | path

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

/redis-3.2.3/deps/hiredis/
H A Dsdsalloc.h41 #define s_realloc zrealloc
H A Dzmalloc.h8 #define zrealloc realloc macro
/redis-3.2.3/src/
H A Dsdsalloc.h41 #define s_realloc zrealloc
H A Dzmalloc.h70 void *zrealloc(void *ptr, size_t size);
H A Dae_epoll.c61 state->events = zrealloc(state->events, sizeof(struct epoll_event)*setsize); in aeApiResize()
H A Dae_kqueue.c63 state->events = zrealloc(state->events, sizeof(struct kevent)*setsize); in aeApiResize()
H A Dae.c113 eventLoop->events = zrealloc(eventLoop->events,sizeof(aeFileEvent)*setsize); in aeResizeSetSize()
114 eventLoop->fired = zrealloc(eventLoop->fired,sizeof(aeFiredEvent)*setsize); in aeResizeSetSize()
H A Dsparkline.c73 seq->samples = zrealloc(seq->samples,sizeof(struct sample)*(seq->length+1)); in sparklineSequenceAddSample()
H A Dzmalloc.c152 void *zrealloc(void *ptr, size_t size) { in zrealloc() function
H A Dmulti.c60 c->mstate.commands = zrealloc(c->mstate.commands, in queueMultiCommand()
H A Dzipmap.c203 zm = zrealloc(zm, len); in zipmapResize()
H A Dredis-cli.c289 helpEntries = zrealloc(helpEntries,sizeof(helpEntry)*helpEntriesLen); in cliIntegrateHelp()
1361 argv = zrealloc(argv, (argc+1)*sizeof(char*)); in noninteractive()
2109 types = zrealloc(types, sizeof(int)*keys->elements); in findBigKeys()
2110 sizes = zrealloc(sizes, sizeof(unsigned long long)*keys->elements); in findBigKeys()
H A Dintset.c107 is = zrealloc(is,sizeof(intset)+size); in intsetResize()
H A Dziplist.c438 zl = zrealloc(zl,len); in ziplistResize()
741 target = zrealloc(target, zlbytes); in ziplistMerge()
H A Dgeo.c67 ga->array = zrealloc(ga->array,sizeof(geoPoint)*ga->buckets); in geoArrayAppend()
H A Dredis-benchmark.c397 c->randptr = zrealloc(c->randptr,sizeof(char*)*c->randlen*2); in createClient()
H A Dconfig.c144 … server.saveparams = zrealloc(server.saveparams,sizeof(struct saveparam)*(server.saveparamslen+1)); in appendServerSaveParams()
1294 state->lines = zrealloc(state->lines, sizeof(char*) * (state->numlines+1));
H A Dbitops.c969 ops = zrealloc(ops,sizeof(*ops)*(numops+1)); in bitfieldCommand()
H A Dcluster.c802 master->slaves = zrealloc(master->slaves, in clusterNodeAddSlave()
4707 ov = zrealloc(ov,sizeof(robj*)*num_keys); in migrateCommand()
4708 kv = zrealloc(kv,sizeof(robj*)*num_keys); in migrateCommand()
H A Drdb.c1505 ok_slaves = zrealloc(ok_slaves,sizeof(uint64_t)+readlen); in backgroundSaveDoneHandlerSocket()
H A Dnetworking.c1695 c->argv = zrealloc(c->argv,sizeof(robj*)*(i+1)); in rewriteClientCommandArgument()
H A Dsentinel.c1477 slaves = zrealloc(slaves,sizeof(sentinelAddr*)*(numslaves+1)); in sentinelResetMasterAndChangeAddress()
1487 slaves = zrealloc(slaves,sizeof(sentinelAddr*)*(numslaves+1)); in sentinelResetMasterAndChangeAddress()
H A Dscripting.c385 argv = zrealloc(argv,sizeof(robj*)*argc); in luaRedisGenericCommand()
H A Dquicklist.c197 lzf = zrealloc(lzf, sizeof(*lzf) + lzf->sz); in __quicklistCompressNode()
H A Dserver.c2056 oa->ops = zrealloc(oa->ops,sizeof(redisOp)*(oa->numops+1)); in redisOpArrayAppend()