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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c2671 int nRes; local
2675 nRes = pcacheBase.xInit(pArg);
2677 fprintf(pcachetraceOut, "PCACHETRACE: xInit(%p) -> %d\n", pArg, nRes);
2679 return nRes;
2707 int nRes; local
2711 nRes = pcacheBase.xPagecount(p);
2713 fprintf(pcachetraceOut, "PCACHETRACE: xPagecount(%p) -> %d\n", p, nRes);
2715 return nRes;
H A Dsqlite3.c153900 int nRes; /* Bytes of reserved space at the end of each page */ local
[all...]

Completed in 614 milliseconds