Searched refs:nPad (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c19483 int nPad = width - length; local
19484 for(i=width; i>=nPad; i--){
19485 bufpt[i] = bufpt[i-nPad];
19488 while( nPad-- ) bufpt[i++] = '0';
[all...]

Completed in 388 milliseconds