Lines Matching defs:psf_bump_header_allocation
58 psf_bump_header_allocation (SF_PRIVATE * psf, sf_count_t needed)
83 } /* psf_bump_header_allocation */
587 if (psf->header.indx + 16 >= psf->header.len && psf_bump_header_allocation (psf, 16))
703 if (psf->header.indx + 4 + (sf_count_t) size + (sf_count_t) (size & 1) > psf->header.len && psf_bump_header_allocation (psf, 4 + size + (size & 1)))
724 if (psf->header.indx + 4 + (sf_count_t) size + (sf_count_t) (size & 1) > psf->header.len && psf_bump_header_allocation (psf, 4 + size + (size & 1)))
744 if (psf->header.indx + 1 + (sf_count_t) size > psf->header.len && psf_bump_header_allocation (psf, 1 + size))
757 if (psf->header.indx + (sf_count_t) size > psf->header.len && psf_bump_header_allocation (psf, size))
768 if (psf->header.indx + (sf_count_t) size > psf->header.len && psf_bump_header_allocation (psf, size))
789 if (psf->header.indx + (sf_count_t) size > psf->header.len && psf_bump_header_allocation (psf, size))
799 if ((sf_count_t) size >= psf->header.len && psf_bump_header_allocation (psf, size))
867 if (psf->header.indx + bytes >= psf->header.len && psf_bump_header_allocation (psf, bytes))
891 psf_bump_header_allocation (psf, position) ;
905 psf_bump_header_allocation (psf, position) ;
958 if (psf->header.indx + bufsize >= psf->header.len && psf_bump_header_allocation (psf, bufsize))
1001 if (psf->header.indx + 16 >= psf->header.len && psf_bump_header_allocation (psf, 16))
1128 if (psf->header.indx + count >= psf->header.len && psf_bump_header_allocation (psf, count))