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