Searched refs:sortKeyIndxSize (Results 1 – 1 of 1) sorted by relevance
347 uint32_t sortKeyIndxSize = sizeof( collator_sort_key_index_t ); in PHP_FUNCTION() local448 if( ( sortKeyCount + 1 ) * sortKeyIndxSize > sortKeyIndxBufSize ) in PHP_FUNCTION()450 …bufIncrement = ( sortKeyIndxSize > DEF_SORT_KEYS_INDX_BUF_INCREMENT ) ? sortKeyIndxSize : DEF_SORT… in PHP_FUNCTION()472 sortKeyIndxSize, collator_cmp_sort_keys, (swap_func_t)collator_sortkey_swap); in PHP_FUNCTION()
Completed in 8 milliseconds