Searched refs:_pBlocks (Results 1 – 4 of 4) sorted by relevance
1189 JPEG_STATIC void *_pBlocks[JPEG_MAXBLOCKS]; /* list of all dynamically allocated blocks */ variable1773 if(_pBlocks[i]!=NULL) in JPEG_free_all_blocks()1774 JPEG_MEMORY_free( _pBlocks[i] ); in JPEG_free_all_blocks()1776 _pBlocks[i] = NULL; in JPEG_free_all_blocks()1805 if ( _pBlocks[i] == NULL ) in JPEG_alloc()1830 _pBlocks[i] = q; in JPEG_alloc()3803 JPEG_memset((void *)_pBlocks, 0, sizeof( _pBlocks ) ); in JPEG_init()
696 void *_pBlocks[E_NJPD_NJPD_TOTAL][JPEG_MAXBLOCKS]; /* list of all dynamically allocated blo… member1038 JPEG_STATIC void *_pBlocks[E_NJPD_NJPD_TOTAL][JPEG_MAXBLOCKS]; /* list of all dynamically a…1771 if(pNJPEGContext->_pBlocks[pNJPEGContext->eNJPDNum][i]!=NULL) in JPEG_free_all_blocks()1772 JPEG_MEMORY_free( pNJPEGContext->_pBlocks[pNJPEGContext->eNJPDNum][i] ); in JPEG_free_all_blocks()1774 pNJPEGContext->_pBlocks[pNJPEGContext->eNJPDNum][i] = NULL; in JPEG_free_all_blocks()1803 if ( pNJPEGContext->_pBlocks[pNJPEGContext->eNJPDNum][i] == NULL ) in JPEG_alloc()1828 pNJPEGContext->_pBlocks[pNJPEGContext->eNJPDNum][i] = q; in JPEG_alloc()3902 …JPEG_memset((void *)pNJPEGContext->_pBlocks[pNJPEGContext->eNJPDNum], 0, sizeof( pNJPEGContext->_p… in JPEG_init()
1174 JPEG_STATIC void *_pBlocks[JPEG_MAXBLOCKS]; /* list of all dynamically allocated blocks */ variable1765 if(_pBlocks[i]!=NULL) in JPEG_free_all_blocks()1766 JPEG_MEMORY_free( _pBlocks[i] ); in JPEG_free_all_blocks()1768 _pBlocks[i] = NULL; in JPEG_free_all_blocks()1797 if ( _pBlocks[i] == NULL ) in JPEG_alloc()1822 _pBlocks[i] = q; in JPEG_alloc()3795 JPEG_memset((void *)_pBlocks, 0, sizeof( _pBlocks ) ); in JPEG_init()
1199 JPEG_STATIC void *_pBlocks[JPEG_MAXBLOCKS]; /* list of all dynamically allocated blocks */ variable1791 if(_pBlocks[i]!=NULL) in JPEG_free_all_blocks()1792 JPEG_MEMORY_free( _pBlocks[i] ); in JPEG_free_all_blocks()1794 _pBlocks[i] = NULL; in JPEG_free_all_blocks()1823 if ( _pBlocks[i] == NULL ) in JPEG_alloc()1848 _pBlocks[i] = q; in JPEG_alloc()3750 JPEG_memset((void *)_pBlocks, 0, sizeof( _pBlocks ) ); in JPEG_init()