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

/external/chromium_org/third_party/sqlite/src/tool/
H A Dshowwal.c275 unsigned char zPgSz[2]; local
285 zPgSz[0] = 0;
286 zPgSz[1] = 0;
288 read(fd, zPgSz, 2);
289 pagesize = zPgSz[0]*256 + zPgSz[1];
H A Dshowdb.c474 unsigned char zPgSz[2]; local
484 zPgSz[0] = 0;
485 zPgSz[1] = 0;
487 read(db, zPgSz, 2);
488 pagesize = zPgSz[0]*256 + zPgSz[1]*65536;

Completed in 31 milliseconds