NDX_PAGE_SZ 21 ext/dbase/dbf_ndx.c if ((dp = (dndx_header_t *)malloc(NDX_PAGE_SZ)) == NULL) NDX_PAGE_SZ 27 ext/dbase/dbf_ndx.c if ((lseek(fd, 0, 0) < 0) || (read(fd, dp, NDX_PAGE_SZ) < 0)) { NDX_PAGE_SZ 58 ext/dbase/dbf_ndx.c if ((dp = (dndx_page_t *)malloc(NDX_PAGE_SZ)) == NULL) { NDX_PAGE_SZ 67 ext/dbase/dbf_ndx.c if ((lseek(hp->ndx_fd, pageno * NDX_PAGE_SZ, 0) < 0) || NDX_PAGE_SZ 68 ext/dbase/dbf_ndx.c (read(hp->ndx_fd, dp, NDX_PAGE_SZ) < 0)) {