bc16e7370953e112f68e808d27b3e0b2c152dacb
1 /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
5 * Copyright (C) 2011 Data Differential, http://datadifferential.com/
6 * Copyright (C) 2006-2009 Brian Aker All rights reserved.
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions are
12 * * Redistributions of source code must retain the above copyright
13 * notice, this list of conditions and the following disclaimer.
15 * * Redistributions in binary form must reproduce the above
16 * copyright notice, this list of conditions and the following disclaimer
17 * in the documentation and/or other materials provided with the
20 * * The names of its contributors may not be used to endorse or
21 * promote products derived from this software without specific prior
24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
27 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
28 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
30 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
32 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40 /* This seems to be required for older compilers @note http://stackoverflow.com/questions/8132399/how-to-printf-uint64-t */
41 #ifndef __STDC_FORMAT_MACROS
42 # define __STDC_FORMAT_MACROS
50 # include <inttypes.h>
56 #include <sys/types.h>
58 #include <libmemcached-1.0/visibility.h>
59 #include <libmemcached-1.0/configure.h>
60 #include <libmemcached-1.0/platform.h>
62 #include <libmemcached-1.0/limits.h>
63 #include <libmemcached-1.0/defaults.h>
65 #include <libmemcached-1.0/types/behavior.h>
66 #include <libmemcached-1.0/types/callback.h>
67 #include <libmemcached-1.0/types/connection.h>
68 #include <libmemcached-1.0/types/hash.h>
69 #include <libmemcached-1.0/types/return.h>
70 #include <libmemcached-1.0/types/server_distribution.h>
72 #include <libmemcached-1.0/return.h>
74 #include <libmemcached-1.0/types.h>
75 #include <libmemcached-1.0/callbacks.h>
76 #include <libmemcached-1.0/alloc.h>
77 #include <libmemcached-1.0/triggers.h>
79 #include <libhashkit-1.0/hashkit.h>
81 #include <libmemcached-1.0/struct/callback.h>
82 #include <libmemcached-1.0/struct/string.h>
83 #include <libmemcached-1.0/struct/result.h>
84 #include <libmemcached-1.0/struct/allocator.h>
85 #include <libmemcached-1.0/struct/sasl.h>
86 #include <libmemcached-1.0/struct/memcached.h>
87 #include <libmemcached-1.0/struct/server.h>
88 #include <libmemcached-1.0/struct/stat.h>
90 #include <libmemcached-1.0/basic_string.h>
91 #include <libmemcached-1.0/error.h>
92 #include <libmemcached-1.0/stats.h>
94 // Everything above this line must be in the order specified.
95 #include <libmemcached-1.0/allocators.h>
96 #include <libmemcached-1.0/analyze.h>
97 #include <libmemcached-1.0/auto.h>
98 #include <libmemcached-1.0/behavior.h>
99 #include <libmemcached-1.0/callback.h>
100 #include <libmemcached-1.0/delete.h>
101 #include <libmemcached-1.0/dump.h>
102 #include <libmemcached-1.0/encoding_key.h>
103 #include <libmemcached-1.0/exist.h>
104 #include <libmemcached-1.0/fetch.h>
105 #include <libmemcached-1.0/flush.h>
106 #include <libmemcached-1.0/flush_buffers.h>
107 #include <libmemcached-1.0/get.h>
108 #include <libmemcached-1.0/hash.h>
109 #include <libmemcached-1.0/options.h>
110 #include <libmemcached-1.0/parse.h>
111 #include <libmemcached-1.0/quit.h>
112 #include <libmemcached-1.0/result.h>
113 #include <libmemcached-1.0/server.h>
114 #include <libmemcached-1.0/server_list.h>
115 #include <libmemcached-1.0/storage.h>
116 #include <libmemcached-1.0/strerror.h>
117 #include <libmemcached-1.0/touch.h>
118 #include <libmemcached-1.0/verbosity.h>
119 #include <libmemcached-1.0/version.h>
120 #include <libmemcached-1.0/sasl.h>
122 #include <libmemcached-1.0/deprecated_types.h>
129 void memcached_servers_reset(memcached_st
*ptr
);
132 memcached_st
*memcached_create(memcached_st
*ptr
);
135 memcached_st
*memcached(const char *string
, size_t string_length
);
138 void memcached_free(memcached_st
*ptr
);
141 memcached_return_t
memcached_reset(memcached_st
*ptr
);
144 void memcached_reset_last_disconnected_server(memcached_st
*ptr
);
147 memcached_st
*memcached_clone(memcached_st
*clone
, const memcached_st
*ptr
);
150 void *memcached_get_user_data(const memcached_st
*ptr
);
153 void *memcached_set_user_data(memcached_st
*ptr
, void *data
);
156 memcached_return_t
memcached_push(memcached_st
*destination
, const memcached_st
*source
);
159 const memcached_instance_st
* memcached_server_instance_by_position(const memcached_st
*ptr
, uint32_t server_key
);
162 uint32_t memcached_server_count(const memcached_st
*);
165 uint64_t memcached_query_id(const memcached_st
*);