Searched refs:zFull (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | os.c | 1775 char *zFull = 0; local 1777 sqliteSetString(&zFull, zRelative, (char*)0); 1780 sqliteSetString(&zFull, getcwd(zBuf, sizeof(zBuf)), "/", zRelative, 1783 return zFull; 1787 char *zFull; local 1790 zFull = sqliteMalloc( nByte ); 1791 if( zFull==0 ) return 0; 1792 GetFullPathName(zRelative, nByte, zFull, &zNotUsed); 1793 return zFull; 1796 char *zFull = 0; local [all …]
|