Searched refs:pobj (Results 1 – 5 of 5) sorted by relevance
/external/libnl/python/netlink/genl/ |
D | capi.i | 74 PyObject *pobj; in py_genlmsg_parse() local 81 pobj = PyList_GetItem(p, 0); in py_genlmsg_parse() 82 err = SWIG_ConvertPtr(pobj, &pol, SWIGTYPE_p_nla_policy, 0 | 0 ); in py_genlmsg_parse()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_cpols.c | 146 ASN1_OBJECT *pobj; variable 187 if (!(pobj = OBJ_txt2obj(cnf->name, 0))) { 195 ASN1_OBJECT_free(pobj); 198 pol->policyid = pobj; 226 ASN1_OBJECT *pobj; in policy_section() local 227 if (!(pobj = OBJ_txt2obj(cnf->value, 0))) { in policy_section() 232 pol->policyid = pobj; in policy_section()
|
/external/boringssl/src/crypto/x509/ |
D | x509_lu.c | 622 X509_OBJECT obj, *pobj; in X509_STORE_CTX_get1_issuer() local 643 pobj = sk_X509_OBJECT_value(ctx->ctx->objs, i); in X509_STORE_CTX_get1_issuer() 645 if (pobj->type != X509_LU_X509) in X509_STORE_CTX_get1_issuer() 647 if (X509_NAME_cmp(xn, X509_get_subject_name(pobj->data.x509))) in X509_STORE_CTX_get1_issuer() 649 if (ctx->check_issued(ctx, x, pobj->data.x509)) { in X509_STORE_CTX_get1_issuer() 650 *issuer = pobj->data.x509; in X509_STORE_CTX_get1_issuer() 651 X509_OBJECT_up_ref_count(pobj); in X509_STORE_CTX_get1_issuer()
|
/external/libdrm/nouveau/ |
D | nouveau.c | 292 struct nouveau_object **pobj) in nouveau_object_new() argument 306 *pobj = obj; in nouveau_object_new() 311 nouveau_object_del(struct nouveau_object **pobj) in nouveau_object_del() argument 313 struct nouveau_object *obj = *pobj; in nouveau_object_del() 317 *pobj = NULL; in nouveau_object_del()
|
/external/libnl/python/netlink/ |
D | capi.i | 852 PyObject *pobj; in py_nla_parse_nested() local 859 pobj = PyList_GetItem(p, 0); in py_nla_parse_nested() 860 err = SWIG_ConvertPtr(pobj, &pol, SWIGTYPE_p_nla_policy, 0 | 0 ); in py_nla_parse_nested()
|