Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c3513 static BOOL winIsDriveLetterAndColon(const char *);
4823 if( winIsDriveLetterAndColon(zDir) ){
5533 static BOOL winIsDriveLetterAndColon( function
5565 if ( winIsDriveLetterAndColon(zPathname) ){
5596 if( zRelative[0]=='/' && (winIsDriveLetterAndColon(zRelative+1)