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

/external/sqlite/dist/orig/
H A Dshell.c3473 typedef struct ApndFile ApndFile; typedef in typeref:struct:ApndFile
3479 #define ORIGFILE(p) ((sqlite3_file*)(((ApndFile*)(p))+1))
3482 struct ApndFile { struct
3489 ** Methods for ApndFile
3596 ApndFile *p = (ApndFile *)pFile;
3604 static int apndWriteMark(ApndFile *p, sqlite3_file *pFile){
3624 ApndFile *p = (ApndFile *)pFil
[all...]
/external/sqlite/dist/
H A Dshell.c3479 typedef struct ApndFile ApndFile; typedef in typeref:struct:ApndFile
3485 #define ORIGFILE(p) ((sqlite3_file*)(((ApndFile*)(p))+1))
3488 struct ApndFile { struct
3495 ** Methods for ApndFile
3602 ApndFile *p = (ApndFile *)pFile;
3610 static int apndWriteMark(ApndFile *p, sqlite3_file *pFile){
3630 ApndFile *p = (ApndFile *)pFil
[all...]

Completed in 145 milliseconds