Searched refs:sortKeyCount (Results 1 – 1 of 1) sorted by relevance
387 uint32_t sortKeyCount = 0; in PHP_FUNCTION() local489 if( ( sortKeyCount + 1 ) * sortKeyIndxSize > sortKeyIndxBufSize ) in PHP_FUNCTION()498 …sortKeyIndxBuf[sortKeyCount].key = (char*)sortKeyBufOffset; /* remember just offset, cause addr… in PHP_FUNCTION()500 sortKeyIndxBuf[sortKeyCount].zstr = hashData; in PHP_FUNCTION()503 ++sortKeyCount; in PHP_FUNCTION()508 for( j = 0; j < sortKeyCount; j++ ) in PHP_FUNCTION()512 zend_sort( sortKeyIndxBuf, sortKeyCount, in PHP_FUNCTION()519 for( j = 0; j < sortKeyCount; j++ ) in PHP_FUNCTION()
Completed in 5 milliseconds