Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c11570 typedef struct ApndFile ApndFile; typedef
11576 #define ORIGFILE(p) ((sqlite3_file*)(((ApndFile*)(p))+1))
11612 struct ApndFile { struct
11725 ApndFile *paf = (ApndFile *)pFile; in apndRead()
11736 ApndFile *paf, in apndWriteMark()
11767 ApndFile *paf = (ApndFile *)pFile; in apndWrite()
11783 ApndFile *paf = (ApndFile *)pFile; in apndTruncate()
11804 ApndFile *paf = (ApndFile *)pFile; in apndFileSize()
11837 ApndFile *paf = (ApndFile *)pFile; in apndFileControl()
11901 ApndFile *p = (ApndFile *)pFile; in apndFetch()
[all …]