Searched refs:pobj (Results 1 – 4 of 4) sorted by relevance
142 ASN1_OBJECT *pobj; variable182 if(!(pobj = OBJ_txt2obj(cnf->name, 0))) {188 pol->policyid = pobj;215 ASN1_OBJECT *pobj; in policy_section() local216 if(!(pobj = OBJ_txt2obj(cnf->value, 0))) { in policy_section()221 pol->policyid = pobj; in policy_section()
634 X509_OBJECT obj, *pobj; in X509_STORE_CTX_get1_issuer() local672 pobj = sk_X509_OBJECT_value(ctx->ctx->objs, i); in X509_STORE_CTX_get1_issuer()674 if (pobj->type != X509_LU_X509) in X509_STORE_CTX_get1_issuer()676 if (X509_NAME_cmp(xn, X509_get_subject_name(pobj->data.x509))) in X509_STORE_CTX_get1_issuer()678 if (ctx->check_issued(ctx, x, pobj->data.x509)) in X509_STORE_CTX_get1_issuer()680 *issuer = pobj->data.x509; in X509_STORE_CTX_get1_issuer()681 X509_OBJECT_up_ref_count(pobj); in X509_STORE_CTX_get1_issuer()
252 struct nouveau_object **pobj) in nouveau_object_new() argument307 *pobj = obj; in nouveau_object_new()312 nouveau_object_del(struct nouveau_object **pobj) in nouveau_object_del() argument314 struct nouveau_object *obj = *pobj; in nouveau_object_del()332 *pobj = NULL; in nouveau_object_del()
958 SkPdfNativeObject* pobj = fAllocator->allocObject(); in readTokenCore() local959 *pobj = obj; in readTokenCore()960 token->fObject = pobj; in readTokenCore()