Searched refs:sortKeyIndxBuf (Results 1 – 1 of 1) sorted by relevance
345 …collator_sort_key_index_t* sortKeyIndxBuf = NULL; /* buffer to store 'indexes' which wi… in PHP_FUNCTION() local387 sortKeyIndxBuf = ecalloc( sortKeyIndxBufSize, sizeof( uint8_t ) ); in PHP_FUNCTION()409 efree( sortKeyIndxBuf ); in PHP_FUNCTION()454 sortKeyIndxBuf = erealloc( sortKeyIndxBuf, sortKeyIndxBufSize ); in PHP_FUNCTION()457 …sortKeyIndxBuf[sortKeyCount].key = (char*)sortKeyBufOffset; /* remember just offset, cause addr… in PHP_FUNCTION()459 sortKeyIndxBuf[sortKeyCount].zstr = hashData; in PHP_FUNCTION()468 sortKeyIndxBuf[j].key = sortKeyBuf + (ptrdiff_t)sortKeyIndxBuf[j].key; in PHP_FUNCTION()471 zend_sort( sortKeyIndxBuf, sortKeyCount, in PHP_FUNCTION()480 Z_TRY_ADDREF_P( sortKeyIndxBuf[j].zstr ); in PHP_FUNCTION()481 zend_hash_next_index_insert( Z_ARRVAL_P(array), sortKeyIndxBuf[j].zstr); in PHP_FUNCTION()[all …]
Completed in 4 milliseconds