Linux tr1.turkishost.com 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
LiteSpeed
Server IP : 194.146.50.96 & Your IP : 216.73.216.1
Domains :
Cant Read [ /etc/named.conf ]
User : lakemima
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
2025-07-11 10:52
types
[ DIR ]
drwxr-xr-x
2025-07-11 10:52
alloc.h
1.47
KB
-rw-r--r--
2021-06-23 15:14
allocators.h
1.76
KB
-rw-r--r--
2021-06-23 15:14
analyze.h
1.26
KB
-rw-r--r--
2021-06-23 15:14
auto.h
3.54
KB
-rw-r--r--
2021-06-23 15:14
basic_string.h
1.3
KB
-rw-r--r--
2021-06-23 15:14
behavior.h
2.44
KB
-rw-r--r--
2021-06-23 15:14
callback.h
1.29
KB
-rw-r--r--
2021-06-23 15:14
callbacks.h
1.67
KB
-rw-r--r--
2021-06-23 15:14
configure.h
1.22
KB
-rw-r--r--
2022-02-12 00:09
defaults.h
1.71
KB
-rw-r--r--
2021-06-23 15:14
delete.h
1.39
KB
-rw-r--r--
2021-06-23 15:14
deprecated_types.h
1.72
KB
-rw-r--r--
2021-06-23 15:14
dump.h
1.14
KB
-rw-r--r--
2021-06-23 15:14
encoding_key.h
1.08
KB
-rw-r--r--
2021-06-23 15:14
error.h
1.53
KB
-rw-r--r--
2021-06-23 15:14
exception.hpp
1.76
KB
-rw-r--r--
2021-06-23 15:14
exist.h
1.32
KB
-rw-r--r--
2021-06-23 15:14
fetch.h
1.16
KB
-rw-r--r--
2021-06-23 15:14
flush.h
1.06
KB
-rw-r--r--
2021-06-23 15:14
flush_buffers.h
1.04
KB
-rw-r--r--
2021-06-23 15:14
get.h
3.07
KB
-rw-r--r--
2021-06-23 15:14
hash.h
1.58
KB
-rw-r--r--
2021-06-23 15:14
limits.h
1.38
KB
-rw-r--r--
2021-06-23 15:14
memcached.h
4.3
KB
-rw-r--r--
2021-06-23 15:14
memcached.hpp
23.88
KB
-rw-r--r--
2021-06-23 15:14
options.h
1.17
KB
-rw-r--r--
2021-06-23 15:14
parse.h
1.06
KB
-rw-r--r--
2021-06-23 15:14
platform.h
1.75
KB
-rw-r--r--
2021-06-23 15:14
quit.h
1.02
KB
-rw-r--r--
2021-06-23 15:14
result.h
2.24
KB
-rw-r--r--
2021-06-23 15:14
return.h
2.18
KB
-rw-r--r--
2021-06-23 15:14
sasl.h
1.6
KB
-rw-r--r--
2021-06-23 15:14
server.h
3.62
KB
-rw-r--r--
2021-06-23 15:14
server_list.h
1.95
KB
-rw-r--r--
2021-06-23 15:14
stats.h
1.9
KB
-rw-r--r--
2021-06-23 15:14
storage.h
4.66
KB
-rw-r--r--
2021-06-23 15:14
strerror.h
1.06
KB
-rw-r--r--
2021-06-23 15:14
touch.h
1.39
KB
-rw-r--r--
2021-06-23 15:14
triggers.h
1.82
KB
-rw-r--r--
2021-06-23 15:14
types.h
2.27
KB
-rw-r--r--
2021-06-23 15:14
verbosity.h
1.06
KB
-rw-r--r--
2021-06-23 15:14
version.h
1.1
KB
-rw-r--r--
2021-06-23 15:14
visibility.h
2.64
KB
-rw-r--r--
2021-06-23 15:14
Save
Rename
/* +--------------------------------------------------------------------+ | libmemcached-awesome - C/C++ Client Library for memcached | +--------------------------------------------------------------------+ | Redistribution and use in source and binary forms, with or without | | modification, are permitted under the terms of the BSD license. | | You should have received a copy of the license in a bundled file | | named LICENSE; in case you did not receive a copy you can review | | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ #pragma once #ifdef __cplusplus extern "C" { #endif LIBMEMCACHED_API memcached_return_t memcached_version(memcached_st *ptr); LIBMEMCACHED_API const char *memcached_lib_version(void); #ifdef __cplusplus } #endif