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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c1757 char *zFullPathname = sqlite3Malloc(nFullPathname); local
1760 if( !zFullPathname ){
1764 sqlite3OsFullPathname(pVfs, zFilename, nFullPathname, zFullPathname);
1771 if( 0==strcmp(zFullPathname, sqlite3PagerFilename(pBt->pPager))
1779 sqlite3_free(zFullPathname);
1790 sqlite3_free(zFullPathname);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c48876 char *zFullPathname = sqlite3Malloc(nFullPathname); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c53351 char *zFullPathname = sqlite3Malloc(nFullPathname); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c53371 char *zFullPathname = sqlite3Malloc(nFullPathname); local
[all...]

Completed in 1501 milliseconds