OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MBSPatchHeader
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/courgette/third_party/
bsdiff.h
79
// The patch stream starts with a
MBSPatchHeader
.
85
}
MBSPatchHeader
;
bsdiff_apply.cc
45
BSDiffStatus MBS_ReadHeader(SourceStream* stream,
MBSPatchHeader
* header) {
60
BSDiffStatus MBS_ApplyPatch(const
MBSPatchHeader
*header,
157
MBSPatchHeader
header;
bsdiff_create.cc
194
static CheckBool WriteHeader(SinkStream* stream,
MBSPatchHeader
* header) {
425
MBSPatchHeader
header;
Completed in 71 milliseconds