Home
last modified time | relevance | path

Searched defs:unqlite (Results 1 – 4 of 4) sorted by relevance

/dports/databases/py-unqlite/unqlite-0.5.3/
H A Dunqlite.pyx642 def __init__(self, unqlite): argument
666 def __cinit__(self, unqlite): argument
831 def __cinit__(self, UnQLite unqlite, code):
1032 def __init__(self, UnQLite unqlite, basestring name):
H A Dunqlite.c530 struct __pyx_obj_7unqlite_UnQLite *unqlite; member
544 struct __pyx_obj_7unqlite_UnQLite *unqlite; member
560 struct __pyx_obj_7unqlite_UnQLite *unqlite; member
592 struct __pyx_obj_7unqlite_UnQLite *unqlite; member
/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.h102 typedef struct unqlite unqlite; typedef
H A Dunqlite.c2309 typedef struct unqlite unqlite; typedef
3272 struct unqlite struct
3276 unqlite_db sDB; /* Storage backend */ argument
3281 unqlite_vm *pVms; /* List of active VM */ argument
3284 unqlite *pNext,*pPrev; /* List of active DB handles */ argument
3295 typedef struct unqlite_col_record unqlite_col_record; argument