Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9310 typedef struct LookasideSlot LookasideSlot; typedef
10957 LookasideSlot *pFree; /* List of available buffers */
10961 struct LookasideSlot { struct
10962 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ argument
21038 LookasideSlot *pBuf = (LookasideSlot*)p;
21173 LookasideSlot *pBuf;
128651 if( sz<=(int)sizeof(LookasideSlot*) ) sz = 0;
128669 LookasideSlot *p;
128670 assert( sz > (int)sizeof(LookasideSlot*) );
128671 p = (LookasideSlot*)pStart;
[all …]

Completed in 361 milliseconds