!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 

uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) 

Safe-mode: OFF (not secure)

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


Viewing file:     rpmcallback.h (2.15 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef _RPMCALLBACK_H
#define _RPMCALLBACK_H

/** \ingroup rpmcallback
 *  \file lib/rpmcallback.h
 *
 *  (un)install callbacks
 */

#include <rpm/rpmtypes.h>

#ifdef __cplusplus
extern "C" {
#endif

/**
 * Bit(s) to identify progress callbacks.
 */
typedef enum rpmCallbackType_e {
    RPMCALLBACK_UNKNOWN        = 0,
    RPMCALLBACK_INST_PROGRESS    = (1 <<  0),
    RPMCALLBACK_INST_START    = (1 <<  1),
    RPMCALLBACK_INST_OPEN_FILE    = (1 <<  2),
    RPMCALLBACK_INST_CLOSE_FILE    = (1 <<  3),
    RPMCALLBACK_TRANS_PROGRESS    = (1 <<  4),
    RPMCALLBACK_TRANS_START    = (1 <<  5),
    RPMCALLBACK_TRANS_STOP    = (1 <<  6),
    RPMCALLBACK_UNINST_PROGRESS    = (1 <<  7),
    RPMCALLBACK_UNINST_START    = (1 <<  8),
    RPMCALLBACK_UNINST_STOP    = (1 <<  9),
    RPMCALLBACK_REPACKAGE_PROGRESS = (1 << 10),    /* obsolete, unused */
    RPMCALLBACK_REPACKAGE_START    = (1 << 11),    /* obsolete, unused */
    RPMCALLBACK_REPACKAGE_STOP    = (1 << 12),    /* obsolete, unused */
    RPMCALLBACK_UNPACK_ERROR    = (1 << 13),
    RPMCALLBACK_CPIO_ERROR    = (1 << 14),
    RPMCALLBACK_SCRIPT_ERROR    = (1 << 15),
    RPMCALLBACK_SCRIPT_START    = (1 << 16),
    RPMCALLBACK_SCRIPT_STOP    = (1 << 17),
    RPMCALLBACK_INST_STOP    = (1 << 18),
    RPMCALLBACK_ELEM_PROGRESS    = (1 << 19),
    RPMCALLBACK_VERIFY_PROGRESS    = (1 << 20),
    RPMCALLBACK_VERIFY_START    = (1 << 21),
    RPMCALLBACK_VERIFY_STOP    = (1 << 22),
} rpmCallbackType;

/** \ingroup rpmts
 * Function pointer type for rpmtsSetNotifyCallback() triggered by
 * rpmtsNotify()
 *
 * @param h        related header or NULL
 * @param what      kind of notification (See RPMCALLBACK_ constants above)
 * @param amount    number of bytes/packages already processed or
 *            tag of the scriptlet involved
 *            or 0 or some other number
 * @param total        total number of bytes/packages to be processed or
 *             return code of the scriptlet or 0
 * @param key        result of rpmteKey() of related rpmte or 0
 * @param data        user data as passed to rpmtsSetNotifyCallback()
 */
typedef void * (*rpmCallbackFunction)
        (const void * h, 
        const rpmCallbackType what, 
        const rpm_loff_t amount, 
        const rpm_loff_t total,
        fnpyKey key,
        rpmCallbackData data);

#ifdef __cplusplus
}
#endif

#endif /* _RPMCALLBACK_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0108 ]--