Home
last modified time | relevance | path

Searched refs:sortKeyIndxBuf (Results 1 – 1 of 1) sorted by relevance

/PHP-5.4/ext/intl/collator/
H A Dcollator_sort.c369 …collator_sort_key_index_t* sortKeyIndxBuf = NULL; /* buffer to store 'indexes' which wi… in PHP_FUNCTION() local
416 sortKeyIndxBuf = ecalloc( sortKeyIndxBufSize, sizeof( uint8_t ) ); in PHP_FUNCTION()
440 efree( sortKeyIndxBuf ); in PHP_FUNCTION()
485 sortKeyIndxBuf = erealloc( sortKeyIndxBuf, sortKeyIndxBufSize ); in PHP_FUNCTION()
488sortKeyIndxBuf[sortKeyCount].key = (char*)sortKeyBufOffset; /* remeber just offset, cause addre… in PHP_FUNCTION()
490 sortKeyIndxBuf[sortKeyCount].zstr = hashData; in PHP_FUNCTION()
500 sortKeyIndxBuf[j].key = sortKeyBuf + (ptrdiff_t)sortKeyIndxBuf[j].key; in PHP_FUNCTION()
503 zend_qsort( sortKeyIndxBuf, sortKeyCount, sortKeyIndxSize, collator_cmp_sort_keys TSRMLS_CC ); in PHP_FUNCTION()
511 zval_add_ref( sortKeyIndxBuf[j].zstr ); in PHP_FUNCTION()
512 zend_hash_next_index_insert( sortedHash, sortKeyIndxBuf[j].zstr, sizeof(zval **), NULL ); in PHP_FUNCTION()
[all …]

Completed in 4 milliseconds