Searched refs:topDictStr (Results 1 – 4 of 4) sorted by relevance
418 byte_str_t topDictStr (cff2 + cff2->topDict, cff2->topDictSize); in init() local419 if (unlikely (!topDictStr.sanitize (&sc))) { fini (); return; } in init()421 top_interp.env.init (topDictStr); in init()
1027 const byte_str_t topDictStr = (*topDictIndex)[0]; in init() local1028 if (unlikely (!topDictStr.sanitize (&sc))) { fini (); return; } in init()1030 top_interp.env.init (topDictStr); in init()
11002 topDictStr
33269 byte_str_t topDictStr (cff2 + cff2->topDict, cff2->topDictSize);33270 - if (unlikely (!topDictStr.sanitize (&sc))) { fini (); return; }33271 + if (unlikely (!topDictStr.sanitize (&sc))) goto fail;33273 top_interp.env.init (topDictStr);