Searched refs:zFullPathname (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dpager.c933 char *zFullPathname; local
946 zFullPathname = sqliteOsFullPathname(zFilename);
947 rc = sqliteOsOpenReadWrite(zFullPathname, &fd, &readOnly);
952 zFullPathname = sqliteOsFullPathname(zFilename);
959 sqliteFree(zFullPathname);
962 nameLen = strlen(zFullPathname);
966 sqliteFree(zFullPathname);
973 strcpy(pPager->zFilename, zFullPathname);
974 strcpy(pPager->zDirectory, zFullPathname);
977 strcpy(pPager->zJournal, zFullPathname);
[all...]

Completed in 17 milliseconds