unrar_src.searchresults

来自「RAR的解压缩算法」· SEARCHRESULTS 代码 · 共 15 行

SEARCHRESULTS
15
字号
---- UnpMemory Matches (13 in 1 files) ----
Unrarlib.c:UBYTE *UnpMemory;
Unrarlib.c:  if (UnpMemory)
Unrarlib.c:    free (UnpMemory);           /* free memory                  */
Unrarlib.c:  UnpMemory = NULL;
Unrarlib.c:  UnpMemory = malloc (UNP_MEMORY);
Unrarlib.c:  if (!UnpMemory)
Unrarlib.c:  if (UnpMemory)
Unrarlib.c:    free (UnpMemory);           /* free memory                  */
Unrarlib.c:  UnpMemory = NULL;
Unrarlib.c:  if ((UnpMemory = malloc (UNP_MEMORY)) == NULL)
Unrarlib.c:        Unpack (UnpMemory);
Unrarlib.c:  free (UnpMemory);
Unrarlib.c:  UnpMemory = NULL;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?