Searched refs:sqlite3_pcache (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 8497 typedef struct sqlite3_pcache sqlite3_pcache; typedef 8681 void (*xCachesize)(sqlite3_pcache*, int nCachesize); 8682 int (*xPagecount)(sqlite3_pcache*); 8687 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); 8688 void (*xDestroy)(sqlite3_pcache*); 8689 void (*xShrink)(sqlite3_pcache*); 8703 void (*xCachesize)(sqlite3_pcache*, int nCachesize); 8704 int (*xPagecount)(sqlite3_pcache*); 8706 void (*xUnpin)(sqlite3_pcache*, void*, int discard); 8708 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit); [all …]
|
| H A D | sqlite3.c | 8803 typedef struct sqlite3_pcache sqlite3_pcache; typedef 8994 void (*xDestroy)(sqlite3_pcache*); 8995 void (*xShrink)(sqlite3_pcache*); 9015 void (*xDestroy)(sqlite3_pcache*); 50145 sqlite3_pcache *pNew; 51518 return (sqlite3_pcache *)pCache; 51715 sqlite3_pcache *p, 51745 sqlite3_pcache *p, 51760 sqlite3_pcache *p, 51791 sqlite3_pcache *p, [all …]
|