Searched refs:zFull (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_quota.c | 892 char *zFull = 0; in sqlite3_quota_file() local 910 zFull[strlen(zFull)+1] = '\0'; in sqlite3_quota_file() 938 char *zFull = 0; in sqlite3_quota_fopen() local 945 if( zFull==0 ) return 0; in sqlite3_quota_fopen() 968 sqlite3_free(zFull); in sqlite3_quota_fopen() 976 sqlite3_free(zFull); in sqlite3_quota_fopen() 1244 sqlite3_free(zFull); in sqlite3_quota_remove() 1251 nFull = strlen(zFull); in sqlite3_quota_remove() 1252 if( nFull>0 && (zFull[nFull-1]=='/' || zFull[nFull-1]=='\\') ){ in sqlite3_quota_remove() 1254 zFull[nFull] = 0; in sqlite3_quota_remove() [all …]
|
| H A D | os_win.c | 5585 char *zFull /* Output buffer */ argument 5669 sqlite3_snprintf(MIN(nFull, pVfs->mxPathname), zFull, "%s%c%s", 5691 sqlite3_snprintf(MIN(nFull, pVfs->mxPathname), zFull, "%s%c%s", 5764 char *zFull /* Output buffer */ argument 5770 rc = winFullPathnameNoMutex(pVfs, zRelative, nFull, zFull); 5784 char *zFull = sqlite3MallocZero( nFull ); local 5786 if( zFull==0 ){ 5790 if( winFullPathname(pVfs, zFilename, nFull, zFull)!=SQLITE_OK ){ 5791 sqlite3_free(zFull); 5795 zConverted = winConvertFromUtf8Filename(zFull); [all …]
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_main.c | 174 char *zFull; in lsm_open() local 183 rc = getFullpathname(pDb->pEnv, zFilename, &zFull); in lsm_open() 184 assert( rc==LSM_OK || zFull==0 ); in lsm_open() 188 rc = lsmDbDatabaseConnect(pDb, zFull); in lsm_open() 203 lsmFree(pDb->pEnv, zFull); in lsm_open()
|