Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c1924 int nPayload; in fillInCell() local
1941 nPayload = nKey; in fillInCell()
1943 while( nPayload>0 ){ in fillInCell()
1962 n = nPayload; in fillInCell()
1965 nPayload -= n; in fillInCell()
1966 if( nPayload==0 && pData ){ in fillInCell()
1968 nPayload = nData; in fillInCell()