MCPcopy Create free account

hub / github.com/antirez/disque / functions

Functions1,943 in github.com/antirez/disque

↓ 3 callersFunctionarena_bin_index
deps/jemalloc/include/jemalloc/internal/arena.h:987
↓ 3 callersFunctionarena_chunk_alloc
deps/jemalloc/src/arena.c:701
↓ 3 callersFunctionarena_chunk_dirty_npages
deps/jemalloc/src/arena.c:261
↓ 3 callersFunctionarena_huge_ralloc_stats_update
deps/jemalloc/src/arena.c:832
↓ 3 callersFunctionarena_init
deps/jemalloc/src/jemalloc.c:420
↓ 3 callersFunctionarena_malloc
deps/jemalloc/include/jemalloc/internal/arena.h:1160
↓ 3 callersFunctionarena_mapbits_small_runind_get
deps/jemalloc/include/jemalloc/internal/arena.h:696
↓ 3 callersFunctionarena_mapbitsp_read
deps/jemalloc/include/jemalloc/internal/arena.h:645
↓ 3 callersFunctionarena_maybe_purge
deps/jemalloc/src/arena.c:1207
↓ 3 callersFunctionatomic_add_z
/ size_t operations. */
deps/jemalloc/include/jemalloc/internal/atomic.h:553
↓ 3 callersFunctionatomic_sub_z
deps/jemalloc/include/jemalloc/internal/atomic.h:564
↓ 3 callersFunctionatomic_write_uint32
deps/jemalloc/include/jemalloc/internal/atomic.h:341
↓ 3 callersFunctionatomic_write_uint64
deps/jemalloc/include/jemalloc/internal/atomic.h:117
↓ 3 callersFunctionbulklen
Helper that calculates the bulk length given a certain string length. */
deps/hiredis/hiredis.c:682
↓ 3 callersFunctionchunk_alloc_wrapper
deps/jemalloc/src/chunk.c:450
↓ 3 callersFunctionchunk_dalloc_arena
deps/jemalloc/src/chunk.c:573
↓ 3 callersFunctionchunk_dalloc_wrapper
deps/jemalloc/src/chunk.c:608
↓ 3 callersFunctionchunk_dss_sbrk
deps/jemalloc/src/chunk_dss.c:31
↓ 3 callersFunctionckh_iter
deps/jemalloc/src/ckh.c:438
↓ 3 callersFunctionckh_try_bucket_insert
deps/jemalloc/src/ckh.c:91
↓ 3 callersFunctioncliVersion
src/disque-cli.c:161
↓ 3 callersFunctionclusterBroadcastMessage
Send a message to all the nodes in the specified dictionary of nodes, that * are part of the cluster and have a connected link. * * It is guarantee
src/cluster.c:1623
↓ 3 callersFunctionclusterSendSetAck
Force the receiver to acknowledge the job as delivered. */
src/cluster.c:1993
↓ 3 callersFunctionclusterStartHandshake
Start an handshake with the specified address if there is not one * already in progress. Returns non-zero if the handshake was actually * started. O
src/cluster.c:877
↓ 3 callersFunctionclusterUpdateState
src/cluster.c:2320
↓ 3 callersFunctionconfigEnumGetNameOrUnknown
Wrapper for configEnumGetName() returning "unknown" insetad of NULL if * there is no match. */
src/config.c:109
↓ 3 callersFunctioncreateEmbeddedStringObject
Create a string object with encoding OBJ_ENCODING_EMBSTR, that is * an object where the sds string is actually an unmodifiable string * allocated in
src/object.c:58
↓ 3 callersFunctionctl_init
deps/jemalloc/src/ctl.c:742
↓ 3 callersFunctiondeserializeJob
Deserialize a job serialized with serializeJob. Note that this only * deserializes the first job even if the input buffer contains multiple * jobs,
src/job.c:764
↓ 3 callersFunctiondictExpand
Expand or create the hash table */
src/dict.c:204
↓ 3 callersFunctiondigits10
Return the number of digits of 'v' when converted to string in radix 10. * See ll2string() for more information. */
src/util.c:221
↓ 3 callersFunctiondisableRawMode
deps/linenoise/linenoise.c:250
↓ 3 callersFunctionflushServerData
Remove all the server state: jobs, queues, and everything else to start * like a fresh instance just rebooted. */
src/server.c:548
↓ 3 callersFunctionfunc1
* This function represents a function used in the initialization * by init_by_array * @param x 32-bit integer * @return 32-bit integer */
deps/jemalloc/test/src/SFMT.c:366
↓ 3 callersFunctiongetClientPeerId
This function returns the client peer id, by creating and caching it * if client->peerid is NULL, otherwise returning the cached value. * The Peer I
src/networking.c:1225
↓ 3 callersFunctiongetInstantaneousMetric
Return the mean of all the samples. */
src/server.c:598
↓ 3 callersFunctiongetTimeoutFromObjectOrReply
Get a timeout value from an object and store it into 'timeout'. * The final timeout is always stored as milliseconds as a time where the * timeout w
src/blocked.c:76
↓ 3 callersFunctionget_nsizes_impl
deps/jemalloc/test/integration/xallocx.c:49
↓ 3 callersFunctionget_size_impl
deps/jemalloc/test/integration/xallocx.c:85
↓ 3 callersFunctionhandleLinkIOError
This function is called when we detect the link with this node is lost. We set the node as no longer connected. The Cluster Cron will detect thi
src/cluster.c:1508
↓ 3 callersFunctionhash
/ API. */
deps/jemalloc/include/jemalloc/internal/hash.h:321
↓ 3 callersFunctionhash_variant_verify
deps/jemalloc/test/unit/hash.c:62
↓ 3 callersFunctionhash_x64_128
deps/jemalloc/include/jemalloc/internal/hash.h:241
↓ 3 callersFunctionhash_x86_128
deps/jemalloc/include/jemalloc/internal/hash.h:139
↓ 3 callersFunctionhuge_malloc
deps/jemalloc/src/huge.c:33
↓ 3 callersFunctionhuge_palloc
deps/jemalloc/src/huge.c:48
↓ 3 callersFunctionifree
deps/jemalloc/src/jemalloc.c:1727
↓ 3 callersFunctionintlen
Calculate the number of bytes needed to represent an integer as string. */
deps/hiredis/hiredis.c:668
↓ 3 callersFunctionixallocx_helper
deps/jemalloc/src/jemalloc.c:2227
↓ 3 callersFunctionjemalloc_ffsl
deps/jemalloc/include/jemalloc/internal/util.h:181
↓ 3 callersFunctionlinenoiseAddCompletion
This function is used by the callback function registered by the user * in order to add completion options given the input string when the * user ty
deps/linenoise/linenoise.c:414
↓ 3 callersFunctionlinenoiseEditMoveHome
Move cursor to the start of the line. */
deps/linenoise/linenoise.c:637
↓ 3 callersFunctionlookupCommand
src/server.c:1468
↓ 3 callersFunctionmemtest_compare_times
src/memtest.c:198
↓ 3 callersFunctionpages_map
deps/jemalloc/src/pages.c:6
↓ 3 callersFunctionprepareForShutdown
Performs the operations needed to shutdown correctly the server, including * additional operations as specified by 'flags'. */
src/server.c:1661
↓ 3 callersFunctionprof_dump_flush
deps/jemalloc/src/prof.c:952
↓ 3 callersFunctionprof_enter
deps/jemalloc/src/prof.c:268
↓ 3 callersFunctionprof_open_maps
deps/jemalloc/src/prof.c:1362
↓ 3 callersFunctionprof_realloc
deps/jemalloc/include/jemalloc/internal/prof.h:495
↓ 3 callersFunctionprof_sample_threshold_update
deps/jemalloc/src/prof.c:826
↓ 3 callersFunctionpt_gamma
* Given a value p in [0..1] and Gamma distribution shape and scale parameters, * compute the upper limit on the definite integral from [0..z] that sa
deps/jemalloc/test/include/test/math.h:305
↓ 3 callersFunctionreadLongLong
Read a long long value starting at *s, under the assumption that it will be * terminated by \r\n. Ambiguously returns -1 for unexpected input. */
deps/hiredis/hiredis.c:288
↓ 3 callersFunctionredisAsyncInitialize
deps/hiredis/async.c:105
↓ 3 callersFunctionredisConnectWithTimeout
deps/hiredis/hiredis.c:1035
↓ 3 callersFunctionredisContextConnectTcp
deps/hiredis/net.c:345
↓ 3 callersFunctionredisContextConnectUnix
deps/hiredis/net.c:356
↓ 3 callersFunctionredisvFormatCommand
deps/hiredis/hiredis.c:686
↓ 3 callersFunctionrewriteConfig
Rewrite the configuration file at "path". * If the configuration file already exists, we try at best to retain comments * and overall structure. *
src/config.c:1308
↓ 3 callersFunctionrewriteConfigEnumOption
Rewrite an enumeration option. It takes as usually state and option name, * and in addition the enumeration array and the default value for the * op
src/config.c:1099
↓ 3 callersFunctionrewriteConfigFormatMemory
Write the long long 'bytes' value as a string in a way that is parsable * inside disque.conf. If possible uses the GB, MB, KB notation. */
src/config.c:1022
↓ 3 callersFunctionsdsReqType
src/sds.c:57
↓ 3 callersFunctionsdsReqType
deps/hiredis/sds.c:57
↓ 3 callersFunctionsdscatvprintf
Like sdscatprintf() but gets va_list instead of being variadic. */
src/sds.c:501
↓ 3 callersFunctionsdscmp
Compare two sds strings s1 and s2 with memcmp(). * * Return value: * * positive if s1 > s2. * negative if s1 < s2. * 0 if s1 and s2
src/sds.c:767
↓ 3 callersFunctionsdscmp
Compare two sds strings s1 and s2 with memcmp(). * * Return value: * * positive if s1 > s2. * negative if s1 < s2. * 0 if s1 and s2
deps/hiredis/sds.c:767
↓ 3 callersFunctionsdscpy
Like sdscpylen() but 't' must be a null-termined string so that the length * of the string is obtained with strlen(). */
src/sds.c:418
↓ 3 callersFunctionsdstrim
Remove the part of the string from left and from right composed just of * contiguous characters found in 'cset', that is a null terminted C string.
deps/hiredis/sds.c:683
↓ 3 callersFunctionsetJobAssociatedValue
We use the server.jobs hash table in a space efficient way by storing the * job only at 'key' pointer, so the 'value' pointer is free to be used * f
src/job.c:327
↓ 3 callersFunctionskiplistCreate
Create a new skip list with the specified function used in order to * compare elements. The function return value is the same as strcmp(). */
src/skiplist.c:67
↓ 3 callersFunctionskiplistPopHead
If the skip list is empty, NULL is returned, otherwise the element * at head is removed and its pointed object returned. */
src/skiplist.c:243
↓ 3 callersFunctionspt_min
src/setproctitle.c:70
↓ 3 callersFunctionstats_cactive_sub
deps/jemalloc/include/jemalloc/internal/stats.h:174
↓ 3 callersFunctiontcache_alloc_easy
deps/jemalloc/include/jemalloc/internal/tcache.h:249
↓ 3 callersFunctiontcache_bin_flush_large
deps/jemalloc/src/tcache.c:168
↓ 3 callersFunctiontcache_bin_flush_small
deps/jemalloc/src/tcache.c:88
↓ 3 callersFunctiontcache_create
deps/jemalloc/src/tcache.c:312
↓ 3 callersFunctiontest_blocking_connection
deps/hiredis/test.c:346
↓ 3 callersFunctiontest_empty_list
deps/jemalloc/test/unit/ql.c:14
↓ 3 callersFunctiontest_junk
deps/jemalloc/test/unit/junk.c:69
↓ 3 callersFunctiontest_skip
deps/jemalloc/test/src/test.c:9
↓ 3 callersFunctiontest_zero
deps/jemalloc/test/unit/zero.c:8
↓ 3 callersFunctiontrackInstantaneousMetric
Add a sample to the operations per second array of samples. */
src/server.c:581
↓ 3 callersFunctiontryJobGC
Try to garbage collect the job. */
src/ack.c:69
↓ 3 callersFunctionwatchdogScheduleSignal
Schedule a SIGALRM delivery after the specified period in milliseconds. * If a timer is already scheduled, this function will re-schedule it to the
src/debug.c:630
↓ 3 callersFunctionzcalloc
src/zmalloc.c:118
↓ 2 callersFunctionAOFDelJob
Emit a DELJOB command into the AOF. This function is called in the following * two cases: * * 1) As a side effect of the job being acknowledged, wh
src/job.c:943
↓ 2 callersFunctionGCQueue
src/queue.c:250
↓ 2 callersFunctionSHA1Transform
src/sha1.c:56
↓ 2 callersFunction__redisAsyncCommand
Helper function for the redisAsyncCommand* family of functions. Writes a * formatted command to the output buffer and registers the provided callback
deps/hiredis/async.c:570
← previousnext →401–500 of 1,943, ranked by callers