rpm
5.4.14
|
Go to the source code of this file.
Typedefs | |
typedef enum rpmluavType_e | rpmluavType |
typedef struct rpmlua_s * | rpmlua |
typedef struct rpmluav_s * | rpmluav |
Enumerations | |
enum | rpmluavType_e { RPMLUAV_NIL = 0, RPMLUAV_STRING = 1, RPMLUAV_NUMBER = 2 } |
Variables | |
const char * | rpmluaFiles |
const char * | rpmluaPath |
typedef enum rpmluavType_e rpmluavType |
enum rpmluavType_e |
Referenced by parseScript().
Referenced by specFini().
Referenced by rpmioClean().
Referenced by rpmReadConfigFiles(), and while().
const char* rpmluaGetPrintBuffer | ( | rpmlua | _lua | ) |
Referenced by rpmReadConfigFiles(), and while().
Referenced by addSource().
Referenced by addSource().
Referenced by addSource().
void rpmluavGetKey | ( | rpmluav | var, |
rpmluavType * | type, | ||
void ** | value | ||
) |
double rpmluavGetKeyNum | ( | rpmluav | var | ) |
void rpmluavGetValue | ( | rpmluav | var, |
rpmluavType * | type, | ||
void ** | value | ||
) |
double rpmluavGetValueNum | ( | rpmluav | var | ) |
Referenced by addSource().
void rpmluavSetKey | ( | rpmluav | var, |
rpmluavType | type, | ||
const void * | value | ||
) |
Referenced by addSource().
void rpmluavSetValue | ( | rpmluav | var, |
rpmluavType | type, | ||
const void * | value | ||
) |
Referenced by addSource().
const char* rpmluaFiles |
Referenced by rpmShowRC().
const char* rpmluaPath |
Referenced by rpmShowRC().