Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dbtree.c1926 int nPayload; in fillInCell() local
1943 nPayload = nKey; in fillInCell()
1945 while( nPayload>0 ){ in fillInCell()
1964 n = nPayload; in fillInCell()
1967 nPayload -= n; in fillInCell()
1968 if( nPayload==0 && pData ){ in fillInCell()
1970 nPayload = nData; in fillInCell()