Searched refs:zPathname (Results 1 – 1 of 1) sorted by relevance
53052 const char *zPathname53054 return ( zPathname[0]=='\\' && zPathname[1]=='\\'53055 && zPathname[2]=='?' && zPathname[3]=='\\' );53063 const char *zPathname53065 return ( sqlite3Isalpha(zPathname[0]) && zPathname[1]==':' );53076 const char *zPathname53085 if ( winIsDirSep(zPathname[0]) ){53095 if ( winIsDriveLetterAndColon(zPathname) ){62792 char *zPathname = 0; /* Full path to database file */ local62812 zPathname = sqlite3DbStrDup(0, zFilename);[all …]