Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c52634 int convertflag = CCP_POSIX_TO_WIN_W; local
52635 if( !strchr(zFilename, '/') ) convertflag |= CCP_RELATIVE;
52636 nByte = (i64)osCygwin_conv_path(convertflag,
52646 if( osCygwin_conv_path(convertflag, zFilename,
52648 if( (convertflag&CCP_RELATIVE) ){