Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c53053 const char *zPathname
53055 return ( zPathname[0]=='\\' && zPathname[1]=='\\'
53056 && zPathname[2]=='?' && zPathname[3]=='\\' );
53064 const char *zPathname
53066 return ( sqlite3Isalpha(zPathname[0]) && zPathname[1]==':' );
53077 const char *zPathname
53086 if ( winIsDirSep(zPathname[0]) ){
53096 if ( winIsDriveLetterAndColon(zPathname) ){
62793 char *zPathname = 0; /* Full path to database file */ local
62813 zPathname = sqlite3DbStrDup(0, zFilename);
[all …]