Searched refs:pcont (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libc/db/btree/
H A Dbt_debug.c243 pgno_t i, pcont, pinternal, pleaf; local
248 pcont = pinternal = pleaf = 0;
265 ++pcont;
288 pinternal + pleaf + pcont, pleaf, pinternal, pcont);
/openbsd-current/lib/libcrypto/cms/
H A Dcms_ess.c258 ASN1_OCTET_STRING *msig, **pcont; local
281 pcont = CMS_get0_content(cms);
282 if (!pcont || !*pcont) {
287 rct = ASN1_item_unpack(*pcont, &CMS_Receipt_it);

Completed in 61 milliseconds