Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.216.189
Domains :
Cant Read [ /etc/named.conf ]
User : klinikpe
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
include /
libmemcached-1.0 /
Delete
Unzip
Name
Size
Permission
Date
Action
struct
[ DIR ]
drwxr-xr-x
2022-02-08 02:38
types
[ DIR ]
drwxr-xr-x
2022-02-08 02:38
alloc.h
2.16
KB
-rw-r--r--
2015-11-30 09:05
allocators.h
2.67
KB
-rw-r--r--
2015-11-30 09:05
analyze.h
2.09
KB
-rw-r--r--
2015-11-30 09:05
auto.h
5.53
KB
-rw-r--r--
2015-11-30 09:05
basic_string.h
2.02
KB
-rw-r--r--
2015-11-30 09:05
behavior.h
3.17
KB
-rw-r--r--
2015-11-30 09:05
callback.h
2.15
KB
-rw-r--r--
2015-11-30 09:05
callbacks.h
2.28
KB
-rw-r--r--
2015-11-30 09:05
configure.h
1.9
KB
-rw-r--r--
2015-11-30 09:05
defaults.h
2.3
KB
-rw-r--r--
2015-11-30 09:05
delete.h
2.22
KB
-rw-r--r--
2015-11-30 09:05
deprecated_types.h
2.51
KB
-rw-r--r--
2015-11-30 09:05
dump.h
1.9
KB
-rw-r--r--
2015-11-30 09:05
encoding_key.h
1.84
KB
-rw-r--r--
2015-11-30 09:05
error.h
2.31
KB
-rw-r--r--
2015-11-30 09:05
exception.hpp
1.14
KB
-rw-r--r--
2015-11-30 09:05
exist.h
2.05
KB
-rw-r--r--
2015-11-30 09:05
fetch.h
2.04
KB
-rw-r--r--
2015-11-30 09:05
flush.h
1.84
KB
-rw-r--r--
2015-11-30 09:05
flush_buffers.h
1.83
KB
-rw-r--r--
2015-11-30 09:05
get.h
4.63
KB
-rw-r--r--
2015-11-30 09:05
hash.h
2.34
KB
-rw-r--r--
2015-11-30 09:05
limits.h
1.96
KB
-rw-r--r--
2015-11-30 09:05
memcached.h
5.43
KB
-rw-r--r--
2015-11-30 09:05
memcached.hpp
28.39
KB
-rw-r--r--
2015-11-30 09:05
options.h
1.88
KB
-rw-r--r--
2015-11-30 09:05
parse.h
424
B
-rw-r--r--
2015-11-30 09:05
platform.h
2.06
KB
-rw-r--r--
2015-11-30 09:05
quit.h
1.81
KB
-rw-r--r--
2015-11-30 09:05
result.h
3
KB
-rw-r--r--
2015-11-30 09:05
return.h
3.03
KB
-rw-r--r--
2015-11-30 09:05
sasl.h
2.47
KB
-rw-r--r--
2015-11-30 09:05
server.h
4.82
KB
-rw-r--r--
2015-11-30 09:05
server_list.h
2.88
KB
-rw-r--r--
2015-11-30 09:05
stats.h
2.66
KB
-rw-r--r--
2015-11-30 09:05
storage.h
6.33
KB
-rw-r--r--
2015-11-30 09:05
strerror.h
1.86
KB
-rw-r--r--
2015-11-30 09:05
touch.h
2.25
KB
-rw-r--r--
2015-11-30 09:05
triggers.h
2.63
KB
-rw-r--r--
2015-11-30 09:05
types.h
3.13
KB
-rw-r--r--
2015-11-30 09:05
verbosity.h
1.85
KB
-rw-r--r--
2015-11-30 09:05
version.h
1.89
KB
-rw-r--r--
2015-11-30 09:05
visibility.h
2
KB
-rw-r--r--
2015-11-30 09:05
Save
Rename
/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: * * Libmemcached library * * Copyright (C) 2011 Data Differential, http://datadifferential.com/ * Copyright (C) 2006-2009 Brian Aker All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above * copyright notice, this list of conditions and the following disclaimer * in the documentation and/or other materials provided with the * distribution. * * * The names of its contributors may not be used to endorse or * promote products derived from this software without specific prior * written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * */ #pragma once #ifdef __cplusplus extern "C" { #endif LIBMEMCACHED_API memcached_return_t memcached_dump(memcached_st *ptr, memcached_dump_fn *function, void *context, uint32_t number_of_callbacks); #ifdef __cplusplus } #endif