Searched refs:sortKeyBuf (Results 1 – 1 of 1) sorted by relevance
334 char* sortKeyBuf = NULL; /* buffer to store sort keys */ in PHP_FUNCTION() local382 sortKeyBuf = ecalloc( sortKeyBufSize, sizeof( char ) ); in PHP_FUNCTION()406 efree( sortKeyBuf ); in PHP_FUNCTION()427 (uint8_t*)sortKeyBuf + sortKeyBufOffset, in PHP_FUNCTION()438 sortKeyBuf = erealloc( sortKeyBuf, sortKeyBufSize ); in PHP_FUNCTION()440 …sortKeyLen = ucol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOf… in PHP_FUNCTION()464 sortKeyIndxBuf[j].key = sortKeyBuf + (ptrdiff_t)sortKeyIndxBuf[j].key; in PHP_FUNCTION()485 efree( sortKeyBuf ); in PHP_FUNCTION()
Completed in 5 milliseconds