Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_win32.c453 static BOOL win32IsDriveLetterAndColon( in win32IsDriveLetterAndColon() function
470 if( zName[0]=='/' && win32IsDriveLetterAndColon(zName+1) ){ in lsmWin32OsFullpath()