OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMtSync
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
LzFindMt.h
39
}
CMtSync
;
67
CMtSync
btSync;
86
CMtSync
hashSync;
LzFindMt.c
8
void MtSync_Construct(
CMtSync
*p)
21
void MtSync_GetNextBlock(
CMtSync
*p)
49
void MtSync_StopWriting(
CMtSync
*p)
72
void MtSync_Destruct(
CMtSync
*p)
100
static SRes MtSync_Create2(
CMtSync
*p, unsigned (MY_STD_CALL *startAddress)(void *), void *obj, UInt32 numBlocks)
122
static SRes MtSync_Create(
CMtSync
*p, unsigned (MY_STD_CALL *startAddress)(void *), void *obj, UInt32 numBlocks)
130
void MtSync_Init(
CMtSync
*p) { p->needStart = True; }
150
CMtSync
*p = &mt->hashSync;
382
CMtSync
*sync = &p->hashSync;
407
CMtSync
*p = &mt->btSync;
[
all
...]
Completed in 23 milliseconds