Searched refs:sortKeyIndxSize (Results 1 – 1 of 1) sorted by relevance
343 uint32_t sortKeyIndxSize = sizeof( collator_sort_key_index_t ); in PHP_FUNCTION() local444 if( ( sortKeyCount + 1 ) * sortKeyIndxSize > sortKeyIndxBufSize ) in PHP_FUNCTION()446 …bufIncrement = ( sortKeyIndxSize > DEF_SORT_KEYS_INDX_BUF_INCREMENT ) ? sortKeyIndxSize : DEF_SORT… in PHP_FUNCTION()468 sortKeyIndxSize, collator_cmp_sort_keys, (swap_func_t)collator_sortkey_swap); in PHP_FUNCTION()
Completed in 11 milliseconds