Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
cpguard /
cpg-php-fpm /
include /
php /
ext /
mysqlnd /
Delete
Unzip
Name
Size
Permission
Date
Action
config-win.h
3.07
KB
-rw-r--r--
2024-07-12 17:13
mysql_float_to_double.h
1.84
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd.h
17.7
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_alloc.h
4.25
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_auth.h
3.91
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_block_alloc.h
1.41
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_charset.h
2.11
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_commands.h
1.17
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_connection.h
2.62
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_debug.h
9.71
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_enum_n_def.h
19.98
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_ext_plugin.h
7.79
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_libmysql_compat.h
7.25
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_plugin.h
1.3
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_portability.h
14.09
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_priv.h
2.13
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_protocol_frame_codec.h
1.44
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_ps.h
1.89
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_read_buffer.h
1.2
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_result.h
1.56
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_result_meta.h
1.51
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_reverse_api.h
1.68
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_statistics.h
3.88
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_structs.h
60.92
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_vio.h
1.39
KB
-rw-r--r--
2024-07-12 17:13
mysqlnd_wireprotocol.h
9.47
KB
-rw-r--r--
2024-07-12 17:13
php_mysqlnd.h
1.2
KB
-rw-r--r--
2024-07-12 17:13
Save
Rename
/* +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | https://www.php.net/license/3_01.txt | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Andrey Hristov <andrey@php.net> | | Ulf Wendel <uw@php.net> | +----------------------------------------------------------------------+ */ #ifndef MYSQLND_BLOCK_ALLOC_H #define MYSQLND_BLOCK_ALLOC_H PHPAPI MYSQLND_MEMORY_POOL * mysqlnd_mempool_create(size_t arena_size); PHPAPI void mysqlnd_mempool_destroy(MYSQLND_MEMORY_POOL * pool); PHPAPI void mysqlnd_mempool_save_state(MYSQLND_MEMORY_POOL * pool); PHPAPI void mysqlnd_mempool_restore_state(MYSQLND_MEMORY_POOL * pool); #endif /* MYSQLND_BLOCK_ALLOC_H */