Home
last modified time | relevance | path

Searched refs:mc_resp (Results 1 – 8 of 8) sorted by relevance

/dports/databases/memcached/memcached-1.6.12/
H A Dmemcached.h727 } mc_resp; typedef
729 #define MAX_RESP_PER_BUNDLE ((READ_BUFFER_SIZE - sizeof(mc_resp_bundle)) / sizeof(mc_resp))
735 mc_resp r[];
744 mc_resp *resp; // associated response object
778 mc_resp *resp; // tail response.
779 mc_resp *resp_head; // first response in current stack.
967 void resp_reset(mc_resp *resp);
968 void resp_add_iov(mc_resp *resp, const void *buf, int len);
969 void resp_add_chunked_iov(mc_resp *resp, const void *buf, int len);
971 mc_resp* resp_finish(conn *c, mc_resp *resp);
H A Dsizes.c25 display("Response object", sizeof(mc_resp)); in main()
H A Dstorage.h18 int storage_get_item(conn *c, item *it, mc_resp *resp);
H A Dmemcached.c837 mc_resp *resp = c->resp_head; in conn_release_items()
997 void resp_reset(mc_resp *resp) { in resp_reset()
1039 mc_resp *resp = NULL; in resp_allocate()
1142 mc_resp *resp = resp_allocate(c); in resp_start()
1182 mc_resp* resp_finish(conn *c, mc_resp *resp) { in resp_finish()
1183 mc_resp *next = resp->next; in resp_finish()
1221 mc_resp *resp = c->resp; in out_string()
1698 mc_resp *resp = c->resp; in write_and_free()
2504 mc_resp *resp = c->resp_head;
2575 mc_resp *resp = c->resp_head;
[all …]
H A Dproto_text.c53 mc_resp *resp = c->resp; in _finalize_mset()
548 mc_resp *resp = c->resp; in process_get_command()
848 mc_resp *resp = c->resp; in process_meta_command()
1056 mc_resp *resp = c->resp; in process_mget_command()
1357 mc_resp *resp = c->resp; in process_mset_command()
1547 mc_resp *resp = c->resp; in process_mdelete_command()
1677 mc_resp *resp = c->resp; in process_marithmetic_command()
H A Dstorage.c29 mc_resp *resp; /* original struct ends here */
131 mc_resp *resp = p->resp; in _storage_get_item_cb()
239 int storage_get_item(conn *c, item *it, mc_resp *resp) { in storage_get_item()
H A Dproto_bin.c134 mc_resp *resp = c->resp; in add_bin_header()
248 mc_resp *resp = c->resp; in write_bin_response()
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/
H A Dhandler.cc252 if (mc_resp->status() != PROTOCOL_BINARY_RESPONSE_SUCCESS in handle_error_info()
253 && mc_resp->datatype() & PROTOCOL_BINARY_DATATYPE_JSON in handle_error_info()
254 && mc_resp->vallen() > 0) { in handle_error_info()
256 rp->value = mc_resp->value(); in handle_error_info()
257 rp->nvalue = mc_resp->vallen(); in handle_error_info()
262 void init_resp(lcb_t instance, const MemcachedResponse* mc_resp, in init_resp() argument
264 make_error(instance, resp, mc_resp, immerr); in init_resp()
265 resp->cas = mc_resp->cas(); in init_resp()
277 handle_mutation_token(lcb_t instance, const MemcachedResponse *mc_resp, in handle_mutation_token() argument
282 if (mc_resp->extlen() == 0) { in handle_mutation_token()
[all …]