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

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/include/rpm/   drwxr-xr-x
Free 3.82 GB of 27.03 GB (14.14%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     rpmsw.h (2.49 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef    H_RPMSW
#define    H_RPMSW

/** \ingroup rpmio
* \file rpmio/rpmsw.h
*/

/** \ingroup rpmio
*/
typedef unsigned long int rpmtime_t;

/** \ingroup rpmio
*/
typedef struct rpmsw_s * rpmsw;

/** \ingroup rpmio
*/
typedef struct rpmop_s * rpmop;

/** \ingroup rpmio
*/
struct rpmsw_s {
    union {
    struct timeval tv;
    unsigned long long int ticks;
    unsigned long int tocks[2];
    } u;
};

/** \ingroup rpmio
* Cumulative statistics for an operation.
*/
struct rpmop_s {
    struct rpmsw_s    begin;    /*!< Starting time stamp. */
    int            count;    /*!< Number of operations. */
    size_t        bytes;    /*!< Number of bytes transferred. */
    rpmtime_t        usecs;    /*!< Number of ticks. */
};

#ifdef __cplusplus
extern "C" {
#endif

/** Return benchmark time stamp.
* @param *sw        time stamp
* @return        0 on success
*/
/*@-exportlocal@*/
/*@null@*/
rpmsw rpmswNow(/*@returned@*/ rpmsw sw)
    /*@globals internalState @*/
    /*@modifies sw, internalState @*/;
/*@=exportlocal@*/

/** Return benchmark time stamp difference.
* @param *end        end time stamp
* @param *begin    begin time stamp
* @return        difference in micro-seconds
*/
/*@-exportlocal@*/
rpmtime_t rpmswDiff(/*@null@*/ rpmsw end, /*@null@*/ rpmsw begin)
    /*@*/;
/*@=exportlocal@*/

/** Return benchmark time stamp overhead.
* @return        overhead in micro-seconds
*/
/*@-exportlocal@*/
rpmtime_t rpmswInit(void)
    /*@globals internalState @*/
    /*@modifies internalState @*/;
/*@=exportlocal@*/

/** \ingroup rpmio
* Enter timed operation.
* @param op            operation statistics
* @param rc            -1 clears usec counter
* @return            0 always
*/
int rpmswEnter(/*@null@*/ rpmop op, ssize_t rc)
    /*@globals internalState @*/
    /*@modifies *op, internalState @*/;

/** \ingroup rpmio
* Exit timed operation.
* @param op            operation statistics
* @param rc            per-operation data (e.g. bytes transferred)
* @return            cumulative usecs for operation
*/
rpmtime_t rpmswExit(/*@null@*/ rpmop op, ssize_t rc)
    /*@globals internalState @*/
    /*@modifies op, internalState @*/;

/** \ingroup rpmio
* Sum statistic counters.
* @param to            result statistics
* @param from            operation statistics
* @return            cumulative usecs for operation
*/
rpmtime_t rpmswAdd(/*@null@*/ rpmop to, /*@null@*/ rpmop from)
    /*@modifies to @*/;

/** \ingroup rpmio
* Subtract statistic counters.
* @param to            result statistics
* @param from            operation statistics
* @return            cumulative usecs for operation
*/
rpmtime_t rpmswSub(rpmop to, rpmop from)
    /*@modifies to @*/;

#ifdef __cplusplus
}
#endif

#endif    /* H_RPMSW */

:: 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 #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0029 ]--