Searched refs:ovfl (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/tool/
H A Dshowdb.c325 int ovfl; local
327 ovfl = ((b[0]*256 + b[1])*256 + b[2])*256 + b[3];
328 sprintf(&zDesc[nDesc], "ov: %d ", ovfl);
/external/iproute2/misc/
H A Drtacct.c245 int ovfl = 0; local
260 ovfl = 1;
264 if (ovfl) {
H A Dnstat.c289 int ovfl = 0; local
295 ovfl = 1;
308 n->rate, ovfl?" (overflow)":"");
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc1978 ovfl:
2060 goto ovfl;
2721 goto ovfl;
2773 ovfl:
2814 goto ovfl;
3099 goto ovfl;
3294 goto ovfl;
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c1042 Pgno ovfl = get4byte(&pCell[info.iOverflow]); local
1043 ptrmapPut(pPage->pBt, ovfl, PTRMAP_OVERFLOW1, pPage->pgno, pRC);
3687 ** ovfl), this function finds the page number of the next page in the
3689 ** pointer-map data instead of reading the content of page ovfl to do so.
3694 ** written to *pPgnoNext. If page ovfl is the last page in its linked
3706 Pgno ovfl, /* Current overflow page number */
3720 ** the overflow list is page number (ovfl+1). If that guess turns
3722 ** number ovfl to determine the next page number.
3726 Pgno iGuess = ovfl+1;
3735 if( rc==SQLITE_OK && eType==PTRMAP_OVERFLOW2 && pgno==ovfl ){
3704 getOverflowPage( BtShared *pBt, Pgno ovfl, MemPage **ppPage, Pgno *pPgnoNext ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c48161 Pgno ovfl = get4byte(&pCell[info.iOverflow]); local
50823 getOverflowPage( BtShared *pBt, Pgno ovfl, MemPage **ppPage, Pgno *pPgnoNext ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c52633 Pgno ovfl = get4byte(&pCell[info.iOverflow]); local
55376 getOverflowPage( BtShared *pBt, Pgno ovfl, MemPage **ppPage, Pgno *pPgnoNext ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c52653 Pgno ovfl = get4byte(&pCell[info.iOverflow]); local
55396 getOverflowPage( BtShared *pBt, Pgno ovfl, MemPage **ppPage, Pgno *pPgnoNext ) argument
[all...]

Completed in 1010 milliseconds