X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Fmemcached_server_list_count.3;fp=docs%2Fman%2Fmemcached_server_list_count.3;h=0000000000000000000000000000000000000000;hb=1269230d28c43a67a51b74a5b42fd906be6a172a;hp=d5ce2fb9d2622dcffce3192c5277b9238ea656e6;hpb=c3723b53b87471782076765f0fff656d07de74e0;p=awesomized%2Flibmemcached diff --git a/docs/man/memcached_server_list_count.3 b/docs/man/memcached_server_list_count.3 deleted file mode 100644 index d5ce2fb9..00000000 --- a/docs/man/memcached_server_list_count.3 +++ /dev/null @@ -1,105 +0,0 @@ -.TH "MEMCACHED_SERVER_LIST_COUNT" "3" "June 10, 2011" "0.47" "libmemcached" -.SH NAME -memcached_server_list_count \- libmemcached Documentation -. -.nr rst2man-indent-level 0 -. -.de1 rstReportMargin -\\$1 \\n[an-margin] -level \\n[rst2man-indent-level] -level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] -- -\\n[rst2man-indent0] -\\n[rst2man-indent1] -\\n[rst2man-indent2] -.. -.de1 INDENT -.\" .rstReportMargin pre: -. RS \\$1 -. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] -. nr rst2man-indent-level +1 -.\" .rstReportMargin post: -.. -.de UNINDENT -. RE -.\" indent \\n[an-margin] -.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] -.nr rst2man-indent-level -1 -.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] -.in \\n[rst2man-indent\\n[rst2man-indent-level]]u -.. -.\" Man page generated from reStructeredText. -. -.SH SYNOPSIS -.sp -#include -.INDENT 0.0 -.TP -.B const memcached_server_instance_st memcached_server_list (memcached_st *ptr); -.UNINDENT -.INDENT 0.0 -.TP -.B void memcached_server_list_free (memcached_server_list_st list); -.UNINDENT -.INDENT 0.0 -.TP -.B memcached_server_list_st memcached_server_list_append (memcached_server_list_st list, const char *hostname, unsigned int port, memcached_return_t *error); -.UNINDENT -.INDENT 0.0 -.TP -.B uint32_t memcached_server_list_count (memcached_server_list_st list); -.UNINDENT -.INDENT 0.0 -.TP -.B const char *memcached_server_error (memcached_server_instance_st instance); -.UNINDENT -.INDENT 0.0 -.TP -.B void memcached_server_error_reset (memcached_server_instance_st list); DEPRECATED -.UNINDENT -.sp -Compile and link with \-lmemcached -.SH DESCRIPTION -.sp -libmemcached(3) operates on a list of hosts which are stored in -memcached_server_st structures. You should not modify these structures -directly. Functions are provided to modify these structures (and more can be -added, just ask!). -.sp -memcached_server_list() is used to provide an array of all defined hosts. -This was incorrectly documented as "requiring free()" up till version 0.39. -.sp -memcached_server_list_free() deallocates all memory associated with the array -of memcached_server_st that you passed to it. -.sp -memcached_server_list_append() adds a server to the end of a -memcached_server_st array. On error null will be returned and the -memcached_return_t pointer you passed into the function will be set with the -appropriate error. If the value of port is zero, it is set to the default -port of a memcached server. -.sp -DEPRECATED memcached_servers_parse(), please see \fImemcached(3)\fP -.sp -memcached_server_error() can be used to look at the text of the last error -message sent by the server to to the client. -.sp -Before version 0.39 theses functions used a memcache_server_st *. In 0.39 -memcached_server_st * was aliased to memcached_server_list_st. This was -done for a style reason/to help clean up some concepts in the code. -.SH RETURN -.sp -Varies, see particular functions. -.SH HOME -.sp -To find out more information please check: -\fI\%http://libmemcached.org/\fP -.SH SEE ALSO -.sp -\fImemcached(1)\fP \fIlibmemcached(3)\fP \fImemcached_strerror(3)\fP -.SH AUTHOR -Brian Aker -.SH COPYRIGHT -2011, Brian Aker DataDifferential, http://datadifferential.com/ -.\" Generated by docutils manpage writer. -.\" -.