Home
last modified time | relevance | path

Searched refs:LookasideSlot (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmalloc.c419 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFreeNN()
429 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFreeNN()
595 LookasideSlot *pBuf; in sqlite3DbMallocRawNN()
H A Dstatus.c176 static u32 countLookasideSlots(LookasideSlot *p){ in countLookasideSlots()
220 LookasideSlot *p = db->lookaside.pFree; in sqlite3_db_status()
H A DsqliteInt.h1156 typedef struct LookasideSlot LookasideSlot; typedef
1394 LookasideSlot *pInit; /* List of buffers not previously used */
1395 LookasideSlot *pFree; /* List of available buffers */
1397 LookasideSlot *pSmallInit; /* List of small buffers not prediously used */
1398 LookasideSlot *pSmallFree; /* List of available small buffers */
1405 struct LookasideSlot { struct
1406 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument
H A Dmain.c771 if( sz<=(int)sizeof(LookasideSlot*) ) sz = 0; in setupLookaside()
806 LookasideSlot *p; in setupLookaside()
807 assert( sz > (int)sizeof(LookasideSlot*) ); in setupLookaside()
808 p = (LookasideSlot*)pStart; in setupLookaside()
812 p = (LookasideSlot*)&((u8*)p)[sz]; in setupLookaside()
821 p = (LookasideSlot*)&((u8*)p)[LOOKASIDE_SMALL]; in setupLookaside()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmalloc.c419 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFreeNN()
429 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFreeNN()
588 LookasideSlot *pBuf; in sqlite3DbMallocRawNN()
H A Dstatus.c176 static u32 countLookasideSlots(LookasideSlot *p){ in countLookasideSlots()
220 LookasideSlot *p = db->lookaside.pFree; in sqlite3_db_status()
H A DsqliteInt.h1092 typedef struct LookasideSlot LookasideSlot; typedef
1328 LookasideSlot *pInit; /* List of buffers not previously used */
1329 LookasideSlot *pFree; /* List of available buffers */
1331 LookasideSlot *pSmallInit; /* List of small buffers not prediously used */
1332 LookasideSlot *pSmallFree; /* List of available small buffers */
1339 struct LookasideSlot { struct
1340 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument
H A Dmain.c704 if( sz<=(int)sizeof(LookasideSlot*) ) sz = 0; in setupLookaside()
739 LookasideSlot *p; in setupLookaside()
740 assert( sz > (int)sizeof(LookasideSlot*) ); in setupLookaside()
741 p = (LookasideSlot*)pStart; in setupLookaside()
745 p = (LookasideSlot*)&((u8*)p)[sz]; in setupLookaside()
754 p = (LookasideSlot*)&((u8*)p)[LOOKASIDE_SMALL]; in setupLookaside()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmalloc.c419 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFreeNN()
429 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFreeNN()
595 LookasideSlot *pBuf; in sqlite3DbMallocRawNN()
H A Dstatus.c176 static u32 countLookasideSlots(LookasideSlot *p){ in countLookasideSlots()
220 LookasideSlot *p = db->lookaside.pFree; in sqlite3_db_status()
H A DsqliteInt.h1128 typedef struct LookasideSlot LookasideSlot; typedef
1363 LookasideSlot *pInit; /* List of buffers not previously used */
1364 LookasideSlot *pFree; /* List of available buffers */
1366 LookasideSlot *pSmallInit; /* List of small buffers not prediously used */
1367 LookasideSlot *pSmallFree; /* List of available small buffers */
1374 struct LookasideSlot { struct
1375 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument
H A Dmain.c771 if( sz<=(int)sizeof(LookasideSlot*) ) sz = 0; in setupLookaside()
806 LookasideSlot *p; in setupLookaside()
807 assert( sz > (int)sizeof(LookasideSlot*) ); in setupLookaside()
808 p = (LookasideSlot*)pStart; in setupLookaside()
812 p = (LookasideSlot*)&((u8*)p)[sz]; in setupLookaside()
821 p = (LookasideSlot*)&((u8*)p)[LOOKASIDE_SMALL]; in setupLookaside()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dmalloc.c492 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFree()
615 LookasideSlot *pBuf; in sqlite3DbMallocRaw()
H A Dmain.c466 if( sz<=(int)sizeof(LookasideSlot*) ) sz = 0; in setupLookaside()
485 LookasideSlot *p; in setupLookaside()
486 assert( sz > (int)sizeof(LookasideSlot*) ); in setupLookaside()
487 p = (LookasideSlot*)pStart; in setupLookaside()
491 p = (LookasideSlot*)&((u8*)p)[sz]; in setupLookaside()
H A DsqliteInt.h621 typedef struct LookasideSlot LookasideSlot; typedef
759 LookasideSlot *pFree; /* List of available buffers */
763 struct LookasideSlot { struct
764 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dmalloc.c489 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFreeNN()
649 LookasideSlot *pBuf; in sqlite3DbMallocRawNN()
H A DsqliteInt.h1061 typedef struct LookasideSlot LookasideSlot; typedef
1241 LookasideSlot *pFree; /* List of available buffers */
1245 struct LookasideSlot { struct
1246 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument
H A Dmain.c681 if( sz<=(int)sizeof(LookasideSlot*) ) sz = 0; in setupLookaside()
699 LookasideSlot *p; in setupLookaside()
700 assert( sz > (int)sizeof(LookasideSlot*) ); in setupLookaside()
701 p = (LookasideSlot*)pStart; in setupLookaside()
705 p = (LookasideSlot*)&((u8*)p)[sz]; in setupLookaside()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h617 typedef struct LookasideSlot LookasideSlot; typedef
756 LookasideSlot *pFree; /* List of available buffers */
760 struct LookasideSlot { struct
761 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument
H A Dsqlite3.amalgamation.c1138 typedef struct LookasideSlot LookasideSlot; typedef
2635 LookasideSlot *pFree; /* List of available buffers */
2639 struct LookasideSlot { struct
2640 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument
11708 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFree()
11831 LookasideSlot *pBuf; in sqlite3DbMallocRaw()
92220 if( sz<=(int)sizeof(LookasideSlot*) ) sz = 0;
92239 LookasideSlot *p;
92240 assert( sz > (int)sizeof(LookasideSlot*) );
92241 p = (LookasideSlot*)pStart;
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c6797 typedef struct LookasideSlot LookasideSlot; typedef
8266 LookasideSlot *pFree; /* List of available buffers */
8270 struct LookasideSlot { struct
8271 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument
16052 LookasideSlot *pBuf = (LookasideSlot*)p; in vtk_sqlite3DbFree()
16163 LookasideSlot *pBuf; in vtk_sqlite3DbMallocRaw()
95660 if( sz<=(int)sizeof(LookasideSlot*) ) sz = 0;
95679 LookasideSlot *p;
95680 assert( sz > (int)sizeof(LookasideSlot*) );
95681 p = (LookasideSlot*)pStart;
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c6555 typedef struct LookasideSlot LookasideSlot; typedef
7988 LookasideSlot *pFree; /* List of available buffers */
7992 struct LookasideSlot { struct
7993 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument
15414 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFree()
15524 LookasideSlot *pBuf; in sqlite3DbMallocRaw()
89208 if( sz<=(int)sizeof(LookasideSlot*) ) sz = 0;
89227 LookasideSlot *p;
89228 assert( sz > (int)sizeof(LookasideSlot*) );
89229 p = (LookasideSlot*)pStart;
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c7591 typedef struct LookasideSlot LookasideSlot; typedef
8860 LookasideSlot *pFree; /* List of available buffers */
8864 struct LookasideSlot { struct
8865 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument
17947 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFree()
18070 LookasideSlot *pBuf; in sqlite3DbMallocRaw()
98808 if( sz<=(int)sizeof(LookasideSlot*) ) sz = 0;
98827 LookasideSlot *p;
98828 assert( sz > (int)sizeof(LookasideSlot*) );
98829 p = (LookasideSlot*)pStart;
[all …]
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c8145 typedef struct LookasideSlot LookasideSlot; typedef
9692 LookasideSlot *pFree; /* List of available buffers */
9696 struct LookasideSlot { struct
9697 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument
19078 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFree()
19202 LookasideSlot *pBuf; in sqlite3DbMallocRaw()
112929 if( sz<=(int)sizeof(LookasideSlot*) ) sz = 0;
112947 LookasideSlot *p;
112948 assert( sz > (int)sizeof(LookasideSlot*) );
112949 p = (LookasideSlot*)pStart;
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c7861 typedef struct LookasideSlot LookasideSlot; typedef
9368 LookasideSlot *pFree; /* List of available buffers */
9372 struct LookasideSlot { struct
9373 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument
18511 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFree()
18635 LookasideSlot *pBuf; in sqlite3DbMallocRaw()
108423 if( sz<=(int)sizeof(LookasideSlot*) ) sz = 0;
108442 LookasideSlot *p;
108443 assert( sz > (int)sizeof(LookasideSlot*) );
108444 p = (LookasideSlot*)pStart;
[all …]

1234567