Searched refs:sortKeyIndxSize (Results 1 – 1 of 1) sorted by relevance
385 uint32_t sortKeyIndxSize = sizeof( collator_sort_key_index_t ); in PHP_FUNCTION() local489 if( ( sortKeyCount + 1 ) * sortKeyIndxSize > sortKeyIndxBufSize ) in PHP_FUNCTION()491 …bufIncrement = ( sortKeyIndxSize > DEF_SORT_KEYS_INDX_BUF_INCREMENT ) ? sortKeyIndxSize : DEF_SORT… in PHP_FUNCTION()513 sortKeyIndxSize, collator_cmp_sort_keys, (swap_func_t)collator_sortkey_swap); in PHP_FUNCTION()
Completed in 19 milliseconds