Searched refs:sortKeyIndxBufSize (Results 1 – 1 of 1) sorted by relevance
384 uint32_t sortKeyIndxBufSize = DEF_SORT_KEYS_INDX_BUF_SIZE; in PHP_FUNCTION() local428 sortKeyIndxBuf = ecalloc( sortKeyIndxBufSize, sizeof( uint8_t ) ); in PHP_FUNCTION()489 if( ( sortKeyCount + 1 ) * sortKeyIndxSize > sortKeyIndxBufSize ) in PHP_FUNCTION()493 sortKeyIndxBufSize += bufIncrement; in PHP_FUNCTION()495 sortKeyIndxBuf = erealloc( sortKeyIndxBuf, sortKeyIndxBufSize ); in PHP_FUNCTION()
Completed in 4 milliseconds