Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c8707 typedef struct ApndFile ApndFile; typedef
8713 #define ORIGFILE(p) ((sqlite3_file*)(((ApndFile*)(p))+1))
8749 struct ApndFile { struct
8862 ApndFile *paf = (ApndFile *)pFile; in apndRead()
8873 ApndFile *paf, in apndWriteMark()
8904 ApndFile *paf = (ApndFile *)pFile; in apndWrite()
8920 ApndFile *paf = (ApndFile *)pFile; in apndTruncate()
8941 ApndFile *paf = (ApndFile *)pFile; in apndFileSize()
8974 ApndFile *paf = (ApndFile *)pFile; in apndFileControl()
9038 ApndFile *p = (ApndFile *)pFile; in apndFetch()
[all …]