Searched refs:zPathname (Results 1 – 1 of 1) sorted by relevance
53053 const char *zPathname53055 return ( zPathname[0]=='\\' && zPathname[1]=='\\'53056 && zPathname[2]=='?' && zPathname[3]=='\\' );53064 const char *zPathname53066 return ( sqlite3Isalpha(zPathname[0]) && zPathname[1]==':' );53077 const char *zPathname53086 if ( winIsDirSep(zPathname[0]) ){53096 if ( winIsDriveLetterAndColon(zPathname) ){62793 char *zPathname = 0; /* Full path to database file */ local62813 zPathname = sqlite3DbStrDup(0, zFilename);[all …]