Lines Matching refs:indx_t
83 indx_t lower; /* lower bound of free space on page */
84 indx_t upper; /* upper bound of free space on page */
85 indx_t linp[1]; /* indx_t-aligned VAR. LENGTH DATA */
91 sizeof(uint32_t) + sizeof(indx_t) + sizeof(indx_t))
93 #define _NEXTINDEX(p) (((p)->lower - BTDATAOFF) / sizeof(indx_t))
95 static __inline indx_t
98 _DBFIT(x, indx_t);
99 return (indx_t)x;
102 #define NEXTINDEX(p) (indx_t)_NEXTINDEX(p)
293 indx_t index; /* the index on the page */
298 indx_t index; /* the index on the page */
381 indx_t bt_ovflsize; /* cut-off for key/data overflow */