Searched defs:pbis (Results 1 – 5 of 5) sorted by relevance
82 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in generateItem() local145 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in generateItems() local211 protected abstract T fromX509PemInputStream(InputStream pbis) throws ParsingException; in fromX509PemInputStream()213 protected abstract T fromX509DerInputStream(InputStream pbis) throws ParsingException; in fromX509DerInputStream()
203 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in fromPkcs7Encoding() local
79 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in generateItem() local142 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in generateItems() local208 protected abstract T fromX509PemInputStream(InputStream pbis) throws ParsingException; in fromX509PemInputStream()210 protected abstract T fromX509DerInputStream(InputStream pbis) throws ParsingException; in fromX509DerInputStream()
202 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in fromPkcs7Encoding() local
43 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is); in LoadFonts() local71 PushbackInputStream* pbis = down_cast<PushbackInputStream*>(is); in LoadFontsForBuilding() local196 bool FontFactory::IsCollection(PushbackInputStream* pbis) { in IsCollection()