MCPcopy Create free account

hub / github.com/antirez/disque / functions

Functions1,943 in github.com/antirez/disque

↓ 4 callersFunctionasyncCloseClientOnOutputBufferLimitReached
Asynchronously close a client if soft or hard limit is reached on the * output buffer size. The caller can check if the client will be closed * chec
src/networking.c:1585
↓ 4 callersFunctionatomic_cas_uint32
deps/jemalloc/include/jemalloc/internal/atomic.h:325
↓ 4 callersFunctionatomic_cas_uint64
deps/jemalloc/include/jemalloc/internal/atomic.h:101
↓ 4 callersFunctionatomic_write_p
deps/jemalloc/include/jemalloc/internal/atomic.h:540
↓ 4 callersFunctionchunk_alloc_cache
deps/jemalloc/src/chunk.c:392
↓ 4 callersFunctionchunk_dalloc_cache
deps/jemalloc/src/chunk.c:558
↓ 4 callersFunctionchunk_hooks_assure_initialized
deps/jemalloc/src/chunk.c:134
↓ 4 callersFunctionchunk_in_dss
deps/jemalloc/src/chunk_dss.c:157
↓ 4 callersFunctionchunk_purge_wrapper
deps/jemalloc/src/chunk.c:660
↓ 4 callersFunctionckh_insert
deps/jemalloc/src/ckh.c:458
↓ 4 callersFunctioncliReadReply
src/disque-cli.c:513
↓ 4 callersFunctioncliRefreshPrompt
src/disque-cli.c:124
↓ 4 callersFunctionclientHasPendingReplies
Return true if the specified client has pending reply buffers to write to * the socket. */
src/networking.c:542
↓ 4 callersFunctionclusterBroadcastDelJob
Send a DELJOB message to all the nodes that may have a copy. */
src/cluster.c:1977
↓ 4 callersFunctionclusterDelNode
Remove a node from the cluster: * 1) Remove all the failure reports sent by this node. * 2) Free the node using freeClusterNode() that will remove i
src/cluster.c:671
↓ 4 callersFunctionclusterSendJobIDMessage
Helper function to send all the messages that have just a type, * a Job ID, and an optional 'aux' additional value. */
src/cluster.c:1906
↓ 4 callersFunctionclusterSendPing
Send a PING or PONG packet to the specified node, making sure to add enough * gossip informations. */
src/cluster.c:1678
↓ 4 callersFunctionclusterUpdateReachableNodes
Update server.reachable_nodes and server.reachable_nodes_count with * a list of reachable nodes (not in PFAIL state), excluding this node. * Note th
src/cluster.c:2448
↓ 4 callersFunctionconfigEnumGetValue
Get enum value from name. If there is no match INT_MIN is returned. */
src/config.c:90
↓ 4 callersFunctioncreateClusterNode
Create a new cluster node, with the specified flags. * If "nodename" is NULL this is considered a first handshake and a random * node name is assign
src/cluster.c:521
↓ 4 callersFunctioncreateReplyObject
Create a reply object */
deps/hiredis/hiredis.c:61
↓ 4 callersFunctionctl_named_node
deps/jemalloc/src/ctl.c:19
↓ 4 callersFunctiondisconnect
deps/hiredis/test.c:68
↓ 4 callersFunctionextent_node_addr_set
deps/jemalloc/include/jemalloc/internal/extent.h:153
↓ 4 callersFunctionextent_node_committed_get
deps/jemalloc/include/jemalloc/internal/extent.h:124
↓ 4 callersFunctionfill_array32
* This function generates pseudorandom 32-bit integers in the * specified array[] by one call. The number of pseudorandom integers * is specified by
deps/jemalloc/test/src/SFMT.c:551
↓ 4 callersFunctionfill_array64
* This function generates pseudorandom 64-bit integers in the * specified array[] by one call. The number of pseudorandom integers * is specified by
deps/jemalloc/test/src/SFMT.c:587
↓ 4 callersFunctionfreeFakeClientArgv
src/aof.c:545
↓ 4 callersFunctiongetClientTypeByName
src/networking.c:1526
↓ 4 callersFunctiongetQueueImportRate
src/queue.c:401
↓ 4 callersFunctiongetRandomHexChars
Generate the Disque "Run ID", a SHA1-sized random number that identifies a * given execution of Disque, so that if you are talking with an instance
src/util.c:443
↓ 4 callersFunctionimallocx_flags
deps/jemalloc/src/jemalloc.c:1964
↓ 4 callersFunctionimemalign
deps/jemalloc/src/jemalloc.c:1486
↓ 4 callersFunctioninit_by_array
* This function initializes the internal state array, * with an array of 32-bit integers used as the seeds * @param init_key the array of 32-bit int
deps/jemalloc/test/src/SFMT.c:638
↓ 4 callersFunctionjemalloc_ffs
deps/jemalloc/include/jemalloc/internal/util.h:188
↓ 4 callersFunctionlinenoiseEditHistoryNext
deps/linenoise/linenoise.c:656
↓ 4 callersFunctionlinenoiseEditMoveEnd
Move cursor to the end of the line. */
deps/linenoise/linenoise.c:645
↓ 4 callersFunctionlinenoiseHistoryAdd
This is the API call to add a new entry in the linenoise history. * It uses a fixed array of char pointers that are shifted (memmoved) * when the hi
deps/linenoise/linenoise.c:1010
↓ 4 callersFunctionlogStackContent
src/debug.c:242
↓ 4 callersFunctionmalloc_vsnprintf
deps/jemalloc/src/util.c:309
↓ 4 callersFunctionmed3
src/pqsort.c:88
↓ 4 callersFunctionmemtest_non_destructive_swap
src/memtest.c:253
↓ 4 callersFunctionmemtoll
Convert a string representing an amount of memory into the number of * bytes, so for instance memtoll("1Gi") will return 1073741824 that is * (1024*
src/util.c:178
↓ 4 callersFunctionmoveToNextTask
deps/hiredis/hiredis.c:330
↓ 4 callersFunctionneedJobsForQueue
src/queue.c:481
↓ 4 callersFunctionnode_remove
deps/jemalloc/test/unit/rb.c:159
↓ 4 callersFunctionpages_decommit
deps/jemalloc/src/pages.c:138
↓ 4 callersFunctionprepareClientToWrite
This function is called every time we are going to transmit new data * to the client. The behavior is the following: * * If the client should recei
src/networking.c:134
↓ 4 callersFunctionprof_dump
deps/jemalloc/src/prof.c:1465
↓ 4 callersFunctionprof_dump_filename
deps/jemalloc/src/prof.c:1547
↓ 4 callersFunctionprof_gctx_try_destroy
deps/jemalloc/src/prof.c:573
↓ 4 callersFunctionprof_malloc
deps/jemalloc/include/jemalloc/internal/prof.h:481
↓ 4 callersFunctionprof_tdata_should_destroy
tdata->lock must be held. */
deps/jemalloc/src/prof.c:1762
↓ 4 callersFunctionqueueChangePausedState
Changes the paused state of the queue and handles serving again blocked * clients if needed. * * 'flag' must be QUEUE_FLAG_PAUSED_IN or QUEUE_FLAG_
src/queue.c:674
↓ 4 callersFunctionqueueFetchJob
Fetch a job from the specified queue if any, updating the job state * as it gets fetched back to ACTIVE. If there are no jobs pending in the * speci
src/queue.c:217
↓ 4 callersFunctionredisAppendCommand
deps/hiredis/hiredis.c:1288
↓ 4 callersFunctionredisAsyncConnect
deps/hiredis/async.c:150
↓ 4 callersFunctionredisAsyncDisconnect
Tries to do a clean disconnect from Redis, meaning it stops new commands * from being issued, but tries to flush the output buffer and execute * cal
deps/hiredis/async.c:346
↓ 4 callersFunctionredisAsyncHandleRead
This function should be called when the socket is readable. * It processes all replies that can be read and executes their callbacks. */
deps/hiredis/async.c:503
↓ 4 callersFunctionredisAsyncHandleWrite
deps/hiredis/async.c:524
↓ 4 callersFunctionredisAsyncSetConnectCallback
deps/hiredis/async.c:194
↓ 4 callersFunctionredisAsyncSetDisconnectCallback
deps/hiredis/async.c:207
↓ 4 callersFunctionredisConnectUnix
deps/hiredis/hiredis.c:1067
↓ 4 callersFunctionredisFormatCommandArgv
Format a command according to the Redis protocol. This function takes the * number of arguments, an array with arguments and an array with their * l
deps/hiredis/hiredis.c:939
↓ 4 callersFunctionredisSetBlocking
deps/hiredis/net.c:99
↓ 4 callersFunctionrewriteAppendOnlyFileBackground
This is how rewriting of the append only file in background works: * * 1) The user calls BGREWRITEAOF * 2) Disque calls this function, that forks()
src/aof.c:956
↓ 4 callersFunctionrewriteConfigMarkAsProcessed
Add the specified option to the set of processed options. * This is useful as only unused lines of processed options will be blanked * in the config
src/config.c:901
↓ 4 callersFunctionrioWriteBulkString
Write binary-safe string in the format: "$<count>\r\n<payload>\r\n". */
src/rio.c:325
↓ 4 callersFunctionrtree_delete
deps/jemalloc/src/rtree.c:79
↓ 4 callersFunctionsdscatfmt
This function is similar to sdscatprintf, but much faster as it does * not rely on sprintf() family functions implemented by the libc that * are oft
src/sds.c:579
↓ 4 callersFunctionsdscatprintf
Append to the sds string 's' a string obtained using printf-alike format * specifier. * * After the call, the modified sds string is no longer vali
deps/hiredis/sds.c:554
↓ 4 callersFunctionserializeJob
Serialize the job pointed by 'j' appending the serialized version of * the job into the passed SDS string 'jobs'. * * The serialization may be perf
src/job.c:665
↓ 4 callersFunctionskiplistInsert
Insert the specified object, return NULL if the element already * exists. */
src/skiplist.c:116
↓ 4 callersFunctionstats_cactive_add
deps/jemalloc/include/jemalloc/internal/stats.h:167
↓ 4 callersFunctiontcache_event
deps/jemalloc/include/jemalloc/internal/tcache.h:236
↓ 4 callersFunctiontcache_salloc
deps/jemalloc/src/tcache.c:26
↓ 4 callersFunctiontcaches_get
deps/jemalloc/include/jemalloc/internal/tcache.h:415
↓ 4 callersFunctiontest_status_string
deps/jemalloc/test/src/test.c:34
↓ 4 callersFunctiontimer_usec
deps/jemalloc/test/src/timer.c:33
↓ 4 callersFunctionu2s
deps/jemalloc/src/util.c:214
↓ 4 callersFunctionupdateJobRequeueTime
Set the specified unix time at which a job will be queued again * in the local node. */
src/job.c:421
↓ 4 callersFunctionustime
src/disque-cli.c:110
↓ 3 callersFunctionAOFLoadJob
Emit a LOADJOB command into the AOF. which is used explicitly to load * serialized jobs form disk: LOADJOB <serialize-job-string>. */
src/job.c:924
↓ 3 callersFunctionSHA1Final
src/sha1.c:155
↓ 3 callersFunctionSHA1Init
src/sha1.c:117
↓ 3 callersFunction__redisAsyncFree
Helper function to free the context. */
deps/hiredis/async.c:264
↓ 3 callersFunction__redisReaderSetError
deps/hiredis/hiredis.c:186
↓ 3 callersFunctiona0ialloc
deps/jemalloc/src/jemalloc.c:305
↓ 3 callersFunctionaddReplyBulkSds
Add sds to reply (takes ownership of sds and frees it) */
src/networking.c:504
↓ 3 callersFunctionaddReplyJob
Send a job as a return value of a command. This is about jobs but inside * queue.c since this is the format used in order to return a job from a * q
src/queue.c:120
↓ 3 callersFunctionaddReplyJobID
Return a simple string reply with the Job ID. */
src/job.c:1022
↓ 3 callersFunctionaddReplyStatusLength
src/networking.c:351
↓ 3 callersFunctionaeApiAssociate
* Helper function to invoke port_associate for the given fd and mask. */
src/ae_evport.c:123
↓ 3 callersFunctionaeGetTime
src/ae.c:180
↓ 3 callersFunctionaeStop
src/ae.c:131
↓ 3 callersFunctionanetEnableTcpNoDelay
src/anet.c:151
↓ 3 callersFunctionanetPeerToString
src/anet.c:574
↓ 3 callersFunctionanetSetReuseAddr
src/anet.c:238
↓ 3 callersFunctionaofRewriteBufferReset
This function free the old AOF rewrite buffer if needed, and initialize * a fresh new one. It tests for server.aof_rewrite_buf_blocks equal to NULL
src/aof.c:107
↓ 3 callersFunctionaofRewriteBufferSize
Return the current size of the AOF rewrite buffer. */
src/aof.c:116
← previousnext →301–400 of 1,943, ranked by callers