Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c11539 typedef struct ApndFile ApndFile; typedef
11545 #define ORIGFILE(p) ((sqlite3_file*)(((ApndFile*)(p))+1))
11581 struct ApndFile { struct
11694 ApndFile *paf = (ApndFile *)pFile; in apndRead()
11705 ApndFile *paf, in apndWriteMark()
11736 ApndFile *paf = (ApndFile *)pFile; in apndWrite()
11752 ApndFile *paf = (ApndFile *)pFile; in apndTruncate()
11773 ApndFile *paf = (ApndFile *)pFile; in apndFileSize()
11806 ApndFile *paf = (ApndFile *)pFile; in apndFileControl()
11870 ApndFile *p = (ApndFile *)pFile; in apndFetch()
[all …]