Home
last modified time | relevance | path

Searched refs:zPathname (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c53052 const char *zPathname
53054 return ( zPathname[0]=='\\' && zPathname[1]=='\\'
53055 && zPathname[2]=='?' && zPathname[3]=='\\' );
53063 const char *zPathname
53065 return ( sqlite3Isalpha(zPathname[0]) && zPathname[1]==':' );
53076 const char *zPathname
53085 if ( winIsDirSep(zPathname[0]) ){
53095 if ( winIsDriveLetterAndColon(zPathname) ){
62792 char *zPathname = 0; /* Full path to database file */ local
62812 zPathname = sqlite3DbStrDup(0, zFilename);
[all …]