Home
last modified time | relevance | path

Searched refs:xDataLength (Results 1 – 2 of 2) sorted by relevance

/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.h777 int (*xDataLength)(unqlite_kv_cursor *,unqlite_int64 *); member
H A Dunqlite.c2984 int (*xDataLength)(unqlite_kv_cursor *,unqlite_int64 *); member
3623 || pMethods->xKey == 0 || pMethods->xDataLength == 0 || pMethods->xKeyLength == 0 in unqliteCoreConfigure()
5609 rc = pMethods->xDataLength(pCur,pBufLen); in unqlite_kv_fetch()
6078 rc = pCursor->pStore->pIo->pMethods->xDataLength(pCursor,pnByte); in unqlite_kv_cursor_data()