Home
last modified time | relevance | path

Searched refs:leftChild (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/tool/
H A Dshowdb.c419 u32 leftChild; in describeCell() local
426 leftChild = ((a[0]*256 + a[1])*256 + a[2])*256 + a[3]; in describeCell()
429 sprintf(zDesc, "lx: %u ", leftChild); in describeCell()
496 u32 leftChild; in decodeCell() local
513 leftChild = ((x[0]*256 + x[1])*256 + x[2])*256 + x[3]; in decodeCell()
515 printf("left child page:: %u\n", leftChild); in decodeCell()
H A Dshowwal.c392 int leftChild; in describeCell() local
399 leftChild = ((a[0]*256 + a[1])*256 + a[2])*256 + a[3]; in describeCell()
402 sprintf(zDesc, "lx: %d ", leftChild); in describeCell()