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 /
php80 /
include /
libmemcached-1.0 /
Delete
Unzip
Name
Size
Permission
Date
Action
struct
[ DIR ]
drwxr-xr-x
2024-07-15 07:32
types
[ DIR ]
drwxr-xr-x
2024-07-15 07:32
alloc.h
2.16
KB
-rw-r--r--
2024-07-15 07:32
allocators.h
2.67
KB
-rw-r--r--
2024-07-15 07:32
analyze.h
2.09
KB
-rw-r--r--
2024-07-15 07:32
auto.h
5.53
KB
-rw-r--r--
2024-07-15 07:32
basic_string.h
2.02
KB
-rw-r--r--
2024-07-15 07:32
behavior.h
3.17
KB
-rw-r--r--
2024-07-15 07:32
callback.h
2.15
KB
-rw-r--r--
2024-07-15 07:32
callbacks.h
2.29
KB
-rw-r--r--
2024-07-15 07:32
configure.h
1.9
KB
-rw-r--r--
2024-07-15 07:32
defaults.h
2.39
KB
-rw-r--r--
2024-07-15 07:32
delete.h
2.22
KB
-rw-r--r--
2024-07-15 07:32
deprecated_types.h
2.57
KB
-rw-r--r--
2024-07-15 07:32
dump.h
1.9
KB
-rw-r--r--
2024-07-15 07:32
encoding_key.h
1.84
KB
-rw-r--r--
2024-07-15 07:32
error.h
2.3
KB
-rw-r--r--
2024-07-15 07:32
exception.hpp
1.14
KB
-rw-r--r--
2024-07-15 07:32
exist.h
2.05
KB
-rw-r--r--
2024-07-15 07:32
fetch.h
2.04
KB
-rw-r--r--
2024-07-15 07:32
flush.h
1.84
KB
-rw-r--r--
2024-07-15 07:32
flush_buffers.h
1.83
KB
-rw-r--r--
2024-07-15 07:32
get.h
4.63
KB
-rw-r--r--
2024-07-15 07:32
hash.h
2.34
KB
-rw-r--r--
2024-07-15 07:32
limits.h
1.96
KB
-rw-r--r--
2024-07-15 07:32
memcached.h
5.43
KB
-rw-r--r--
2024-07-15 07:32
memcached.hpp
28.39
KB
-rw-r--r--
2024-07-15 07:32
options.h
1.88
KB
-rw-r--r--
2024-07-15 07:32
parse.h
424
B
-rw-r--r--
2024-07-15 07:32
platform.h
2.04
KB
-rw-r--r--
2024-07-15 07:32
quit.h
1.81
KB
-rw-r--r--
2024-07-15 07:32
result.h
3
KB
-rw-r--r--
2024-07-15 07:32
return.h
3.03
KB
-rw-r--r--
2024-07-15 07:32
sasl.h
2.47
KB
-rw-r--r--
2024-07-15 07:32
server.h
4.87
KB
-rw-r--r--
2024-07-15 07:32
server_list.h
2.88
KB
-rw-r--r--
2024-07-15 07:32
stats.h
2.66
KB
-rw-r--r--
2024-07-15 07:32
storage.h
6.33
KB
-rw-r--r--
2024-07-15 07:32
strerror.h
1.86
KB
-rw-r--r--
2024-07-15 07:32
touch.h
2.25
KB
-rw-r--r--
2024-07-15 07:32
triggers.h
2.63
KB
-rw-r--r--
2024-07-15 07:32
types.h
3.06
KB
-rw-r--r--
2024-07-15 07:32
verbosity.h
1.85
KB
-rw-r--r--
2024-07-15 07:32
version.h
1.89
KB
-rw-r--r--
2024-07-15 07:32
visibility.h
2
KB
-rw-r--r--
2024-07-15 07:32
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_callback_set(memcached_st *ptr, const memcached_callback_t flag, const void *data); LIBMEMCACHED_API void *memcached_callback_get(memcached_st *ptr, const memcached_callback_t flag, memcached_return_t *error); #ifdef __cplusplus } #endif