Searched refs:SzReadBoolVector (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A D7zIn.c431 static SRes SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, ISzAlloc *alloc) function
456 return SzReadBoolVector(sd, numItems, v, alloc);
1029 RINOK(SzReadBoolVector(sd, numFiles, emptyStreamVector, allocTemp));
1038 RINOK(SzReadBoolVector(sd, numEmptyStreams, emptyFileVector, allocTemp));
/external/lzma/C/
H A D7zIn.c431 static SRes SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, ISzAlloc *alloc) function
456 return SzReadBoolVector(sd, numItems, v, alloc);
1029 RINOK(SzReadBoolVector(sd, numFiles, emptyStreamVector, allocTemp));
1038 RINOK(SzReadBoolVector(sd, numEmptyStreams, emptyFileVector, allocTemp));

Completed in 42 milliseconds