Searched refs:sortKeyCount (Results 1 – 1 of 1) sorted by relevance
345 uint32_t sortKeyCount = 0; in PHP_FUNCTION() local444 if( ( sortKeyCount + 1 ) * sortKeyIndxSize > sortKeyIndxBufSize ) in PHP_FUNCTION()453 …sortKeyIndxBuf[sortKeyCount].key = (char*)sortKeyBufOffset; /* remember just offset, cause addr… in PHP_FUNCTION()455 sortKeyIndxBuf[sortKeyCount].zstr = hashData; in PHP_FUNCTION()458 ++sortKeyCount; in PHP_FUNCTION()463 for( j = 0; j < sortKeyCount; j++ ) in PHP_FUNCTION()467 zend_sort( sortKeyIndxBuf, sortKeyCount, in PHP_FUNCTION()474 for( j = 0; j < sortKeyCount; j++ ) in PHP_FUNCTION()
Completed in 11 milliseconds