Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c2368 int *aiWth; /* Width of each cell */ member
2417 sqlite3_free(p->aiWth); in qrfColDataFree()
2429 int *aiWth; in qrfColDataEnlarge() local
2439 aiWth = sqlite3_realloc64(p->aiWth, p->nAlloc*sizeof(int)); in qrfColDataEnlarge()
2440 if( aiWth==0 ){ in qrfColDataEnlarge()
2445 p->aiWth = aiWth; in qrfColDataEnlarge()
2614 w = pData->aiWth[i]; in qrfValidLayout()
2615 }else if( pData->aiWth[i]>w ){ in qrfValidLayout()
2616 w = pData->aiWth[i]; in qrfValidLayout()
2638 int *aiWth = 0; in qrfSplitColumn() local
[all …]