FilePoint        69157 third_party/sqlite/amalgamation/sqlite3.c typedef struct FilePoint FilePoint;
FilePoint        69200 third_party/sqlite/amalgamation/sqlite3.c   FilePoint endpoint;             /* Pointer to the end of the file */
FilePoint        69201 third_party/sqlite/amalgamation/sqlite3.c   FilePoint readpoint;            /* Pointer to the end of the last xRead() */
FilePoint          21 third_party/sqlite/src/src/memjournal.c typedef struct FilePoint FilePoint;
FilePoint          64 third_party/sqlite/src/src/memjournal.c   FilePoint endpoint;             /* Pointer to the end of the file */
FilePoint          65 third_party/sqlite/src/src/memjournal.c   FilePoint readpoint;            /* Pointer to the end of the last xRead() */