Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c2204 Cell aTemp[NB]; /* Temporary holding area for apDiv[] */ in balance() local
2407 memcpy(&aTemp[i], apDiv[i], szCell[nCell]); in balance()
2408 apCell[nCell] = &aTemp[i]; in balance()