Home
last modified time | relevance | path

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

/memcached-1.6.32/
Dstorage.c351 eio->next = q->stack_ctx; in storage_get_item()
352 q->stack_ctx = eio; in storage_get_item()
386 extstore_submit(q->ctx, q->stack_ctx); in storage_submit_cb()
389 q->stack_ctx = NULL; in storage_submit_cb()
Dproto_proxy.c485 io_pending_proxy_t *p = q->stack_ctx; in proxy_submit_cb()
541 q->stack_ctx = NULL; in proxy_submit_cb()
1354 p->next = q->stack_ctx; in mcp_queue_rctx_io()
1355 q->stack_ctx = p; in mcp_queue_rctx_io()
Dproxy_internal.c1769 io->eio.next = q->stack_ctx; in mcplib_internal_run()
1770 q->stack_ctx = &io->eio; in mcplib_internal_run()
Dmemcached.h696 void *stack_ctx; // module-specific context to be batch-submitted member
Dmemcached.c585 q->stack_ctx = NULL; in conn_io_queue_setup()
596 q->stack_ctx = NULL; in conn_io_queue_reset()
3317 if (q->stack_ctx != NULL) {
Dproxy_luafgen.c22 if (q->stack_ctx != NULL) { in _mcp_queue_hack()