Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c9614 typedef struct ApndFile ApndFile; typedef
9620 #define ORIGFILE(p) ((sqlite3_file*)(((ApndFile*)(p))+1))
9656 struct ApndFile { struct
9769 ApndFile *paf = (ApndFile *)pFile; in apndRead()
9780 ApndFile *paf, in apndWriteMark()
9811 ApndFile *paf = (ApndFile *)pFile; in apndWrite()
9827 ApndFile *paf = (ApndFile *)pFile; in apndTruncate()
9848 ApndFile *paf = (ApndFile *)pFile; in apndFileSize()
9881 ApndFile *paf = (ApndFile *)pFile; in apndFileControl()
9945 ApndFile *p = (ApndFile *)pFile; in apndFetch()
[all …]