Searched defs:tmp_file (Results 1 – 1 of 1) sorted by relevance
116 typedef struct tmp_file tmp_file; typedef117 struct tmp_file { struct118 sqlite3_file base;119 int nSize;120 int nAlloc;121 char *zAlloc;