Searched refs:pobj (Results 1 – 4 of 4) sorted by relevance
16 void bar (chile* pobj, pmf pmethod) in bar() argument20 foo = (void*) &(pobj->*pmethod); // ERROR - in bar()
54 gnu* pobj = obj.allocate(256); in test01() local57 obj.deallocate(pobj, 256); in test01()
435 ASN1_OBJECT *pobj; in STACK_OF() local475 if (!(pobj = OBJ_txt2obj(cnf->name, 0))) { in STACK_OF()481 pol->policyid = pobj; in STACK_OF()511 ASN1_OBJECT *pobj; in policy_section() local513 if ((pobj = OBJ_txt2obj(cnf->value, 0)) == NULL) { in policy_section()518 pol->policyid = pobj; in policy_section()
669 X509_OBJECT *obj, *pobj; in X509_STORE_CTX_get1_issuer() local711 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()