Searched refs:nPad (Results 1 – 2 of 2) sorted by relevance
19483 int nPad = width - length; in sqlite3VXPrintf() local19484 for(i=width; i>=nPad; i--){ in sqlite3VXPrintf()19485 bufpt[i] = bufpt[i-nPad]; in sqlite3VXPrintf()19488 while( nPad-- ) bufpt[i++] = '0'; in sqlite3VXPrintf()
22057 int nPad = width - length;22058 for(i=width; i>=nPad; i--){22059 bufpt[i] = bufpt[i-nPad];22062 while( nPad-- ) bufpt[i++] = '0';