Searched refs:zPathname (Results 1 – 1 of 1) sorted by relevance
54518 const char *zPathname argument54520 return ( zPathname[0]=='\\' && zPathname[1]=='\\'54521 && zPathname[2]=='?' && zPathname[3]=='\\' );54529 const char *zPathname argument54531 return ( sqlite3Isalpha(zPathname[0]) && zPathname[1]==':' );54542 const char *zPathname argument54551 if ( winIsDirSep(zPathname[0]) ){54561 if ( winIsDriveLetterAndColon(zPathname) ){64338 char *zPathname = 0; /* Full path to database file */ local64358 zPathname = sqlite3DbStrDup(0, zFilename);[all …]