#include "system.h"
#include <rpmsql.h>
#include <sqlite3.h>
#include "debug.h"
Go to the source code of this file.
static int hdrCreateConnect |
( |
void * |
_db, |
|
|
void * |
pAux, |
|
|
int |
argc, |
|
|
const char *const * |
argv, |
|
|
rpmvt * |
vtp, |
|
|
char ** |
pzErr |
|
) |
| |
|
static |
int sqlite3_extension_init |
( |
void * |
_db | ) |
|
struct rpmsqlVMT_s __VMT[] |
|
static |
Initial value:= {
.prefix = "%{?_repodb}%{!?_repodb:http://rpm5.org/files/popt/}",
.split = "/-.",
.parse = "dir/file-NVRA-N-V-R.A",
.regex = "^(.+/)(((.*)-([^-]+)-([^-]+)\\.([^.]+))\\.rpm)$",
.idx = 2,
}
Definition at line 14 of file libsqldb.c.
Referenced by hdrCreateConnect().
struct sqlite3_module hdrModule |
Initial value:= {
.iVersion = 0,
}
static int hdrCreateConnect(void *_db, void *pAux, int argc, const char *const *argv, rpmvt *vtp, char **pzErr)
Definition at line 31 of file libsqldb.c.