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

/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.c4306 char *zPathname = 0; /* Full path to database file */ local
4307 int nPathname = 0; /* Number of bytes in zPathname */
4338 ** to by zPathname, length nPathname. Or, if this is a temporary file,
4339 ** leave both nPathname and zPathname set to 0.
4343 zPathname = sqlite3Malloc(nPathname*2);
4344 if( zPathname==0 ){
4347 zPathname[0] = 0; /* Make sure initialized even if FullPathname() fails */
4348 rc = sqlite3OsFullPathname(pVfs, zFilename, nPathname, zPathname);
4349 nPathname = sqlite3Strlen30(zPathname);
4360 sqlite3_free(zPathname);
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c40749 char *zPathname = 0; /* Full path to database file */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c42743 char *zPathname = 0; /* Full path to database file */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c42771 char *zPathname = 0; /* Full path to database file */ local
[all...]

Completed in 432 milliseconds