Searched refs:sortKeyIndxBuf (Results 1 – 1 of 1) sorted by relevance
341 …collator_sort_key_index_t* sortKeyIndxBuf = NULL; /* buffer to store 'indexes' which wi… in PHP_FUNCTION() local383 sortKeyIndxBuf = ecalloc( sortKeyIndxBufSize, sizeof( uint8_t ) ); in PHP_FUNCTION()405 efree( sortKeyIndxBuf ); in PHP_FUNCTION()450 sortKeyIndxBuf = erealloc( sortKeyIndxBuf, 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()464 sortKeyIndxBuf[j].key = sortKeyBuf + (ptrdiff_t)sortKeyIndxBuf[j].key; in PHP_FUNCTION()467 zend_sort( sortKeyIndxBuf, sortKeyCount, in PHP_FUNCTION()476 Z_TRY_ADDREF_P( sortKeyIndxBuf[j].zstr ); in PHP_FUNCTION()477 zend_hash_next_index_insert( Z_ARRVAL_P(array), sortKeyIndxBuf[j].zstr); in PHP_FUNCTION()[all …]
Completed in 7 milliseconds