Searched refs:sortKeyBuf (Results 1 – 1 of 1) sorted by relevance
338 char* sortKeyBuf = NULL; /* buffer to store sort keys */ in PHP_FUNCTION() local386 sortKeyBuf = ecalloc( sortKeyBufSize, sizeof( char ) ); in PHP_FUNCTION()410 efree( sortKeyBuf ); in PHP_FUNCTION()431 (uint8_t*)sortKeyBuf + sortKeyBufOffset, in PHP_FUNCTION()442 sortKeyBuf = erealloc( sortKeyBuf, sortKeyBufSize ); in PHP_FUNCTION()444 …sortKeyLen = ucol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOf… in PHP_FUNCTION()468 sortKeyIndxBuf[j].key = sortKeyBuf + (ptrdiff_t)sortKeyIndxBuf[j].key; in PHP_FUNCTION()489 efree( sortKeyBuf ); in PHP_FUNCTION()
Completed in 11 milliseconds