Linux premium155.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
: 162.0.235.200 | : 3.129.195.254
Cant Read [ /etc/named.conf ]
7.4.33
varifktc
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
alt /
python311 /
include /
python3.11 /
[ HOME SHELL ]
Name
Size
Permission
Action
cpython
[ DIR ]
drwxr-xr-x
internal
[ DIR ]
drwxr-xr-x
Python.h
2.79
KB
-rw-r--r--
abstract.h
30.67
KB
-rw-r--r--
bltinmodule.h
264
B
-rw-r--r--
boolobject.h
1.18
KB
-rw-r--r--
bytearrayobject.h
1.43
KB
-rw-r--r--
bytesobject.h
2.56
KB
-rw-r--r--
ceval.h
6.11
KB
-rw-r--r--
codecs.h
6.91
KB
-rw-r--r--
compile.h
520
B
-rw-r--r--
complexobject.h
724
B
-rw-r--r--
datetime.h
9.41
KB
-rw-r--r--
descrobject.h
1.23
KB
-rw-r--r--
dictobject.h
3.76
KB
-rw-r--r--
dynamic_annotations.h
21.94
KB
-rw-r--r--
enumobject.h
253
B
-rw-r--r--
errcode.h
1.74
KB
-rw-r--r--
exports.h
1.07
KB
-rw-r--r--
fileobject.h
1.53
KB
-rw-r--r--
fileutils.h
507
B
-rw-r--r--
floatobject.h
1.49
KB
-rw-r--r--
frameobject.h
336
B
-rw-r--r--
genericaliasobject.h
334
B
-rw-r--r--
import.h
2.95
KB
-rw-r--r--
intrcheck.h
772
B
-rw-r--r--
iterobject.h
593
B
-rw-r--r--
listobject.h
1.74
KB
-rw-r--r--
longobject.h
3.65
KB
-rw-r--r--
marshal.h
827
B
-rw-r--r--
memoryobject.h
2.74
KB
-rw-r--r--
methodobject.h
4.95
KB
-rw-r--r--
modsupport.h
6.39
KB
-rw-r--r--
moduleobject.h
2.32
KB
-rw-r--r--
object.h
29.1
KB
-rw-r--r--
objimpl.h
8.23
KB
-rw-r--r--
opcode.h
10.92
KB
-rw-r--r--
osdefs.h
737
B
-rw-r--r--
osmodule.h
291
B
-rw-r--r--
patchlevel.h
1.27
KB
-rw-r--r--
py_curses.h
2.41
KB
-rw-r--r--
pybuffer.h
5
KB
-rw-r--r--
pycapsule.h
1.68
KB
-rw-r--r--
pyconfig-64.h
51.96
KB
-rw-r--r--
pyconfig.h
162
B
-rw-r--r--
pydtrace.h
2.36
KB
-rw-r--r--
pyerrors.h
12.48
KB
-rw-r--r--
pyexpat.h
2.51
KB
-rw-r--r--
pyframe.h
551
B
-rw-r--r--
pyhash.h
4.06
KB
-rw-r--r--
pylifecycle.h
2.2
KB
-rw-r--r--
pymacconfig.h
2.92
KB
-rw-r--r--
pymacro.h
5.92
KB
-rw-r--r--
pymath.h
1.93
KB
-rw-r--r--
pymem.h
3.8
KB
-rw-r--r--
pyport.h
23.88
KB
-rw-r--r--
pystate.h
4.53
KB
-rw-r--r--
pystrcmp.h
436
B
-rw-r--r--
pystrtod.h
1.52
KB
-rw-r--r--
pythonrun.h
1.16
KB
-rw-r--r--
pythread.h
4.72
KB
-rw-r--r--
pytypedefs.h
851
B
-rw-r--r--
rangeobject.h
628
B
-rw-r--r--
setobject.h
1.51
KB
-rw-r--r--
sliceobject.h
2.46
KB
-rw-r--r--
structmember.h
1.99
KB
-rw-r--r--
structseq.h
1.36
KB
-rw-r--r--
sysmodule.h
1.35
KB
-rw-r--r--
token.h
2.61
KB
-rw-r--r--
traceback.h
583
B
-rw-r--r--
tracemalloc.h
1.09
KB
-rw-r--r--
tupleobject.h
1.58
KB
-rw-r--r--
typeslots.h
2.29
KB
-rw-r--r--
unicodeobject.h
35.19
KB
-rw-r--r--
warnings.h
1.1
KB
-rw-r--r--
weakrefobject.h
1.2
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pyexpat.h
/* Stuff to export relevant 'expat' entry points from pyexpat to other * parser modules, such as cElementTree. */ /* note: you must import expat.h before importing this module! */ #define PyExpat_CAPI_MAGIC "pyexpat.expat_CAPI 1.1" #define PyExpat_CAPSULE_NAME "pyexpat.expat_CAPI" struct PyExpat_CAPI { char* magic; /* set to PyExpat_CAPI_MAGIC */ int size; /* set to sizeof(struct PyExpat_CAPI) */ int MAJOR_VERSION; int MINOR_VERSION; int MICRO_VERSION; /* pointers to selected expat functions. add new functions at the end, if needed */ const XML_LChar * (*ErrorString)(enum XML_Error code); enum XML_Error (*GetErrorCode)(XML_Parser parser); XML_Size (*GetErrorColumnNumber)(XML_Parser parser); XML_Size (*GetErrorLineNumber)(XML_Parser parser); enum XML_Status (*Parse)( XML_Parser parser, const char *s, int len, int isFinal); XML_Parser (*ParserCreate_MM)( const XML_Char *encoding, const XML_Memory_Handling_Suite *memsuite, const XML_Char *namespaceSeparator); void (*ParserFree)(XML_Parser parser); void (*SetCharacterDataHandler)( XML_Parser parser, XML_CharacterDataHandler handler); void (*SetCommentHandler)( XML_Parser parser, XML_CommentHandler handler); void (*SetDefaultHandlerExpand)( XML_Parser parser, XML_DefaultHandler handler); void (*SetElementHandler)( XML_Parser parser, XML_StartElementHandler start, XML_EndElementHandler end); void (*SetNamespaceDeclHandler)( XML_Parser parser, XML_StartNamespaceDeclHandler start, XML_EndNamespaceDeclHandler end); void (*SetProcessingInstructionHandler)( XML_Parser parser, XML_ProcessingInstructionHandler handler); void (*SetUnknownEncodingHandler)( XML_Parser parser, XML_UnknownEncodingHandler handler, void *encodingHandlerData); void (*SetUserData)(XML_Parser parser, void *userData); void (*SetStartDoctypeDeclHandler)(XML_Parser parser, XML_StartDoctypeDeclHandler start); enum XML_Status (*SetEncoding)(XML_Parser parser, const XML_Char *encoding); int (*DefaultUnknownEncodingHandler)( void *encodingHandlerData, const XML_Char *name, XML_Encoding *info); /* might be NULL for expat < 2.1.0 */ int (*SetHashSalt)(XML_Parser parser, unsigned long hash_salt); /* might be NULL for expat < 2.6.0 */ XML_Bool (*SetReparseDeferralEnabled)(XML_Parser parser, XML_Bool enabled); /* always add new stuff to the end! */ };
Close