Lines Matching refs:nMax
4751 int nMax, nBuf, nDir, nLen; local
4763 nMax = pVfs->mxPathname; nBuf = nMax + 2;
4774 nDir = nMax - (nPre + 15);
4788 sqlite3_snprintf(nMax, zBuf, "%s", sqlite3_temp_directory);
4831 sqlite3_snprintf(nMax, zBuf, "%s", zDir);
4837 zConverted = sqlite3MallocZero( nMax+1 );
4845 zConverted, nMax+1)<0 ){
4864 sqlite3_snprintf(nMax, zBuf, "%s", zUtf8);
4876 LPWSTR zWidePath = sqlite3MallocZero( nMax*sizeof(WCHAR) );
4882 if( osGetTempPathW(nMax, zWidePath)==0 ){
4891 sqlite3_snprintf(nMax, zBuf, "%s", zMulti);
4904 char *zMbcsPath = sqlite3MallocZero( nMax );
4910 if( osGetTempPathA(nMax, zMbcsPath)==0 ){
4918 sqlite3_snprintf(nMax, zBuf, "%s", zUtf8);