Home
last modified time | relevance | path

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

/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Ddbmode-blob.c516 size_t coords_alloced, sections_alloced; in UdmSectionListBlobCoordsUnpack() local
533 coords_alloced= length; in UdmSectionListBlobCoordsUnpack()
535 UdmSearchSectionListAlloc(SectionList, coords_alloced, sections_alloced); in UdmSectionListBlobCoordsUnpack()
732 UDM_ASSERT(SectionList->ncoords <= coords_alloced); in UdmSectionListBlobCoordsUnpack()