Searched refs:sortKeyBuf (Results 1 – 1 of 1) sorted by relevance
376 char* sortKeyBuf = NULL; /* buffer to store sort keys */ in PHP_FUNCTION() local427 sortKeyBuf = ecalloc( sortKeyBufSize, sizeof( char ) ); in PHP_FUNCTION()451 efree( sortKeyBuf ); in PHP_FUNCTION()472 (uint8_t*)sortKeyBuf + sortKeyBufOffset, in PHP_FUNCTION()483 sortKeyBuf = erealloc( sortKeyBuf, sortKeyBufSize ); in PHP_FUNCTION()485 …sortKeyLen = ucol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOf… in PHP_FUNCTION()509 sortKeyIndxBuf[j].key = sortKeyBuf + (ptrdiff_t)sortKeyIndxBuf[j].key; in PHP_FUNCTION()530 efree( sortKeyBuf ); in PHP_FUNCTION()
Completed in 4 milliseconds