Searched refs:sortKeyCount (Results 1 – 1 of 1) sorted by relevance
374 uint32_t sortKeyCount = 0; in PHP_FUNCTION() local480 if( ( sortKeyCount + 1 ) * sortKeyIndxSize > sortKeyIndxBufSize ) in PHP_FUNCTION()489 …sortKeyIndxBuf[sortKeyCount].key = (char*)sortKeyBufOffset; /* remeber just offset, cause addre… in PHP_FUNCTION()491 sortKeyIndxBuf[sortKeyCount].zstr = hashData; in PHP_FUNCTION()494 ++sortKeyCount; in PHP_FUNCTION()500 for( j = 0; j < sortKeyCount; j++ ) in PHP_FUNCTION()504 zend_qsort( sortKeyIndxBuf, sortKeyCount, sortKeyIndxSize, collator_cmp_sort_keys TSRMLS_CC ); in PHP_FUNCTION()510 for( j = 0; j < sortKeyCount; j++ ) in PHP_FUNCTION()
Completed in 5 milliseconds