!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/include/libxml2/libxml/   drwxr-xr-x
Free 318.36 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     SAX.h (3.41 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * SAX.h : Default SAX handler interfaces.
 *
 * See Copyright for the status of this software.
 *
 * Daniel Veillard <daniel@veillard.com>
 */


#ifndef __XML_SAX_H__
#define __XML_SAX_H__

#include <stdio.h>
#include <stdlib.h>
#include <libxml/parser.h>
#include <libxml/xlink.h>

#ifdef __cplusplus
extern "C" {
#endif
const xmlChar *    getPublicId            (void *ctx);
const xmlChar *    getSystemId            (void *ctx);
void        setDocumentLocator        (void *ctx,
                         xmlSAXLocatorPtr loc);
    
int        getLineNumber            (void *ctx);
int        getColumnNumber            (void *ctx);

int        isStandalone            (void *ctx);
int        hasInternalSubset        (void *ctx);
int        hasExternalSubset        (void *ctx);

void        internalSubset            (void *ctx,
                         const xmlChar *name,
                         const xmlChar *ExternalID,
                         const xmlChar *SystemID);
void        externalSubset            (void *ctx,
                         const xmlChar *name,
                         const xmlChar *ExternalID,
                         const xmlChar *SystemID);
xmlEntityPtr    getEntity            (void *ctx,
                         const xmlChar *name);
xmlEntityPtr    getParameterEntity        (void *ctx,
                         const xmlChar *name);
xmlParserInputPtr resolveEntity            (void *ctx,
                         const xmlChar *publicId,
                         const xmlChar *systemId);

void        entityDecl            (void *ctx,
                         const xmlChar *name,
                         int type,
                         const xmlChar *publicId,
                         const xmlChar *systemId,
                         xmlChar *content);
void        attributeDecl            (void *ctx,
                         const xmlChar *elem,
                         const xmlChar *fullname,
                         int type,
                         int def,
                         const xmlChar *defaultValue,
                         xmlEnumerationPtr tree);
void        elementDecl            (void *ctx,
                         const xmlChar *name,
                         int type,
                         xmlElementContentPtr content);
void        notationDecl            (void *ctx,
                         const xmlChar *name,
                         const xmlChar *publicId,
                         const xmlChar *systemId);
void        unparsedEntityDecl        (void *ctx,
                         const xmlChar *name,
                         const xmlChar *publicId,
                         const xmlChar *systemId,
                         const xmlChar *notationName);

void        startDocument            (void *ctx);
void        endDocument            (void *ctx);
void        attribute            (void *ctx,
                         const xmlChar *fullname,
                         const xmlChar *value);
void        startElement            (void *ctx,
                         const xmlChar *fullname,
                         const xmlChar **atts);
void        endElement            (void *ctx,
                         const xmlChar *name);
void        reference            (void *ctx,
                         const xmlChar *name);
void        characters            (void *ctx,
                         const xmlChar *ch,
                         int len);
void        ignorableWhitespace        (void *ctx,
                         const xmlChar *ch,
                         int len);
void        processingInstruction        (void *ctx,
                         const xmlChar *target,
                         const xmlChar *data);
void        globalNamespace            (void *ctx,
                         const xmlChar *href,
                         const xmlChar *prefix);
void        setNamespace            (void *ctx,
                         const xmlChar *name);
xmlNsPtr    getNamespace            (void *ctx);
int        checkNamespace            (void *ctx,
                         xmlChar *nameSpace);
void        namespaceDecl            (void *ctx,
                         const xmlChar *href,
                         const xmlChar *prefix);
void        comment                (void *ctx,
                         const xmlChar *value);
void        cdataBlock            (void *ctx,
                         const xmlChar *value,
                         int len);

void        initxmlDefaultSAXHandler    (xmlSAXHandler *hdlr,
                         int warning);
#ifdef LIBXML_HTML_ENABLED
void        inithtmlDefaultSAXHandler    (xmlSAXHandler *hdlr);
#endif
#ifdef LIBXML_DOCB_ENABLED
void        initdocbDefaultSAXHandler    (xmlSAXHandler *hdlr);
#endif
void        xmlDefaultSAXHandlerInit    (void);
void        htmlDefaultSAXHandlerInit    (void);
void        docbDefaultSAXHandlerInit    (void);
#ifdef __cplusplus
}
#endif
#endif /* __XML_SAX_H__ */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0041 ]--