Searched refs:BPLIST_MAGIC (Results 1 – 2 of 2) sorted by relevance
190 const BPLIST_MAGIC = Buffer.from('bplist00'); constant191 if (BPLIST_MAGIC.compare(resp.PairRecordData, 0, 8) === 0) {
15 const BPLIST_MAGIC = Buffer.from('bplist00'); constant99 if (BPLIST_MAGIC.compare(body, 0, 8) === 0) {