Searched refs:zPathname (Results 1 – 1 of 1) sorted by relevance
54563 const char *zPathname argument54565 return ( zPathname[0]=='\\' && zPathname[1]=='\\'54566 && zPathname[2]=='?' && zPathname[3]=='\\' );54574 const char *zPathname argument54576 return ( sqlite3Isalpha(zPathname[0]) && zPathname[1]==':' );54587 const char *zPathname argument54596 if ( winIsDirSep(zPathname[0]) ){54606 if ( winIsDriveLetterAndColon(zPathname) ){64433 char *zPathname = 0; /* Full path to database file */ local64453 zPathname = sqlite3DbStrDup(0, zFilename);[all …]