Searched defs:pbis (Results 1 – 5 of 5) sorted by relevance
115 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in generateItem() local163 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in generateItems() local231 protected abstract T fromX509PemInputStream(InputStream pbis) throws ParsingException; in fromX509PemInputStream()233 protected abstract T fromX509DerInputStream(InputStream pbis) throws ParsingException; in fromX509DerInputStream()
204 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in fromPkcs7Encoding() local
113 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in generateItem() local161 final PushbackInputStream pbis = new PushbackInputStream(inStream, PUSHBACK_SIZE); in generateItems() local229 protected abstract T fromX509PemInputStream(InputStream pbis) throws ParsingException; in fromX509PemInputStream()231 protected abstract T fromX509DerInputStream(InputStream pbis) throws ParsingException; in fromX509DerInputStream()
203 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() local199 bool FontFactory::IsCollection(PushbackInputStream* pbis) { in IsCollection()