Searched refs:sBuf (Results 1 – 1 of 1) sorted by relevance
570 struct stat sBuf; in fstreeColumn() local571 fstat(pCsr->fd, &sBuf); in fstreeColumn()573 if( S_ISREG(sBuf.st_mode) ){ in fstreeColumn()575 sqlite3_result_int64(ctx, sBuf.st_size); in fstreeColumn()578 char *aBuf = sqlite3_malloc(sBuf.st_mode+1); in fstreeColumn()580 nRead = read(pCsr->fd, aBuf, sBuf.st_mode); in fstreeColumn()581 if( nRead!=sBuf.st_mode ){ in fstreeColumn()