Home
last modified time | relevance | path

Searched refs:pobj (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D13908.C16 void bar (chile* pobj, pmf pmethod) in bar() argument
20 foo = (void*) &(pobj->*pmethod); // ERROR - in bar()
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/20_util/
H A Dallocator_members.cc54 gnu* pobj = obj.allocate(256); in test01() local
57 obj.deallocate(pobj, 256); in test01()
/openbsd/lib/libcrypto/x509/
H A Dx509_cpols.c435 ASN1_OBJECT *pobj; in STACK_OF() local
475 if (!(pobj = OBJ_txt2obj(cnf->name, 0))) { in STACK_OF()
481 pol->policyid = pobj; in STACK_OF()
511 ASN1_OBJECT *pobj; in policy_section() local
513 if ((pobj = OBJ_txt2obj(cnf->value, 0)) == NULL) { in policy_section()
518 pol->policyid = pobj; in policy_section()
H A Dx509_lu.c669 X509_OBJECT *obj, *pobj; in X509_STORE_CTX_get1_issuer() local
711 pobj = sk_X509_OBJECT_value(ctx->store->objs, i); in X509_STORE_CTX_get1_issuer()
713 if (pobj->type != X509_LU_X509) in X509_STORE_CTX_get1_issuer()
716 X509_get_subject_name(pobj->data.x509))) in X509_STORE_CTX_get1_issuer()
718 if (ctx->check_issued(ctx, x, pobj->data.x509)) { in X509_STORE_CTX_get1_issuer()
719 issuer = pobj->data.x509; in X509_STORE_CTX_get1_issuer()