|
|
@ -11964,7 +11964,7 @@ int os2OpenDirectory(
|
|
|
|
SQLITE_PRIVATE int sqlite3Os2TempFileName( char *zBuf ){
|
|
|
|
SQLITE_PRIVATE int sqlite3Os2TempFileName( char *zBuf ){
|
|
|
|
static const unsigned char zChars[] =
|
|
|
|
static const unsigned char zChars[] =
|
|
|
|
"abcdefghijklmnopqrstuvwxyz"
|
|
|
|
"abcdefghijklmnopqrstuvwxyz"
|
|
|
|
"ABCDEFGHIJKLMNOPTQRSTUVWXYZ"
|
|
|
|
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
|
|
|
"0123456789";
|
|
|
|
"0123456789";
|
|
|
|
int i, j;
|
|
|
|
int i, j;
|
|
|
|
PSZ zTempPath = 0;
|
|
|
|
PSZ zTempPath = 0;
|
|
|
@ -13914,7 +13914,7 @@ SQLITE_PRIVATE int sqlite3UnixTempFileName(char *zBuf){
|
|
|
|
};
|
|
|
|
};
|
|
|
|
static const unsigned char zChars[] =
|
|
|
|
static const unsigned char zChars[] =
|
|
|
|
"abcdefghijklmnopqrstuvwxyz"
|
|
|
|
"abcdefghijklmnopqrstuvwxyz"
|
|
|
|
"ABCDEFGHIJKLMNOPTQRSTUVWXYZ"
|
|
|
|
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
|
|
|
"0123456789";
|
|
|
|
"0123456789";
|
|
|
|
int i, j;
|
|
|
|
int i, j;
|
|
|
|
struct stat buf;
|
|
|
|
struct stat buf;
|
|
|
@ -17014,7 +17014,7 @@ static int winOpenDirectory(
|
|
|
|
SQLITE_PRIVATE int sqlite3WinTempFileName(char *zBuf){
|
|
|
|
SQLITE_PRIVATE int sqlite3WinTempFileName(char *zBuf){
|
|
|
|
static char zChars[] =
|
|
|
|
static char zChars[] =
|
|
|
|
"abcdefghijklmnopqrstuvwxyz"
|
|
|
|
"abcdefghijklmnopqrstuvwxyz"
|
|
|
|
"ABCDEFGHIJKLMNOPTQRSTUVWXYZ"
|
|
|
|
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
|
|
|
"0123456789";
|
|
|
|
"0123456789";
|
|
|
|
int i, j;
|
|
|
|
int i, j;
|
|
|
|
char zTempPath[SQLITE_TEMPNAME_SIZE];
|
|
|
|
char zTempPath[SQLITE_TEMPNAME_SIZE];
|
|
|
@ -48880,7 +48880,7 @@ static void loadExt(sqlite3_context *context, int argc, sqlite3_value **argv){
|
|
|
|
static void randStr(sqlite3_context *context, int argc, sqlite3_value **argv){
|
|
|
|
static void randStr(sqlite3_context *context, int argc, sqlite3_value **argv){
|
|
|
|
static const unsigned char zSrc[] =
|
|
|
|
static const unsigned char zSrc[] =
|
|
|
|
"abcdefghijklmnopqrstuvwxyz"
|
|
|
|
"abcdefghijklmnopqrstuvwxyz"
|
|
|
|
"ABCDEFGHIJKLMNOPTQRSTUVWXYZ"
|
|
|
|
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
|
|
|
"0123456789"
|
|
|
|
"0123456789"
|
|
|
|
".-!,:*^+=_|?/<> ";
|
|
|
|
".-!,:*^+=_|?/<> ";
|
|
|
|
int iMin, iMax, n, r, i;
|
|
|
|
int iMin, iMax, n, r, i;
|
|
|
|